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-89640: properly detect float word ordering on Linux
erlend-aasland opened this pull request 3 months ago
erlend-aasland opened this pull request 3 months ago
Docs: Fix typos in documentation files
ember91 opened this pull request 3 months ago
ember91 opened this pull request 3 months ago
gh-125562: Update to documentation for exec* functions
jlownie opened this pull request 3 months ago
jlownie opened this pull request 3 months ago
gh-125542: Deprecate `prefix_chars` in `ArgumentParser.add_argument_group`
savannahostrowski opened this pull request 3 months ago
savannahostrowski opened this pull request 3 months ago
gh-114940: Use fine-grained mutex protection for `PyInterpreterState.threads`
rruuaanng opened this pull request 3 months ago
rruuaanng opened this pull request 3 months ago
Consider pinning runner image instead of using `ubuntu-latest` in JIT CI
savannahostrowski opened this issue 3 months ago
savannahostrowski opened this issue 3 months ago
Decimal strict mode should prevent Decimal("0.89") == 0.89
timkay opened this issue 3 months ago
timkay opened this issue 3 months ago
Allow py.exe to detect 3.14 installs
zooba opened this issue 3 months ago
zooba opened this issue 3 months ago
[3.12] gh-58956: Set f_trace on frames with breakpoints after setting a new breakpoint (GH-124454)
miss-islington opened this pull request 3 months ago
miss-islington opened this pull request 3 months ago
gh-125541: Make Ctrl-C interrupt `threading.Lock.acquire()` on Windows
colesbury opened this pull request 3 months ago
colesbury opened this pull request 3 months ago
Deprecate `prefix_chars` in `argument_group`
savannahostrowski opened this issue 3 months ago
savannahostrowski opened this issue 3 months ago
Python fails to build on x86 Debian Non-Debug with X 3.x: error on Hacl_Hash_Blake2s_Simd128.c
vstinner opened this issue 3 months ago
vstinner opened this issue 3 months ago
gh-125507: Call annotate(FORWARDREF) before trying __annotations__
JelleZijlstra opened this pull request 3 months ago
JelleZijlstra opened this pull request 3 months ago
[3.12] gh-125422: Don't set the caller's f_trace if it's botframe (GH-125427)
miss-islington opened this pull request 3 months ago
miss-islington opened this pull request 3 months ago
[3.13] gh-125422: Don't set the caller's f_trace if it's botframe (GH-125427)
miss-islington opened this pull request 3 months ago
miss-islington opened this pull request 3 months ago
3.10's `make regen-pegen-metaparser` fails with 3.12+
encukou opened this issue 3 months ago
encukou opened this issue 3 months ago
gh-125196: Use PyUnicodeWriter in _io.StringIO
vstinner opened this pull request 3 months ago
vstinner opened this pull request 3 months ago
[3.13] gh-125041: test_zlib: For s390x HW acceleration, only skip checking the compressed bytes (GH-125042)
miss-islington opened this pull request 3 months ago
miss-islington opened this pull request 3 months ago
[3.12] gh-125041: test_zlib: For s390x HW acceleration, only skip checking the compressed bytes (GH-125042)
miss-islington opened this pull request 3 months ago
miss-islington opened this pull request 3 months ago
[3.12] gh-125514: fix bug in test_traceback utility. Specify exception types in except: clauses (GH-125516)
miss-islington opened this pull request 3 months ago
miss-islington opened this pull request 3 months ago
[3.13] gh-125514: fix bug in test_traceback utility. Specify exception types in except: clauses (GH-125516)
miss-islington opened this pull request 3 months ago
miss-islington opened this pull request 3 months ago
gh-125522 : add explicit exception types to bare excepts in tests
iritkatriel opened this pull request 3 months ago
iritkatriel opened this pull request 3 months ago
avoid bare except: in stdlib
iritkatriel opened this issue 3 months ago
iritkatriel opened this issue 3 months ago
Strange warning and failure of JIT workflow on `aarch64-unknown-linux-gnu/gcc (Debug)`
sobolevn opened this issue 3 months ago
sobolevn opened this issue 3 months ago
gh-125519: Improve traceback if `importlib.reload()` is called with a non-module object
AlexWaygood opened this pull request 3 months ago
AlexWaygood opened this pull request 3 months ago
Messy traceback if `importlib.reload()` is called with a `str`
AlexWaygood opened this issue 3 months ago
AlexWaygood opened this issue 3 months ago
gh-125517: Fix unreachable code warnings in `_testembed.c`
sobolevn opened this pull request 3 months ago
sobolevn opened this pull request 3 months ago
Unused code warning in `_testembed.c`
sobolevn opened this issue 3 months ago
sobolevn opened this issue 3 months ago
gh-125514: fix bug in test_traceback utility. Specify exception types in except: clauses
iritkatriel opened this pull request 3 months ago
iritkatriel opened this pull request 3 months ago
Multiple unused code warnings in `Python/generated_cases.c.h`
sobolevn opened this issue 3 months ago
sobolevn opened this issue 3 months ago
test_traceback's PurePythonExceptionFormattingMixin does not fail correctly
iritkatriel opened this issue 3 months ago
iritkatriel opened this issue 3 months ago
gh-125512: Revert "gh-124872: Replace enter/exit events with "switched" (#124776)"
Eclips4 opened this pull request 3 months ago
Eclips4 opened this pull request 3 months ago
``test_capi`` leaks references
Eclips4 opened this issue 3 months ago
Eclips4 opened this issue 3 months ago
error message is misleading when executing await on non-async func
sandeep-gh opened this issue 3 months ago
sandeep-gh opened this issue 3 months ago
Wrap unused argument in _sqlite/connection.c with Py_UNUSED
rruuaanng opened this issue 3 months ago
rruuaanng opened this issue 3 months ago
gh-125510: Wrap unused argument in _sqlite/connection.c with Py_UNUSED
rruuaanng opened this pull request 3 months ago
rruuaanng opened this pull request 3 months ago
Wrap unused argument in `_sqlite/connection.c` with Py_UNUSED
rruuaanng opened this issue 3 months ago
rruuaanng opened this issue 3 months ago
Incorrect format passed to `__annotate__` function
sobolevn opened this issue 3 months ago
sobolevn opened this issue 3 months ago
Disable `-Wimplicit-fallthrough` warning for `Modules/expat`
sobolevn opened this issue 3 months ago
sobolevn opened this issue 3 months ago
gh-125420: implement `Sequence.__reversed__` API on `memoryview` objects
picnixz opened this pull request 3 months ago
picnixz opened this pull request 3 months ago
asyncio.run sometimes hangs with cancelled subprocesses
obeattie opened this issue 3 months ago
obeattie opened this issue 3 months ago
gh-125500: threading.py Timer context manager
Ginkss opened this pull request 3 months ago
Ginkss opened this pull request 3 months ago
Adding Context Manger to threading.Timer
Ginkss opened this issue 3 months ago
Ginkss opened this issue 3 months ago
gh-125498: Replace ghccc with `preserve_none` in JIT builds
savannahostrowski opened this pull request 3 months ago
savannahostrowski opened this pull request 3 months ago
About the invalid of `Py_InitializeFromConfig`
rruuaanng opened this issue 3 months ago
rruuaanng opened this issue 3 months ago
Discussion of sys module in Data Model
paulehoffman opened this issue 3 months ago
paulehoffman opened this issue 3 months ago
Broken Number Pad on macOS in New Interactive Interpreter in 3.13.0
tree-frog opened this issue 3 months ago
tree-frog opened this issue 3 months ago
[3.13] gh-125269: Use `AC_LINK_IF_ELSE` to detect if `-latomic` is needed (GH-125416)
miss-islington opened this pull request 3 months ago
miss-islington opened this pull request 3 months ago
Doc: Update CVE URL
felixxm opened this pull request 3 months ago
felixxm opened this pull request 3 months ago
gh-125331: Allow the parser to activate future imports on the fly
pablogsal opened this pull request 3 months ago
pablogsal opened this pull request 3 months ago
gh-109861: Fix a doctest in ``Lib/_pydecimal.py`` which was failing when running its doctests directly.
mbyrnepr2 opened this pull request 3 months ago
mbyrnepr2 opened this pull request 3 months ago
gh-125217: Turn off optimization around_PyEval_EvalFrameDefault to avoid MSVC crash
mdboom opened this pull request 3 months ago
mdboom opened this pull request 3 months ago
gh-53203: Fix strptime() tests for %X on glibc < 2.29
serhiy-storchaka opened this pull request 3 months ago
serhiy-storchaka opened this pull request 3 months ago
Line printed at each key pressed in new Python REPL GUI
Church-17 opened this issue 3 months ago
Church-17 opened this issue 3 months ago
gh-118423: Add `INSTRUCTION_SIZE` macro to code generator
tomasr8 opened this pull request 3 months ago
tomasr8 opened this pull request 3 months ago
[3.12] gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles (#124959)
graingert opened this pull request 3 months ago
graingert opened this pull request 3 months ago
gh-123465: Ensure PyType_FromMetaclass avoids extra strcmp
neonene opened this pull request 3 months ago
neonene opened this pull request 3 months ago
gh-125196: Use PyUnicodeWriter in HAMT
vstinner opened this pull request 3 months ago
vstinner opened this pull request 3 months ago
gh-112088: aclocal version is updated to 1.16.5 in docs
efimov-mikhail opened this pull request 3 months ago
efimov-mikhail opened this pull request 3 months ago
gh-119786: [doc] broken link and typo fix in interpreter_definition.md
efimov-mikhail opened this pull request 3 months ago
efimov-mikhail opened this pull request 3 months ago
gh-108362: Retarget incremental GC changes to 3.14
hugovk opened this pull request 3 months ago
hugovk opened this pull request 3 months ago
gh-125447: Remove `Py_TPFLAGS_HAVE_FINALIZE` macro
rruuaanng opened this pull request 3 months ago
rruuaanng opened this pull request 3 months ago
Python 3.13 can't compile with armv5 target
rossburton opened this issue 3 months ago
rossburton opened this issue 3 months ago
gh-125420: implement `Sequence.__contains__` API on `memoryview` objects
picnixz opened this pull request 3 months ago
picnixz opened this pull request 3 months ago
gh-125436: add missing allow_unnamed_section doc; split too long line
litlighilit opened this pull request 3 months ago
litlighilit opened this pull request 3 months ago
Faulthandler output should include the thread name
spacemanspiff2007 opened this issue 3 months ago
spacemanspiff2007 opened this issue 3 months ago
gh-125422: Don't set the caller's f_trace if it's botframe
gaogaotiantian opened this pull request 3 months ago
gaogaotiantian opened this pull request 3 months ago
gh-100141: Allow pdb to deal with empty file
gaogaotiantian opened this pull request 3 months ago
gaogaotiantian opened this pull request 3 months ago
gh-125115: Pass unknown pdb command line args to script instead of fail
gaogaotiantian opened this pull request 3 months ago
gaogaotiantian opened this pull request 3 months ago
f_lineno has different results on Windows and Linux
Almenon opened this issue 3 months ago
Almenon opened this issue 3 months ago
gh-116938: Fix `dict.update` docstring and remove erraneous full stop from `dict` documentation
Prometheus3375 opened this pull request 3 months ago
Prometheus3375 opened this pull request 3 months ago
memoryview is a Sequence but does not implement the full Sequence API
JelleZijlstra opened this issue 3 months ago
JelleZijlstra opened this issue 3 months ago
GH-125413: Add `pathlib.Path.dir_entry` attribute
barneygale opened this pull request 3 months ago
barneygale opened this pull request 3 months ago
Expose `os.DirEntry` objects from pathlib
barneygale opened this issue 3 months ago
barneygale opened this issue 3 months ago
locale.nl_langinfo(locale.ERA) is broken
serhiy-storchaka opened this issue 3 months ago
serhiy-storchaka opened this issue 3 months ago
gh-125398: Convert paths in venv activate script when using Git Bash under Windows
julienp opened this pull request 3 months ago
julienp opened this pull request 3 months ago
Resource Leak in `xml.etree.ElementTree.iterparse` When Exiting Loop Early
allrob23 opened this issue 3 months ago
allrob23 opened this issue 3 months ago
[3.12] gh-125383: Update `fib` function comment for accuracy (GH-125386)
miss-islington opened this pull request 3 months ago
miss-islington opened this pull request 3 months ago
[3.13] gh-125383: Update `fib` function comment for accuracy (GH-125386)
miss-islington opened this pull request 3 months ago
miss-islington opened this pull request 3 months ago
Support float's just as int's in decimal.Context methods
skirpichev opened this issue 3 months ago
skirpichev opened this issue 3 months ago
[3.12] gh-61698: Use launchctl to detect macOS window manager in tests (GH-118390)
miss-islington opened this pull request 3 months ago
miss-islington opened this pull request 3 months ago
[3.13] gh-61698: Use launchctl to detect macOS window manager in tests (GH-118390)
miss-islington opened this pull request 3 months ago
miss-islington opened this pull request 3 months ago
[3.12] gh-86673: Loosen test_ttk.test_identify() requirements (GH-125335)
miss-islington opened this pull request 3 months ago
miss-islington opened this pull request 3 months ago
[3.13] gh-86673: Loosen test_ttk.test_identify() requirements (GH-125335)
miss-islington opened this pull request 3 months ago
miss-islington 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
[3.12] Trivial change: Update comments in activate about what running hash -r does (GH-125385)
miss-islington opened this pull request 3 months ago
miss-islington opened this pull request 3 months ago
[3.13] Trivial change: Update comments in activate about what running hash -r does (GH-125385)
miss-islington opened this pull request 3 months ago
miss-islington opened this pull request 3 months ago
gh-125383: Update `fib` function comment for accuracy
Wulian233 opened this pull request 3 months ago
Wulian233 opened this pull request 3 months ago
Trivial change: Update comments in activate about what running hash -r does
aathan opened this pull request 3 months ago
aathan opened this pull request 3 months ago
Add versionadded directives for PyUnstable_Long_*
skirpichev opened this pull request 3 months ago
skirpichev opened this pull request 3 months ago
4.8. Defining Functions example is slightly misleading
gitstashgithub opened this issue 3 months ago
gitstashgithub opened this issue 3 months ago
[3.13] Doc: Fix suggested usage of `-X gil=0` in the glossary (GH-125366)
miss-islington opened this pull request 3 months ago
miss-islington opened this pull request 3 months ago
Issue Summary: Installing Python 3.13.0 on Android proot-chroot (Debian Environment)
b9Joker108 opened this issue 3 months ago
b9Joker108 opened this issue 3 months ago
Syntax error display skips the first line of the traceback
SukramLeinad opened this issue 3 months ago
SukramLeinad opened this issue 3 months ago
gh-89819: Add `argument_default` and `conflict_handler` to `add_argument_group` docs
savannahostrowski opened this pull request 3 months ago
savannahostrowski opened this pull request 3 months ago
Whitespace-only lines in PDB cause a line continuation when taken from history
treyhunner opened this issue 3 months ago
treyhunner opened this issue 3 months ago
Use 4 spaces for indentation in PDB
treyhunner opened this issue 3 months ago
treyhunner opened this issue 3 months ago
gh-95836: Add custom type converter examples to argparse tutorial
savannahostrowski opened this pull request 3 months ago
savannahostrowski opened this pull request 3 months ago
[3.12] gh-125289: Update sample code in asyncio-task.rst (GH-125292)
miss-islington opened this pull request 3 months ago
miss-islington opened this pull request 3 months ago
[3.13] gh-125289: Update sample code in asyncio-task.rst (GH-125292)
miss-islington opened this pull request 3 months ago
miss-islington opened this pull request 3 months ago