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
[3.8] gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846)
encukou opened this pull request over 1 year ago
encukou opened this pull request over 1 year ago
Clean up sqlite3.Connection APIs
erlend-aasland opened this issue over 1 year ago
erlend-aasland opened this issue over 1 year ago
Add wrapper for timerfd_create, timerfd_settime, and timerfd_gettime to `os` module
m-tmatma opened this issue over 1 year ago
m-tmatma opened this issue over 1 year ago
[3.9] gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846)
encukou opened this pull request over 1 year ago
encukou opened this pull request over 1 year ago
elif raises SyntaxError when preceded by a string statement
Stock-Owl opened this issue over 1 year ago
Stock-Owl opened this issue over 1 year ago
Enable `CFBundleAllowMixedLocalizations` property list key inside Info.plist in macOS
shyamnathp opened this issue over 1 year ago
shyamnathp opened this issue over 1 year ago
gh-107801: Improve the accuracy of io.IOBase.seek docs
erlend-aasland opened this pull request over 1 year ago
erlend-aasland opened this pull request over 1 year ago
gh-107801: Document io.TextIOWrapper.tell
erlend-aasland opened this pull request over 1 year ago
erlend-aasland opened this pull request over 1 year ago
gh-106016: Support customizing of module attributes access with __setattr__/__delattr__ (PEP 726)
skirpichev opened this pull request over 1 year ago
skirpichev opened this pull request over 1 year ago
gh-52769: Return list of errors in shutil.rmtree when ignore_errors=True
richardhob opened this pull request over 1 year ago
richardhob opened this pull request over 1 year ago
gh-102988: Detect email address parsing errors and return empty tuple to indicate the parsing error (old API)
tdwyer opened this pull request over 1 year ago
tdwyer opened this pull request over 1 year ago
_socket extension C capsule cannot be visited by the GC and so _socket.socket type may stay alive longer than expected
vstinner opened this issue over 1 year ago
vstinner opened this issue over 1 year ago
gh-108223: Add [NOGIL] marker to sys.version
vstinner opened this pull request over 1 year ago
vstinner opened this pull request over 1 year ago
gh-108223: test.pythoninfo and libregrtest log Py_NOGIL
vstinner opened this pull request over 1 year ago
vstinner opened this pull request over 1 year ago
[3.12] Fix sphinx-lint issue now that lint runs on Misc/NEWS.d
Yhg1s opened this pull request over 1 year ago
Yhg1s opened this pull request over 1 year ago
gh-108223: Document --disable-gil flag in configure
colesbury opened this pull request over 1 year ago
colesbury opened this pull request over 1 year ago
gh-108216: Add pycore_dict_struct.h internal header file
vstinner opened this pull request over 1 year ago
vstinner opened this pull request over 1 year ago
[3.12] gh-107298: Fix C API datetime documentation (GH-108034).
serhiy-storchaka opened this pull request over 1 year ago
serhiy-storchaka opened this pull request over 1 year ago
[3.11] gh-107298: Fix C API datetime documentation (GH-108034)
miss-islington opened this pull request over 1 year ago
miss-islington opened this pull request over 1 year ago
[3.11] gh-108224: Fix asyncio doc inconsistency (GH-108230)
miss-islington opened this pull request over 1 year ago
miss-islington opened this pull request over 1 year ago
[3.12] gh-108224: Fix asyncio doc inconsistency (GH-108230)
miss-islington opened this pull request over 1 year ago
miss-islington opened this pull request over 1 year ago
gh-108224: fix doc inconsistency
temach opened this pull request over 1 year ago
temach opened this pull request over 1 year ago
gh-107211: No longer export pycore_strhex.h functions
vstinner opened this pull request over 1 year ago
vstinner opened this pull request over 1 year ago
gh-108216: Cleanup #include in internal header files
vstinner opened this pull request over 1 year ago
vstinner opened this pull request over 1 year ago
gh-108223: Add --disable-gil to configure
colesbury opened this pull request over 1 year ago
colesbury opened this pull request over 1 year ago
[3.11] gh-107298: Fix references to deprecated and removed PyUnicode C API (GH-108077)
miss-islington opened this pull request over 1 year ago
miss-islington opened this pull request over 1 year ago
[3.12] gh-107298: Fix references to deprecated and removed PyUnicode C API (GH-108077)
miss-islington opened this pull request over 1 year ago
miss-islington opened this pull request over 1 year ago
Inconsistent documentation about calling subprocess inside async function in a child thread
temach opened this issue over 1 year ago
temach opened this issue over 1 year ago
Add --disable-gil option to configure
colesbury opened this issue over 1 year ago
colesbury opened this issue over 1 year ago
gh-107940: Only reuse the pointer object when it matches the `_type_` of the container
ambv opened this pull request over 1 year ago
ambv opened this pull request over 1 year ago
gh-108220: Internal header files require Py_BUILD_CORE to be defined
vstinner opened this pull request over 1 year ago
vstinner opened this pull request over 1 year ago
[C API] Cleanup internal C header files
vstinner opened this issue over 1 year ago
vstinner opened this issue over 1 year ago
PEP 703 -- Making the Global Interpreter Lock Optional in CPython
colesbury opened this issue over 1 year ago
colesbury opened this issue over 1 year ago
[3.12] docs: fix grammar in isolating-extensions.rst (GH-108037)
miss-islington opened this pull request over 1 year ago
miss-islington opened this pull request over 1 year ago
[3.12] gh-107905: Test raising `__value__` for `TypeAliasType` (GH-107997)
miss-islington opened this pull request over 1 year ago
miss-islington opened this pull request over 1 year ago
[C API] The internal C API <pycore_dict.h> cannot be used in C++
P403n1x87 opened this issue over 1 year ago
P403n1x87 opened this issue over 1 year ago
[3.11] Trim trailing whitespace and test on CI (GH-104275)
hugovk opened this pull request over 1 year ago
hugovk opened this pull request over 1 year ago
Exception handling ignored in minimal while loop
pan324 opened this issue over 1 year ago
pan324 opened this issue over 1 year ago
[3.12] Run sphinx-lint on Misc/NEWS.d/next/ (GH-108212)
hugovk opened this pull request over 1 year ago
hugovk opened this pull request over 1 year ago
Run sphinx-lint on Misc/NEWS.d/next/
hugovk opened this pull request over 1 year ago
hugovk opened this pull request over 1 year ago
[3.12] gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846)
miss-islington opened this pull request over 1 year ago
miss-islington opened this pull request over 1 year ago
[3.10] gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846)
miss-islington opened this pull request over 1 year ago
miss-islington opened this pull request over 1 year ago
[3.11] gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846)
miss-islington opened this pull request over 1 year ago
miss-islington opened this pull request over 1 year ago
[3.11] gh-107396: tarfiles: set self.exception before _init_read_gz() (GH-107485)
miss-islington opened this pull request over 1 year ago
miss-islington opened this pull request over 1 year ago
[3.12] gh-107396: tarfiles: set self.exception before _init_read_gz() (GH-107485)
miss-islington opened this pull request over 1 year ago
miss-islington opened this pull request over 1 year ago
[3.11] gh-107916: Save the error code before decoding the filename in PyErr_SetFromErrnoWithFilename() etc (GH-107929)
miss-islington opened this pull request over 1 year ago
miss-islington opened this pull request over 1 year ago
[3.12] gh-107916: Save the error code before decoding the filename in PyErr_SetFromErrnoWithFilename() etc (GH-107929)
miss-islington opened this pull request over 1 year ago
miss-islington opened this pull request over 1 year ago
[3.11] Improve references in the tutorial (GH-108069)
serhiy-storchaka opened this pull request over 1 year ago
serhiy-storchaka opened this pull request over 1 year ago
[3.12] Improve references in the tutorial (GH-108069)
miss-islington opened this pull request over 1 year ago
miss-islington opened this pull request over 1 year ago
Docs: the calendar module lacks documentation for several APIs
erlend-aasland opened this issue over 1 year ago
erlend-aasland opened this issue over 1 year ago
[3.11] gh-105736: Sync pure python version of OrderedDict with the C version (GH-108098)
miss-islington opened this pull request over 1 year ago
miss-islington opened this pull request over 1 year ago
[3.12] gh-105736: Sync pure python version of OrderedDict with the C version (GH-108098)
miss-islington opened this pull request over 1 year ago
miss-islington opened this pull request over 1 year ago
Why is it that when I import the `math` module, the number of references for the `None` value decreases?
nchistov opened this issue over 1 year ago
nchistov opened this issue over 1 year ago
Document 'manager' and '_log' attrs of Logging
erlend-aasland opened this issue over 1 year ago
erlend-aasland opened this issue over 1 year ago
[3.12] gh-107895: Fix test_asyncio.test_runners when run it in CPython's "development mode" (GH-108168)
miss-islington opened this pull request over 1 year ago
miss-islington opened this pull request over 1 year ago
gh-108191: Add support of positional argument in SimpleNamespace constructor
serhiy-storchaka opened this pull request over 1 year ago
serhiy-storchaka opened this pull request over 1 year ago
[3.11] Resolve reference warnings in faq/gui.rst (GH-108147)
miss-islington opened this pull request over 1 year ago
miss-islington opened this pull request over 1 year ago
[3.12] Resolve reference warnings in faq/gui.rst (GH-108147)
miss-islington opened this pull request over 1 year ago
miss-islington opened this pull request over 1 year ago
Docs: Resolve Sphinx warnings in calendar.rst
erlend-aasland opened this pull request over 1 year ago
erlend-aasland opened this pull request over 1 year ago
Allow specifying SimpleNamespace attributes as a mapping/iterable in a positional argument
serhiy-storchaka opened this issue over 1 year ago
serhiy-storchaka opened this issue over 1 year ago
[3.12] Docs: document 'manager' and '_log' attrs of logging.Logging (GH-108145)
miss-islington opened this pull request over 1 year ago
miss-islington opened this pull request over 1 year ago
[3.11] Docs: document 'manager' and '_log' attrs of logging.Logging (GH-108145)
miss-islington opened this pull request over 1 year ago
miss-islington opened this pull request over 1 year ago
gh-107265: Fix code_hash for ENTER_EXECUTOR case
corona10 opened this pull request over 1 year ago
corona10 opened this pull request over 1 year ago
gh-108185: Add function to convert file mode string to binary file mode
calestyo opened this pull request over 1 year ago
calestyo opened this pull request over 1 year ago
Docs: Fix grammar token links in string.rst
wjandrea opened this pull request over 1 year ago
wjandrea opened this pull request over 1 year ago
[3.11] Resolve reference warnings in faq/design.rst (GH-108148)
AA-Turner opened this pull request over 1 year ago
AA-Turner opened this pull request over 1 year ago
Improve error message for parser stack overflow
Snirpsi opened this issue over 1 year ago
Snirpsi opened this issue over 1 year ago
gh-104400: Add more tests to pygettext
tomasr8 opened this pull request over 1 year ago
tomasr8 opened this pull request over 1 year ago
webbrowser.register incorrectly prefers wrong browser if its name is a substring of `xdg-settings get default-web-browser` result
guss77 opened this issue over 1 year ago
guss77 opened this issue over 1 year ago
gh-107265: Fix code_richcompare for ENTER_EXECUTOR case
corona10 opened this pull request over 1 year ago
corona10 opened this pull request over 1 year ago
gh-108113: Make it possible to create an optimized AST
iritkatriel opened this pull request over 1 year ago
iritkatriel opened this pull request over 1 year ago
Datamodel: Add headings to the standard type hierarchy
AA-Turner opened this pull request over 1 year ago
AA-Turner opened this pull request over 1 year ago
Docs: document 'manager' and '_log' attrs of logging.Logging
erlend-aasland opened this pull request over 1 year ago
erlend-aasland opened this pull request over 1 year ago
[3.11] Docs: Remove links to external C functions and macros in os.rst (GH-108138)
miss-islington opened this pull request over 1 year ago
miss-islington opened this pull request over 1 year ago
[3.12] Docs: Remove links to external C functions and macros in os.rst (GH-108138)
miss-islington opened this pull request over 1 year ago
miss-islington opened this pull request over 1 year ago
Docs: Fix Sphinx warnings in license.rst
erlend-aasland opened this pull request over 1 year ago
erlend-aasland opened this pull request over 1 year ago
[3.12] gh-108083: Don't ignore exceptions in sqlite3.Connection.__init__() and .close() (#108084)
erlend-aasland opened this pull request over 1 year ago
erlend-aasland opened this pull request over 1 year ago
fix: IFPkgFlag typo
0o001 opened this pull request over 1 year ago
0o001 opened this pull request over 1 year ago
Docs: Fix Sphinx warnings in logging.rst
erlend-aasland opened this pull request over 1 year ago
erlend-aasland opened this pull request over 1 year ago
Docs: Remove links to external C functions and macros in os.rst
erlend-aasland opened this pull request over 1 year ago
erlend-aasland opened this pull request over 1 year ago
[3.11] gh-107801: Improve the accuracy of os.lseek docs (#107935)
erlend-aasland opened this pull request over 1 year ago
erlend-aasland opened this pull request over 1 year ago
[3.12] gh-107801: Improve the accuracy of os.lseek docs (#107935)
erlend-aasland opened this pull request over 1 year ago
erlend-aasland opened this pull request over 1 year ago
[3.11] gh-107915: Handle errors in C API functions PyErr_Set*() and PyErr_Format() (GH-107918)
serhiy-storchaka opened this pull request over 1 year ago
serhiy-storchaka opened this pull request over 1 year ago
[3.12] gh-107915: Handle errors in C API functions PyErr_Set*() and PyErr_Format() (GH-107918)
miss-islington opened this pull request over 1 year ago
miss-islington opened this pull request over 1 year ago
gh-105802: email._header_value_parser: prevent IndexError in get_obs_local_part
fsc-eriker opened this pull request over 1 year ago
fsc-eriker opened this pull request over 1 year ago
gh-95065, gh-107704: Argument Clinic: support multiple '/ [from ...]' and '* [from ...]' markers
serhiy-storchaka opened this pull request over 1 year ago
serhiy-storchaka opened this pull request over 1 year ago
[3.11] Docs: format sys.float_info properly (GH-108107)
miss-islington opened this pull request over 1 year ago
miss-islington opened this pull request over 1 year ago
[3.12] Docs: format sys.float_info properly (GH-108107)
miss-islington opened this pull request over 1 year ago
miss-islington opened this pull request over 1 year ago
asyncio.StreamReaderProtocol doesn't appear to call connection_lost
robertsdotpm opened this issue over 1 year ago
robertsdotpm opened this issue over 1 year ago
__match_args__ should work with pathlib.Path
jgarvin opened this issue over 1 year ago
jgarvin opened this issue over 1 year ago
[3.12] gh-101100: Only show GitHub check annotations on changed doc paragraphs (GH-108065)
miss-islington opened this pull request over 1 year ago
miss-islington opened this pull request over 1 year ago
gh-107980: fix doc role for asyncio.timeouts
Tinche opened this pull request over 1 year ago
Tinche opened this pull request over 1 year ago
GH-83417: Allow `venv` to add a `.gitignore` file to environments via a new `scm_ignore_file` parameter
brettcannon opened this pull request over 1 year ago
brettcannon opened this pull request over 1 year ago
[3.8] gh-107565: Update multissltests and GitHub CI workflows to use OpenSSL 1.1.1v, 3.0.10, and 3.1.2.
ned-deily opened this pull request over 1 year ago
ned-deily opened this pull request over 1 year ago
[3.9] gh-107565: Update multissltests and GitHub CI workflows to use OpenSSL 1.1.1v, 3.0.10, and 3.1.2.
ned-deily opened this pull request over 1 year ago
ned-deily opened this pull request over 1 year ago
[3.11] gh-107565: Update macOS installer to use OpenSSL 3.0.10. (GH-107897)
miss-islington opened this pull request over 1 year ago
miss-islington opened this pull request over 1 year ago
[3.12] gh-107565: Update macOS installer to use OpenSSL 3.0.10. (GH-107897)
miss-islington opened this pull request over 1 year ago
miss-islington opened this pull request over 1 year ago
[3.10] gh-107565: Update multissltests and GitHub CI workflows to use OpenSSL 1.1.1v, 3.0.10, and 3.1.2.
ned-deily opened this pull request over 1 year ago
ned-deily opened this pull request over 1 year ago
[3.11] gh-107565: Update multissltests and GitHub CI workflows to use OpenSSL 1.1.1v, 3.0.10, and 3.1.2. (GH-107896)
ned-deily opened this pull request over 1 year ago
ned-deily opened this pull request over 1 year ago
[3.12] gh-107565: Update multissltests and GitHub CI workflows to use OpenSSL 1.1.1v, 3.0.10, and 3.1.2. (GH-107896)
miss-islington opened this pull request over 1 year ago
miss-islington opened this pull request over 1 year ago