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-98539: fix ref cycle in `_SSLProtocolTransport` after close

kumaraditya303 opened this pull request about 2 years ago
minor edits to locale doc

smontanaro opened this pull request about 2 years ago
Seems hard to believe, but do multiple test cases share files?

smontanaro opened this issue about 2 years ago
Proper or custom JSON serialization of non-finite float values

Dzeri96 opened this issue about 2 years ago
Update Refcount-related Docs

ericsnowcurrently opened this issue over 2 years ago
gh-97959: [pydoc] now `help()` does not show extra notes for `classmethod`s

sobolevn opened this pull request over 2 years ago
`pydoc` renders `from builtins.type` note, even if it is incorrect

sobolevn opened this issue over 2 years ago
Meta issue for cleaning up import system cruft

warsaw opened this issue over 2 years ago
Move Benchmarks From Tools/ to the pyperformance Repo

ericsnowcurrently opened this issue over 2 years ago
gh-97747: Improvements to WASM browser REPL.

katharosada opened this pull request over 2 years ago
Update activate(.bat) for a dynamic VIRTUAL_ENV

kxrob opened this issue over 2 years ago
`ftplib.FTP.voidcmd` incorrectly document the return value

matthewhughes934 opened this issue over 2 years ago
Null characters in strings cause a C SystemError

apccurtiss opened this issue over 2 years ago
macOS linker warnings in macOS ventura

pablogsal opened this issue over 2 years ago
METH_* and Py_TPFLAGS* constants are documented as Python data

encukou opened this issue over 2 years ago
Confusing behavior of ssl.create_default_context()

piannucci opened this issue over 2 years ago
IDLE: Stop reusing built-in names as parameters

terryjreedy opened this issue over 2 years ago
gh-68335: Documenting csv dialect defaults

mehrdadmoradii opened this pull request over 2 years ago
FAQ for CVE-2020-10735

nascheme opened this issue over 2 years ago
gh-97590: Update docs and tests for `ftplib.FTP.voidcmd`

matthewhughes934 opened this pull request over 2 years ago
closes gh-96734: Update to Unicode 15.0.0.

benjaminp opened this pull request over 2 years ago
gh-96497: Mangle name before symtable lookup in 'symtable_extend_namedexpr_scope'

wookie184 opened this pull request over 2 years ago
Queue shutdown

EpicWink opened this issue over 2 years ago
Expected python bug using multiprocessing and inheritance

bsdis opened this issue over 2 years ago
gh-96397: Document that keywords in calls need not be identifiers

jeff5 opened this pull request over 2 years ago
unittest.TestCase.assertRaises msg argument is not used

ptmcg opened this issue over 2 years ago
gh-87474: Fix file descriptor leaks in subprocess.Popen

cptpcrd opened this pull request over 2 years ago
Update internals section of devguide

markshannon opened this issue over 2 years ago
Close sub-generators even if top level generator was asynchronous.

markshannon opened this pull request over 2 years ago
gh-95855: Better platform triplet detection code

tiran opened this pull request over 2 years ago
Makefile / configure.ac: realpath is not available on macOS

tiran opened this issue over 2 years ago
testcapimodule uses wrong format chars for datetime tests

tiran opened this issue over 2 years ago
Negative `_io.BufferedReader.tell`

senyai opened this issue over 2 years ago
Support the use of the managed pre-header in builtin classes.

markshannon opened this issue over 2 years ago
[3.11] Revert bpo-42854: Use SSL_write/read_ex() GH-27271, GH-25468

tiran opened this pull request over 2 years ago
Slow first execution of platform.system on windows

eendebakpt opened this issue over 2 years ago
gh-88569: add `ntpath.isreserved()`

barneygale opened this pull request over 2 years ago
RFC 9266: Channel Bindings for TLS 1.3 support

Neustradamus opened this issue over 2 years ago
Argument Clinic: add support for deprecating positional use of parameters

erlend-aasland opened this issue over 2 years ago
raising resource warnings prevents resource cleanup

graingert opened this issue over 2 years ago
Help latest MSVC 1932 (v143, VS2022) to optimize PyObject_Free()

neonene opened this issue over 2 years ago
[coverage] codeobject.c: decode_linetable

mdboom opened this issue over 2 years ago
DocTest sorts by lineno which may be int or None

Strilanc opened this issue over 2 years ago
Update README.rst

dev-aniketj opened this pull request over 2 years ago
frame.setlineno has serious flaws.

markshannon opened this issue over 2 years ago
side_effect function of PropertyMock gets called only once

Ampfing opened this issue over 2 years ago
Exception while handling exception in email.msg.get('message-id')

DRSpalding opened this issue over 2 years ago
fnmatch module parameters names are not correct

salahbsmdz opened this issue over 2 years ago
ssl and hashlib: Remove functions deprecated in Python 3.10

vstinner opened this issue over 2 years ago
[Enum] fix typo

ethanfurman opened this pull request over 2 years ago
Document use of ANY in test assertions

graingert opened this pull request over 2 years ago
[3.11] gh-91387: Fix tarfile test on WASI (GH-93984)

ethanfurman opened this pull request over 2 years ago
Improve "Extending Python with C or C++" docs

erlend-aasland opened this issue over 2 years ago
Split up _testcapimodule.c

encukou opened this issue over 2 years ago
Expose tracemalloc hook into `_Py_NewReference` for other tracers

pablogsal opened this issue over 2 years ago
gh-66571: Expand matches for %Z in strptime

eugenetriguba opened this pull request over 2 years ago
No lifecycle management for PyMemoryView_FromMemory

dantmnf opened this issue over 2 years ago
gh-90300: Reformat the Python CLI help output

serhiy-storchaka opened this pull request over 2 years ago
`PathFinder.find_spec()` can raise bare `KeyError` when `path=None`

jacobtylerwalls opened this issue over 2 years ago
Adding argument server_hostname to HTTPSConnection

j-schulz opened this pull request over 2 years ago
[3.11] gh-93100: [Enum] fix missing variable in global_str (GH-93107)

ethanfurman opened this pull request over 2 years ago
os.path.relpath() assumes '//' root is equivalent to '/'

iynehz opened this issue over 2 years ago
itertools: clearer all_equal recipe

pochmann opened this issue over 2 years ago
PEP 632: Remove the distutils package (Python 3.12)

vstinner opened this issue over 2 years ago
`inspect.getfile` doesn't properly handle PEP 420

TheTechRobo opened this issue over 2 years ago
gh-78157: [Enum] nested classes will not be members in 3.13

ethanfurman opened this pull request over 2 years ago
gh-91325: Skip Stable ABI checks with Py_TRACE_REFS special build

encukou opened this pull request over 2 years ago
Slow inspect.getmodule

mdeck opened this issue over 2 years ago
gh-91960: Add FreeBSD build and test using Cirrus-CI

emaste opened this pull request over 2 years ago
Add FreeBSD build and test using Cirrus-CI

emaste opened this issue over 2 years ago
asyncio: Use strong references for free-flying tasks

alexhartl opened this issue over 2 years ago
gh-91795: Update build optimization part of PCbuild/readme.txt

fatihkabakk opened this pull request over 2 years ago
Add method for getting the exact version of the Tcl library as a named tuple

serhiy-storchaka opened this issue over 2 years ago
subprocess fails to export xml from adb window_dump commad

Miltonbhowmick opened this issue over 2 years ago
gh-72793: C implementation of parts of copy.deepcopy

eendebakpt opened this pull request over 2 years ago
dump of a single table in sqlite3 library

WolfgangFahl opened this issue over 2 years ago
gh-89159: Add missing TarInfo members

slateny opened this pull request over 2 years ago