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
b5dc0f83adda0bde1b176c3a84cc31cd94254e73 authored about 1 year ago by Raymond Hettinger <[email protected]>
Co-authored-by: Gregory P. Smith [Google LLC] <[email protected]>
48c49739f5502fc7aa82f247ab2e4d7b55bdca62 authored about 1 year ago by Yilei Yang <[email protected]>
The maildir format specification states that files with a leading dot
should be ignored.
Co-...
3f5eb3e6c75b874db1a83c9d53e824e56fcad02e authored about 1 year ago by Zackery Spytz <[email protected]>f7c5a7a0f9f8186a7fdc8b721468d022fe310b04 authored about 1 year ago by denballakh <[email protected]>
9a35794fcbe994f0eb36c32d8f24d307837c9412 authored about 1 year ago by Mark Shannon <[email protected]>
0c574540e07792cef5487aef61ab38bfe404060f authored about 1 year ago by Serhiy Storchaka <[email protected]>
0d74e9683b8567df933e415abf747d9e0b4cd7ef authored about 1 year ago by Alex Waygood <[email protected]>
Also support a file descriptor in os.chmod().
1f06baeabd7ef64b7be6af7cb6fc03ec410b1aa2 authored about 1 year ago by Serhiy Storchaka <[email protected]>53330f167792a2947ab8b0faafb11019d7fb09b6 authored about 1 year ago by Serhiy Storchaka <[email protected]>
ce77ee50358c0668eda5078f50b38f0770a370ab authored about 1 year ago by Xu Song <[email protected]>
This fixes a divergence between the Python and C implementations of pickle
for protocol 0, such...
First fix resolve situation when pyexpat module (which contains expat_CAPI
capsule) deallocates...
050783cb37d6a09d8238fa640814df8a915f6a68 authored about 1 year ago by Yilei Yang <[email protected]>
In case the spawned process is setuid, we may not be able to send
signals to it, in which case ...
Move the following global helpers into libclinic:
- format_escape()
- normalize_snippet()
- w...
8bce593a6317882da82693e6e8f7c49df0cf59a5 authored about 1 year ago by Jeff Allen <[email protected]>
* gh-74573: document that ndbm can silently corrupt databases on macOS
The system ndbm implem...
593b4d81d276b428f926debfe70d56ba94edf0e1 authored about 1 year ago by Ronald Oussoren <[email protected]>
Previously it worked differently if dst is a symbolic link:
it modified the permission bits of ...
bdc8d667ab545ccec0bf8c2769f5c5573ed293ea authored about 1 year ago by F-park <[email protected]>
4e5b27e6a3be85853bd04d45128dd7cc706bb1c8 authored about 1 year ago by Serhiy Storchaka <[email protected]>
Split up clinic.py by establishing libclinic as a support package for
Argument Clinic. Get rid ...
Clean-up after gh-113402.
9c3ddf31a34295ebcef6dc49b9e0ddd75d0ea9f1 authored about 1 year ago by Erlend E. Aasland <[email protected]>
This very boring patch reduces the number of changes needed in
`test_pathlib_abc.py` when backp...
Replace the internal accumulator APIs by using lists of strings and join().
Yak-shaving for sep...
daa658aba5133b78db89c90056a8421bd6ac8703 authored about 1 year ago by Erlend E. Aasland <[email protected]>
Change the value of `pathlib._abc.PurePathBase.pathmod` from `os.path` to
`posixpath`.
User ...
a0d3d3ec9ddd35514aa8db68b2fe9b8151cfc0a6 authored about 1 year ago by Barney Gale <[email protected]>
Add a few more simple test cases, like non-anchored paths. Remove misplaced
and indirect test t...
4a3d2419bb5b7cd862e3d909f53a2ef0a09cdcee authored about 1 year ago by Yan Yanchii <[email protected]>
`PurePathBase.__repr__()` produces a string like `MyPath('/foo')`. This
repr is incorrect/misle...
45e09f921be55e23bed19b5db4c95ce7bd7aad6b authored about 1 year ago by Mark Shannon <[email protected]>
* gh-109989: Fix test_c_locale_coercion when PYTHONIOENCODING is set
This fixes the existing ...
5f665e99e0b8a52415f83c2416eaf28abaacc3ae authored about 1 year ago by Ronald Oussoren <[email protected]>bee627c1e29a070562d1a540a6e513d0daa322f5 authored about 1 year ago by Ronald Oussoren <[email protected]>
c31943af16f885c8cf5d5a690c25c366afdb2862 authored about 1 year ago by Irit Katriel <[email protected]>
gh-112027: Don't print mimalloc warning after mmap
This changes the warning to a "verbose"-le...
9afb0e1606cad41ed57c42ea0a53ac90433f211b authored about 1 year ago by Sam Gross <[email protected]>7de9855410d034b2b7624a057dbf7c3f58ee5328 authored about 1 year ago by Alex Waygood <[email protected]>
Restore behaviors before classmethod descriptor chaining was introduced.
d058eaeed44766a8291013b275ad22f153935d3b authored about 1 year ago by Raymond Hettinger <[email protected]>6a5b4736e548fc5827c3bcf1a14193f77e1a989d authored about 1 year ago by Raymond Hettinger <[email protected]>
31d8757b6070010b0fb92a989b1812ecf303059f authored about 1 year ago by Sam Gross <[email protected]>
Co-authored-by: Serhiy Storchaka <[email protected]>
61e818409567ce452af60605937cdedf582f6293 authored about 1 year ago by Shantanu <[email protected]>* Sync with importlib_metadata 7.0.0
* Add blurb
* Update docs to reflect changes.
* Li...
2d91409c690b113493e3e81efc880301d2949f5f authored about 1 year ago by Jason R. Coombs <[email protected]>Fix error check on mmap(2)
It should check MAP_FAILED instead of NULL for error.
On mmap(2...
6b70c3dc5ab2f290fcdbe474bcb7d6fdf29eae4c authored about 1 year ago by Namhyung Kim <[email protected]>5f7a80fd02158d9c655eff4202498f5cab9b2ca4 authored about 1 year ago by Serhiy Storchaka <[email protected]>
* gh-65701: document that freeze doesn't work with framework builds on macOS
The framework in...
df1eec3dae3b1eddff819fd70f58b03b3fbd0eda authored about 1 year ago by Ronald Oussoren <[email protected]>
Clarify split direction in the docstring body,
instead of in the 'maxsplit' param docstring.
The installation of XQuartz on macOS will unconditionally
set the $DISPLAY variable. The X11 ...
723f4d66982e4d2c54f8e874d6084ab7b2ff5833 authored about 1 year ago by Mark Shannon <[email protected]>
The 'version' directive was introduced with gh-63929 in Nov 2013. It has
not been in use in the...
The Argument Clinic docs was moved to the devguide earlier in 2023.
4b90b5d857ba88c7d85483e188a73323df9ba05c authored about 1 year ago by Erlend E. Aasland <[email protected]>24f8ff28a3847b3b9f92f3aaa5346e92399a246a authored about 1 year ago by Jan Brasna <[email protected]>
A typo left this check broken so many of us who do out-of-tree builds
were seeing strange failu...
a2dd0e7038ad65a2464541f91604524d871d98a7 authored about 1 year ago by Carey Metcalfe <[email protected]>
When wrapped, `_SSLProtocolTransport._force_close(exc)` is called just like in the unwrapped sce...
1ff02385944924db7e683a607da2882462594764 authored about 1 year ago by Martijn Pieters <[email protected]>
The `MIMALLOC_HEADERS` variable is defined in the Makefile.pre.in, not
the configure script, so...
713e42822f5c74d8420f641968c3bef4b10a513a authored about 1 year ago by Guido van Rossum <[email protected]>
Co-authored-by: Hugo van Kemenade <[email protected]>
b221e030100e565d4a027ce1c0152dac1b7ffbdf authored about 1 year ago by Seth Michael Larson <[email protected]>Co-authored-by: AlexWaygood <[email protected]>
11ee912327ef51100d2a6b990249f25b6b1b435d authored about 1 year ago by Kir <[email protected]>de8a4e52a5f5e5f0c5057afd4c391afccfca57d3 authored about 1 year ago by Mark Shannon <[email protected]>
e96f26083bff31e86c068aa22542e91f38293ea3 authored about 1 year ago by Mark Shannon <[email protected]>
a545a86ec64fbab325db101bdd8964f524a89790 authored about 1 year ago by Christopher Chavez <[email protected]>
---------
Co-authored-by: Erlend E. Aasland <[email protected]>
57b7e52790ae56309832497a1ce17e3e731b920e authored about 1 year ago by Donghee Na <[email protected]>Co-authored-by: Rodrigo Girão Serrão <[email protected]>
5a7cc667f816f0377f763322c2367301ea3379ee authored about 1 year ago by Rodrigo Girão Serrão <[email protected]>Calling the instance reference arg for the __next__ method, "next", seems misleading as it would...
22b8945d7678be86f801ca54f004a5dba2006835 authored about 1 year ago by David Greaves <[email protected]>4afa7be32da32fac2a2bcde4b881db174e81240c authored about 1 year ago by Ethan Furman <[email protected]>
14d4c7742a26a3c2253e0a0be476981104b29f5a authored about 1 year ago by Erlend E. Aasland <[email protected]>
Co-authored-by: val-shkolnikov <[email protected]>
e1117cb8864ca337a26388a6186aa85f7cc29a94 authored about 1 year ago by Marat Idrisov <[email protected]>6a1d5a4c0f209d51ab33d6529935d643bcdb3ba2 authored about 1 year ago by Erlend E. Aasland <[email protected]>
Co-authored-by: Alex Waygood <[email protected]>
76bef3832bae64664882e27ecb6f89800a12cf43 authored about 1 year ago by Hugo van Kemenade <[email protected]>Co-authored-by: Alex Waygood <[email protected]>
6a69b80d1b1f3987fcec3300c5dc879c6e965079 authored about 1 year ago by Erlend E. Aasland <[email protected]>e51b4009454939e3ee5f1bfaed45ce65689a71b8 authored about 1 year ago by Irit Katriel <[email protected]>
76d757b38b414964546393bdccff31c1f8be3843 authored about 1 year ago by ryan-duve <[email protected]>
Co-authored-by: C.A.M. Gerlach <[email protected]>
d71fcdee0f1e4daa35d47bbef103f30259037ddb authored about 1 year ago by Unique-Usman <[email protected]>Fix SBOM metadata for pip 23.3.2
4658464e9cf092be930d0d8f938e801a69f7f987 authored about 1 year ago by Seth Michael Larson <[email protected]>
Hangs on installed 3.13.0a2 on macOS Catalina.
Behavior on installed 3.12.1 and 3.11.7 is unknown.
`--enable-framework` builds were failing. we apparently do not have good CI & buildbot coverage...
c895403de0b1c301aeef86921348c13f608257dc authored about 1 year ago by Gregory P. Smith <[email protected]>
Change _osx_support.get_platform_osx() to make sure that the
version number in the result inclu...
Adding this key with a value of true enables detecting the
users prefered language in libraries...
41336a72b90634d5ac74a57b6826e4dd6fe78eac authored about 1 year ago by Illia Volochii <[email protected]>
2feec0fc7fd0b9caae7ab2e26e69311d3ed93e77 authored about 1 year ago by Itamar Oren <[email protected]>
---------
Co-authored-by: Sam Gross <[email protected]>
d00dbf541525fcb36c9c6ebb7b41a5637c5aa6c0 authored about 1 year ago by Donghee Na <[email protected]>59f0766ae5aef8bd393a53ab9234371b7d165ec3 authored about 1 year ago by dreamflow <[email protected]>
70d378cdaa99f995bdce278439ef7c4defe4f805 authored about 1 year ago by Mark Shannon <[email protected]>
771903596b07af50cab2aaa3c7dfc9cc06e51a06 authored about 1 year ago by Mark Shannon <[email protected]>
Updated bundled pip to 23.3.2
4a24bf9a13a7cf055113c04bde0874186722c62c authored about 1 year ago by Stéphane Bidoul <[email protected]>Fix Sphinx warnings in library/tarfile.rst
f428c4dafbfa2425ea056e7f2ed2ea45fa90be87 authored about 1 year ago by Hugo van Kemenade <[email protected]>
Add support for `os.POSIX_SPAWN_CLOSEFROM` and
`posix_spawn_file_actions_addclosefrom_np` and h...
32d87a88994c131a9f3857d01ae7c07918577a55 authored about 1 year ago by Hugo van Kemenade <[email protected]>
cfa25fe3e39e09612a6ba8409c46cf35a091de3c authored about 1 year ago by Carson Radtke <[email protected]>
21d52995ea490328edf9be3ba072821cd445dd30 authored about 1 year ago by Taylor Packard <[email protected]>
* Allow posix_spawn to inherit environment form parent environ variable.
With this change, po...
48c907a15ceae7202fcfeb435943addff896c42c authored about 1 year ago by Jakub Kulík <[email protected]>cde1335485b7bffb12c378d230ae48ad77d76ab1 authored about 1 year ago by Terry Jan Reedy <[email protected]>
Store the test base directory as a class attribute named `base` rather than
module constants na...
d91e43ed7839b601cbeadd137d89e69e2cc3efda authored about 1 year ago by Barney Gale <[email protected]>
1583c40be938d2caf363c126976bc8757df90b13 authored about 1 year ago by Raymond Hettinger <[email protected]>
PR #100161 added fancy float-style formatting for the Fraction type,
but left us in a state whe...
Clarify nature of csvfile.
84df3172efe8767ddf5c28bdb6696b3f216bcaa6 authored about 1 year ago by Terry Jan Reedy <[email protected]>
This adds `_PyRWMutex`, a "readers-writer" lock, which wil be used to
serialize global stop-the...
40574da0196c7e51e1886f6ff9ed26447622ae58 authored about 1 year ago by Raymond Hettinger <[email protected]>
* gh-110746: Improve markup in tkinter.ttk.rst
* gh-110746: Improve markup in tkinter.ttk.rst...
00d2b6d1fca91e1a83f7f99a370685b095ed4928 authored about 1 year ago by Akshat Khandelwal <[email protected]>d07483292b115a5a0e9b9b09f3ec1000ce879986 authored about 1 year ago by Brandt Bucher <[email protected]>
1addde0c698f7f8eb716bcecf63d119e19e1ecda authored about 1 year ago by Alex Waygood <[email protected]>
c2c4879b0a535b2a43005ba4983408082ef94bd2 authored about 1 year ago by Alex Waygood <[email protected]>