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-125039: Make `this_instr`/`prev_instr` const in cases generator

tomasr8 opened this pull request 4 months ago
Python 3.13: test_xml_etree fails on rocky linux 8

JacobHenner opened this issue 4 months ago
Emit slices as constants in the bytecode compiler

mdboom opened this issue 4 months ago
gh-125038: Iterator checks are added for some FOR_ITER bytecodes, crash fixed

efimov-mikhail opened this pull request 4 months ago
Use _PyLong_GetOne() and _PyLong_GetZero() in long_invmod()

vstinner opened this pull request 4 months ago
gh-85052: Implement __repr__ for classes in csv module

dorosch opened this pull request 4 months ago
SIGSEGV with generators after direct change in gi_frame

efimov-mikhail opened this issue 4 months ago
Update controlflow.rst

slackuj opened this pull request 4 months ago
gh-119535: Support 𝜋thon in Python 3.14 venvs

foreignmeloman opened this pull request 4 months ago
[3.13] GH-109975: Announce final release in What's New in Python 3.13 (GH-125007)

miss-islington opened this pull request 4 months ago
[3.13] gh-125025: `_thread` docs: fix/update the *caveats* list (GH-125026)

miss-islington opened this pull request 4 months ago
[3.12] gh-125025: `_thread` docs: fix/update the *caveats* list (GH-125026)

miss-islington opened this pull request 4 months ago
[3.12] Doc: Simplify the definition of 'soft deprecated' (GH-124988)

AA-Turner opened this pull request 4 months ago
[3.13] Doc: Simplify the definition of 'soft deprecated' (GH-124988)

miss-islington opened this pull request 4 months ago
Prohibit placeholders in `partial` keywords

dg-pb opened this issue 4 months ago
gh-125018: Add importlib.metadata semantic link targets

ncoghlan opened this pull request 4 months ago
gh-125025: `_thread` docs: fix/update the *caveats* list

zuo opened this pull request 4 months ago
[3.12] gh-125008: Fix `tokenize.untokenize` roundtrip for `\n{{` (GH-125013)

miss-islington opened this pull request 4 months ago
[3.13] gh-125008: Fix `tokenize.untokenize` roundtrip for `\n{{` (GH-125013)

miss-islington opened this pull request 4 months ago
`importlib` documentation doesn't declare functions properly

ncoghlan opened this issue 4 months ago
Segfault on ``cls.__dict__['__new__'].__annotations__``

AA-Turner opened this issue 4 months ago
Nested range Bug

chlovec opened this issue 4 months ago
gh-125010: Fix `use-after-free` in AST `repr()`

tomasr8 opened this pull request 4 months ago
gh-125008: Fix `tokenize.untokenize` roundtrip for `\n{{`

tomasr8 opened this pull request 4 months ago
gh-125022: add support for simple SIMD features detection

picnixz opened this pull request 4 months ago
Tokenize does not roundtrip {{ after \n

wyattscarpenter opened this issue 4 months ago
GH-109975: Announce final release in What's New in Python 3.13

AA-Turner opened this pull request 4 months ago
`sys.orig_argv` is not original, at least on some systems

pkit opened this issue 4 months ago
gh-125004: fix unpickling for dataclasses in a cycle via hashing

charles-cooper opened this pull request 4 months ago
gh-124531: Fix strftime() with embedded null characters

serhiy-storchaka opened this pull request 4 months ago
IDLE does not recognize '.py' as a python file

Mm12345678910 opened this issue 4 months ago
gh-123961: make `curses` global flags free-threaded friendly

picnixz opened this pull request 4 months ago
gh-124960: Fixed `barry_as_FLUFL` future flag does not work in new REPL

Wulian233 opened this pull request 4 months ago
gh-122951: Simplify the grammar of the assignment rule

zedr opened this pull request 4 months ago
gh-115999: Stop the world when invalidating function versions

mpage opened this pull request 4 months ago
gh-92953: Add description source to `struct pool_header`

rruuaanng opened this pull request 4 months ago
About exception value ​​of memoryview attribute

rruuaanng opened this issue 4 months ago
gh-124984: Fix `ssl` thread safety

ZeroIntensity opened this pull request 4 months ago
[3.13] gh-112804: Clamping timeout value for _PySemaphore_PlatformWait (gh-124914)

miss-islington opened this pull request 4 months ago
gh-119786: Replace a Sphinx role with literal syntax

AA-Turner opened this pull request 4 months ago
Doc: Simplify the definition of 'soft deprecated'

andresdelfino opened this pull request 4 months ago
gh-124986: Fix max_handles for NetBSD in test_no_leaking

furkanonder opened this pull request 4 months ago
Segfault on Python 3.13.0rc3 (free-threaded) with `requests`

AA-Turner opened this issue 4 months ago
Split Up _testsinglephase.c and _testmultiphase.c

ericsnowcurrently opened this issue 4 months ago
gh-124570: ctypes: Run some Structure tests on Union as well

encukou opened this pull request 4 months ago
gh-124969: Fix locale.nl_langinfo(locale.ALT_DIGITS)

serhiy-storchaka opened this pull request 4 months ago
gh-71936: Fix race condition in multiprocessing.Pool

encukou opened this pull request 4 months ago
gh-124962: Convert leftover rst to markup in `InternalDocs/compiler.md`

isaacjones99 opened this pull request 4 months ago
gh-111178: Fix function signatures in genobject.c

vstinner opened this pull request 4 months ago
locale.nl_langinfo(locale.ALT_DIGITS) does not work

serhiy-storchaka opened this issue 4 months ago
[3.13] gh-109975: Suggest ``pynntp`` instead of ``nntplib`` (GH-124830)

miss-islington opened this pull request 4 months ago
gh-69998: Fix decoding error in locale.nl_langinfo()

serhiy-storchaka opened this pull request 4 months ago
Leftover rst markup in the Compiler design internal document

tomasr8 opened this issue 4 months ago
gh-124761: add socket.SO_REUSEPORT_LB

graingert opened this pull request 4 months ago
`barry_as_FLUFL` future flag does not work in new REPL

sobolevn opened this issue 4 months ago
gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles

graingert opened this pull request 4 months ago
gh-124871: fix 'visited' tracking in compiler's reachability analysis

iritkatriel opened this pull request 4 months ago
[BOLT] [3.12] Python 3.12.7 --enable bolt option not working

ptr1337 opened this issue 4 months ago
gh-53203: Fix strptime() for %c and %x formats on many locales

serhiy-storchaka opened this pull request 4 months ago
gh-124944: Add socket.SO_ORIGINAL_DST

Stevenjin8 opened this pull request 4 months ago
gh-123378: fix a crash in `UnicodeError.__str__`

picnixz opened this pull request 4 months ago
gh-124932: Distinguish build prefix from host prefix in cross builds

hoodmane opened this pull request 4 months ago
gh-124928: Emscripten node support: Clean up old node <= 16 flags

hoodmane opened this pull request 4 months ago
`ftplib.cpython-312.pyc` does not appear to be reproducible

raboof opened this issue 4 months ago
Strip absolute --libdir paths from configure args in test_freeze

stefanor opened this pull request 4 months ago
gh-112804: Clamping timeout value for _PySemaphore_PlatformWait

corona10 opened this pull request 4 months ago
gh-120619: Tier 2 partial evaluator foundations

Fidget-Spinner opened this pull request 4 months ago
file-related OSErrors should include filename or FD

ThomasWaldmann opened this issue 4 months ago