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
222c63fc6b91f42e7cc53574615f4e9b7a33c28f authored almost 2 years ago
28a05f4cc2b150b3ff02ec255daf1b6ec886ca6f authored almost 2 years ago
Clarify the docs of asyncio.loop.subprocess_exec()
Clarify the documentation of stdin, stdout...
37e37553b09dba073cfe77d9fb96863b94df2fbc authored almost 2 years agoCo-authored-by: chilaxan <[email protected]>
d45225bd66a8123e4a30314c627f2586293ba532 authored almost 2 years ago1461a22f91a3da2b08f6e485a500bed8b193a601 authored almost 2 years ago
81cf94c4426b3bb949be8a0bb26ae0adccdbc88c authored almost 2 years ago
6c4124d11ab731f3774e3454ded33df089bd317e authored almost 2 years ago
Clarify that asyncio.Server.sockets is a socket-like TransportSocket
1c0a9c5a1c84bc334f2bde9d45676f19d9632823 authored almost 2 years ago214e5684c274f359d4cc34381f65e9f1a9952802 authored almost 2 years ago
closes: #103872
xref: https://github.com/pypa/pip/pull/12000
<!-- gh-issue-number: gh-103872...
438b811761da124b949265d233f9fd9a74d7dd3f authored almost 2 years ago
This change removes the alias of the 'C' locale to 'en_US'. Because of
this alias, it is curren...
`pdb` should use `io.open_code` to open code to avoid encoding issue.
31acfd78a0810f84898d36a8289e407d3754b823 authored almost 2 years ago
gh-99352: Ensure HTTPSConnection is available before exercising https
tests.
This will fix t...
c9864121cba5e5366d8e023fa14be0eac504cc06 authored almost 2 years ago86aa8a5e98e5742bb5bb6ab617f08b1679b33b55 authored almost 2 years ago
ef25febcf2ede92a03c5ea00a13e167e0b5cb274 authored almost 2 years ago
Cc. @adriangb
The "stub documentation" in `types.rst` does already link to the
in-depth docs...
Co-authored-by: Éric <[email protected]>
Co-authored-by: AlexWaygood <[email protected]>
Also remove expilcit `type=tarfile.DIRTYPE`, the slash at the end is
enough.
<!--
Thanks for your contribution!
Please read this comment in its entirety. It's quite import...
c9134fb228860bbb641794b1d165a95a55b5c669 authored almost 2 years ago
0acea96dad622cba41bf1e9ee25d87658579ba88 authored almost 2 years ago
The lock is unnecessary as long as there's a GIL, but completely
necessary with a per-interpret...
Convert day contants to a Day enum, and add a Month enum.
b934f97850b7b2db30fa2b26720d58aac4783149 authored almost 2 years ago
Turns out we always need to remember/restore fstring buffers in all of
the stack of tokenizer m...
gh-82814: Adds `errno.EACCES` to the list of ignored errors on
`_copyxattr`. EPERM and EACCES ...
"awaiting changes" means somebody put a review that requested changes.
"awaiting change revie...
b51da991e2f7b47efaee2665356060edb6a6ece4 authored almost 2 years agod96cd44a599c80cfd9f5cbb71b7774b98f3cedbe authored almost 2 years ago
Co-authored-by: Hugo van Kemenade <[email protected]>
0f23eda4b996dacd19dbe91bd47a30433bf236d2 authored almost 2 years ago
This PR makes some minor linting adjustments to the Lib/test module
caught by [ruff](https://gi...
This is strictly about moving the "obmalloc" runtime state from
`_PyRuntimeState` to `PyInterpr...
This PR makes three minor linting adjustments to the `wasm` module
caught by [ruff](https://git...
sockserver gains ForkingUnixStreamServer and ForkingUnixDatagramServer classes for consistency w...
d94b3a6f45a068b2d2e5a75127f3c69a652645da authored almost 2 years ago
Core static types will continue to use the global value. All other types
will use the per-inte...
This speeds up `super()` (by around 85%, for a simple one-level
`super().meth()` microbenchmark...
Co-authored-by: Irit Katriel <[email protected]>
22bed58e531ce780d91f3364c5ace98fad28c2e8 authored almost 2 years ago
Deep-frozen code objects are cannot be shared (currently) by
interpreters, due to how adaptive ...
ae25855045e8f19f4715c9b2c02cbcd81e7f6f95 authored almost 2 years ago
Co-authored-by: C.A.M. Gerlach <[email protected]>
Co-authored-by: Ezio Melotti <ezio.mel...
1c01f8d79760ca74f6d35b839d23ac408b3bb44e authored almost 2 years ago
518050ced18422fd00fadc1a81b0d942b98e2e5b authored almost 2 years ago
* Clean up unused variables and imports in the email module
* Remove extra newline char
* ...
04ea04807dc76955f56ad25a81a0947536343c09 authored almost 2 years ago58b6be3791f55ceb550822ffd8664eca10fd89c4 authored almost 2 years ago
This removes a section of the `strftime` and `strptime` documentation that refers to a bygone er...
2aa22f72fbbabb4ca2a641c0546d25c45128c56f authored almost 2 years agoThe new wording better reflects the cases where `datetime.strptime` differs from` time.strptime`...
5b404d6cad2bf53295fdf96305f95efe1ea0174e authored almost 2 years ago
This avoids conflicting with the shebang of the called scripts as well
as avoiding hard errors ...
gh-87092: fix a few cases of incorrect error handling
6751a4af9512d4a6d65b5eedd60ff9923c519ad2 authored almost 2 years agocb157a1a353675cb6f08bdae5d7aadd6b28bb0a9 authored almost 2 years ago
This reverts commit dca27a69a8261353f7f986eb8f808f0d487ac4b7.
Added tests are redundant with ex...
Convert fork_exec to pre-inlined-argparser Argument Clinic
Co-authored-by: Gregory P. Smith <...
dfc5c41632c5c9b54edd43d11dd492a52ed5d372 authored almost 2 years agoFix description of copyreg.pickle function
0421ed44a9f9405269a8ceb9103451a04d8b90bb authored almost 2 years agoWe replace _PyRuntime.tstate_current with a thread-local variable. As part of this change, we ad...
f8abfa331421e2c28388c5162f37820495e3c2ee authored almost 2 years agomodernize dataclass example typing `list` rather than `List` and comment as to that line being t...
7ef614c1adad2b8857442bf0fea649891b591109 authored almost 2 years ago3d29edaf0a5f2e12e7f72552f602c761ddaf0d13 authored almost 2 years ago
d2745fe850d7b1959843c3fd3d284aa14956cd9e authored almost 2 years ago
Clarifies that it remains None until a method checking the child process status has been called ...
68f583658247ceced323d79e1cf775c91c53c019 authored almost 2 years agoRemoved unnecessary escaping of asterisks, as visible both on GitHub and in https://docs.python....
385d8d2b6438c7825006df6106dab41a95332a6a authored almost 2 years ago4996efb09e2644157402b6b02aa24b45f5163050 authored almost 2 years ago
b7f4811c88609d1ff12f42a3335fda49f8a478f3 authored almost 2 years ago
dca27a69a8261353f7f986eb8f808f0d487ac4b7 authored almost 2 years ago
543009347e7cfcc495ca8553fab8d622dcfd18e3 authored almost 2 years ago
Co-authored-by: Steve Dower <[email protected]>
59c522f9650c22dc986debce483b83a4ffc6dc0d authored almost 2 years agoThe word 'dependent' is both an adjective and a noun. A 'dependant' is a British alternative spe...
014f1319347d7cee3c8aa6c21a1cdf2e4998ef78 authored almost 2 years agoaf530469954e8ad49f1e071ef31c844b9bfda414 authored almost 2 years ago
36860134a9eda8df5af5a38d6c7533437c594c2f authored almost 2 years ago
---------
Co-authored-by: Terry Jan Reedy <[email protected]>
Co-authored-by: blurb-it[bot] <...
---------
Co-authored-by: Terry Jan Reedy <[email protected]>
7255bbd4a1841447a21c3eb74e4fd9e21818d833 authored almost 2 years ago
Add NEWS entry for PR #13951
82932b72cabb6a77bbf5465a0a9574f90773aadf authored almost 2 years agoCo-authored-by: Alex Waygood <[email protected]>
730bbddfdf610343a2e132b0312d12254c3c73d6 authored almost 2 years ago05b3ce7339b9ce44eec728e88e80ba1f125436ed authored almost 2 years ago
5041c2ba6e9c992d1c54834481c9be64581c0235 authored almost 2 years ago
add requires fork as test case depends on this
777bdff0ec4c21176ddf61e07bc75d170bc65d54 authored almost 2 years ago9c3442c0938127788fa59e4ceb80ae78b86fad1d authored almost 2 years ago
Co-authored-by: Alex Waygood <[email protected]>
Co-authored-by: Jelle Zijlstra <jelle.zij...
bpo-37222: Fix for CacheFTPHandler in urllib
A call to FTP.ntransfercmd must be followed by F...
e38bebb9ee805df6848f42845e71c8da8a821ad3 authored almost 2 years ago0fd38917582aae0728e20d8a641e56d9be9270c7 authored almost 2 years ago
Clarify sub directories used by pkgutil.extend_path in the docs and the docstring
7bf94568a9a4101c72b8bf555a811028e5b45ced authored almost 2 years agoThis reverts commit ace51dcdb781b0608b1273d246ebaee849561435.
8cb2b0f953288ff8749e686c268097cdd5a393e2 authored almost 2 years agoThis is the implementation of PEP683
Motivation:
The PR introduces the ability to immortal...
ea2c0016502472aa8baa3149050ada776d17a009 authored almost 2 years ago916de04fd1838530096336aadb3b94b774ed6c90 authored almost 2 years ago
Changes the behaviour of `len` on a zero-dimensional `memoryview` to raise `TypeError`. Previous...
3d2a46845b67407e2436d910b2e1740c34f4f10d authored almost 2 years ago* Doc: Fix broken links reported by linkcheck
* Apply suggestions from code review
- Remov...
caed49448d195565940caf198cf0edda65ee5679 authored almost 2 years agoe5eaac6064561c8f7643011a31fa506e78330798 authored almost 2 years ago
7b134d3e71af03c4593678f36fbb202cc3650f4e authored almost 2 years ago
* Update bundled pip version to 23.1
* Update to pip 23.1.1
6b58d419a1bd62ac94274d108d59980a3eb6f6e0 authored almost 2 years ago
* Use an f-string for improved readability
* Put version notes in chronological order
7d20783d45a9c78379fe79229b57e4c31610a623 authored almost 2 years ago0cb0871584d2288e436445ee32e585bf5af7c9de authored almost 2 years ago
dc328d398d8f65ec6d2fa493e16ceee75f6d774a authored almost 2 years ago
Fix shifted field initialization in instrumentation.c
a4967d9d5974562dc0b3d2fcb494483cce9b8122 authored almost 2 years ago3e0fec7e07a71bdeeab7554e980110fbc47763b9 authored almost 2 years ago
* bugfix: let the HTTP- and HTTPSHandlers respect the value of http.client.HTTPConnection.debugl...
5c00a6224d55f8818ef567b93f484b5429e2ae80 authored almost 2 years agoThe purpose of the comments is to rule out the implication that asyncio.TaskGroup is a drop-in r...
4898415df724380d4c8b0ec08e8cb92f126193c3 authored almost 2 years agoI recently added some tests to test_imp, but @warsaw is removing that file in gh-98573. The test...
6be7aee18c5b8e639103df951d0d277f4b46f902 authored almost 2 years ago2b1260c55763a952c57b92fe0f274b6ee79efd05 authored almost 2 years ago
d4aa8578b18d12380c841de96e8f80cac52bf61a authored almost 2 years ago
5f7d68e48de19c5c3a241d7126fc2af227c2f74a authored almost 2 years ago
Co-authored-by: Lysandros Nikolaou <[email protected]>
Co-authored-by: Batuhan Taskaya <is...
a6b07b5a345f7f54ee9f6d75e81d2fb55971b35c authored almost 2 years ago
bd2ed066c855dadbc739e89f9bc32e218dfc904e authored almost 2 years ago