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-118915: Add/fix docs entries for some new 3.13 C API

encukou opened this pull request 5 months ago
gh-124130: Notes on empty string corner case of category `\B`

y5c4l3 opened this pull request 5 months ago
gh-123085: _compile_importlib: Avoid copying sources before compilation

encukou opened this pull request 5 months ago
Regex \B doesn't match empty string

Alcaro opened this issue 5 months ago
Docs: Update and proofread `library/venv.rst`

hugovk opened this pull request 5 months ago
gh-124096: Enable REPL virtual terminal support on Windows

y5c4l3 opened this pull request 5 months ago
gh-123978: Remove broken time.thread_time() on NetBSD

serhiy-storchaka opened this pull request 5 months ago
Update tkinter to use Tk 8.6.15 or (better) Tk 9.0

culler opened this issue 5 months ago
Update Dependency Information for PCBuild to Correct Information

Wulian233 opened this issue 5 months ago
gh-121459: Deferred LOAD_ATTR (methods)

Fidget-Spinner opened this pull request 5 months ago
Fixed the spelling error in test_xmlrpc where test was misspelled

rruuaanng opened this pull request 5 months ago
GH-87358: Add clarification about nargs and default argparse behaviour

savannahostrowski opened this pull request 5 months ago
GH-123714: Update JIT compilation to use LLVM 19

savannahostrowski opened this pull request 5 months ago
Remove unused variable in `MagicMixin._mock_set_magics`

sobolevn opened this pull request 5 months ago
Experiment: Determine necessity of save_cwd() in PR #116131

moreati opened this pull request 5 months ago
Remove unused `_allowed_types` from `typing.py`

sobolevn opened this pull request 5 months ago
How to get msecs from PyTime API in 3.13?

tonybaloney opened this issue 5 months ago
gh-123610: Added missing windows handle types to wintypes.py

rruuaanng opened this pull request 5 months ago
gh-121459: Add missing return to _PyDict_LoadGlobalStackRef

colesbury opened this pull request 5 months ago
gh-124083: Skip test_strsignal on NetBSD due to TypeError

furkanonder opened this pull request 5 months ago
test_strsignal fails on NetBSD with TypeError

furkanonder opened this issue 5 months ago
[debug] Testing changes to Deferred LOAD_GLOBAL on Windows10 buildbot

colesbury opened this pull request 5 months ago
[3.13] Minor edits to the descriptor guide (GH-123928)

miss-islington opened this pull request 5 months ago
gh-124043: Disallow mixing `--with-trace-refs` and `--disable-gil`

ZeroIntensity opened this pull request 5 months ago
Revert "gh-121459: Deferred LOAD_GLOBAL (GH-123128)"

zware opened this pull request 5 months ago
gh-124074: Add _Py_NewImmortalRef() function

vstinner opened this pull request 5 months ago
gh-124068: Fix reference leak with generators in the free-threaded build

colesbury opened this pull request 5 months ago
Lots of new compiler warnings

sobolevn opened this issue 5 months ago
gh-124008: Fix calculation of the number of written bytes for the Windows console

serhiy-storchaka opened this pull request 5 months ago
testHypot in test_match uses assertEqual on floats

mcepl opened this issue 5 months ago
gh-123934: Fix `MagicMock` not to reset magic method return values

sobolevn opened this pull request 5 months ago
gh-123923: Defer refcounting for `f_funcobj` in `_PyInterpreterFrame`

colesbury opened this pull request 5 months ago
gh-97588: remove unused functions in _ctypes/cfield.c

iritkatriel opened this pull request 5 months ago
invaild assertion of _io__WindowConsoleIO_write_impl

byundojin opened this issue 5 months ago
PyFaulthandler: heap-buffer-overflow

n-bes opened this issue 5 months ago
gh-109990: Fixed argparser parsing optional arguments with same prefix

rruuaanng opened this pull request 5 months ago
remove unnecessary assertion

byundojin opened this pull request 5 months ago
gh-85453: Improve class reference links on datetime.rst

uatach opened this pull request 5 months ago
GH-123945: Update regex for parsing negative numbers that contain underscores

savannahostrowski opened this pull request 5 months ago
Refactorization of `_cursesmodule.c`

picnixz opened this issue 5 months ago
[3.13] gh-108951: Document how to terminate an asyncio.TaskGroup (GH-123837)

miss-islington opened this pull request 5 months ago
Daemonic threads not killed in some circumstances in python 3.13

rhpvorderman opened this issue 5 months ago
[3.12] gh-123811: test that round() can return signed zero (GH-123829)

miss-islington opened this pull request 5 months ago
[3.13] gh-123811: test that round() can return signed zero (GH-123829)

miss-islington opened this pull request 5 months ago
Incorrect slot check: typo in `__dictoffest__`

sobolevn opened this issue 5 months ago
`reset_mock` resets `MagicMock`'s magic methods in an unexpected way

mentalAdventurer opened this issue 5 months ago
Fix invisible character typo

xyb opened this pull request 5 months ago
GH-79714: Add mention of stderr for clarity to ArgumentParser.exit()

savannahostrowski opened this pull request 5 months ago
GH-103219: Fix optional args incorrectly being processed as required args

savannahostrowski opened this pull request 5 months ago
Better error message for from imports when a script shadows a module

hauntsaninja opened this issue 5 months ago
gh-123930: Better error for "from imports" when script shadows module

hauntsaninja opened this pull request 5 months ago
Minor edits to the descriptor guide

rhettinger opened this pull request 5 months ago
gh-123748: Disable HACL SIMD256 on universal builds.

freakboy3742 opened this pull request 5 months ago
PyObject_HEAD_INIT is defined incorrectly

Zuzu-Typ opened this issue 5 months ago
[3.13] gh-123905: Update TOML description to include version number (GH-123906)

miss-islington opened this pull request 5 months ago
[3.12] gh-123905: Update TOML description to include version number (GH-123906)

miss-islington opened this pull request 5 months ago
[3.13] gh-123609: Clarify usage of standalone `PyBUF_FORMAT` (GH-123778)

miss-islington opened this pull request 5 months ago
gh-123853: Update locale.windows_locale

serhiy-storchaka opened this pull request 5 months ago
gh-77894: Fix a crash when the GC breaks a loop containing a memoryview

serhiy-storchaka opened this pull request 5 months ago
GH-123894: Simplify ascii decode using unaligned loads

rhpvorderman opened this pull request 5 months ago
Update to 3.13 the output of exceptions raised

rffontenelle opened this pull request 5 months ago
gh-99064: Added warnings for file objects with non-UTF8 content

rruuaanng opened this pull request 5 months ago
Incorrect optimization in itertools.tee()

rhettinger opened this issue 5 months ago
[3.13] gh-123826: Fix unused function warnings in mimalloc on NetBSD (GH-123827)

miss-islington opened this pull request 5 months ago
gh-119726: generate and patch AArch64 trampolines

diegorusso opened this pull request 5 months ago
[3.13] Mention `curl` in `contextvars` docs (GH-123838)

miss-islington opened this pull request 5 months ago
[3.13] gh-123834: Add `symtable` to the list of modules with a CLI (GH-123835)

miss-islington opened this pull request 5 months ago