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
`abc.ABC` incorrectly raise `Can't instantiate abstract` if attribute has `__getattr__`
Conchylicultor opened this issue over 1 year ago
Conchylicultor opened this issue over 1 year ago
email parser mis-handling of character encoding in the MIME preamble
jasen-b opened this issue over 1 year ago
jasen-b opened this issue over 1 year ago
Allowing pass_fds to be a mapping to pass arbitrary file descriptors to Popen()
remram44 opened this issue over 1 year ago
remram44 opened this issue over 1 year ago
gh-105699: Re-enable the Multiple-Interpreters Stress Tests
ericsnowcurrently opened this pull request over 1 year ago
ericsnowcurrently opened this pull request over 1 year ago
Update CI, Windows, and macOS installer builds to OpenSSL 3.0.10
ned-deily opened this issue over 1 year ago
ned-deily opened this issue over 1 year ago
Tier 2 abstract interpreter for the optimizer
Fidget-Spinner opened this issue over 1 year ago
Fidget-Spinner opened this issue over 1 year ago
Content Security Policy. Testing
dragonked2 opened this pull request over 1 year ago
dragonked2 opened this pull request over 1 year ago
gh-98154: Clarify Usage of "Reference Count" In the Docs
ericsnowcurrently opened this pull request over 1 year ago
ericsnowcurrently opened this pull request over 1 year ago
gh-95649: Document that asyncio contains uvloop code
aloisklink opened this pull request over 1 year ago
aloisklink opened this pull request over 1 year ago
[match-case] Literal Sets
randolf-scholz opened this issue over 1 year ago
randolf-scholz opened this issue over 1 year ago
gh-107453: Document errno.{ECANCELED,EOWNERDEAD,ENOTRECOVERABLE,ENOTSUP}
qqwqqw689 opened this pull request over 1 year ago
qqwqqw689 opened this pull request over 1 year ago
gh-107396: tarfiles: set self.exception before _init_read_gz()
balmeida-nokia opened this pull request over 1 year ago
balmeida-nokia opened this pull request over 1 year ago
GH-107463: Moved most extension modules to the pythoncore project file
AraHaan opened this pull request over 1 year ago
AraHaan opened this pull request over 1 year ago
Consider moving the modules in sources to build within the pythoncore project itself.
AraHaan opened this issue over 1 year ago
AraHaan opened this issue over 1 year ago
Bytecode documentation issues for Python 3.12
MatthieuDartiailh opened this issue over 1 year ago
MatthieuDartiailh opened this issue over 1 year ago
``errno`` documentation missing several constants
qqwqqw689 opened this issue over 1 year ago
qqwqqw689 opened this issue over 1 year ago
gh-107431: Make `multiprocessing.managers.{DictProxy,ListProxy}` generic
sobolevn opened this pull request over 1 year ago
sobolevn opened this pull request over 1 year ago
shutil.rmtree fails with NotADirectoryError
jaraco opened this issue over 1 year ago
jaraco opened this issue over 1 year ago
gh-107406: Add better `struct.Struct` repr
denballakh opened this pull request over 1 year ago
denballakh opened this pull request over 1 year ago
gh-88531 Fix dataclass __post_init__/__init__ interplay documentation
Kaniee opened this pull request over 1 year ago
Kaniee opened this pull request over 1 year ago
gh-107155: Fix `help(lambda_func)` when `lambda_func` has `__annotati…
Eclips4 opened this pull request over 1 year ago
Eclips4 opened this pull request over 1 year ago
tarfiles can't open tgz files with gzip features like FEXTRA & FCOMMENT when mode='r|*'
balmeida-nokia opened this issue over 1 year ago
balmeida-nokia opened this issue over 1 year ago
tarfiles: `AttributeError: '_Stream' object has no attribute 'exception'` while trying to open tgz file
balmeida-nokia opened this issue over 1 year ago
balmeida-nokia opened this issue over 1 year ago
`ssl.create_default_context()`: add `VERIFY_X509_STRICT` and `VERIFY_X509_PARTIAL_CHAIN` to the default `verify_flags`
woodruffw opened this issue over 1 year ago
woodruffw opened this issue over 1 year ago
Fix Sphinx warnings in the C API documentation
vstinner opened this issue over 1 year ago
vstinner opened this issue over 1 year ago
gh-76913: Add "merge extras" feature to LoggerAdapter
romuald opened this pull request over 1 year ago
romuald opened this pull request over 1 year ago
gh-80667: fix case-sensitivity of some unicode literal escapes
SnoopJ opened this pull request over 1 year ago
SnoopJ opened this pull request over 1 year ago
Decoding instructions should handle ENTER_EXECUTOR
gvanrossum opened this issue over 1 year ago
gvanrossum opened this issue over 1 year ago
Regression in 3.12 beta in json.dump deeply nested dict
hauntsaninja opened this issue over 1 year ago
hauntsaninja opened this issue over 1 year ago
[3.9] gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99613) (GH-107224)
serhiy-storchaka opened this pull request over 1 year ago
serhiy-storchaka opened this pull request over 1 year ago
[3.10] gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99613) (GH-107224)
miss-islington opened this pull request over 1 year ago
miss-islington opened this pull request over 1 year ago
gh-95855: Refactor platform triplet detection code, add detection for MIPS soft float and musl libc
jefferyto opened this pull request over 1 year ago
jefferyto opened this pull request over 1 year ago
test_concurrent_futures sometimes hangs on Windows
vstinner opened this issue over 1 year ago
vstinner opened this issue over 1 year ago
C API: No longer export internal C API functions
vstinner opened this issue over 1 year ago
vstinner opened this issue over 1 year ago
gh-107137: Add _PyTuple_NewNoTrack() internal C API
vstinner opened this pull request over 1 year ago
vstinner opened this pull request over 1 year ago
Add the C API tests for Mapping Protocol and Sequence Protocol
serhiy-storchaka opened this issue over 1 year ago
serhiy-storchaka opened this issue over 1 year ago
`help()` output of `lambda` with manually set `__annotations__` is one char off
Dutcho opened this issue over 1 year ago
Dutcho opened this issue over 1 year ago
C API: Rename _PyUnstable_GetUnaryIntrinsicName() to PyUnstable_GetUnaryIntrinsicName()?
vstinner opened this issue over 1 year ago
vstinner opened this issue over 1 year ago
C API: Add internal C API to build a tuple: _PyTupleBuilder
vstinner opened this issue over 1 year ago
vstinner opened this issue over 1 year ago
Don't run plausible analytics out of docs.python.org
JulienPalard opened this issue over 1 year ago
JulienPalard opened this issue over 1 year ago
gh-107017: Rework the Fibonacci example.
TommyUnreal opened this pull request over 1 year ago
TommyUnreal opened this pull request over 1 year ago
gh-105535 Document potential performance trap during enum creation
nicky-eng opened this pull request over 1 year ago
nicky-eng opened this pull request over 1 year ago
test__xxsubinterpreters: test_already_running() crash randomly on Python built with TraceRefs: invalid object chain
vstinner opened this issue over 1 year ago
vstinner opened this issue over 1 year ago
test_asyncio: test_create_connection_ssl_failed_certificate() failed on ARM64 macOS 3.x buildbot
vstinner opened this issue over 1 year ago
vstinner opened this issue over 1 year ago
C API: _PyObject_VisitManagedDict() function should be public
vstinner opened this issue over 1 year ago
vstinner opened this issue over 1 year ago
Copying bytes object to shared memory list truncates trailing zeros
pinkhamr-fb opened this issue over 1 year ago
pinkhamr-fb opened this issue over 1 year ago
Support multi-line error locations in traceback and other related improvements (PEP-657, 3.11)
williamwen42 opened this issue over 1 year ago
williamwen42 opened this issue over 1 year ago
PyImport_AddModuleRef is questionable
encukou opened this issue over 1 year ago
encukou opened this issue over 1 year ago
Error in AST recursion depth tracking change of gh-95185
mmohrhard opened this issue over 1 year ago
mmohrhard opened this issue over 1 year ago
Deadlock in threaded application when using `sys._current_frames`
mmohrhard opened this issue over 1 year ago
mmohrhard opened this issue over 1 year ago
Upgrade CPython to the new PyMemberDef API: names starting with Py_ prefix (Py_T_INT instead of T_INT)
vstinner opened this issue over 1 year ago
vstinner opened this issue over 1 year ago
Unix-only pages should each say "Availability: Unix"
nedbat opened this issue over 1 year ago
nedbat opened this issue over 1 year ago
Code generator: support variable stack effects in macros
gvanrossum opened this issue over 1 year ago
gvanrossum opened this issue over 1 year ago
gh-104090: Update Resource Tracker to return exit code based on resource leaked found or not
bityob opened this pull request over 1 year ago
bityob opened this pull request over 1 year ago
Glob behavior is inconsistent across libraries
jaraco opened this issue over 1 year ago
jaraco opened this issue over 1 year ago
gh-106734: Disable tab completion in multiline mode of pdb
gaogaotiantian opened this pull request over 1 year ago
gaogaotiantian opened this pull request over 1 year ago
gh-106670: Allow Pdb to move between chained exceptions
Carreau opened this pull request over 1 year ago
Carreau opened this pull request over 1 year ago
gh-106672: C API: Report indiscriminately ignored errors
serhiy-storchaka opened this pull request over 1 year ago
serhiy-storchaka opened this pull request over 1 year ago
Support to jump between chained exception in Pdb
Carreau opened this issue over 1 year ago
Carreau opened this issue over 1 year ago
C API: Add PyObject_AsObjectArray() function: get tuple/list items as PyObject** array
vstinner opened this issue over 1 year ago
vstinner opened this issue over 1 year ago
C API: Add PyResource API: generic API to "close a resource"
vstinner opened this issue over 1 year ago
vstinner opened this issue over 1 year ago
gh-106584: Fix exit code for unittest in Python 3.12
EliseevEgor opened this pull request over 1 year ago
EliseevEgor opened this pull request over 1 year ago
Call design for Tier 2 (uops) interpreter
gvanrossum opened this issue over 1 year ago
gvanrossum opened this issue over 1 year ago
[3.11] Clarify how topics.py gets created. (GH-106121)
miss-islington opened this pull request over 1 year ago
miss-islington opened this pull request over 1 year ago
selector `_BaseSelectorImpl._key_from_fd` reimplements `.get()`
bdraco opened this issue over 1 year ago
bdraco opened this issue over 1 year ago
GCC conversion warnings from internal header files
dalcinl opened this issue over 1 year ago
dalcinl opened this issue over 1 year ago
gh-87115: catch exception
DrStrangepork opened this pull request over 1 year ago
DrStrangepork opened this pull request over 1 year ago
PyEval_SetTrace not set frame->f_trace to true
leandrogmuller opened this issue over 1 year ago
leandrogmuller opened this issue over 1 year ago
gh-105497: [Enum] Fix flag mask inversion when unnamed flags exist
ethanfurman opened this pull request over 1 year ago
ethanfurman opened this pull request over 1 year ago
gh-101100: Docs: Check Sphinx warnings and fail if improved
hugovk opened this pull request over 1 year ago
hugovk opened this pull request over 1 year ago
Python 3.11.4 Installed for All Users Only Appears in Add/Remove Programs for User Who Ran Installer
danchirillo opened this issue over 1 year ago
danchirillo opened this issue over 1 year ago
gh-104683: Rename clinic.test => clinic.test.c
erlend-aasland opened this pull request over 1 year ago
erlend-aasland opened this pull request over 1 year ago
gh-106392: Fix inconsistency in deprecation warnings
wjandrea opened this pull request over 1 year ago
wjandrea opened this pull request over 1 year ago
gh-106392: Fixed datetime UTC deprecation warnings use the name "datetime" inconsistently #106392 (#106392)
yctomwang opened this pull request over 1 year ago
yctomwang opened this pull request over 1 year ago
datetime UTC deprecation warnings use the name "datetime" inconsistently
wjandrea opened this issue over 1 year ago
wjandrea opened this issue over 1 year ago
GH-89812: Add `pathlib._PathBase`
barneygale opened this pull request over 1 year ago
barneygale opened this pull request over 1 year ago
C API: Remove private C API functions (move them to the internal C API)
vstinner opened this issue over 1 year ago
vstinner opened this issue over 1 year ago
Add examples to docs for str methods
hauntsaninja opened this issue over 1 year ago
hauntsaninja opened this issue over 1 year ago
gh-106293: Fix typos in Objects/object_layout.md
manosriram opened this pull request over 1 year ago
manosriram opened this pull request over 1 year ago
Typos, Grammar mistakes in object_layout.md
manosriram opened this issue over 1 year ago
manosriram opened this issue over 1 year ago
[WIP] gh-105323: Suppress function pointer warning by type casting
corona10 opened this pull request over 1 year ago
corona10 opened this pull request over 1 year ago
Improve ftplib test program doc
tom93 opened this pull request over 1 year ago
tom93 opened this pull request over 1 year ago
gh-106259: add minimal help target to Makefile
smontanaro opened this pull request over 1 year ago
smontanaro opened this pull request over 1 year ago
Add trivial "help" target to Makefile.pre.in
smontanaro opened this issue over 1 year ago
smontanaro opened this issue over 1 year ago
[match-case] allow matching Literal `Ellipsis` and `NotImplemented`.
randolf-scholz opened this issue over 1 year ago
randolf-scholz opened this issue over 1 year ago
os.path.normpath truncates input on null bytes in 3.11, but not 3.10
chrisjbillington opened this issue over 1 year ago
chrisjbillington opened this issue over 1 year ago
Handle KeyboardInterrupt during logging._acquireLock()
arieleiz opened this issue over 1 year ago
arieleiz opened this issue over 1 year ago
gh-106233: Fix stacklevel in `zoneinfo.InvalidTZPathWarning`
sobolevn opened this pull request over 1 year ago
sobolevn opened this pull request over 1 year ago
GH-106222: Add a functools.retype decorator
Gouvernathor opened this pull request over 1 year ago
Gouvernathor opened this pull request over 1 year ago
Provide a way for operators on subclasses of native types to return instances of the subclass
Gouvernathor opened this issue over 1 year ago
Gouvernathor opened this issue over 1 year ago
gh-106213: Make Emscripten trampolines work with JSPI
hoodmane opened this pull request over 1 year ago
hoodmane opened this pull request over 1 year ago
gh-106176: Fix reference leak in importlib/_bootstrap.py
Eclips4 opened this pull request over 1 year ago
Eclips4 opened this pull request over 1 year ago
`test_import.test_concurrency` leaks ref on Windows
sunmy2019 opened this issue over 1 year ago
sunmy2019 opened this issue over 1 year ago
Remove unused Py_XDECREF from _PyFrame_ClearExceptCode
andersk opened this pull request over 1 year ago
andersk opened this pull request over 1 year ago
Fix confusion of `enum _framestate` with `enum _frameowner`
andersk opened this pull request over 1 year ago
andersk opened this pull request over 1 year ago
tidy up the division of work between compile.c and flowgraph.c
iritkatriel opened this issue over 1 year ago
iritkatriel opened this issue over 1 year ago
gh-112415: Add decorator override to argparse._AttributeHolder.__repr__
ilixindri opened this pull request over 1 year ago
ilixindri opened this pull request over 1 year ago
venv base path does not resolve symlinks using realpath()
nascheme opened this issue over 1 year ago
nascheme opened this issue over 1 year ago
gh-102251: Disable non-rerunnable test in test_import
erlend-aasland opened this pull request over 1 year ago
erlend-aasland opened this pull request over 1 year ago
gh-105983: Add private mode support to webbrowser
kr-g opened this pull request over 1 year ago
kr-g opened this pull request over 1 year ago