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
Docs: Fix typos in documentation files

ember91 opened this pull request 3 months ago
gh-125562: Update to documentation for exec* functions

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
Consider pinning runner image instead of using `ubuntu-latest` in JIT CI

savannahostrowski opened this issue 3 months ago
Decimal strict mode should prevent Decimal("0.89") == 0.89

timkay opened this issue 3 months ago
Allow py.exe to detect 3.14 installs

zooba opened this issue 3 months ago
gh-125541: Make Ctrl-C interrupt `threading.Lock.acquire()` on Windows

colesbury opened this pull request 3 months ago
Deprecate `prefix_chars` in `argument_group`

savannahostrowski opened this issue 3 months ago
gh-125507: Call annotate(FORWARDREF) before trying __annotations__

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
[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
3.10's `make regen-pegen-metaparser` fails with 3.12+

encukou opened this issue 3 months ago
gh-125196: Use PyUnicodeWriter in _io.StringIO

vstinner 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
avoid bare except: in stdlib

iritkatriel opened this issue 3 months ago
Messy traceback if `importlib.reload()` is called with a `str`

AlexWaygood opened this issue 3 months ago
gh-125517: Fix unreachable code warnings in `_testembed.c`

sobolevn opened this pull request 3 months ago
Unused code warning in `_testembed.c`

sobolevn opened this issue 3 months ago
Multiple unused code warnings in `Python/generated_cases.c.h`

sobolevn opened this issue 3 months ago
``test_capi`` leaks references

Eclips4 opened this issue 3 months ago
Wrap unused argument in _sqlite/connection.c with Py_UNUSED

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
Wrap unused argument in `_sqlite/connection.c` with Py_UNUSED

rruuaanng opened this issue 3 months ago
Incorrect format passed to `__annotate__` function

sobolevn opened this issue 3 months ago
Disable `-Wimplicit-fallthrough` warning for `Modules/expat`

sobolevn opened this issue 3 months ago
gh-125420: implement `Sequence.__reversed__` API on `memoryview` objects

picnixz opened this pull request 3 months ago
asyncio.run sometimes hangs with cancelled subprocesses

obeattie opened this issue 3 months ago
gh-125500: threading.py Timer context manager

Ginkss opened this pull request 3 months ago
Adding Context Manger to threading.Timer

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
About the invalid of `Py_InitializeFromConfig`

rruuaanng opened this issue 3 months ago
Discussion of sys module in Data Model

paulehoffman opened this issue 3 months ago
Doc: Update CVE URL

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
gh-53203: Fix strptime() tests for %X on glibc < 2.29

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
gh-118423: Add `INSTRUCTION_SIZE` macro to code generator

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
gh-123465: Ensure PyType_FromMetaclass avoids extra strcmp

neonene opened this pull request 3 months ago
gh-125196: Use PyUnicodeWriter in HAMT

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
gh-119786: [doc] broken link and typo fix in interpreter_definition.md

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
gh-125447: Remove `Py_TPFLAGS_HAVE_FINALIZE` macro

rruuaanng opened this pull request 3 months ago
Python 3.13 can't compile with armv5 target

rossburton opened this issue 3 months ago
gh-125420: implement `Sequence.__contains__` API on `memoryview` objects

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
Faulthandler output should include the thread name

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
gh-100141: Allow pdb to deal with empty file

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
f_lineno has different results on Windows and Linux

Almenon opened this issue 3 months ago
memoryview is a Sequence but does not implement the full Sequence API

JelleZijlstra opened this issue 3 months ago
GH-125413: Add `pathlib.Path.dir_entry` attribute

barneygale opened this pull request 3 months ago
Expose `os.DirEntry` objects from pathlib

barneygale opened this issue 3 months ago
locale.nl_langinfo(locale.ERA) is broken

serhiy-storchaka 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
[3.13] gh-125383: Update `fib` function comment for accuracy (GH-125386)

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
[3.12] gh-61698: Use launchctl to detect macOS window manager in tests (GH-118390)

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
[3.12] gh-86673: Loosen test_ttk.test_identify() requirements (GH-125335)

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
gh-119538: Add missing build dependencies

Meiye-lj opened this pull request 3 months ago
gh-125383: Update `fib` function comment for accuracy

Wulian233 opened this pull request 3 months ago
Add versionadded directives for PyUnstable_Long_*

skirpichev opened this pull request 3 months ago
4.8. Defining Functions example is slightly misleading

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
Syntax error display skips the first line of the traceback

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
Use 4 spaces for indentation in PDB

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
[3.12] gh-125289: Update sample code in asyncio-task.rst (GH-125292)

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