Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/python/cpython

The Python programming language
https://github.com/python/cpython

gh-103186 - Fetch CONFIG_ARGS from original python instance

TabLand opened this pull request almost 2 years ago
gh-63284: Add support for TLS-PSK (pre-shared key) to the ssl module

grantramsay opened this pull request almost 2 years ago
gh-102549: [Enum] fail enum creation when data type raises in __init__

ethanfurman opened this pull request almost 2 years ago
gh-103131: Convert `sys.getsizeof` and `sys.set_asyncgen_hooks` to AC

sobolevn opened this pull request almost 2 years ago
gh-103124: Multiline statement support for pdb

gaogaotiantian opened this pull request almost 2 years ago
Support multi-line statements in pdb

gaogaotiantian opened this issue almost 2 years ago
gh-103091: Add PyUnstable_Type_AssignVersionTag

swtaarrs opened this pull request almost 2 years ago
Isolate Stdlib Extension Modules

ericsnowcurrently opened this issue almost 2 years ago
Implement and document PEP 669.

markshannon opened this issue almost 2 years ago
gh-103056: [Enum] ensure final _generate_next_value_ is a staticmethod

ethanfurman opened this pull request almost 2 years ago
gh-102558: [Enum] better handling of non-Enum EnumType classes

ethanfurman opened this pull request almost 2 years ago
gh-93627: Align Python implementation of pickle with C implementation of pickle

eendebakpt opened this pull request almost 2 years ago
Update Windows and MacOS installers to SQLite 3.41.2+.

felixxm opened this issue almost 2 years ago
Point to socket.getdefaulttimeout from smtplib.SMTP

andresdelfino opened this pull request almost 2 years ago
gh-102950: Implement PEP 706 – Filter for tarfile.extractall

encukou opened this pull request almost 2 years ago
Implement PEP 706 – Filter for tarfile.extractall

encukou opened this issue almost 2 years ago
gh-102699: Add `dataclasses.DataclassLike`

AlexWaygood opened this pull request almost 2 years ago
gh-102927: xmlrpc: allow 64bit and bigintegers

RethinkMatze opened this pull request almost 2 years ago
xmlrpc throws "OverflowError: int exceeds XML-RPC limits" on 64bit integers

RethinkMatze opened this issue almost 2 years ago
gh-102509: Ignore acceptable access of an uninitialized value

illia-v opened this pull request almost 2 years ago
Duplicate frame in traceback of exception raised inside trace function

chgnrdv opened this issue almost 2 years ago
Optimize `pathlib.PurePath.__fspath__()`

barneygale opened this issue almost 2 years ago
Backport 'Fix ctypes structs' (97702) to 3.11

matthiasgoergens opened this pull request almost 2 years ago
gh-87868: correctly sort and remove duplicates in getenvironment()

aisk opened this pull request almost 2 years ago
GH-77609: Add follow_symlinks argument to `pathlib.Path.glob()`

barneygale opened this pull request almost 2 years ago
gh-102541: Hide traceback in help prompt

Eclips4 opened this pull request almost 2 years ago
gh-101100: [docs] Fix Sphinx warnings in `dis` module

sobolevn opened this pull request almost 2 years ago
gh-89188: replace bitfield with struct fields in PyASCIIObject

davidhewitt opened this pull request almost 2 years ago
gh-66646: Explain __base__ attribute in the docs

furkanonder opened this pull request almost 2 years ago
gh-102837: few coverage nitpicks for the math module

skirpichev opened this pull request almost 2 years ago
gh-102512: Fix threading after os.fork() called from a foreign thread

marmarek opened this pull request almost 2 years ago
`os.fork()` called from DummyThread confuses threading shutdown logic

marmarek opened this issue almost 2 years ago
gh-102153: Start stripping C0 control and space chars in `urlsplit`

illia-v opened this pull request almost 2 years ago
gh-96471: Add queue shutdown, next step.

YvesDup opened this pull request almost 2 years ago
ntpath.realpath() mishandles filenames that resemble drives

barneygale opened this issue almost 2 years ago
gh-85984: Add POSIX pseudo-terminal functions.

8vasu opened this pull request almost 2 years ago
[dataclasses] [typing] Dataclass Protocol

randolf-scholz opened this issue almost 2 years ago
gh-102388: Add windows_31j to aliases for cp932 codec

moriyama opened this pull request almost 2 years ago
Document stability of ABI resulting from the private API

FFY00 opened this pull request almost 2 years ago
gh-102215: importlib documentation cleanups

yrro opened this pull request almost 2 years ago
gh-102211: Document `re.{Pattern,Match}`’s existence

flying-sheep opened this pull request almost 2 years ago
re.Pattern and re.Match aren’t advertised

flying-sheep opened this issue almost 2 years ago
gh-102184: Test os.sync() only if "largefile" resource is enabled

izbyshev opened this pull request almost 2 years ago
gh-102181: Improve stats presentation for specialization

penguin-wwy opened this pull request almost 2 years ago
Improve stats presentation for specialization

penguin-wwy opened this issue almost 2 years ago
gh-101014: support named SharedMemory and ShareableList in SharedMemo…

knwng opened this pull request almost 2 years ago
urllib.parse space handling CVE-2023-24329 appears unfixed

AdrianBunk opened this issue almost 2 years ago
False negative from csv.Sniffer.has_header with only strings

Midnighter opened this issue almost 2 years ago
cmd.py command completion does not work with libedit

keeely opened this issue almost 2 years ago
gh-102029: Deprecate passing arguments to `_PyRLock` in `threading`

sobolevn opened this pull request almost 2 years ago
docs: `secrets.token_bytes()` has imprecise security properties

DavidBuchanan314 opened this issue almost 2 years ago
Potential SegFault with multithreading garbage collection.

gaogaotiantian opened this issue almost 2 years ago
gh-101967: add a missing error check

Eclips4 opened this pull request almost 2 years ago
gh-101944: mistake in documentation for `PyModule_AddObjectRef()`

OTheDev opened this pull request almost 2 years ago
gh-101819: Isolate _io

erlend-aasland opened this pull request almost 2 years ago
gh-72249: Include the module name in the repr of partial object

furkanonder opened this pull request almost 2 years ago
gh-101860: Expose __name__ on property

eltoder opened this pull request almost 2 years ago
gh-81677: basic support for annotations in __text_signature__'s

skirpichev opened this pull request almost 2 years ago
Fix typos in variable names, function names, and comments

howjmay opened this pull request almost 2 years ago
Add `__name__` to property

eltoder opened this issue almost 2 years ago
gh-100176: Remove outdated Tools/{io,cc,string}bench

hugovk opened this pull request almost 2 years ago
Isolate the `_io` extension module

erlend-aasland opened this issue almost 2 years ago
Building sharedmods fails with any dangling symlink in include path

jmroot opened this issue almost 2 years ago
gh-101760: Improve the imaplib.IMAP4 example

LilKS opened this pull request almost 2 years ago
[3.10] gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727)

zooba opened this pull request almost 2 years ago
All outcomes of `store_true` and `store_false`

j-i-l opened this pull request almost 2 years ago
test_ssl fails after 2038

blemouzy opened this issue almost 2 years ago
gh-101703: use `PyOS_snprintf` instead of `sprintf`

sobolevn opened this pull request almost 2 years ago
gh-101705: Use a range of years for copyright in LICENSE

Stevoisiak opened this pull request almost 2 years ago
gh-101699: Explain using Match.expand with \g<0>

Stevoisiak opened this pull request almost 2 years ago
Match.expand doesn't document replacement of group 0

Stevoisiak opened this issue almost 2 years ago
GH-101291: Low level opt-in API for pylong

markshannon opened this pull request almost 2 years ago
GH-83162: Rename re.error for better clarity.

achhina opened this pull request almost 2 years ago
``argparse`` Prints options per flag name when only once is necessary

Harrison-O opened this issue almost 2 years ago
gh-101541: [Enum] create flag psuedo-member without calling original __new__

ethanfurman opened this pull request almost 2 years ago
`PyErr_SetObject()` behavior is strange and not as documented.

markshannon opened this issue almost 2 years ago
gh-101558: Add time.sleep_until()

haukex opened this pull request almost 2 years ago
Allow sleeping until an absolute time

haukex opened this issue almost 2 years ago
gh-101549: fix documentation of xml.etree.ElementInclude

mbel0 opened this pull request almost 2 years ago
Maybe Drop "channels" from _xxsubinterpreters

ericsnowcurrently opened this issue almost 2 years ago
gh-48962: Fix duplicate values in the list when deepcopying a subclass list

furkanonder opened this pull request almost 2 years ago