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-124385: Document and soft-deprecate PyLong_AS_LONG

encukou opened this pull request 4 months ago
Document PyLong_AS_LONG

encukou opened this issue 4 months ago
Crash running PyO3 tests with --test-threads=1000

ngoldbaum opened this issue 4 months ago
gh-124370: Add "howto" for free-threaded Python

colesbury opened this pull request 4 months ago
Thread-safe atomic counters

colesbury opened this issue 4 months ago
gh-124351: Optimize Endianness Handling in ctypes Module

Harikrishna-Srinivasan-1 opened this pull request 4 months ago
Optimize Endianness Handling in ctypes Module

Harikrishna-Srinivasan-1 opened this issue 4 months ago
gh-124342: Wrap __annotate__ functions in functools.update_wrapper

JelleZijlstra opened this pull request 4 months ago
PEP 649: `functools.update_wrapper` implementation

JelleZijlstra opened this issue 4 months ago
gh-119180: Avoid going through AST and eval() when possible in annotationlib

JelleZijlstra opened this pull request 4 months ago
gh-124130: Increase test coverage for \b and \B in regular expressions

serhiy-storchaka opened this pull request 5 months ago
[3.12] gh-124130: Notes on empty string corner case of category `\B` (GH-124133)

miss-islington opened this pull request 5 months ago
[3.13] gh-124130: Notes on empty string corner case of category `\B` (GH-124133)

miss-islington opened this pull request 5 months ago
Incorrect formatting small negative floats

bomzheg opened this issue 5 months ago
gh-119180: Fix annotationlib.ForwardRef.evaluate with no globals

JelleZijlstra opened this pull request 5 months ago
[3.13] Backport idlelib typos

terryjreedy opened this pull request 5 months ago
[3.12] Backport idlelib typos

terryjreedy opened this pull request 5 months ago
GH-124321: Argparse negative number parsing does not capture -.5

savannahostrowski opened this pull request 5 months ago
Argparse negative number parsing does not capture -.5

savannahostrowski opened this issue 5 months ago
gh-124308: Make standard library `TimeoutError`s unique rather than aliases

ZeroIntensity opened this pull request 5 months ago
Timeit f-string performance for self assignments

AndreCimander opened this issue 5 months ago
docs: in venv table use executable name

musvaage opened this pull request 5 months ago
Hello Python

ajinesh703 opened this pull request 5 months ago
GH-109975: Copyedit 3.13 What's New: C API

AA-Turner opened this pull request 5 months ago
Happy Eyeballs crashes with Eager Task Factory

mhils opened this issue 5 months ago
Impossible to identify asyncio.TimeoutError from other TimeoutError

ArtsiomAntropau opened this issue 5 months ago
gh-63143: Fix parsing mutually exclusive arguments in argparse

serhiy-storchaka opened this pull request 5 months ago
gh-72795: Make positional arguments with nargs='*' or REMAINDER non-required

serhiy-storchaka opened this pull request 5 months ago
argparse eats initial '=' from short option argument

netch80 opened this issue 5 months ago
gh-99108: Disable HACL SIMD code on older versions of Android

mhsmith opened this pull request 5 months ago
gh-59317: Improve parsing optional positional arguments in argparse

serhiy-storchaka opened this pull request 5 months ago
Add Kirill Podoprigora for AST codeowners

Eclips4 opened this pull request 5 months ago
gh-117376: Fix off-by-ones in conversion functions

Fidget-Spinner opened this pull request 5 months ago
gh-101410: support custom messages for domain errors in the math module

skirpichev opened this pull request 5 months ago
gh-90984: clarify math.rst preamble sentence about return types

skirpichev opened this pull request 5 months ago
Add translation tests for argparse

savannahostrowski opened this issue 5 months ago
'_Stream' object has no attribute 'seekable'

GLGDLY opened this issue 5 months ago
bpo-41843: fix solaris detection in `_USE_CP_SENDFILE` check

kulikjak opened this pull request 5 months ago
Reference counting stats do not account for immortal objects.

markshannon opened this issue 5 months ago
gh-53780: [argparse] ignore the first "--" (double dash) between an op…

serhiy-storchaka opened this pull request 5 months ago
GH-113655: Lower the C recursion limit for some platforms

thesamesam opened this pull request 5 months ago
gh-124153: Remove `_PyType_GetModuleByDef2` private function

neonene opened this pull request 5 months ago
gh-116622: Complete Android documentation

mhsmith opened this pull request 5 months ago
sys.executable is sometimes wrong

tecki opened this issue 5 months ago
gh-124234: Improve docs for `Mock.reset_mock`

sobolevn opened this pull request 5 months ago
gh-95468: Fix handling of multiple "--" (double dashes) in argparse

serhiy-storchaka opened this pull request 5 months ago
GH-87041: Fix incorrect indentation in argparse help

savannahostrowski opened this pull request 5 months ago
gh-124228: Fix UUID configuration in configure files for NetBSD compatibility

furkanonder opened this pull request 5 months ago
GH-58058: Add quick reference for `ArgumentParser` to argparse docs

savannahostrowski opened this pull request 5 months ago
[3.13] gh-124212: Fix undefined variable in error message in venv (GH-124211)

miss-islington opened this pull request 5 months ago
gh-120754: Fix memory leak in FileIO.__init__()

vstinner opened this pull request 5 months ago
[3.12] gh-124083: Skip test_signal.test_strsignal() on NetBSD (GH-124084)

miss-islington opened this pull request 5 months ago
[3.13] gh-124083: Skip test_signal.test_strsignal() on NetBSD (GH-124084)

miss-islington opened this pull request 5 months ago
[3.12] Fix `make htmllive` target (GH-124219)

miss-islington opened this pull request 5 months ago
[3.13] Fix `make htmllive` target (GH-124219)

miss-islington opened this pull request 5 months ago
struct.pack() - the "p" case needs a revisit

rehierl opened this issue 5 months ago
Fix `make htmllive` target

zware opened this pull request 5 months ago
Reference count contention with nested functions

colesbury opened this issue 5 months ago
RFC 9637 not implemented by ipaddress module

csirmazbendeguz opened this issue 5 months ago
[3.13] gh-124064: Fix -Wconversion warnings in Parser/string_parser.c (GH-124204)

miss-islington opened this pull request 5 months ago
[3.13] gh-122145: Handle an empty AST body when reporting tracebacks (GH-122161)

miss-islington opened this pull request 5 months ago
gh-124212 fix invalid variable name in test_venv.py

JacekDuszenko opened this pull request 5 months ago
threading module is missing basic/introductory usage example

matkoniecz opened this issue 5 months ago
gh-124064: Fix -Wconversion warnings in Parser/string_parser.c

vstinner opened this pull request 5 months ago
gh-112301: Use literal format strings in unicode_fromformat_arg

encukou opened this pull request 5 months ago
GH-103484: Fix broken links reported by linkcheck

rffontenelle opened this pull request 5 months ago
ntpath not adding slash after drive letters

matan1008 opened this issue 5 months ago
gh-124160: Pass main_tstate to update_global_state_for_extension()

luk1337 opened this pull request 5 months ago
gh-124111: Update tkinter for compatibility with Tcl/Tk 9.0.0

culler opened this pull request 5 months ago
gh-124139: Add WSL path conversion in `venv` activate script

y5c4l3 opened this pull request 5 months ago
GH-108009: Add clarification of parser and argument defaults in argparse docs

savannahostrowski opened this pull request 5 months ago
Add `PyType_GetBaseByToken` function with `Py_tp_token` slot

neonene opened this issue 5 months ago
gh-123940: Ensure force-terminated daemon threads can be joined

mpage opened this pull request 5 months ago
Remove asserts that confuse `enum _framestate` with `enum _frameowner`

andersk opened this pull request 5 months ago