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-86650: get_obs_local_part() fails to handle empty local part

ZackerySpytz opened this pull request almost 4 years ago
subprocess.Popen leaks file descriptors opened for DEVNULL or PIPE stdin/stdout/stderr arguments

5c93169e-260c-4e53-8c07-4dd9ca6d88e7 opened this issue almost 4 years ago
Link to class and function source code on GitHub

d2c7be43-4ab7-496a-b6b2-ef2e8178767a opened this issue almost 4 years ago
gh-87378: [doc] Link to source

verhovsky opened this pull request almost 4 years ago
bpo-43165 - Support the same files with new param in shutil.copyfile

milanbalazs opened this pull request almost 4 years ago
pathlib with_suffix() should accept suffix not start with dot

b1482731-b23c-4739-a6df-82c1d7c9b157 opened this issue almost 4 years ago
tempfile seems to treat a file as a directory when processing an exception in the onerror()

dddc2313-be48-47ff-90b0-a1270cc13b92 opened this issue almost 4 years ago
gh-87286: Add a number of LOG_* constants to syslog

ronaldoussoren opened this pull request almost 4 years ago
tarfile list() method does not show file type

8cdf26bf-daf1-411a-aca9-3c17bd4e5b31 opened this issue almost 4 years ago
IDLE: update code, mostly by cleanups of 2.x or 2to3 artifacts

terryjreedy opened this issue almost 4 years ago
gh-87175: Port curses capi pointer array to a struct.

shihai1991 opened this pull request almost 4 years ago
Port curses capi pointer array to a struct

shihai1991 opened this issue almost 4 years ago
192.0.0.8 (IPv4 dummy address) considered globally reachable

8bff8bf6-ca34-49cc-876e-004830ef877f opened this issue almost 4 years ago
Split compiler into code-gen, optimizer and assembler.

markshannon opened this issue almost 4 years ago
`type` takes **kwargs for __init_subclass__

dcb6a62e-4280-4d80-8415-e0121648d246 opened this issue about 4 years ago
multiprocessing Queue leaks a file descriptor associated with the pipe writer (#33081 still a problem)

8aa9c941-7e7b-4d84-bf78-7f027ec54081 opened this issue about 4 years ago
bpo-42663: Fix parsing TZ strings in zoneinfo module

serhiy-storchaka opened this pull request about 4 years ago
http.server does not support HTTP range requests

a28bdafa-f08b-4d5c-a058-5f14648d68ee opened this issue about 4 years ago
documentation on `getsockname()` wrong for AF_INET6

784abec7-9fe8-4a59-af24-e6697e48e440 opened this issue about 4 years ago
test_ttk_guionly test failures on macOS with Tcl/Tk 8.6.10

ned-deily opened this issue about 4 years ago
get_obs_local_part fails to handle empty local part

d7ae3dca-da55-422e-b1fc-ce07bdc6cc0b opened this issue about 4 years ago
gh-86642: Allow cross compiling on darwin

isuruf opened this pull request about 4 years ago
Allow cross compiling python for macos-arm64 from macos-x86_64

1b7e0465-9f2c-4663-8ddc-8b935379ec44 opened this issue about 4 years ago
Restore os.makedirs ability to apply mode to all directories created

gpshead opened this issue about 4 years ago
bpo-42363: enhance _check_running() ValueError output in Pool class

jimlinntu opened this pull request about 4 years ago
gh-86482: Document assignment expression need for ()s

terryjreedy opened this pull request about 4 years ago
bpo-42037: Corrected request dependencies in CookieJar functions

markus-sus opened this pull request about 4 years ago
gh-71682: Make pprint.pformat always order sets

bbonenfant opened this pull request about 4 years ago
gh-86291: linecache: get module name from __spec__ if available

eltoder opened this pull request about 4 years ago
linecache cannot get source for the __main__ module with a custom loader

9e803d50-6238-47c1-84e6-b1d134a28aa9 opened this issue about 4 years ago
Use hypothesis for testing the standard library, falling back to stubs

pganssle opened this issue about 4 years ago
Documentation confusion in CookieJar functions

fa80a8c3-f63e-4826-bb98-5e01b5fb06a6 opened this issue about 4 years ago
venv on Windows with symlinks is broken if invoked with -I

1cd0ebb8-58db-4ad7-b442-53d6c1cdbdef opened this issue about 4 years ago
Unpredictable behavior when parsing xml. (xml.etree.ElementTree.iterparse)

c5dc6bb4-fef4-4541-b83a-5fd78b13f8c3 opened this issue over 4 years ago
gh-77714: Provide an async iterator version of as_completed

JustinTArthur opened this pull request over 4 years ago
PyMethodDef does NOT have any fields contain context in embedded C

21c61b90-dee1-401e-acc6-a9efdaf4a723 opened this issue over 4 years ago
bpo-41826: add casts for generated C code

smontanaro opened this pull request over 4 years ago
bpo-41839: Fix error checking in sched_get_priority_ functions

kulikjak opened this pull request over 4 years ago
Add more fields to sys.float_info

rhettinger opened this issue over 4 years ago
Lib/pty.py major revision

d1deab11-b024-4eb0-9cd5-bf238273a617 opened this issue over 4 years ago
gh-85934: Use getattr_static when adding mock spec

melwitt opened this pull request over 4 years ago
bpo-38572: Raise UnsupportedOperation when fileno() is not supported

ZackerySpytz opened this pull request over 4 years ago
request make uninstall target

187278d4-26ea-451d-8866-4cb72881bf6d opened this issue over 4 years ago
pydoc skips methods of nested classes

5864f5b6-e186-4727-9fe9-461634b863b6 opened this issue over 4 years ago
pdb - Clickable path to breakpoints

a1ca7e48-20d8-42f4-b2ec-33577916c66c opened this issue over 4 years ago
bpo-30493: Increase base64 test coverage

ZackerySpytz opened this pull request over 4 years ago
Fix documentation typo

chrisyeh96 opened this pull request over 4 years ago
bpo-41496: Create public API for typing._eval_type

Dominik1123 opened this pull request over 4 years ago
bpo-20082: fix misbehavior of buffered writes to raw files in append mode

embray opened this pull request over 4 years ago
gh-85583: Add f-string index in tutorial/inputoutput.rst

amaajemyfren opened this pull request over 4 years ago
gh-85566: State interpreter var "_" in appendix of tutorial

wyz23x2 opened this pull request over 4 years ago
Tk window not going full screen on 90° rotated screen on mac

1f60cb85-ebf0-4770-82c1-851fb863112b opened this issue over 4 years ago
gh-85583: Document f-strings in library/stdtypes.rst

amaajemyfren opened this pull request over 4 years ago
Remove unnecessary spaces in code blocks in urllib.parse.rst

chrisyeh96 opened this pull request over 4 years ago
gh-85453: Fix missing/wrong backquotes and role texts in datetime documentation

yyyyyyyan opened this pull request over 4 years ago
Wrong/missing code formats in datetime documentation

1cbe5cec-4b17-4d66-8cb1-fd06c7220667 opened this issue over 4 years ago
Documentation Decimal power 0 to the 0 is Nan (versus 0 to the 0 which is 1)

73fb62dc-fb22-4bb6-b60e-07e4cb40fffb opened this issue over 4 years ago
Use strnlen instead of strlen when the size i known.

99202308-2311-4d52-a8a6-9e90520f11ba opened this issue over 4 years ago
bpo-41088: Extend the AST Validator to validate all identifiers

isidentical opened this pull request over 4 years ago
gh-85253: Exclude `__pycache__` directories from backups using `CACHEDIR.TAG`

jstasiak opened this pull request over 4 years ago
Exclude __pycache__ directories from backups using CACHEDIR.TAG

e1cead32-4084-4b7e-a521-93555dbdc563 opened this issue over 4 years ago
Haiku build fix - posix module

c9ed70e6-85ba-41dd-8968-859cb0429c8e opened this issue over 4 years ago
bpo-41067: Haiku build fix

devnexen opened this pull request over 4 years ago
Use zip-strict in zoneinfo

06547701-06a2-4e4a-b672-16a33475101e opened this issue over 4 years ago
open() fails to read app exec links

6475b3bd-9876-4c35-9df5-7935b61953f4 opened this issue over 4 years ago
bpo-41046: Make unittest.TestCase.skipTest a classmethod

jameshcorbett opened this pull request over 4 years ago
unittest: make skipTest a classmethod

ee92c805-465e-4ea5-af32-6a89c735c882 opened this issue over 4 years ago
Multiprocesing Pool borken on macOS REPL

eadbd4d3-cbb4-42b8-8420-9f80dcde2bcc opened this issue over 4 years ago
gh-85028: Don't set wShowWindow if startupinfo has STARTF_USESHOWWINDOW

ZackerySpytz opened this pull request over 4 years ago
Permission denied: 'xdg-settings' when executing 'jupyter notebook' from command line

06d01c1e-fb17-4628-a892-2a7362390454 opened this issue over 4 years ago
gh-64020: Deprecate pydoc.ispackage()

ZackerySpytz opened this pull request over 4 years ago
urllib does not send http/1.1 ALPN extension

d5a716c6-8ff9-4ed8-82c4-1d35de70cc2a opened this issue over 4 years ago
bpo-27578: Fix inspect.getsource() on empty file

kernc opened this pull request over 4 years ago
uuid module build fix on FreeBSD proposal

c9ed70e6-85ba-41dd-8968-859cb0429c8e opened this issue over 4 years ago
gh-85046: Adding missing errno system symbols descriptions

YoSTEALTH opened this pull request over 4 years ago
errno missing descriptions

b9e3e125-c758-471e-8446-bb5afa99e9cd opened this issue over 4 years ago
bpo-40818: Run sys.__interactivehook__() on asyncio REPL startup

remilapeyre opened this pull request over 4 years ago
hmac.compare_digest could try harder to be constant-time.

aa295720-5a49-4ff0-b9cc-4061f453b2dc opened this issue over 4 years ago
RFE: Run linkchecker on documentation on the CI

bc75918c-a209-4fa3-b6cf-28cfb7317f76 opened this issue over 4 years ago
SSLContext.load_verify_locations leaks memory on Linux

3e925932-28b4-4b8f-b521-c1f2981825ce opened this issue over 4 years ago
Catastrophic loss of precision in colorsys module

3a66f4c3-06fa-4389-ab37-45426bd4fef7 opened this issue over 4 years ago
json.dumps() should encode float number NaN to null

10a1cbf5-763e-4aa8-bb14-e0296ea27213 opened this issue over 4 years ago
sockmodule.c: sock_connect vs negative errno values...

1c1e7887-0de8-4060-96cf-64093562907a opened this issue over 4 years ago
Align docs for list.sort, sorted, and on the website

2a686a17-5db6-43b5-99d4-083eee96b005 opened this issue over 4 years ago
gh-84687: Add filename to the error raised by os.exec*

russelldavis opened this pull request over 4 years ago
FileNotFound error raised by os.exec* doesn't contain filename

d455b19d-5e93-41f5-ab88-0abe7bb5316d opened this issue over 4 years ago
add support for os.PathLike filename in zipfile.ZipFile.write()

2e43ab83-bade-46f4-acc7-c599eba17e11 opened this issue over 4 years ago
bpo-11102: Make configure enable major(), makedev(), and minor() on HP-UX

ZackerySpytz opened this pull request over 4 years ago
TimedRotatingFileHandler rotating on use not time

c8859649-c2df-4077-a463-b240f3c1d016 opened this issue over 4 years ago
bpo-32604: [_xxsubinterpreters] Add channel_send_wait().

ericsnowcurrently opened this pull request over 4 years ago