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
Suppress cross-references to imp
328435ed42d9d2d0aab7024540c745e730b9b9b1 authored over 1 year ago
* Remove deprecated classes from pkgutil
* Remove some other PEP 302 obsolescence
* Use find_s...
bcea36f8db9ad4fd542b38997e065987e829cb9f authored over 1 year ago
Without the change to the reprs, pure-python classes would have a repr
of `datetime._pydatetime....
This breaks the tests, but we are keeping it as a separate commit so
that the move operation and...
8d34031068ece75667260f6526d3165efe34e054 authored over 1 year ago
The bitwise inversion operator on bool returns the bitwise inversion of the
underlying int valu...
Co-authored-by: Shantanu <[email protected]>
5b05b013ff13032ffc4db07108a507c08b3a604d authored over 1 year agoCo-authored-by: Barney Gale <[email protected]>
af886ffa0612124598b5e8174c3b1be0f60eab38 authored over 1 year agoDo not expose the local server's on-disk location from `SimpleHTTPRequestHandler` when generatin...
c7c3a60c88de61a79ded9fdaf6bc6a29da4efb9a authored over 1 year agoWe also expose PyInterpreterConfig. This is part of the PEP 684 (per-interpreter GIL) implementa...
292076a9aa29aba1023340a0d24252a7b27a454e authored over 1 year agohis involves moving tp_dict, tp_bases, and tp_mro to PyInterpreterState, in the same way we did ...
de64e7561680fdc5358001e9488091e75d4174a3 authored over 1 year ago872cbc613245db7a1fc5e6656ed0135d2e115f50 authored over 1 year ago
These segments do not require a `stat()` call, as the selector's
`_select_from()` method is cal...
Use `re.IGNORECASE` to implement case-insensitive matching. This
restores behaviour from before...
1f5384434dce013b5dcf7e7ea3ec5312d13bba72 authored over 1 year ago
587f2f018051049cf5d9de3e12ed5aa7644404dc authored over 1 year ago
Check that arguments are strings before calling `os.path.join()`.
Also improve performance of...
8611e7bf5ceace998fefcbf26ab1c5d5bc8a0e2a authored over 1 year agod81ca7ec029ba05084751c8df64292bb48f4f30f authored over 1 year ago
Co-authored-by: Petr Viktorin <[email protected]>
Co-authored-by: Erlend E. Aasland <erlend.a...
f6314b92dcfc8ca6ff3fd150814f85448db69165 authored over 1 year ago
Co-authored-by: Hugo van Kemenade <[email protected]>
Co-authored-by: Oleg Iarygi...
I'd like to make the fact that this does nothing at runtime
really obvious, since I suspect thi...
f0ad4567319ee4ae878d570ab7709ab63df9123e authored over 1 year ago
Avoid a potential `ResourceWarning` in `http.client.HTTPConnection`
by closing the proxy / tunn...
Needed for Catalina: test_sidebar add 'idletasks' and skip assert.
690df4c16ca4f0054d27a6148da9e6af809a2658 authored over 1 year agoThis makes it much cleaner to move more PyTypeObject fields to PyInterpreterState.
f73abf8e03fd370c86fbb2a249fe1e065f7d84b4 authored over 1 year agoUntil now, we haven't been initializing nor finalizing the per-interpreter state properly.
fdd878650d325297cd801305bc2d1b0e903e42b4 authored over 1 year agob1ca34d4d5e463b8108eea20090f12292390f0cf authored over 1 year ago
605f8785db26c3acdde90cfd4ecebb208362a1b8 authored over 1 year ago
80b714835d6f5e1cb8fbc486f9575b5eee9f007e authored over 1 year ago
Co-authored-by: Jacob Bower <[email protected]>
Co-authored-by: Carol Willing <carolcode@willingc...
This also does some cleanup.
59bc36aacddd5a3acd32c80c0dfd0726135a7817 authored over 1 year agod448fcb0323bf00cb4ff4a1e65e8424a73b5f0d4 authored over 1 year ago
Co-authored-by: JosephSBoyle <[email protected]>
Co-authored-by: E...
PEP-0682 specified that %-formatting would not support the "z" specifier,
but it was unintentio...
Co-authored-by: sunmy2019 <[email protected]>
Co-authored-by: Ken Jin...
2d526cd32fe8b286aae38956648e508070729f8f authored over 1 year ago
a679c3d58d10aafd9ac9355fdd16151607e37d65 authored over 1 year ago
2a884ceb36e799c900129d4b5b6248262004efb5 authored over 1 year ago
d5a97074d24cd14cb2a35a2b1ad3074863cde264 authored over 1 year ago
99aab610622fc4b4c4fe56b77c0760cf77066a53 authored over 1 year ago
e1476942525ae847875dab55541bef4a8a99dd3d authored over 1 year ago
Previously, `python -m test test_typing` worked, but `python Lib/test/test_typing.py` did not.
4181d078fc945313568eb39965cb9190881606b5 authored over 1 year ago
Co-authored-by: Kirill <[email protected]>
Co-authored-by: Łukasz Langa...
487f55d5801a9ae7d79d37e259e8c377c9acd39b authored over 1 year ago
93107aa2a49a9354ffb10b3cd263dc3e99ebdeff authored over 1 year ago
Replace widget.update() with widget.update_idletasks in two places.
4b27972f5fe816d3616f97f8643d8ad922473ab5 authored over 1 year agoFollowing discussion in https://discuss.python.org/t/bug-in-int-42/26360/5
This tests some of...
69bc86cb1aed49db27afc0095e0f4bcd8f1f3983 authored over 1 year agoAdd a `teleport` method to `turtle` module turtle instances that acts a lot like `goto`, _but_ e...
74a2b79c6265c92ef381b5ff0dc63903bf0178ac authored over 1 year agoPreviously, `python -m test test_dataclasses` passed, but `./python.exe Lib/test/test_dataclasse...
654d44b3a4d3ee4d92b690668aa5189acf4f9d8f authored over 1 year ago7d3931e94a76491111a6e391e111cb066236cff4 authored over 1 year ago
Co-authored-by: Jelle Zijlstra <[email protected]>
f186557dc3e77495ba65b9b7e492ab6ddb7cecc3 authored over 1 year agoed95e8cbd4cbc813666c7ce7760257cc0f169d03 authored over 1 year ago
Co-authored-by: Oleg Iarygin <[email protected]>
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Ge...
I changed my name last year, and would like to update my name in the
acknowledgements and git h...
This runs test_asyncio sub-tests in parallel using sharding from Cinder. This suite is typically...
9e011e7c77dad7d0bbb944c44891531606caeb21 authored over 1 year ago00e2c5960ea785e4659187335c29ab19df9298a4 authored over 1 year ago
The default task name is "Task-<counter>" (if no name is passed in during Task creation).
This ...
fbf3596c3edadd03b5a8c659e9f27a09e5d1a051 authored over 1 year ago
Co-authored-by: Hugo van Kemenade <[email protected]>
Co-authored-by: Éric <merwo...
- Fix description of MAKE_CELL, which appeared to be inverted from the
actual behavior
- Fix...
738c226786997262b76557d2dadd2beb89ea3fd1 authored over 1 year ago
e1f14643dc0e6024f8df9ae975c3b05912a3cb28 authored over 1 year ago
79b9db9295a5a1607a0b4b10a8b4b72567eaf1ef authored over 1 year ago
689723a4abdc1e61a9f71db8ff40886ae1b1704d authored over 1 year ago
ebf97c50f25d61e15671a4658f5718f214c35a98 authored over 1 year ago
Signed-off-by: Olga Matoula <[email protected]>
83aa496f81f86b46caf249a8ff7e168e6b27622d authored over 1 year agoc3453fbb119c7ad916d68953f17d35668b0ff390 authored over 1 year ago
81387fe36e76438447ff2bddc36f4f5ff2c820a2 authored over 1 year ago
30216b69a2fc716c7cfab842364a379cd6ffe458 authored over 1 year ago
52cedc5c10336f0bc199d28524491e7de05bd047 authored over 1 year ago
subprocess's communicate(None) closes stdin of the child process, after
sending no (extra) data...
This change has two small parts:
1. a follow-up to gh-103940 with one case I missed
2. addin...
There were cases where we do unnecessary work for builtin static types. This also simplifies som...
d2e2e53f733f8c8098035bbbc452bd1892796cb3 authored almost 2 years ago56c7176d1de3a0770085cad3865c1de42ba86f42 authored almost 2 years ago
2cf945bec6cbfe7172c3bb4e1da8b1c3e8a54bc3 authored almost 2 years ago
d50f01ad0a965c6d41e24ef77be0fe643efa1bfd authored almost 2 years ago
bf0b8a9f8d647515170cbdf3b6a8c0f44e0f37b3 authored almost 2 years ago
72adaba6dd2aa1a9aeb9a992db7d854c89202e27 authored almost 2 years ago
The prompt will still be incorrect in IDLE on Windows,
as IDLE uses CTRL-D for EOF on all platf...
44b5c21f4124f9fa1312fada313c80c6abfa6d49 authored almost 2 years ago
Using `datetime.datetime.utcnow()` and `datetime.datetime.utcfromtimestamp()` will now raise a `...
0b7fd8ffc5df187edf8b5d926cee359924462df5 authored almost 2 years agoUse datetime.fromisocalendar in _strptime
This unifies the ISO → Gregorian conversion logic a...
a5308e188b810e5cc69c1570bdc9b21ed6c87805 authored almost 2 years agob701dce340352e1a20c1776feaa368d4bba91128 authored almost 2 years ago
8a0c7f1e402768c7e806e2472e0a493c1800851f authored almost 2 years ago
Establish global state and port the following types to heap types:
- DictRemover_Type
- PyCA...
63842bd90793c693f56bd8aad710b5267d41cf6d authored almost 2 years ago
Co-authored-by: Kumar Aditya <[email protected]>
78942ecd9b1dbbd95e99cc298b0154fe126dac12 authored almost 2 years agodff8e5dc8d0758d1f9c55fdef308e44aefebe1a2 authored almost 2 years ago
This API is one of Unicode creator APIs.
ce2383ec6665850a1bdffad388876481b6f3205f authored almost 2 years agoAdd socket options for source-specific multicast when present as C #defines.
Co-authored-by: ...
1d99e9e46e9b517532fea11befe2e6d0043850bd authored almost 2 years agoCo-authored-by: Pablo Galindo <[email protected]>
9169a56fad246364fd3224306e72e0d0725c35aa authored almost 2 years agoAs discussed in https://discuss.python.org/t/unittest-fail-if-zero-tests-were-discovered/21498/7...
76632b836cf81a95301f4eb1fa43682e8d9ffa67 authored almost 2 years agodc3f97549a8fe4f7fea8d0326e394760b51caa6e authored almost 2 years ago
Co-authored-by: Łukasz Langa <[email protected]>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail...
Co-authored-by: Łukasz Langa <[email protected]>
44010d0f1203134cd8f885ca574caaef373e80f6 authored almost 2 years agoe901588002f3ac5bf4d3c61cda5ad7bf50bacadd authored almost 2 years ago
842daa57cf93280dfb3430061007b7d54d3c1353 authored almost 2 years ago
bb8aa7a2b41ad7649d66909e5266fcee039e63ed authored almost 2 years ago