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-93649: Split gc- and allocation tests from _testcapimodule.c
jbradaric opened this pull request over 1 year ago
jbradaric opened this pull request over 1 year ago
gh-104400: pygettext: use an AST parser instead of a tokenizer
tomasr8 opened this pull request over 1 year ago
tomasr8 opened this pull request over 1 year ago
gh-99108: Refresh HACL* from upstream
msprotz opened this pull request over 1 year ago
msprotz opened this pull request over 1 year ago
pygettext: use an AST parser instead of a tokenizer
tomasr8 opened this issue over 1 year ago
tomasr8 opened this issue over 1 year ago
Tkinter uses deprecated functions `mp_to_unsigned_bin_n()` and `mp_unsigned_bin_size()`
chrstphrchvz opened this issue over 1 year ago
chrstphrchvz opened this issue over 1 year ago
gh-104396: uuid.py to skip platform check for emscripten and wasi
youknowone opened this pull request over 1 year ago
youknowone opened this pull request over 1 year ago
`uuid.py` checks platform for emscripten and wasi
youknowone opened this issue over 1 year ago
youknowone opened this issue over 1 year ago
Add link to Download page on documentation index
adorilson opened this issue over 1 year ago
adorilson opened this issue over 1 year ago
gh-104377: fix cell in comprehension that is free in outer scope
carljm opened this pull request over 1 year ago
carljm opened this pull request over 1 year ago
gh-104392: Remove _paramspec_tvars from typing
JelleZijlstra opened this pull request over 1 year ago
JelleZijlstra opened this pull request over 1 year ago
_paramspec_tvars in typing.py does nothing
JelleZijlstra opened this issue over 1 year ago
JelleZijlstra opened this issue over 1 year ago
2-5x slowdown, long-standing Event performance regression
xloem opened this issue over 1 year ago
xloem opened this issue over 1 year ago
gh-104389: Add 'unused' keyword to Argument Clinic C converters
erlend-aasland opened this pull request over 1 year ago
erlend-aasland opened this pull request over 1 year ago
Make it possible to mark Argument Clinic args as unused
erlend-aasland opened this issue over 1 year ago
erlend-aasland opened this issue over 1 year ago
gh-101819: Fix inverted debug preprocessor check in winconsoleio.c
erlend-aasland opened this pull request over 1 year ago
erlend-aasland opened this pull request over 1 year ago
GH-103082: Filter LINE events in VM, to simplify tool implementation.
markshannon opened this pull request over 1 year ago
markshannon opened this pull request over 1 year ago
[3.9] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-102953)
encukou opened this pull request over 1 year ago
encukou opened this pull request over 1 year ago
csv.Sniffer().has_header() can't not identify header line
mewu3 opened this issue over 1 year ago
mewu3 opened this issue over 1 year ago
Make behavioural difference to Python set methods clear in C-API docs
scoder opened this pull request over 1 year ago
scoder opened this pull request over 1 year ago
gh-104371: Fix calls to __release_buffer__ while an exception is active
JelleZijlstra opened this pull request over 1 year ago
JelleZijlstra opened this pull request over 1 year ago
Segfault with lambda nested in comprehension
JelleZijlstra opened this issue over 1 year ago
JelleZijlstra opened this issue over 1 year ago
GH-104375: Use `versionchanged` to describe new arguments in pathlib docs
barneygale opened this pull request over 1 year ago
barneygale opened this pull request over 1 year ago
Pathlib docs use `versionadded` incorrectly
barneygale opened this issue over 1 year ago
barneygale opened this issue over 1 year ago
List comprehensions now have access to the enclosing class scope
JelleZijlstra opened this issue over 1 year ago
JelleZijlstra opened this issue over 1 year ago
GH-102613: Fix recursion error from `pathlib.Path.glob()`
barneygale opened this pull request over 1 year ago
barneygale opened this pull request over 1 year ago
subprocess can block all Python threads when using `vfork()` until the child process `exec()` succeeds or fails.
gpshead opened this issue over 1 year ago
gpshead opened this issue over 1 year ago
PEP 688: Crash if `__release_buffer__` is called while an exception is active
JelleZijlstra opened this issue over 1 year ago
JelleZijlstra opened this issue over 1 year ago
gh-101819: Explicitly disallow pickle protocols 0 and 1 in _io
erlend-aasland opened this pull request over 1 year ago
erlend-aasland opened this pull request over 1 year ago
gh-101819: Refactor _io futher in preparation for module isolation
erlend-aasland opened this pull request over 1 year ago
erlend-aasland opened this pull request over 1 year ago
gh-104357: fix inlined comprehensions that close over iteration var
carljm opened this pull request over 1 year ago
carljm opened this pull request over 1 year ago
gh-101819: Adapt _io._Buffered* methods to Argument Clinic
erlend-aasland opened this pull request over 1 year ago
erlend-aasland opened this pull request over 1 year ago
Tools/peg_generator/pegen produces invalid python in parse.py
noahbkim opened this issue over 1 year ago
noahbkim opened this issue over 1 year ago
Tools/peg_generator/pegen fails in python mode with python.gram in branch 3.10
noahbkim opened this issue over 1 year ago
noahbkim opened this issue over 1 year ago
gh-103000: Optimise `dataclasses.asdict` for the common case
AlexWaygood opened this pull request over 1 year ago
AlexWaygood opened this pull request over 1 year ago
Tkinter fails to build with Tcl 9.0 due to `Tcl_AppInit()` undeclared
chrstphrchvz opened this issue over 1 year ago
chrstphrchvz opened this issue over 1 year ago
[3.11] GH-87695: Fix OSError from `pathlib.Path.glob()` (GH-104292)
miss-islington opened this pull request over 1 year ago
miss-islington opened this pull request over 1 year ago
gh-104360: remove reference to removed module-level wrap_socket
graingert opened this pull request over 1 year ago
graingert opened this pull request over 1 year ago
ssl docs still refer to removed module-level ssl.wrap_socket
graingert opened this issue over 1 year ago
graingert opened this issue over 1 year ago
[3.11] gh-104010: Separate and improve docs for `typing.get_origin` and `typing.get_args` (GH-104013)
miss-islington opened this pull request over 1 year ago
miss-islington opened this pull request over 1 year ago
[3.11] gh-103960: Dark mode: invert image brightness (GH-103983)
miss-islington opened this pull request over 1 year ago
miss-islington opened this pull request over 1 year ago
Comprehension inlining: Bug if comprehension contains a lambda
JelleZijlstra opened this issue over 1 year ago
JelleZijlstra opened this issue over 1 year ago
AttributeError when calling ._target on Process objects (multiprocessing) after starting Process
Carson-Bay opened this issue over 1 year ago
Carson-Bay opened this issue over 1 year ago
gh-101819: Adapt _io._BufferedIOBase_Type methods to Argument Clinic
erlend-aasland opened this pull request over 1 year ago
erlend-aasland opened this pull request over 1 year ago
gh-101819: Clean up _io windows console io after gh-104197
erlend-aasland opened this pull request over 1 year ago
erlend-aasland opened this pull request over 1 year ago
Acos inconsistency from math and cmath module
WiseroOrb opened this issue over 1 year ago
WiseroOrb opened this issue over 1 year ago
gh-101819: Harden _io init
erlend-aasland opened this pull request over 1 year ago
erlend-aasland opened this pull request over 1 year ago
OSError and SegFault encountered when building p11-Kit against 32 bit Python-3.11.2 using 64 bit time flags
TabLand opened this issue over 1 year ago
TabLand opened this issue over 1 year ago
Fix typo in bytecodes.c
eltociear opened this pull request over 1 year ago
eltociear opened this pull request over 1 year ago
[3.11] gh-103848: Adds checks to ensure that bracketed hosts found by urlsplit are of IPv6 or IPvFuture format (GH-103849)
miss-islington opened this pull request over 1 year ago
miss-islington opened this pull request over 1 year ago
gh-84353: Change the first-attempt zipfile encoding to cp437
arhadthedev opened this pull request over 1 year ago
arhadthedev opened this pull request over 1 year ago
filedialog.py: Move comment closer to relevant code
chrstphrchvz opened this pull request over 1 year ago
chrstphrchvz opened this pull request over 1 year ago
[3.11] gh-103247: clear the module cache in a test in test_importlib/extensions/test_loader.py (GH-104226)
miss-islington opened this pull request over 1 year ago
miss-islington opened this pull request over 1 year ago
asyncio.Server.wait_closed() appears to hang indefinitely in 3.12.0a7
jnsnow opened this issue over 1 year ago
jnsnow opened this issue over 1 year ago
issue while installing hashlib
wiredhikari opened this issue over 1 year ago
wiredhikari opened this issue over 1 year ago
gh-104301: Allow leading whitespace in disambiguated pdb statements
SnoopJ opened this pull request over 1 year ago
SnoopJ opened this pull request over 1 year ago
test__xxsubinterpreters is Occasionally Crashing
ericsnowcurrently opened this issue over 1 year ago
ericsnowcurrently opened this issue over 1 year ago
Unhandled BrokenPipeError in asyncio.streams
TheTechromancer opened this issue over 1 year ago
TheTechromancer opened this issue over 1 year ago
[3.11] gh-102327: Extend docs for "url" and "headers" parameters to HTTPConnection.request()
miss-islington opened this pull request over 1 year ago
miss-islington opened this pull request over 1 year ago
[3.11] gh-104328: Fix typo in ``typing.Generic`` multiple inheritance error message (GH-104335)
miss-islington opened this pull request over 1 year ago
miss-islington opened this pull request over 1 year ago
gammavariate uses misleading parameter names.
drj11 opened this issue over 1 year ago
drj11 opened this issue over 1 year ago
nt._getfinalpathname on WindowsApps\**.exe raises WinError 1920 ERROR_CANT_ACCESS_FILE
hhmmjjnn opened this issue over 1 year ago
hhmmjjnn opened this issue over 1 year ago
gh-104328: Fix typo in ``typing.Generic`` multiple inheritance error message
Eclips4 opened this pull request over 1 year ago
Eclips4 opened this pull request over 1 year ago
gh-101819: Refactor _io in preparation for module isolation
erlend-aasland opened this pull request over 1 year ago
erlend-aasland opened this pull request over 1 year ago
Bad error message when inheriting from Generic multiple times
JelleZijlstra opened this issue over 1 year ago
JelleZijlstra opened this issue over 1 year ago
[3.10] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-102953)
encukou opened this pull request over 1 year ago
encukou opened this pull request over 1 year ago
gh-74895: adjust tests to work on Solaris
kulikjak opened this pull request over 1 year ago
kulikjak opened this pull request over 1 year ago
gh-104324: Reinstate GIL cleanup during interpreter deletion.
adr26 opened this pull request over 1 year ago
adr26 opened this pull request over 1 year ago
gh-90953: Don't use deprecated AST nodes in clinic.py
AlexWaygood opened this pull request over 1 year ago
AlexWaygood opened this pull request over 1 year ago
Improve stack trace from where command in pdb
ironyman opened this issue over 1 year ago
ironyman opened this issue over 1 year ago
gh-104310: Add importlib.util.allowing_all_extensions()
ericsnowcurrently opened this pull request over 1 year ago
ericsnowcurrently opened this pull request over 1 year ago
require-pr-label.yml: Add missing "permissions:"
hartwork opened this pull request over 1 year ago
hartwork opened this pull request over 1 year ago
GH-104308: socket.getnameinfo should release the GIL
njsmith opened this pull request over 1 year ago
njsmith opened this pull request over 1 year ago
`netrc` emits syntax errors for comments after blank lines
LukeShu opened this issue over 1 year ago
LukeShu opened this issue over 1 year ago
Newline string breaks doctest in four different contexts
pdq-self opened this issue over 1 year ago
pdq-self opened this issue over 1 year ago
gh-104301: Tidy pdb documentation of exclamation prefix
SnoopJ opened this pull request over 1 year ago
SnoopJ opened this pull request over 1 year ago
Misleading documentation of `!` prefix in `pdb`
SnoopJ opened this issue over 1 year ago
SnoopJ opened this issue over 1 year ago
gh-91896: Improve visibility of `ByteString` deprecation warnings
AlexWaygood opened this pull request over 1 year ago
AlexWaygood opened this pull request over 1 year ago
GH-87695: Fix OSError from `pathlib.Path.glob()`
barneygale opened this pull request over 1 year ago
barneygale opened this pull request over 1 year ago
gh-101117: Improve accuracy of sqlite3.Cursor.rowcount docs
erlend-aasland opened this pull request over 1 year ago
erlend-aasland opened this pull request over 1 year ago
Missing DTrace probes
furkanonder opened this issue over 1 year ago
furkanonder opened this issue over 1 year ago
Trim trailing whitespace and test on CI
hugovk opened this pull request over 1 year ago
hugovk opened this pull request over 1 year ago
gh-87729: improve hit rate of LOAD_SUPER_ATTR specialization
carljm opened this pull request over 1 year ago
carljm opened this pull request over 1 year ago
gh-101819: Port _io.PyBytesIOBuffer_Type to heap type
erlend-aasland opened this pull request over 1 year ago
erlend-aasland opened this pull request over 1 year ago
IEEE floating point signalling bit can be inverted on MIPS (Python assumes its not)
seberg opened this issue over 1 year ago
seberg opened this issue over 1 year ago
gh-104252: Immortalize Py_EMPTY_KEYS
ericsnowcurrently opened this pull request over 1 year ago
ericsnowcurrently opened this pull request over 1 year ago
Immortalize Py_EMPTY_KEYS
ericsnowcurrently opened this issue over 1 year ago
ericsnowcurrently opened this issue over 1 year ago
gh-101819: Port _io.PyIncrementalNewlineDecoder_Type to heap type
erlend-aasland opened this pull request over 1 year ago
erlend-aasland opened this pull request over 1 year ago
gh-69152: add method get_proxy_response_headers to HTTPConnection class
nametkin opened this pull request over 1 year ago
nametkin opened this pull request over 1 year ago
gh-104232: Change sys.settrace docs to reflect actual behaviour
L3viathan opened this pull request over 1 year ago
L3viathan opened this pull request over 1 year ago
PEP 669: for loop fires LINE multiple times for body, but only one for `for`
nedbat opened this issue over 1 year ago
nedbat opened this issue over 1 year ago
Local trace function return value: bug or documentation issue
L3viathan opened this issue over 1 year ago
L3viathan opened this issue over 1 year ago
Superfluous call to `__init__` on `str(x)`/`bytes(x)` when `__new__` returns an instance of `str`/`bytes`' subclass
EZForever opened this issue over 1 year ago
EZForever opened this issue over 1 year ago
gh-96471: Add multiprocessing queue shutdown
EpicWink opened this pull request over 1 year ago
EpicWink opened this pull request over 1 year ago
Dicts' item views support set-like operations even when the items are not hashable
UltimateLobster opened this issue over 1 year ago
UltimateLobster opened this issue over 1 year ago
gh-96471: Add asyncio queue shutdown
EpicWink opened this pull request over 1 year ago
EpicWink opened this pull request over 1 year ago
gh-103247: add `tearDown` to `test_loader` and clear module cache
sunmy2019 opened this pull request over 1 year ago
sunmy2019 opened this pull request over 1 year ago
gh-96471: Add threading queue shutdown
EpicWink opened this pull request over 1 year ago
EpicWink opened this pull request over 1 year ago
GH-96803: Document and test new unstable internal frame API functions
markshannon opened this pull request over 1 year ago
markshannon opened this pull request over 1 year ago
gh-104263: Rely on Py_NAN and introduce Py_INFINITY
seberg opened this pull request over 1 year ago
seberg opened this pull request over 1 year ago
Lib/tarfile.py: Inconsistent name with trailing slash
thibault-p opened this issue over 1 year ago
thibault-p opened this issue over 1 year ago