Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Python Software Foundation


Collective - https://opencollective.com/python-software-foundation - Website: https://www.python.org/psf - Code: https://github.com/python/cpython

[stubsabot] Bump Flask-SocketIO to 5.5.*

github.com/python/typeshed - github-actions[bot] opened this pull request about 1 month ago
move a couple deliberate omissions to don't fix

github.com/python/typeshed - tungol opened this pull request about 1 month ago
add `BaseListProxy.__imul__`

github.com/python/typeshed - tungol opened this pull request about 1 month ago
always set x-client-ip from frontend

github.com/python/psf-salt - ewdurbin opened this pull request about 1 month ago
Adjust rate limit for roundup backends

github.com/python/psf-salt - ewdurbin opened this pull request about 1 month ago
remove separate tls listen for haproxy

github.com/python/psf-salt - ewdurbin opened this pull request about 1 month ago
Python Tutorial copy edit

github.com/python/cpython - shallow-beach opened this pull request about 1 month ago
`rmtree` fails due to "directory not empty" on Linux

github.com/python/cpython - christophfriedrich opened this issue about 1 month ago
chore: increase rate limit to not be so aggressive

github.com/python/psf-salt - JacobCoffee opened this pull request about 1 month ago
[vobject] Replace `typing.Any` with `_typeshed.Incomplete`

github.com/python/typeshed - srittau opened this pull request about 1 month ago
[fpdf2] Update to 2.8.2

github.com/python/typeshed - srittau opened this pull request about 1 month ago
datetime.strptime's %z should support +HH

github.com/python/cpython - rubenbaer opened this issue about 1 month ago
Use more aggressive gc thresholds for a big speedup

github.com/python/mypy - JukkaL opened this pull request about 1 month ago
Infra: Specify Sphinx config path for Read the Docs

github.com/python/peps - hugovk opened this pull request about 1 month ago
Add December 2024 meeting notes

github.com/python/docs-community - hugovk opened this pull request about 1 month ago
[vobject] Update to 0.9.9

github.com/python/typeshed - srittau opened this pull request about 1 month ago
gh-128058: Fix test_builtin ImmortalTests

github.com/python/cpython - vstinner opened this pull request about 1 month ago
getting SSLError in Python3.11.4

github.com/python/cpython - masterdungeon opened this issue about 1 month ago
gh-128013: Convert unicodeobject.c macros to functions

github.com/python/cpython - vstinner opened this pull request about 1 month ago
gh-128033: change `PyMutex_LockFast` to take `PyMutex` as argument

github.com/python/cpython - kumaraditya303 opened this pull request about 1 month ago
gh-127949: deprecate `asyncio.get_event_loop_policy`

github.com/python/cpython - kumaraditya303 opened this pull request about 1 month ago
[3.13] gh-127060: Disable traceback colors in IDLE (GH-128028)

github.com/python/cpython - miss-islington opened this pull request about 1 month ago
Incorrect typing when using `asyncio.run`

github.com/python/typeshed - Ben-Epstein opened this issue about 1 month ago
Broken tests with "legacy" sys.float_repr_style

github.com/python/cpython - skirpichev opened this issue about 1 month ago
<spam>

github.com/python/cpython - ghost opened this pull request about 1 month ago
Daily tests failed on Wed Dec 18 2024

github.com/python/typeshed - github-actions[bot] opened this issue about 1 month ago
[stubsabot] Bump croniter to 6.0.0

github.com/python/typeshed - github-actions[bot] opened this pull request about 1 month ago
attrs `copy.replace()` support

github.com/python/mypy - injust opened this issue about 1 month ago
Fix tqdm.asyncio type inconsistency

github.com/python/typeshed - kbaikov opened this pull request about 1 month ago
GPG key errors/HTTPS issue for `mail` host

github.com/python/psf-salt - JacobCoffee opened this issue about 1 month ago
User creation fails due to missing`mailman` group

github.com/python/psf-salt - JacobCoffee opened this issue about 1 month ago
Micro-optimize cache deserialization (fixup)

github.com/python/mypy - JukkaL opened this pull request about 1 month ago
Speed up State.finish_passes

github.com/python/mypy - JukkaL opened this pull request about 1 month ago
GPG key issues causing package update failures

github.com/python/psf-salt - JacobCoffee opened this issue about 1 month ago
fix(dns): update boto pkg blocks with new onedir install method

github.com/python/psf-salt - JacobCoffee opened this pull request about 1 month ago
Update changelog for release 1.14

github.com/python/mypy - svalentin opened this pull request about 1 month ago
PEP 745: 3.14.0a3 was released on 2024-12-17

github.com/python/peps - hugovk opened this pull request about 1 month ago
gh-128035: Add ssl.HAS_PHA to detect libssl PHA support

github.com/python/cpython - WillChilds-Klein opened this pull request about 1 month ago
Bump version to 1.15.0+dev

github.com/python/mypy - svalentin opened this pull request about 1 month ago
Change PyMutex_LockFast to take mutex as argument

github.com/python/cpython - kumaraditya303 opened this issue about 1 month ago
gh-128031: Preserve tab characters in `untokenize()`

github.com/python/cpython - tomasr8 opened this pull request about 1 month ago
Feature: Add a list of downstream contacts

github.com/python/devguide - FFY00 opened this issue about 1 month ago
gh-127060: Disable traceback colors in IDLE

github.com/python/cpython - vstinner opened this pull request about 1 month ago
gh-126742: add missing NEWS entry

github.com/python/cpython - picnixz opened this pull request about 1 month ago
gh-127949: deprecate `asyncio.set_event_loop_policy`

github.com/python/cpython - kumaraditya303 opened this pull request about 1 month ago
gh-128013: fix data race in PyUnicode_AsUTF8AndSize on free-threading

github.com/python/cpython - kumaraditya303 opened this pull request about 1 month ago
gh-128016: Improved invalid escape sequence warning message

github.com/python/cpython - umarbutler opened this pull request about 1 month ago
The sys.float_repr_style should be read-only

github.com/python/cpython - skirpichev opened this issue about 1 month ago
gh-127274: Defer nested methods

github.com/python/cpython - mpage opened this pull request about 1 month ago
Daily tests failed on Tue Dec 17 2024

github.com/python/typeshed - github-actions[bot] opened this issue about 1 month ago
Sync with CPython 3.13

github.com/python/python-docs-zh-tw - pydoc-zh-tw[bot] opened this pull request about 1 month ago
[stubsabot] Bump fpdf2 to 2.8.2

github.com/python/typeshed - github-actions[bot] opened this pull request about 1 month ago
Speed up SCC dependency inference

github.com/python/mypy - JukkaL opened this pull request about 1 month ago
gh-121621: clear running loop early in asyncio

github.com/python/cpython - kumaraditya303 opened this pull request about 1 month ago
Optimize type indirection visitor

github.com/python/mypy - JukkaL opened this pull request about 1 month ago
gh-127933: Add option to run regression tests in parallel

github.com/python/cpython - colesbury opened this pull request about 1 month ago
Audit asyncio thread safety

github.com/python/cpython - kumaraditya303 opened this issue about 1 month ago