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
18203a6bc9ccf3a9ba901574dfc772474b027e2a authored about 1 year ago
They are set-like even when some values are not hashable,
but work even better when all are.
31ad7e061ebebc484e00ed3ad5ff61061341c35e authored about 1 year ago
36aab34fab3d05f254fe80ca542c38c5f9ae11fe authored about 1 year ago
Most important: move how-to-quit sentence to the end and mention 'q'.
Re-group the other senten...
Fix incorrect placement of `translate()` docs from cf67ebf.
Move "see also: pathlib" admoniti...
d5491a6eff516ad47906bd91a13d71cdde18f5ab authored about 1 year agoAdd `glob.translate()` function that converts a pathname with shell wildcards to a regular expre...
cf67ebfb315ce36175f3d425249d7c6560f6d0d5 authored about 1 year ago
* Split list_extend() into two sub-functions: list_extend_fast() and
list_extend_iter().
* l...
29af7369dbbbba8cefafb196e977bce8189a527d authored about 1 year ago
d2f305dfd183025a95592319b280fcf4b20c8694 authored about 1 year ago
* gh-106905: avoid incorrect SystemError about recursion depth mismatch
* Update Misc/NEWS.d/...
1447af797048e62049d00bbd96d8daee3929f527 authored about 1 year ago1c7ed7e9ebc53290c831d7b610219fa737153a1b authored about 1 year ago
Add tests to improve coverage:
* fsum: L1369, L1379, L1383, L1412
* trunc: L2081
* log: L22...
a430b4ffdd9b8f32e53140e4d4450691d980c0c9 authored about 1 year ago
1d75ef6b6186619081c166b21c71c15b4f98beb8 authored about 1 year ago
Co-authored-by: Sam Gross <[email protected]>
d0058cbd1cd7e72307adab45759e1ea6adc05866 authored about 1 year agogh-111944: Clarify where assignment expressions require ()s
Augment the list of places where ...
9a2f25d374f027f6509484d66e1c7bba03977b99 authored about 1 year agod7cef7bc7ea5478abb90a37c8ffb0792cc6e7518 authored about 1 year ago
b2af50cb0266f654cff126c7a78a4a7755bc3fbe authored about 1 year ago
40752c1c1e8cec80e99a2c9796f4fde2f8b5d3e2 authored about 1 year ago
12a30bc1aa0586308bf3fe12c915bcc5e54a032f authored about 1 year ago
In PyObject_GC_Del, in Py_DEBUG mode, when warning about GC objects that
were not properly untr...
Fix undefined behaviour in datetime.time.fromisoformat() when parsing a string without a timezon...
21615f77b5a580e83589abae618dbe7c298700e2 authored about 1 year ago
New methods to access mailbox.Maildir message info and flags:
get_info, set_info, get_flags, se...
Fix 'unused function' warning for `is_shared_refcnt_dead`.
The `is_shared_refcnt_dead` functi...
fa84e5fe0a3bd8e77c33b20867d71ac6bee270f9 authored about 1 year agoMake `multiprocessing.managers.{DictProxy,ListProxy}` generic for type annotation use. `ListPro...
ae8116cfa944dccad13638f6875b33b98d285b63 authored about 1 year ago06c47a305d8f7f4f56a1113d9eb2eddcc175f2ed authored about 1 year ago
148af38cd0adc1c2dde3c937ebbda4ee60b27b33 authored about 1 year ago
Use new C API functions PyDict_GetItemRef() and
PyMapping_GetOptionalItemString().
Like PyUnicode_AsUTF8(), but check for embedded null characters.
771bd3c94a366547e0c3451a72a430e1132c1ac1 authored about 1 year ago
Now all results from worker processes are aggregated and
displayed together as a summary at the...
0b06d2482d77e02c5d40e221f6046c9c355458b2 authored about 1 year ago
2e7f0700800c0337a0b1b9471fcef410e3158250 authored about 1 year ago
d61313bdb1eee3e4bb111e0b248ac2dbb48be917 authored about 1 year ago
64fea3211d08082236d05c38ee728f922eb7d8ed authored about 1 year ago
65d6dc27156112ac6a9f722b7b62529c94e0344b authored about 1 year ago
Add DEFAULT_BUFFER_SIZE, text_encoding, and IncrementalNewlineDecoder.
baeb7718f8981319c5cb1fbdd46d162ded7964ea authored about 1 year ago
This adds a macro `Py_CAN_START_THREADS` that corresponds to the Python
function `test.support....
The random module now imports the _sha2 module lazily in the
Random.seed() method for str, byte...
---------
Co-authored-by: Antoine Pitrou <[email protected]>
0802fd6c8ee0cacb3ab555dd86e235a5dfab7618 authored about 1 year ago0c61d028be93c52726972d8d96393cc0cedb1086 authored about 1 year ago
a5f29c9faf046b9ef3e498a0bc63dbc29017b5e3 authored about 1 year ago
Convert definition list to bullet list for readability on mobile
7d21e3d5ee9858aee570aa6c5b6a6e87d776f4b5 authored about 1 year ago
In PGO mode, this function caused a compiler error in MSVC.
It turns out that optimizing for sp...
In most cases, doctest is not needed. So don't always import it at
startup. The change reduces ...
---------
Co-authored-by: Raymond Hettinger <[email protected]>
2f2a0a3a6c5494bcf13a8f587c28e30d86617ff0 authored about 1 year ago0c42f7304a2757fe0f78bc6c6fbb33225cd9da15 authored about 1 year ago
* Import lazily getpass in test.support
* Only import ctypes on Windows in test.support.os_helper.
cc18b886a51672c59622837a2b8e83bf6be28c58 authored about 1 year ago
34a03e951b027902d993c7066ba8e6b7e92cb2a9 authored about 1 year ago
25c49564880e6868e4c76602f9f1650f0bc71c75 authored about 1 year ago
6046aec377311efb89c4438f7cf412e2c6568ba1 authored about 1 year ago
30ec968befde2313f66af4754d410dc5a080a20a authored about 1 year ago
Drop posix.fallocate() under WASI.
The underlying POSIX function, posix_fallocate(), was foun...
97c4c06d0d235aad00e5b6b10af8b8d68c889b9b authored about 1 year ago
Critical sections are helpers to replace the global interpreter lock
with finer grained locking...
0b718e6407da65b838576a2459d630824ca62155 authored about 1 year ago
PyUnicode_FSConverter() already checks for embedded null characters.
804575b5c05f1dc94ccfebf6c5736d95410a0f01 authored about 1 year ago
Signed-off-by: kalyanr <[email protected]>
Co-authored-by: Serhiy Storchaka <storchaka@gmai...
* Remove mention of "vsapi" element type from the documentation.
* Add tests for element_create...
Try to clean up the socket file we create so we don't add unused noise to the file system.
74b868f636a8af9e5540e3315de666500147d47a authored about 1 year agof88caab467eb57cfe293cdf9fb7cce29b24fda7f authored about 1 year ago
fe3fd2c333ac080dba1fa64452c2f62098107731 authored about 1 year ago
Co-authored-by: Alex Waygood <[email protected]>
8ab7ad63086b1793c24b1c5aaa19b60fc0e6540e authored about 1 year agoCo-authored-by: Alex Waygood <[email protected]>
82e36dba45b750ad4ed68735eb05bb939968a1fa authored about 1 year ago8fbe5314cd6544bdcd50b3a57e0f8a9c6bf97374 authored about 1 year ago
06efb602645226f108e02bde716f9061f1ec4cdd authored about 1 year ago
* Revert "gh-111089: Use PyUnicode_AsUTF8() in Argument Clinic (#111585)"
This reverts commit...
11e83488c5a4a6e75a4f363a2e1a45574fd53573 authored about 1 year agoMinor cleanup after commit 4ce6faa6c9591de6079347eccc9e61ae4e8d9e31
ea970fb116a114f2c47cc8f21df00166d43ab78b authored about 1 year agof115a55f0e455a4b43a1da9fd838a60a101f182a authored about 1 year ago
0e83d941bea921380ce4a1494121f3ec30ae652e authored about 1 year ago
2f9cb7e095370e38bde58c79c8a8ea7705eefdc2 authored about 1 year ago
178861b19324c94d98478e4c2bba075964c3baa4 authored about 1 year ago
Co-authored-by: Pablo Galindo Salgado <[email protected]>
70afb8d7324bc74fe64141e1af5c602bf6c0c4dd authored about 1 year ago
Functions which indiscriminately ignore all errors now report them as
unraisable errors.
a077b2fbb88f5192bb47e514334f760bf08d0295 authored about 1 year ago
931f4438c92ec0eb2aa894092a91749f1d5bd216 authored about 1 year ago
13405ecffda6c66d6a5cf2a22dff892c108c69db authored about 1 year ago
based on review from Victor Stinner. I already made this edit in the 3.12 backport PR.
d2ddfccfb40e22bbdd75b28b444fd7b33dfe38db authored about 1 year agouse new generic syntax
c3e19c3a62e82b9e77563e934059895b6230de6e authored about 1 year ago3e99c9cbf67225ec1d3bb6af812e883f19ef53de authored about 1 year ago
I added _Py_excinfo to the internal API (and added its functions in Python/errors.c) in gh-11153...
d4426e8d001cfb4590911e2e7de6963e12529faf authored about 1 year agoThis should have been done in gh-104148.
(A similar fix has already be done for that slot's v...
836e0a75d565ecb7e2485fee88dbe67e649a1d5f authored about 1 year agoc5063fd62a3fd3c5c2af33fc17c60fabe54282fe authored about 1 year ago
skip_if_missing in test_makeunicodedata
5e5762a2b8c6d341ebe156812e28bea78128207d authored about 1 year agoa7b0f63cdb83c0652fab19bbbc8547dfe309b1d2 authored about 1 year ago
d78c872e0d680f6e63afa6661df5021775a03690 authored about 1 year ago
c8faa3568afd255708096f6aa8df0afa80cf7697 authored about 1 year ago
Adds the `IPv4Address.ipv6_mapped` property.
Co-authored-by: Hugo van Kemenade <hugovk@users....
ba8aa1fd3735aa3dd13a36ad8f059a422d25ff37 authored about 1 year ago24b5cbd3dce3fe37cdc787ccedd1e73a4f8cfc3c authored about 1 year ago
b452202a11c4cb60f69a098a0076a8a8aabade38 authored about 1 year ago
Update old link in bugs.rst to the table of doc translators and translation repositories at Github.
72e27a67b97993f277e69c9dafb063007ba79adf authored about 1 year ago853b4b549dab445c1b54610e118fefaeba3f35e2 authored about 1 year ago
Invalidate open select.kqueue instances after fork as the fd will be invalid in the child.
a6c1c04d4d2339f0094422974ae3f26f8c7c8565 authored about 1 year agocd6b2ced7595fa69222bdd2042edc5a2576f3678 authored about 1 year ago
Co-authored-by: Łukasz Langa <[email protected]>
Co-authored-by: Pieter Eendebak <pieter.eendebak...
Joining a thread now ensures the underlying OS thread has exited. This is required for safer for...
0e9c364f4ac18a2237bdbac702b96bcf8ef9cb09 authored about 1 year agoa28a3967ab9a189122f895d51d2551f7b3a273b0 authored about 1 year ago
890ef1b035457fe5d0b0faf27a703c74c33e0141 authored about 1 year ago
18c954849bcdd5acb6ef91cd90d92f3b5c685134 authored about 1 year ago
a8e1f474c20ab15140dd0cfcb96b696857907a60 authored about 1 year ago