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
Embeddable distribution for 3.13 includes Tcl/Tk DLL files
lir-ht opened this issue 2 months ago
lir-ht opened this issue 2 months ago
gh-126071: Improve formatting of the argparse documentation
serhiy-storchaka opened this pull request 2 months ago
serhiy-storchaka opened this pull request 2 months ago
The method for storing docstrings in code objects is awkward and prevents optimizations.
markshannon opened this issue 2 months ago
markshannon opened this issue 2 months ago
Improve formatting of the argparse documentation
serhiy-storchaka opened this issue 2 months ago
serhiy-storchaka opened this issue 2 months ago
MÄDN
Speche03 opened this issue 2 months ago
Speche03 opened this issue 2 months ago
gh-126068: Fix exceptions in the argparse module
serhiy-storchaka opened this pull request 2 months ago
serhiy-storchaka opened this pull request 2 months ago
Fix exceptions in argparse
serhiy-storchaka opened this issue 2 months ago
serhiy-storchaka opened this issue 2 months ago
gh-126055: Add omitted command (in docs [os.walk]) for code to fulfill `shutil.rmtree` algorithm
vwheeler63 opened this pull request 2 months ago
vwheeler63 opened this pull request 2 months ago
gh-126014: Ignore `__pycache__`-only folders in makefile tests
sobolevn opened this pull request 2 months ago
sobolevn opened this pull request 2 months ago
gh-126061: Add PyLong_IsPositive/Zero/Negative() functions
rruuaanng opened this pull request 2 months ago
rruuaanng opened this pull request 2 months ago
gh-90370: avoid temporary tuple creation for vararg in AC
skirpichev opened this pull request 2 months ago
skirpichev opened this pull request 2 months ago
Pre-commit: prevent spaces in news entry paths
hugovk opened this pull request 2 months ago
hugovk opened this pull request 2 months ago
gh-125028: Prohibit placeholders in partial keywords
dg-pb opened this pull request 2 months ago
dg-pb opened this pull request 2 months ago
Add PyLong_IsPositive/Zero/Negative() functions
skirpichev opened this issue 2 months ago
skirpichev opened this issue 2 months ago
GH-125413: Add `pathlib.Path.scandir()` method
barneygale opened this pull request 2 months ago
barneygale opened this pull request 2 months ago
[3.12] gh-126035: add missing whitespace to *Py_EnterRecursiveCall() messages (GH-126036)
miss-islington opened this pull request 3 months ago
miss-islington opened this pull request 3 months ago
[3.13] gh-126035: add missing whitespace to *Py_EnterRecursiveCall() messages (GH-126036)
miss-islington opened this pull request 3 months ago
miss-islington opened this pull request 3 months ago
Added `AnyLogger` type (`Logger | LoggerAdapter` type)
Avihais12344 opened this pull request 3 months ago
Avihais12344 opened this pull request 3 months ago
sys.setprofile doesn't do `c_call` in all cases
itamarst opened this issue 3 months ago
itamarst opened this issue 3 months ago
os.walk() example of an implementation of shutil.rmtree() is incomplete
vwheeler63 opened this issue 3 months ago
vwheeler63 opened this issue 3 months ago
"Data model" page is too long
barneygale opened this issue 3 months ago
barneygale opened this issue 3 months ago
"Built-in Types" page is too long
barneygale opened this issue 3 months ago
barneygale opened this issue 3 months ago
Align functools.reduce() docstring with PEP-257
skirpichev opened this pull request 3 months ago
skirpichev opened this pull request 3 months ago
gh-126040: add versioning to XML elements to protect against evil mutations
picnixz opened this pull request 3 months ago
picnixz opened this pull request 3 months ago
Add versioning to XML elements to protect against evil mutations
picnixz opened this issue 3 months ago
picnixz opened this issue 3 months ago
PyImport_ImportModule
mwriter opened this issue 3 months ago
mwriter opened this issue 3 months ago
Crash: `xml.etree.ElementTree.Element.find*` with an evil tag's `str.__eq__`
picnixz opened this issue 3 months ago
picnixz opened this issue 3 months ago
Missing whitespaces when using `Py_CheckRecursiveCall` & co
picnixz opened this issue 3 months ago
picnixz opened this issue 3 months ago
gh-94521: IDLE: Auto-select and copy/cut current line if no selection on copy/cut
Wulian233 opened this pull request 3 months ago
Wulian233 opened this pull request 3 months ago
Crash: `xml.etree.ElementTree.Element.remove` with an evil `Element.__eq__`
picnixz opened this issue 3 months ago
picnixz opened this issue 3 months ago
gh-126019 Fix inspect.getsource for classes created in PyREPL
devdanzin opened this pull request 3 months ago
devdanzin opened this pull request 3 months ago
gh-111495: improve test coverage of codecs C API
picnixz opened this pull request 3 months ago
picnixz opened this pull request 3 months ago
gh-126028: Add more tests for msvcrt module
aisk opened this pull request 3 months ago
aisk opened this pull request 3 months ago
gh-125873: Improve error message when PYTHONHOME is invalid
refeed opened this pull request 3 months ago
refeed opened this pull request 3 months ago
gh-126024: optimize UTF-8 decoder for short non-ASCII string
methane opened this pull request 3 months ago
methane opened this pull request 3 months ago
Improve UTF-8 decode speed
methane opened this issue 3 months ago
methane opened this issue 3 months ago
Python license documentation file has a stale link to Zope Corporation
partev opened this issue 3 months ago
partev opened this issue 3 months ago
Ignore directories containing only `__pycache__` in `test_makefile_test_folders`
tomasr8 opened this issue 3 months ago
tomasr8 opened this issue 3 months ago
Lint GitHub Actions and Dependabot
hugovk opened this pull request 3 months ago
hugovk opened this pull request 3 months ago
Inconsistent current directory after drive dismount/mount
k128 opened this issue 3 months ago
k128 opened this issue 3 months ago
gh-125916: Adapt functools.reduce() to Argument Clinic
skirpichev opened this pull request 3 months ago
skirpichev opened this pull request 3 months ago
gh-119538: Add missing build dependencies
Meiye-lj opened this pull request 3 months ago
Meiye-lj opened this pull request 3 months ago
nogil segmentation fault on ordered dict operations
luisggpina opened this issue 3 months ago
luisggpina opened this issue 3 months ago
ClassVar breaks dataclass fields
michael-123123 opened this issue 3 months ago
michael-123123 opened this issue 3 months ago
[3.12] gh-125783: Add tests to prevent regressions with the combination of `ctypes` and metaclasses. (GH-125881)
miss-islington opened this pull request 3 months ago
miss-islington opened this pull request 3 months ago
[3.13] gh-125783: Add tests to prevent regressions with the combination of `ctypes` and metaclasses. (GH-125881)
miss-islington opened this pull request 3 months ago
miss-islington opened this pull request 3 months ago
gh-125985: Add free threading scaling micro benchmarks
colesbury opened this pull request 3 months ago
colesbury opened this pull request 3 months ago
Add free threading scaling microbenchmarks
colesbury opened this issue 3 months ago
colesbury opened this issue 3 months ago
UAF on `fut->fut_callback0` with evil `call_soon` in `_asynciomodule.c`
picnixz opened this issue 3 months ago
picnixz opened this issue 3 months ago
partial now behaves like a method descriptor
MegaIng opened this issue 3 months ago
MegaIng opened this issue 3 months ago
[3.13] gh-125608: Trigger dictionary watchers when inline values change (GH-125611)
miss-islington opened this pull request 3 months ago
miss-islington opened this pull request 3 months ago
SSL: APPLICATION_DATA_AFTER_CLOSE_NOTIFY
stevstrong opened this issue 3 months ago
stevstrong opened this issue 3 months ago
[3.12] [3.13] gh-121277: Allow `.. versionadded:: next` in docs (GH-121278) (GH-124718)
miss-islington opened this pull request 3 months ago
miss-islington opened this pull request 3 months ago
[3.13] gh-120313: amend documentation regarding `ctypes._CFuncPtr` (GH-120989)
miss-islington opened this pull request 3 months ago
miss-islington opened this pull request 3 months ago
[3.12] gh-120313: amend documentation regarding `ctypes._CFuncPtr` (GH-120989)
miss-islington opened this pull request 3 months ago
miss-islington opened this pull request 3 months ago
[3.12] [3.13] GH-125789: fix `fut._callbacks` to always return a copy of callbacks (GH-125922) (GH-125976)
miss-islington opened this pull request 3 months ago
miss-islington opened this pull request 3 months ago
[3.13] GH-125789: fix `fut._callbacks` to always return a copy of callbacks (#125922)
kumaraditya303 opened this pull request 3 months ago
kumaraditya303 opened this pull request 3 months ago
20241025
jaemingukbob opened this issue 3 months ago
jaemingukbob opened this issue 3 months ago
3.14.0a1 urljoin regression wrt //
hroncok opened this issue 3 months ago
hroncok opened this issue 3 months ago
gh-125911: Call for combine_symbol_mask on the initial trampoline for a trace
Zheaoli opened this pull request 3 months ago
Zheaoli opened this pull request 3 months ago
GH-125837: Split `LOAD_CONST` into three.
markshannon opened this pull request 3 months ago
markshannon opened this pull request 3 months ago
Divide in large numbers not working well
AminBidad1 opened this issue 3 months ago
AminBidad1 opened this issue 3 months ago
gh-125969: fix OOB in `future_schedule_callbacks` due to an evil `call_soon`
picnixz opened this pull request 3 months ago
picnixz opened this pull request 3 months ago
Evil `call_soon` may cause OOB in `future_schedule_callbacks`
picnixz opened this issue 3 months ago
picnixz opened this issue 3 months ago
Strange 3.14.0a1 problem in attribute assignment
replabrobin opened this issue 3 months ago
replabrobin opened this issue 3 months ago
gh-125966: fix UAF on `fut->fut_callback0` in `_asynciomodule.c`
picnixz opened this pull request 3 months ago
picnixz opened this pull request 3 months ago
UAF on `fut->fut_callback0` with evil `__eq__` in `_asynciomodule.c`
picnixz opened this issue 3 months ago
picnixz opened this issue 3 months ago
[3.12] gh-84545: Clarify the 'extend' action documentation in argparse (GH-125870)
miss-islington opened this pull request 3 months ago
miss-islington opened this pull request 3 months ago
[3.13] gh-84545: Clarify the 'extend' action documentation in argparse (GH-125870)
miss-islington opened this pull request 3 months ago
miss-islington opened this pull request 3 months ago
Poor readability of preprocessor generated by Tools/clinic
rruuaanng opened this issue 3 months ago
rruuaanng opened this issue 3 months ago
gh-75459: Doc: C API: Improve object life cycle documentation
rhansen opened this pull request 3 months ago
rhansen opened this pull request 3 months ago
gh-125927: Add docs description for daemon thread
rruuaanng opened this pull request 3 months ago
rruuaanng opened this pull request 3 months ago
gh-125957: sync argument naming in sphinx docs of the cmath and help()
skirpichev opened this pull request 3 months ago
skirpichev opened this pull request 3 months ago
Direct list-out-of-tuple assignment does not work
maxpat78 opened this issue 3 months ago
maxpat78 opened this issue 3 months ago
gh-124651: Quote template strings in `venv` activation scripts (GH-12…
ajayk opened this pull request 3 months ago
ajayk opened this pull request 3 months ago
gh-125897: Fix the range function refering to step as a kwarg
kbaikov opened this pull request 3 months ago
kbaikov opened this pull request 3 months ago
gh-125933: Add ARIA labels to select elements in the version switcher
Privat33r-dev opened this pull request 3 months ago
Privat33r-dev opened this pull request 3 months ago
[3.12] gh-118950: Fix SSLProtocol.connection_lost not being called when OSError is thrown (GH-118960)
miss-islington opened this pull request 3 months ago
miss-islington opened this pull request 3 months ago
[3.13] gh-118950: Fix SSLProtocol.connection_lost not being called when OSError is thrown (GH-118960)
miss-islington opened this pull request 3 months ago
miss-islington opened this pull request 3 months ago
Keep Track of Where Each Python Thread Was Started
ericsnowcurrently opened this issue 3 months ago
ericsnowcurrently opened this issue 3 months ago
urljoin() undocumented behavior change in Python 3.14.
felixxm opened this issue 3 months ago
felixxm opened this issue 3 months ago
GH-125789: fix `fut._callbacks` to always return a copy of callbacks
kumaraditya303 opened this pull request 3 months ago
kumaraditya303 opened this pull request 3 months ago
gh-124452: Fix header mismatches when folding/unfolding with email message
RanKKI opened this pull request 3 months ago
RanKKI opened this pull request 3 months ago
gh-125916: Allow functools.reduce 'initial' to be a keyword argument
sayandipdutta opened this pull request 3 months ago
sayandipdutta opened this pull request 3 months ago
gh-125889: Fix bounds check of hi argument in bisect_left|right functions
rruuaanng opened this pull request 3 months ago
rruuaanng opened this pull request 3 months ago
The JIT doesn't call for `combine_symbol_mask` on the initial trampoline for a trace
brandtbucher opened this issue 3 months ago
brandtbucher opened this issue 3 months ago
Add HEAD_ISLOCKED to wrap GIL check
rruuaanng opened this issue 3 months ago
rruuaanng opened this issue 3 months ago
gh-125904: Fix MRO summary description in tutorial
drewarnett opened this pull request 3 months ago
drewarnett opened this pull request 3 months ago
MRO summary description in tutorial still says depth-first
drewarnett opened this issue 3 months ago
drewarnett opened this issue 3 months ago
Built-in function `range` params discrepancy across versions
travis-pds opened this issue 3 months ago
travis-pds opened this issue 3 months ago
gh-117941: Reject option names starting with "--no-" in argparse.BooleanOptionalAction
serhiy-storchaka opened this pull request 3 months ago
serhiy-storchaka opened this pull request 3 months ago
gh-86463: Fix default prog in subparsers if usage is used in the main parser
serhiy-storchaka opened this pull request 3 months ago
serhiy-storchaka opened this pull request 3 months ago
gh-125880: Fix exit codes in PyREPL
Eclips4 opened this pull request 3 months ago
Eclips4 opened this pull request 3 months ago
python versions of bisect_right and bisect_left can fail guarantees
mike-neergaard opened this issue 3 months ago
mike-neergaard opened this issue 3 months ago
gh-125783: Add tests to prevent regressions with the combination of `ctypes` and metaclasses.
junkmd opened this pull request 3 months ago
junkmd opened this pull request 3 months ago
GH-125837: Rework the instructions for loading constants and returning values.
markshannon opened this pull request 3 months ago
markshannon opened this pull request 3 months ago
wrong opname in 3.13 dis module documentation
stopa27 opened this issue 3 months ago
stopa27 opened this issue 3 months ago
gh-58032: Docs: Sort argparse alphabetically
hugovk opened this pull request 3 months ago
hugovk opened this pull request 3 months ago
gh-84545: Clarify the 'extend' action documentation in argparse
serhiy-storchaka opened this pull request 3 months ago
serhiy-storchaka opened this pull request 3 months ago
html rendering issue in MIMEText html rendering
azmee-meta opened this issue 3 months ago
azmee-meta opened this issue 3 months ago