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.12] gh-127637: add tests for `dis` command-line interface (#127759)

picnixz opened this pull request about 1 month ago
Add `GRND_INSECURE` constant to `os` module

rruuaanng opened this issue about 1 month ago
Stale entries in MRO cache if MRO contains non-base classes

colesbury opened this issue about 1 month ago
[3.12] gh-126554: ctypes: Correctly handle NULL dlsym values (GH-126555)

picnixz opened this pull request about 1 month ago
gh-126821: Add versionadded annotation to use_system_logger feature.

freakboy3742 opened this pull request about 1 month ago
[3.13] gh-126925: Modify how iOS test results are gathered (GH-127592)

freakboy3742 opened this pull request about 1 month ago
optimize code for proxy handling of `urllib.request`

NewUserHa opened this issue about 1 month ago
GH-126367: Fix urllib.request.url2pathname() colon handling in URLs on Windows

samtstephens opened this pull request about 1 month ago
gh-127750: Improve cacheing in singledispatchmethod

vodik opened this pull request about 1 month ago
Regression in Django with singledispatchmethod on models

vodik opened this issue about 1 month ago
Add zizmor to pre-commit and fix most findings

hugovk opened this pull request about 1 month ago
`_PyEval_SetTrace` is no longer available in C API since 3.13

dalazx opened this issue about 1 month ago
Unhandled `BytesWarning` when `test.support.strace_helper.strace_python` fails

andreas-schwab opened this issue about 1 month ago
gh-127065: Make methodcaller thread-safe and re-entrant (v2)

eendebakpt opened this pull request about 1 month ago
fix: normalize windows paths

Kreijstal opened this pull request about 1 month ago
Fix typos in `interpreter_definition.md`

StanFromIreland opened this pull request about 1 month ago
gh-126719: Improve `math.fmod` documentation.

StanFromIreland opened this pull request about 1 month ago
The error message for odd-length input to `bytes.fromhex` is cryptic

Kodiologist opened this issue about 1 month ago
gh-123378: fix post-merge typos in comments and NEWS

picnixz opened this pull request about 1 month ago
``test_import`` leaks references

Eclips4 opened this issue about 1 month ago
gh-115999: Enable BINARY_SUBSCR_GETITEM for free-threaded build

corona10 opened this pull request about 1 month ago
GH-127381: pathlib ABCs: remove `PathBase.unlink()` and `rmdir()`

barneygale opened this pull request about 1 month ago
gh-127732: Add Windows Server 2025 to `platform.py` detection

Wulian233 opened this pull request about 1 month ago
Add Windows Server 2025 to `platform.py` detection

Wulian233 opened this issue about 1 month ago
GH-127724: don't use sysconfig to calculate the venv local include path

FFY00 opened this pull request about 1 month ago
GH-125413: Add `pathlib.Path.status` attribute

barneygale opened this pull request about 1 month ago
GH-126789: fix some sysconfig data on late site initializations

FFY00 opened this pull request about 1 month ago
GH-126367: Fix urllib.request.url2pathname() colon handling in URLs on Windows

samtstephens opened this pull request about 1 month ago
gh-127712: Fix `secure` argument of `logging.handlers.SMTPHandler`

s-hamann opened this pull request about 1 month ago
gh-118915: C API: Document frame locals proxies.

ZeroIntensity opened this pull request about 1 month ago
GH-127381: pathlib ABCs: remove remaining uncommon `PathBase` methods

barneygale opened this pull request about 1 month ago
gh-115999: Specialize `CALL_KW` in free-threaded builds

mpage opened this pull request about 1 month ago
GH-127381: pathlib ABCs: remove `PathBase.samefile()` and rarer `is_*()`

barneygale opened this pull request about 1 month ago
GH-127652: stop using `--wasi preview2` in `wasi.py`

brettcannon opened this pull request about 1 month ago
gh-127691: add type checks when using `PyUnicodeError` objects

picnixz opened this pull request about 1 month ago
Check for type consistency for `PyUnicodeError` API

picnixz opened this issue about 1 month ago
gh-127567: Avoid forceful shutting down of handlers during reconfiguration

Agent-Hellboy opened this pull request about 1 month ago
gh-127688: Add `SCHED_DEADLINE` and `SCHED_NORMAL` constants to `os` module

rruuaanng opened this pull request about 1 month ago
Add `SCHED_DEADLINE` and `SCHED_NORMAL` constants to `os` module

rruuaanng opened this issue about 1 month ago
gh-127629: Add ctypes to the Emscripten build

hoodmane opened this pull request about 1 month ago
gh-87138: convert SHA-3 object type to heap type

picnixz opened this pull request about 1 month ago
gh-127667: improve `hashlib` error-branches

picnixz opened this pull request about 1 month ago
gh-127111: Emscripten Move link flags from `LDFLAGS_NODIST` to `LINKFORSHARED`

hoodmane opened this pull request about 1 month ago
`threading.join` does not work correctly with parameter timeout

EgodPrime opened this issue about 1 month ago
gh-127651: Use __file__ in diagnostics if origin is missing

hauntsaninja opened this pull request about 1 month ago
GH-127381: pathlib ABCs: remove `PathBase.rename()` and `replace()`

barneygale opened this pull request about 1 month ago
[3.12] [Docs] GDB howto: Fix block type of a cast example (GH-127621)

miss-islington opened this pull request about 1 month ago
[3.13] [Docs] GDB howto: Fix block type of a cast example (GH-127621)

miss-islington opened this pull request about 1 month ago
Drop `--wasi preview2` from `wasi.py`

brettcannon opened this issue about 1 month ago
Regression of 3.13.1 for module paths in from import

kayhayen opened this issue about 1 month ago
gh-127647: Add typing.Reader and Writer protocols

srittau opened this pull request about 1 month ago
Add simple `Reader` and `Writer` protocols

srittau opened this issue about 1 month ago
[3.12] GH-126727: Fix test_era_nl_langinfo with Japanese ERAs on Solaris (GH-127327)

miss-islington opened this pull request about 1 month ago
[3.13] GH-126727: Fix test_era_nl_langinfo with Japanese ERAs on Solaris (GH-127327)

miss-islington opened this pull request about 1 month ago
Clarify error message when unpacking objects with `*` and `**`

cool-RR opened this issue about 1 month ago
[3.12] gh-122431: Disallow negative values in `readline.append_history_file` (GH-122469)

miss-islington opened this pull request about 1 month ago
[3.13] gh-122431: Disallow negative values in `readline.append_history_file` (GH-122469)

miss-islington opened this pull request about 1 month ago
gh-127174: add some advice for asyncio.get_event_loop replacements

graingert opened this pull request about 1 month ago
Add tests for `dis` command-line interface

picnixz opened this issue about 1 month ago
Python3.9+ throws KeyError when extracting folder with trailing slash

ovianao opened this issue about 1 month ago
gh-127503 Don't propagate native PATH to Emscripten Python

hoodmane opened this pull request about 1 month ago
gh-127503: Fix realpath handling in emscripten cli

hoodmane opened this pull request about 1 month ago
gh-127627: Add `posix._emscripten_debugger` function

hoodmane opened this pull request about 1 month ago
gh-80192: Use windows api if ssl cert verification fails

tobil4sk opened this pull request about 1 month ago
GDB helpers docs: fix block type of a cast example

m-aciek opened this pull request about 1 month ago
gh-127119: Faster check for small ints in long_dealloc

eendebakpt opened this pull request about 1 month ago
gh-127617: Trace through __init__ in CALL_ALLOC_AND_ENTER_INIT

Fidget-Spinner opened this pull request about 1 month ago
gh-127582: Make object resurrection thread-safe for free threading.

colesbury opened this pull request about 1 month ago
gh-108202: `calendar`: Document `TextCalendar` methods

StanFromIreland opened this pull request about 1 month ago
Python 3.10.16 release is missing GPG signatures

edmorley opened this issue about 1 month ago
`_Py_RefcntAdd` doesn't increment ref count stats

EdNutting opened this issue about 1 month ago
gh-93312: Include <sys/pidfd.h> to get PIDFD_NONBLOCK

vstinner opened this pull request about 1 month ago
gh-126925: Modify how iOS test results are gathered

freakboy3742 opened this pull request about 1 month ago
gh-127586: properly restore blocked signals in resource_tracker.py

stephen-hansen opened this pull request about 1 month ago
`multiprocessing.Pool` does not properly restore blocked signals

stephen-hansen opened this issue about 1 month ago