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-103186 - Fetch CONFIG_ARGS from original python instance
TabLand opened this pull request almost 2 years ago
TabLand opened this pull request almost 2 years ago
gh-103204: `http.server` - Enforce that HTTP version numbers must consist only of digits
kenballus opened this pull request almost 2 years ago
kenballus opened this pull request almost 2 years ago
gh-63284: Add support for TLS-PSK (pre-shared key) to the ssl module
grantramsay opened this pull request almost 2 years ago
grantramsay opened this pull request almost 2 years ago
gh-102549: [Enum] fail enum creation when data type raises in __init__
ethanfurman opened this pull request almost 2 years ago
ethanfurman opened this pull request almost 2 years ago
gh-103131: Convert `sys.getsizeof` and `sys.set_asyncgen_hooks` to AC
sobolevn opened this pull request almost 2 years ago
sobolevn opened this pull request almost 2 years ago
gh-103124: Multiline statement support for pdb
gaogaotiantian opened this pull request almost 2 years ago
gaogaotiantian opened this pull request almost 2 years ago
Support multi-line statements in pdb
gaogaotiantian opened this issue almost 2 years ago
gaogaotiantian opened this issue almost 2 years ago
gh-103091: Add PyUnstable_Type_AssignVersionTag
swtaarrs opened this pull request almost 2 years ago
swtaarrs opened this pull request almost 2 years ago
Isolate Stdlib Extension Modules
ericsnowcurrently opened this issue almost 2 years ago
ericsnowcurrently opened this issue almost 2 years ago
touch profile-run-stamp exit code 2 for 3.11 in Dockerfile using ubuntu:22.04
hkiang01 opened this issue almost 2 years ago
hkiang01 opened this issue almost 2 years ago
Implement and document PEP 669.
markshannon opened this issue almost 2 years ago
markshannon opened this issue almost 2 years ago
gh-103056: [Enum] ensure final _generate_next_value_ is a staticmethod
ethanfurman opened this pull request almost 2 years ago
ethanfurman opened this pull request almost 2 years ago
gh-102558: [Enum] better handling of non-Enum EnumType classes
ethanfurman opened this pull request almost 2 years ago
ethanfurman opened this pull request almost 2 years ago
Test `test.test_tools.test_freeze.TestFreeze.test_freeze_simple_script` fails with `--with-lto --enable-optimizations`
sobolevn opened this issue almost 2 years ago
sobolevn opened this issue almost 2 years ago
gh-93627: Align Python implementation of pickle with C implementation of pickle
eendebakpt opened this pull request almost 2 years ago
eendebakpt opened this pull request almost 2 years ago
Dataclasses - Improve the performance of asdict/astuple for common types and default values
DavidCEllis opened this issue almost 2 years ago
DavidCEllis opened this issue almost 2 years ago
Update Windows and MacOS installers to SQLite 3.41.2+.
felixxm opened this issue almost 2 years ago
felixxm opened this issue almost 2 years ago
[CVE-2023-27043] Parsing errors in email/_parseaddr.py lead to incorrect value in email address part of tuple
tdwyer opened this issue almost 2 years ago
tdwyer opened this issue almost 2 years ago
gh-102733: Stop the `getsitepackages` function from returning non site package directories on windows
rprater opened this pull request almost 2 years ago
rprater opened this pull request almost 2 years ago
Point to socket.getdefaulttimeout from smtplib.SMTP
andresdelfino opened this pull request almost 2 years ago
andresdelfino opened this pull request almost 2 years ago
gh-102950: Implement PEP 706 – Filter for tarfile.extractall
encukou opened this pull request almost 2 years ago
encukou opened this pull request almost 2 years ago
Implement PEP 706 – Filter for tarfile.extractall
encukou opened this issue almost 2 years ago
encukou opened this issue almost 2 years ago
gh-102699: Add `dataclasses.DataclassLike`
AlexWaygood opened this pull request almost 2 years ago
AlexWaygood opened this pull request almost 2 years ago
gh-102927: xmlrpc: allow 64bit and bigintegers
RethinkMatze opened this pull request almost 2 years ago
RethinkMatze opened this pull request almost 2 years ago
xmlrpc throws "OverflowError: int exceeds XML-RPC limits" on 64bit integers
RethinkMatze opened this issue almost 2 years ago
RethinkMatze opened this issue almost 2 years ago
gh-102895 Add an option local_exit in code.interact to block exit() from terminating the whole process
gaogaotiantian opened this pull request almost 2 years ago
gaogaotiantian opened this pull request almost 2 years ago
gh-102509: Ignore acceptable access of an uninitialized value
illia-v opened this pull request almost 2 years ago
illia-v opened this pull request almost 2 years ago
Duplicate frame in traceback of exception raised inside trace function
chgnrdv opened this issue almost 2 years ago
chgnrdv opened this issue almost 2 years ago
Optimize `pathlib.PurePath.__fspath__()`
barneygale opened this issue almost 2 years ago
barneygale opened this issue almost 2 years ago
Backport 'Fix ctypes structs' (97702) to 3.11
matthiasgoergens opened this pull request almost 2 years ago
matthiasgoergens opened this pull request almost 2 years ago
gh-102757: fix function signature mismatch for `functools.reduce` between code and documentation
XuehaiPan opened this pull request almost 2 years ago
XuehaiPan opened this pull request almost 2 years ago
Function signature mismatch for `functools.reduce` between C implementation, Python implementation, and online documentaion
XuehaiPan opened this issue almost 2 years ago
XuehaiPan opened this issue almost 2 years ago
gh-87868: correctly sort and remove duplicates in getenvironment()
aisk opened this pull request almost 2 years ago
aisk opened this pull request almost 2 years ago
Add a Dataclass abstract base class for instance checking and type annotations
NeilGirdhar opened this issue almost 2 years ago
NeilGirdhar opened this issue almost 2 years ago
GH-77609: Add follow_symlinks argument to `pathlib.Path.glob()`
barneygale opened this pull request almost 2 years ago
barneygale opened this pull request almost 2 years ago
gh-102541: Hide traceback in help prompt
Eclips4 opened this pull request almost 2 years ago
Eclips4 opened this pull request almost 2 years ago
Path.rglob performance issues in deeply nested directories compared to glob.glob(recursive=True)
ionite34 opened this issue almost 2 years ago
ionite34 opened this issue almost 2 years ago
gh-101100: [docs] Fix Sphinx warnings in `dis` module
sobolevn opened this pull request almost 2 years ago
sobolevn opened this pull request almost 2 years ago
gh-89188: replace bitfield with struct fields in PyASCIIObject
davidhewitt opened this pull request almost 2 years ago
davidhewitt opened this pull request almost 2 years ago
gh-101293: Fix inspect.signature behavior on `__call__` decorated with `staticmethod` and `classmethod` decorators.
heckad opened this pull request almost 2 years ago
heckad opened this pull request almost 2 years ago
gh-66646: Explain __base__ attribute in the docs
furkanonder opened this pull request almost 2 years ago
furkanonder opened this pull request almost 2 years ago
gh-102837: few coverage nitpicks for the math module
skirpichev opened this pull request almost 2 years ago
skirpichev opened this pull request almost 2 years ago
gh-102512: Fix threading after os.fork() called from a foreign thread
marmarek opened this pull request almost 2 years ago
marmarek opened this pull request almost 2 years ago
`os.fork()` called from DummyThread confuses threading shutdown logic
marmarek opened this issue almost 2 years ago
marmarek opened this issue almost 2 years ago
gh-102153: Start stripping C0 control and space chars in `urlsplit`
illia-v opened this pull request almost 2 years ago
illia-v opened this pull request almost 2 years ago
gh-96471: Add queue shutdown, next step.
YvesDup opened this pull request almost 2 years ago
YvesDup opened this pull request almost 2 years ago
ntpath.realpath() mishandles filenames that resemble drives
barneygale opened this issue almost 2 years ago
barneygale opened this issue almost 2 years ago
gh-85984: Add POSIX pseudo-terminal functions.
8vasu opened this pull request almost 2 years ago
8vasu opened this pull request almost 2 years ago
[dataclasses] [typing] Dataclass Protocol
randolf-scholz opened this issue almost 2 years ago
randolf-scholz opened this issue almost 2 years ago
gh-102388: Add windows_31j to aliases for cp932 codec
moriyama opened this pull request almost 2 years ago
moriyama opened this pull request almost 2 years ago
`_osx_support.get_platform_osx()` sometimes does not return the minor release number
keleftheriou opened this issue almost 2 years ago
keleftheriou opened this issue almost 2 years ago
gh-102327: Extend docs for "url" and "headers" parameters to HTTPConnection.request()
davidfstr opened this pull request almost 2 years ago
davidfstr opened this pull request almost 2 years ago
Clarify that "url" parameter to HTTPConnection.request(method, url) is usually an absolute path
davidfstr opened this issue almost 2 years ago
davidfstr opened this issue almost 2 years ago
Document stability of ABI resulting from the private API
FFY00 opened this pull request almost 2 years ago
FFY00 opened this pull request almost 2 years ago
gh-102215: importlib documentation cleanups
yrro opened this pull request almost 2 years ago
yrro opened this pull request almost 2 years ago
gh-102211: Document `re.{Pattern,Match}`’s existence
flying-sheep opened this pull request almost 2 years ago
flying-sheep opened this pull request almost 2 years ago
re.Pattern and re.Match aren’t advertised
flying-sheep opened this issue almost 2 years ago
flying-sheep opened this issue almost 2 years ago
Update bundled setuptools provided by ensurepip in current 3.8.x through 3.11.x to include fix for CVE-2022-40897?
LianwMS opened this issue almost 2 years ago
LianwMS opened this issue almost 2 years ago
gh-102184: Test os.sync() only if "largefile" resource is enabled
izbyshev opened this pull request almost 2 years ago
izbyshev opened this pull request almost 2 years ago
gh-102181: Improve stats presentation for specialization
penguin-wwy opened this pull request almost 2 years ago
penguin-wwy opened this pull request almost 2 years ago
Improve stats presentation for specialization
penguin-wwy opened this issue almost 2 years ago
penguin-wwy opened this issue almost 2 years ago
gh-101014: support named SharedMemory and ShareableList in SharedMemo…
knwng opened this pull request almost 2 years ago
knwng opened this pull request almost 2 years ago
urllib.parse space handling CVE-2023-24329 appears unfixed
AdrianBunk opened this issue almost 2 years ago
AdrianBunk opened this issue almost 2 years ago
False negative from csv.Sniffer.has_header with only strings
Midnighter opened this issue almost 2 years ago
Midnighter opened this issue almost 2 years ago
cmd.py command completion does not work with libedit
keeely opened this issue almost 2 years ago
keeely opened this issue almost 2 years ago
gh-102029: Deprecate passing arguments to `_PyRLock` in `threading`
sobolevn opened this pull request almost 2 years ago
sobolevn opened this pull request almost 2 years ago
docs: `secrets.token_bytes()` has imprecise security properties
DavidBuchanan314 opened this issue almost 2 years ago
DavidBuchanan314 opened this issue almost 2 years ago
Potential SegFault with multithreading garbage collection.
gaogaotiantian opened this issue almost 2 years ago
gaogaotiantian opened this issue almost 2 years ago
gh-101967: add a missing error check
Eclips4 opened this pull request almost 2 years ago
Eclips4 opened this pull request almost 2 years ago
ceval.c: `positional_only_passed_as_keyword` can be failed with segfault
Eclips4 opened this issue almost 2 years ago
Eclips4 opened this issue almost 2 years ago
gh-101944: mistake in documentation for `PyModule_AddObjectRef()`
OTheDev opened this pull request almost 2 years ago
OTheDev opened this pull request almost 2 years ago
gh-101819: Isolate _io
erlend-aasland opened this pull request almost 2 years ago
erlend-aasland opened this pull request almost 2 years ago
gh-72249: Include the module name in the repr of partial object
furkanonder opened this pull request almost 2 years ago
furkanonder opened this pull request almost 2 years ago
gh-101860: Expose __name__ on property
eltoder opened this pull request almost 2 years ago
eltoder opened this pull request almost 2 years ago
gh-81677: basic support for annotations in __text_signature__'s
skirpichev opened this pull request almost 2 years ago
skirpichev opened this pull request almost 2 years ago
Fix typos in variable names, function names, and comments
howjmay opened this pull request almost 2 years ago
howjmay opened this pull request almost 2 years ago
Add `__name__` to property
eltoder opened this issue almost 2 years ago
eltoder opened this issue almost 2 years ago
gh-100176: Remove outdated Tools/{io,cc,string}bench
hugovk opened this pull request almost 2 years ago
hugovk opened this pull request almost 2 years ago
Isolate the `_io` extension module
erlend-aasland opened this issue almost 2 years ago
erlend-aasland opened this issue almost 2 years ago
Building sharedmods fails with any dangling symlink in include path
jmroot opened this issue almost 2 years ago
jmroot opened this issue almost 2 years ago
gh-101760: Improve the imaplib.IMAP4 example
LilKS opened this pull request almost 2 years ago
LilKS opened this pull request almost 2 years ago
[3.10] gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727)
zooba opened this pull request almost 2 years ago
zooba opened this pull request almost 2 years ago
All outcomes of `store_true` and `store_false`
j-i-l opened this pull request almost 2 years ago
j-i-l opened this pull request almost 2 years ago
test_ssl fails after 2038
blemouzy opened this issue almost 2 years ago
blemouzy opened this issue almost 2 years ago
gh-101703: use `PyOS_snprintf` instead of `sprintf`
sobolevn opened this pull request almost 2 years ago
sobolevn opened this pull request almost 2 years ago
gh-101705: Use a range of years for copyright in LICENSE
Stevoisiak opened this pull request almost 2 years ago
Stevoisiak opened this pull request almost 2 years ago
gh-101699: Explain using Match.expand with \g<0>
Stevoisiak opened this pull request almost 2 years ago
Stevoisiak opened this pull request almost 2 years ago
Match.expand doesn't document replacement of group 0
Stevoisiak opened this issue almost 2 years ago
Stevoisiak opened this issue almost 2 years ago
GH-101291: Low level opt-in API for pylong
markshannon opened this pull request almost 2 years ago
markshannon opened this pull request almost 2 years ago
GH-83162: Rename re.error for better clarity.
achhina opened this pull request almost 2 years ago
achhina opened this pull request almost 2 years ago
``argparse`` Prints options per flag name when only once is necessary
Harrison-O opened this issue almost 2 years ago
Harrison-O opened this issue almost 2 years ago
gh-101541: [Enum] create flag psuedo-member without calling original __new__
ethanfurman opened this pull request almost 2 years ago
ethanfurman opened this pull request almost 2 years ago
`PyErr_SetObject()` behavior is strange and not as documented.
markshannon opened this issue almost 2 years ago
markshannon opened this issue almost 2 years ago
gh-101558: Add time.sleep_until()
haukex opened this pull request almost 2 years ago
haukex opened this pull request almost 2 years ago
Allow sleeping until an absolute time
haukex opened this issue almost 2 years ago
haukex opened this issue almost 2 years ago
gh-101549: fix documentation of xml.etree.ElementInclude
mbel0 opened this pull request almost 2 years ago
mbel0 opened this pull request almost 2 years ago
UUID's _arp_getnode does not account for omitted leading 0's in arp output on Darwin
t-jonesy opened this issue almost 2 years ago
t-jonesy opened this issue almost 2 years ago
Maybe Drop "channels" from _xxsubinterpreters
ericsnowcurrently opened this issue almost 2 years ago
ericsnowcurrently opened this issue almost 2 years ago
sysconfig.get_path('platstdlib') return paths in virtual environments (or otherwise weird)
hroncok opened this issue almost 2 years ago
hroncok opened this issue almost 2 years ago
gh-48962: Fix duplicate values in the list when deepcopying a subclass list
furkanonder opened this pull request almost 2 years ago
furkanonder opened this pull request almost 2 years ago