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] Prefer "similar" over "equivalent" in tutorial (GH-125343)

miss-islington opened this pull request 4 months ago
[3.13] Prefer "similar" over "equivalent" in tutorial (GH-125343)

miss-islington opened this pull request 4 months ago
Correct BinHex 4.0 alphabet according to specifications

lisn0 opened this pull request 4 months ago
[3.12] gh-53203: Fix strptime() for %c and %x formats on many locales (GH-124946)

miss-islington opened this pull request 4 months ago
[3.13] gh-53203: Fix strptime() for %c and %x formats on many locales (GH-124946)

miss-islington opened this pull request 4 months ago
GH-125277: Increase minimum supported Sphinx to 7.2.6

AA-Turner opened this pull request 4 months ago
Doc/glossary.rst: fix `-X gil` option usage

ZhongRuoyu opened this pull request 4 months ago
[spam]

asupanviraldinfooo opened this issue 4 months ago
[spam]

asupanviraldinfooo opened this issue 4 months ago
Doc: Note that pydoc uses and prefers ``MANPAGER``

mancellin opened this pull request 4 months ago
[3.13] gh-125316: Fix using partial() as Enum member

serhiy-storchaka opened this pull request 4 months ago
[3.12] gh-85935: Explicitly document the case nargs=0 in argparse (GH-125302)

miss-islington opened this pull request 4 months ago
[3.13] gh-85935: Explicitly document the case nargs=0 in argparse (GH-125302)

miss-islington opened this pull request 4 months ago
Rewrite parse_intermixed_args() in argparse

serhiy-storchaka opened this issue 4 months ago
Cleaning up generating macros in `_cursesmodule.c`

picnixz opened this pull request 4 months ago
gh-125326: Improve `SyntaxError` for invalid type params definiton

sobolevn opened this pull request 4 months ago
gh-125349: IDLE - fix: unexpected behavior caused by the input method

Xiaokang2022 opened this pull request 4 months ago
gh-125350: Wrap unused argument in `timemodule.c` with `Py_UNUSED`

rruuaanng opened this pull request 4 months ago
Wrap unused argument in `timemodule` with Py_UNUSED

rruuaanng opened this issue 4 months ago
IDLE: Unexpected behavior caused by the input method

Xiaokang2022 opened this issue 4 months ago
Different behavior with mock to same class or different class

Fryguest opened this issue 4 months ago
Base64 decode with altchars still accepts non-altchars

Anonymous3-a opened this issue 4 months ago
gh-122544: Change base OS image in Azure pipeline to ubuntu-24.04.

Damien-Chen opened this pull request 4 months ago
Prefer "similar" over "equivalent" in tutorial

sirosen opened this pull request 4 months ago
gh-86673: Loosen test_ttk.test_identify() requirements

erlend-aasland opened this pull request 4 months ago
`from __future__ import barry_as_FLUFL` doesn't work

JelleZijlstra opened this issue 4 months ago
gh-125323: Remove some unsafe stackref decrefs

Fidget-Spinner opened this pull request 4 months ago
gh-111924: use atomics for interp id refcounting

kumaraditya303 opened this pull request 4 months ago
Segfault from `zoneinfo` with custom DateTime class

robsdedude opened this issue 4 months ago
gh-125286: Bug fix for trace-refs logic and shared objects

nascheme opened this pull request 4 months ago
gh-125289: Update sample code in asyncio-task.rst

galmyk opened this pull request 4 months ago
Increase minimum supported Sphinx to 7.2.6

AA-Turner opened this issue 4 months ago
gh-125234: Make PyInitConfig_Free(NULL) a no-op

rruuaanng opened this pull request 4 months ago
gh-125196: Use PyUnicodeWriter in error handlers

vstinner opened this pull request 4 months ago
gh-125260: gzip: let compress mtime default to 0

bmwiedemann opened this pull request 4 months ago
gzip.compress output is non-deterministic

bmwiedemann opened this issue 4 months ago
Argparse logs incorrect ambiguous option

clavedeluna opened this issue 4 months ago
3.13.0+JIT+NoGIL build failure on Linux.

timkofu opened this issue 4 months ago
Race condition when importing `collections.abc`

ngoldbaum opened this issue 4 months ago
GH-99108: Make vectorized versions of Blake2 available on x86, too

msprotz opened this pull request 4 months ago
win 10 Python-3.13.0 tkinter fails in venv

replabrobin opened this issue 4 months ago
Make PyInitConfig_Free(NULL) a no-op

serhiy-storchaka opened this issue 4 months ago
[3.12] gh-116510: Fix a Crash Due to Shared Immortal Interned Strings (gh-124865)

miss-islington opened this pull request 4 months ago
gh-125196: Add PyUnicodeWriter_Fill() function

vstinner opened this pull request 4 months ago
gh-125028: Prohibit placeholders in partial keywords

dg-pb opened this pull request 4 months ago
Use the public PyUnicodeWriter API

vstinner opened this issue 4 months ago
gh-52551: Fix encoding issues in strftime()

serhiy-storchaka opened this pull request 4 months ago
Python turtle demo stop clock won't clear time

DannyWuzhiheng opened this issue 4 months ago
[3.9] gh-100454: Fix running SSL tests with OpenSSL 3.1+ (GH-100456)

miss-islington opened this pull request 4 months ago
3.9 GHA: "Ubuntu SSL tests with OpenSSL (3.1.3)" fails

encukou opened this issue 4 months ago
[3.13] Fix importlib.resources issue reference in 3.13 What's New (GH-125175)

miss-islington opened this pull request 4 months ago
gh-125168: Update __future__.rst typo

JamesMcCarthy21 opened this pull request 4 months ago
gh-111178: Fix function signatures in cellobject.c

vstinner opened this pull request 4 months ago
gh-111178: Fix function signatures in codeobject.c

vstinner opened this pull request 4 months ago
Tkinter can not use in the version of 3.13.0

litiegang1989 opened this issue 4 months ago
gh-125038: Crash after genexpr.gi_frame.f_locals manipulations is fixed

efimov-mikhail opened this pull request 4 months ago
gh-124969: Skip the test for ALT_DIGITS also on iOS

serhiy-storchaka opened this pull request 4 months ago
Fix importlib.resources issue reference in 3.13 What's New

ncoghlan opened this pull request 4 months ago
"Immortal" objects aren't immortal and that breaks things.

markshannon opened this issue 4 months ago
[3.13] docs: in venv table use executable name (GH-124315)

miss-islington opened this pull request 4 months ago
[3.12] docs: in venv table use executable name (GH-124315)

miss-islington opened this pull request 4 months ago
PEP 667 follow-up: hard deprecate `PyEval_GetLocals()`

ncoghlan opened this issue 4 months ago
gh-125118: don't copy arbitrary values to _Bool in the struct module

skirpichev opened this pull request 4 months ago
Spelling Error

PhantomEclipse741 opened this issue 4 months ago
gh-120754: Ensure _stat_atopen is cleared on fd change

cmaloney opened this pull request 4 months ago
gh-125159: Speed up `posixpath.realpath()` in the common case

nineteendo opened this pull request 4 months ago
GH-125069: Fix inconsistent joining in `WindowsPath(PosixPath(...))`

barneygale opened this pull request 4 months ago
Rounding Error

MrHamel opened this issue 4 months ago
[Windows] New REPL does not preserve history between sessions

pfmoore opened this issue 4 months ago
gh-125139: use `_PyRecursiveMutex` in `_thread.RLock`

kumaraditya303 opened this pull request 4 months ago
For new REPL the help page should explain keyboard shortcuts

nascheme opened this issue 4 months ago
gh-119786: Move parser doc from devguide to InternalDocs

iritkatriel opened this pull request 4 months ago
struct module has undefined behavior when loading bools

alex opened this issue 4 months ago
gh-124502: Remove _PyUnicode_EQ() function

vstinner opened this pull request 4 months ago
gh-107562: Update test certificates to expire far in the future

encukou opened this pull request 4 months ago
gh-122153: `socket` module support `sendmsg`, `recvmsg` on windows

rruuaanng opened this pull request 4 months ago
gh-82419: Improve site docs to clarify user site-packages disabling

pppppkun opened this pull request 4 months ago
GH-121970: Extract ``availability`` into a new extension

AA-Turner opened this pull request 4 months ago