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-105563: Add a reference to DateType in datetime's documentation

roy9495 opened this pull request over 1 year ago
Surprising behaviour with compileall -s STRIPDIR parameter

hetmankp opened this issue over 1 year ago
Crash in urllib/request.py proxy_bypass_macosx_sysconf

Tristan971 opened this issue over 1 year ago
gh-105623 Fix performance degradation in logging RotatingFileHandler

zhatt opened this pull request over 1 year ago
gh-105858: Improve AST node constructors

JelleZijlstra opened this pull request over 1 year ago
Improve the constructors of AST nodes

JelleZijlstra opened this issue over 1 year ago
GH-105848: Get rid of `KW_NAMES`

brandtbucher opened this pull request over 1 year ago
Clean up the `CALL` sequence

brandtbucher opened this issue over 1 year ago
gh-105821: Use a raw f-string in test_httpservers.py

pablogsal opened this pull request over 1 year ago
`test___all__.AllTest.test_all` is failing on every PR

AlexWaygood opened this issue over 1 year ago
IndexError in email parse_message_id

tmmcguire opened this issue over 1 year ago
copy fails on collections.OrderedDict dataclass with required args

ringohoffman opened this issue over 1 year ago
ArgumentParser negative number regex too restrictive

marcusmueller opened this issue over 1 year ago
Crash During Subinterpreter Finalization

ericsnowcurrently opened this issue over 1 year ago
gh-106318: Add examples to str method entries

adorilson opened this pull request over 1 year ago
Recommend DateType in the datetime documentation

pganssle opened this issue over 1 year ago
gh-67565: remove redundant C-contiguity checks

furkanonder opened this pull request over 1 year ago
gh-105499: Merge typing.Union and types.UnionType

JelleZijlstra opened this pull request over 1 year ago
gh-105509: Simplify the implementation of `typing.Annotated`

AlexWaygood opened this pull request over 1 year ago
Simplify the implementation of `typing.Annotated`

AlexWaygood opened this issue over 1 year ago
pathlib.PureWindowsPath.is_absolute() can return False for UNC paths

barneygale opened this issue over 1 year ago
gh-104269: Document `glob.glob` duplicates when using multiple `**` patterns

tomasr8 opened this pull request over 1 year ago
[3.7] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u.

ned-deily opened this pull request over 1 year ago
gh-60198: Prevent memoryview pointing to freed heap memory

furkanonder opened this pull request over 1 year ago
gh-105288: wake up exit waiters after sub-process exits

keuin opened this pull request over 1 year ago
[3.12] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174)

miss-islington opened this pull request over 1 year ago
gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u

gpshead opened this pull request over 1 year ago
[3.12] gh-103142: Update macOS installer to use OpenSSL 1.1.1u. (GH-105130)

miss-islington opened this pull request over 1 year ago
[3.11] gh-103142: Update macOS installer to use OpenSSL 1.1.1u. (GH-105130)

miss-islington opened this pull request over 1 year ago
gh-103142: Update macOS installer to use OpenSSL 1.1.1u.

ned-deily opened this pull request over 1 year ago
gh-105052:update timeit function's description

Cherrymelon opened this pull request over 1 year ago
gh-104855: Update more tk tests for 8.7

terryjreedy opened this pull request over 1 year ago
__init_subclass__ not handled correctly for classes with unusual mros

plokmijnuhby opened this issue over 1 year ago
gh-101531: Handle omitted leading zeroes in mac address on Darwin (#1…

evgeniiz321 opened this pull request over 1 year ago
[3.11] gh-104372: Drop the GIL around the vfork() call. (#104782)

gpshead opened this pull request over 1 year ago
TimedRotatingFileHandler not working in the desired way.

hf-16 opened this issue over 1 year ago
gh-96471: Add threading queue shutdown

EpicWink opened this pull request over 1 year ago
PPC64LE RHEL8 3.x buildbot is timing out on test_gdb

JelleZijlstra opened this issue over 1 year ago
Use __doc__ check and repr in error messages of property emulation

geryogam opened this pull request over 1 year ago
Modernise code in `Tools/clinic/`

AlexWaygood opened this issue over 1 year ago
gh-104602: Add additional test for listcomp with lambda

JelleZijlstra opened this pull request over 1 year ago
function.__type_params__ and type.__type_params__ should be writable

JelleZijlstra opened this issue over 1 year ago
gh-69990: Make Profile.print_stats support sorting by multiple values

furkanonder opened this pull request over 1 year ago
gh-104050: Add type hints to Argument Clinic converter keywords

erlend-aasland opened this pull request over 1 year ago
[3.11] gh-104496: IDLE - fix About for mixed tcl/tk versions (GH-104585)

miss-islington opened this pull request over 1 year ago
gh-104340: Suppress warning about unawaited exception for closed pipe stdin

gvanrossum opened this pull request over 1 year ago
gh-104496: IDLE - fix About for mixed tcl/tk versions

terryjreedy opened this pull request over 1 year ago
Pluggable optimizer API

markshannon opened this issue over 1 year ago
gh-71679: Enhance bytearray_repr with bytes_repr's logic

furkanonder opened this pull request over 1 year ago
GH-104580: No local eval breaker

markshannon opened this pull request over 1 year ago
GH-102818: Do not call `PyTraceBack_Here` in sys.settrace trampoline.

markshannon opened this pull request over 1 year ago
getproxies() in python3.10/urllib/request.py crashes on MacOS

marcelogaio-groovinads opened this issue over 1 year ago
[3.11] typing: Add more tests for TypeVar (GH-104571)

JelleZijlstra opened this pull request over 1 year ago
[3.11] gh-102153: Start stripping C0 control and space chars in `urlsplit` (GH-102508)

miss-islington opened this pull request over 1 year ago
gh-104523: Use dynamic rule for compiling libmpdec and libexpat

indygreg opened this pull request over 1 year ago
gh-104572: Improve error messages for invalid constructs in PEP 695 contexts

JelleZijlstra opened this pull request over 1 year ago
Error message for walrus etc. in PEP 695 contexts could be improved

JelleZijlstra opened this issue over 1 year ago
typing: Add more tests for TypeVar

JelleZijlstra opened this pull request over 1 year ago
Update copy.py

rajucomp opened this pull request over 1 year ago
[3.11] gh-104494: Update certain Tkinter pack/place tests for Tk 8.7 errors (GH-104495)

miss-islington opened this pull request over 1 year ago
Prepare tkinter for tcl 8.7/9.0 and tk 8.7

terryjreedy opened this issue over 1 year ago
Ctrl+C doesn't work on Windows Powershell

Polda18 opened this issue over 1 year ago
gh-104484: Add parameter @case_sensitive to pathlib.PurePath.match() function

thirumurugan-git opened this pull request over 1 year ago
Fix missing/incomplete NULL checks in multiple source files

chgnrdv opened this pull request over 1 year ago
[3.11] gh-87474: Fix file descriptor leaks in subprocess.Popen (GH-96351)

miss-islington opened this pull request over 1 year ago
gh-54738: Add argparse i18n howto

tomasr8 opened this pull request over 1 year ago
GH-103092: isolate `_elementtree`

kumaraditya303 opened this pull request over 1 year ago
gh-104341: Fix threading Module Shutdown

ericsnowcurrently opened this pull request over 1 year ago
Doc/library/os.rst: `os.waitid` absent on MacOS

johnhawkinson opened this pull request over 1 year ago
RTSPS scheme support in urllib.parse

zentarim opened this issue over 1 year ago
typing: Use PEP 695 syntax in typing.py

JelleZijlstra opened this pull request over 1 year ago
gh-104549: Set __module__ on TypeAliasType

JelleZijlstra opened this pull request over 1 year ago
gh-104050: Add typing to Argument Clinic converters

erlend-aasland opened this pull request over 1 year ago
[3.11] gh-104539: Fix indentation error in logging.config.rst (GH-104545)

miss-islington opened this pull request over 1 year ago