summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gh-101101: Fix test_code_extra to reset value for refleak test (gh-102350)Dong-hee Na2023-03-021-1/+5
* gh-95672: Update memory_watchdog to use test.support.get_pagesize (gh-102365)Hyunkyun Moon2023-03-021-9/+2
* gh-102088 Optimize iter_index itertools recipe (GH-102360)Stefan Pochmann2023-03-022-3/+9
* gh-95672 skip fcntl when pipesize is smaller than pagesize (gh-102163)Hyunkyun Moon2023-03-014-3/+26
* gh-102344: Reimplement winreg QueryValue / SetValue using QueryValueEx / SetV...Max Bachmann2023-03-012-60/+124
* gh-102336: Ensure CancelIoEx result is not ignored (GH-102347)Max Bachmann2023-03-011-1/+1
* gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives in ...Irit Katriel2023-03-011-34/+24
* Doc: Fix minor error in ePub (GH-100614)Inada Naoki2023-03-011-3/+3
* gh-102336: Remove code specifically for handling Windows 7 (GH-102337)Max Bachmann2023-03-017-159/+56
* gh-99108: Add missing md5/sha1 defines to Modules/Setup (#102308)Anthony Sottile2023-02-281-2/+2
* gh-100227: Move _str_replace_inf to PyInterpreterState (gh-102333)Eric Snow2023-02-284-14/+20
* gh-100227: Move the dtoa State to PyInterpreterState (gh-102331)Eric Snow2023-02-286-17/+39
* GH-102305: Expand some macros in generated_cases.c.h (#102309)Guido van Rossum2023-02-282-452/+441
* Migrate to new PSF mailgun account (#102284)Ee Durbin2023-02-281-3/+3
* gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in...Irit Katriel2023-02-288-72/+42
* GH-90744: Fix erroneous doc links in the sys module (#101319)Furkan Onder2023-02-281-49/+49
* gh-87092: Make jump target label equal to the offset of the target in the ins...Irit Katriel2023-02-284-108/+111
* gh-101101: Unstable C API tier (PEP 689) (GH-101102)Petr Viktorin2023-02-2818-29/+358
* IDLE: Simplify DynOptionsMenu __init__code (#101371)JosephSBoyle2023-02-281-14/+11
* gh-101561: Add typing.override decorator (#101564)Steven Troxler2023-02-276-0/+127
* gh-101825: Clarify that as_integer_ratio() output is always normalized (#101843)Sergey B Kirpichev2023-02-277-27/+21
* gh-101773: Optimize creation of Fractions in private methods (#101780)Sergey B Kirpichev2023-02-274-34/+50
* gh-102251: Updates to test_imp Toward Fixing Some Refleaks (gh-102254)Eric Snow2023-02-274-299/+952
* gh-102296 Document that inspect.Parameter kinds support ordering (GH-102297)Gouvernathor2023-02-271-2/+3
* gh-102250: Fix double-decref in COMPARE_AND_BRANCH error case (GH-102287)Dennis Sweeney2023-02-274-6/+23
* gh-101100: Fix sphinx warnings in `types` module (#102274)Nikita Sobolev2023-02-271-1/+1
* gh-91038: Change default argument value to `False` instead of `0` (#31621)Rotzbua2023-02-273-2/+3
* gh-101765: unicodeobject: use Py_XDECREF correctly (#102283)Jelle Zijlstra2023-02-261-1/+1
* [doc] Improve grammar/fix missing word (GH-102060)VMan2023-02-262-2/+2
* gh-102259: Fix re doc issue regarding right square brackets (#102264)Skip Montanaro2023-02-261-1/+2
* gh-101765: Fix refcount issues in list and unicode pickling (#102265)Jelle Zijlstra2023-02-262-1/+11
* gh-101100: Fix sphinx warnings in `typing` module docs (#102260)Nikita Sobolev2023-02-251-1/+1
* gh-102252: Improve coverage of test_bool.py (#102253)Eclips42023-02-251-0/+6
* gh-102209: Sync with zipp 3.15 moving complexity tests into dedicated module ...Jason R. Coombs2023-02-257-51/+87
* asyncio docs: Fix dangling hyphen (#102227)Jelle Zijlstra2023-02-251-2/+2
* gh-101997: Update bundled pip version to 23.0.1 (#101998)Pradyun Gedam2023-02-253-1/+2
* gh-101100: Fix Sphinx warnings in `decimal` module (#102125)Hugo van Kemenade2023-02-251-84/+84
* GH-102126: fix deadlock at shutdown when clearing thread states (#102222)Kumar Aditya2023-02-252-3/+11
* gh-95675: fix uid and gid at test_add_dir_getmember (gh-102207)SKO2023-02-252-6/+8
* gh-101765: Fix SystemError / segmentation fault in iter `__reduce__` when int...Ionite2023-02-249-23/+148
* gh-102209: Disable the timeout in test_implied_dirs_performance. (#102225)Jason R. Coombs2023-02-241-1/+2
* gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in...Irit Katriel2023-02-2418-169/+136
* gh-101476: Use _PyType_GetModuleState where applicable (#102188)Erlend E. Aasland2023-02-249-15/+19
* gh-102105 Fix wording in filterfalse/quantify/filter (GH-102189)Stefan Pochmann2023-02-242-4/+4
* Remove references to old Windows source files from internal documentation (GH...Max Bachmann2023-02-241-5/+0
* gh-102141: replace use of getpid on Windows with GetCurrentProcessId (GH-102142)Max Bachmann2023-02-244-7/+17
* gh-81652: Add MAP_ALIGNED_SUPER FreeBSD and MAP_CONCEAL OpenBSD constants (gh...Yeojin Kim2023-02-244-3/+20
* gh-102158: Add tests for `softkwlist` (#102159)Eclips42023-02-241-0/+18
* Fix deadlock on shutdown if test_current_{exception,frames} fails (#102019)Jacob Bower2023-02-232-73/+77
* gh-101476: Add _PyType_GetModuleState (GH-101477)Erlend E. Aasland2023-02-232-1/+18