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

Docs: Fix Sphinx warnings in io.rst

erlend-aasland opened this pull request over 1 year ago
test_tarfile fails on file modes

furkanonder opened this issue over 1 year ago
gh-107565: Update macOS installer to use OpenSSL 3.0.10.

ned-deily opened this pull request over 1 year ago
gh-89240: Add _winapi.BatchedWaitForMultipleObjects and tests

zooba opened this pull request over 1 year ago
gh-107862: Add roundtrip `hypothesis` tests to `test_binascii`

sobolevn opened this pull request over 1 year ago
gh-104469 : Convert _testcapi/vectorcall_limited.c to use AC

nahyeon-an opened this pull request over 1 year ago
gh-107136: Remove Plausible for docs metrics

hugovk opened this pull request over 1 year ago
Addition/subtraction clear sign from signed 0j

skirpichev opened this issue over 1 year ago
pip - SyntaxError: source code string cannot contain null bytes

mathstar13 opened this issue over 1 year ago
gh-107845: Fix symlink handling for tarfile.data_filter

encukou opened this pull request over 1 year ago
tarfile.data_filter wrongly rejects some tarballs with symlinks

encukou opened this issue over 1 year ago
WIP: Various updates to the Regex HOWTO

akuchling opened this pull request over 1 year ago
DO NOT MERGE: Always use -Xuops

gvanrossum opened this pull request over 1 year ago
gh-107816: use lf as line ending for generated files

maxbachmann opened this pull request over 1 year ago
some of the generated build files use the default system line ending

maxbachmann opened this issue over 1 year ago
gh-107805: Fix signatures of module-level generated functions in `turtle`

sobolevn opened this pull request over 1 year ago
`turtle.teleport` has incorrect-ish signature

sobolevn opened this issue over 1 year ago
GH-107803: double linked list implementation for asyncio tasks

kumaraditya303 opened this pull request over 1 year ago
Docs and docstrings for io.*.seek are inconsistent

MatthiasWiesmann opened this issue over 1 year ago
Logger error under Pythonw results in a crash and recursion error

ElliotGarbus opened this issue over 1 year ago
[3.12] GH-100425: Note improved commutativity in sum(). (GH-107785)

miss-islington opened this pull request over 1 year ago
gh-107782: Pydoc: fall back to __text_signature__ if inspect.signature() fails

serhiy-storchaka opened this pull request over 1 year ago
GH-100425: Note improved commutativity in sum().

rhettinger opened this pull request over 1 year ago
Add Documentation for C-API Used by the _xxsubinterpreters Module

ericsnowcurrently opened this issue over 1 year ago
[3.12] gh-105699: Re-enable the Multiple-Interpreters Stress Tests (gh-107572)

miss-islington opened this pull request over 1 year ago
Pydoc: fall back to __text_signature__ if inspect.signature() fails

serhiy-storchaka opened this issue over 1 year ago
Minor accuracy improvement for statistics.correlation()

rhettinger opened this pull request over 1 year ago
GH-107674: Avoid allocating boxed ints for `sys.settrace` line events

markshannon opened this pull request over 1 year ago
gh-56166: Deprecate passing confusing positional arguments in re functions

serhiy-storchaka opened this pull request over 1 year ago
[3.11] gh-91795: Update build optimization part of PCbuild/readme.txt (GH-91849)

miss-islington opened this pull request over 1 year ago
[3.12] gh-91795: Update build optimization part of PCbuild/readme.txt (GH-91849)

miss-islington opened this pull request over 1 year ago
GH-107774: Add missing audit event for PEP 669

markshannon opened this pull request over 1 year ago
datetime subclass repr varies by implementation

jaraco opened this issue over 1 year ago
GH-103082: Document PEP-669: Low Impact Monitoring for CPython

markshannon opened this pull request over 1 year ago
gh-104683: Add --exclude option to Argument Clinic CLI

erlend-aasland opened this pull request over 1 year ago
gh-95065: Argument Clinic: Add functional tests of deprecated positionals

erlend-aasland opened this pull request over 1 year ago
gh-56166: Deprecate passing counts and maxsplit via position in re

hauntsaninja opened this pull request over 1 year ago
gh-95065: Argument Clinic: Add comment to preprocessor warning code

erlend-aasland opened this pull request over 1 year ago
A bug about += and =....+...

wuzeyuuu opened this issue over 1 year ago
gh-80282: Argument Clinic: Add clarifying comment about ASCII docstring limitation

erlend-aasland opened this pull request over 1 year ago
[3.11] README: remove unmaintained sections (GH-107703)

miss-islington opened this pull request over 1 year ago
[3.12] README: remove unmaintained sections (GH-107703)

miss-islington opened this pull request over 1 year ago
GH-107585: fix the stable API .lib file name in debug builds on MSVC

FFY00 opened this pull request over 1 year ago
gh-106581: Split `CALL_PY_EXACT_ARGS` into uops

gvanrossum opened this pull request over 1 year ago
gh-106812: Small stack effect fixes

gvanrossum opened this pull request over 1 year ago
The lltrace feature can trigger infinite recursion via `__repr__`

gvanrossum opened this issue over 1 year ago
gh-107758: Improvements to lltrace feature

gvanrossum opened this pull request over 1 year ago
gh-107755: Document the correct default value of slice step

wimglenn opened this pull request over 1 year ago
Signature of slice is documented incorrectly

wimglenn opened this issue over 1 year ago
[3.10] gh-98154: Clarify Usage of "Reference Count" In the Docs

ericsnowcurrently opened this pull request over 1 year ago
[3.11] gh-98154: Clarify Usage of "Reference Count" In the Docs

ericsnowcurrently opened this pull request over 1 year ago
[3.12] gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107552)

miss-islington opened this pull request over 1 year ago
[3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters

ericsnowcurrently opened this pull request over 1 year ago
gh-107630: Fix Remaining Subinterpreters Crashes on Py_TRACE_REFS Builds

ericsnowcurrently opened this pull request over 1 year ago
gh-102130: Support tab completion in cmd for Libedit.

Constantin1489 opened this pull request over 1 year ago
gh-86457: Add docs for Argument Clinic @text_signature directive

erlend-aasland opened this pull request over 1 year ago
gh-95065: Make Argument Clinic append deprecation warnings to docstrings

erlend-aasland opened this pull request over 1 year ago
gh-95065: PoC: Argument Clinic: Support multiple '* [from ...]' deprecations

erlend-aasland opened this pull request over 1 year ago
gh-107659: Add docstring for ctypes.POINTER & ctypes.ARRAY

Geekverma opened this pull request over 1 year ago
[3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters

ericsnowcurrently opened this pull request over 1 year ago
Add C API tests for PySys_GetObject() and PySys_SetObject()

serhiy-storchaka opened this issue over 1 year ago
gh-107732: Mention dir support in importlib.resources docs

smheidrich opened this pull request over 1 year ago
gh-106368: Argument clinic: add tests for more failure paths

AlexWaygood opened this pull request over 1 year ago
gh-73427: deprecate `_enablelegacywindowsfsencoding`

methane opened this pull request over 1 year ago
GH-107724: Fix the signature of `PY_THROW` callback functions.

markshannon opened this pull request over 1 year ago
test_tkinter leaks files in the C locale

serhiy-storchaka opened this issue over 1 year ago
Argument Clinic: add support for deprecating keyword use of parameters

erlend-aasland opened this issue over 1 year ago
README: remove unmaintained sections

methane opened this pull request over 1 year ago
ctypes: Add docstring for `ctypes.Array`

tomasr8 opened this issue over 1 year ago
gh-72684: Tkinter: provide interface for "tk busy" subcommands

serhiy-storchaka opened this pull request over 1 year ago
[3.11] GH-84435: Make pyspecific directives translatable (GH-19470)

miss-islington opened this pull request over 1 year ago
sys.settrace dramatic slowdown in 3.12

nedbat opened this issue over 1 year ago
gh-107658: Use same logic to look for exec_prefix as for prefix

jpe opened this pull request over 1 year ago
gh-107659: ctypes: Add docstrings for `ctypes.pointer` and `ctypes.POINTER`

tomasr8 opened this pull request over 1 year ago
gh-107652: Set up CIFuzz to run fuzz targets continuously

illia-v opened this pull request over 1 year ago
os.scandir unnecessary calls to stat() on NFS v3

jcarreira opened this issue over 1 year ago
gh-99437: runpy: decode path-like objects before setting globals

kamilturek opened this pull request over 1 year ago
GH-107465: Add `pathlib.Path.from_uri()` classmethod.

barneygale opened this pull request over 1 year ago
TraceRefs build triggers assertion errors

Yhg1s opened this issue over 1 year ago
gh-104683: Argument Clinic: refactor format_docstring()

erlend-aasland opened this pull request over 1 year ago
GH-107596: Specialize `str[int]`

brandtbucher opened this pull request over 1 year ago
Update Unicode HOWTO for Python 3

frazar opened this issue over 1 year ago