summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-109723: Disable Py_BUILD_CORE in _testcapi (#109727)Victor Stinner2023-09-228-101/+114
* GH-109190: Copyedit 3.12 What's New: asyncio (#109661)Adam Turner2023-09-221-4/+4
* GH-109190: Copyedit 3.12 What's New: PEP 669 (#109658)Adam Turner2023-09-221-3/+5
* gh-109709: Fix asyncio test_stdin_broken_pipe() (#109710)Victor Stinner2023-09-222-16/+50
* Remove outdated docstring from the `quantify` itertools recipe (#109726)Ɓukasz Langa2023-09-221-1/+0
* GH-109190: Copyedit 3.12 What's New: Other Language Changes (#109660)Adam Turner2023-09-221-8/+8
* gh-105829: Fix concurrent.futures.ProcessPoolExecutor deadlock (#108513)elfstrom2023-09-223-4/+87
* GH-109190: Copyedit 3.12 What's New: PEP 684 (#109657)Adam Turner2023-09-221-4/+4
* GH-109190: Copyedit 3.12 What's New: bytecode (LOAD_METHOD) (#109665)Adam Turner2023-09-221-2/+2
* gh-106584: Fix exit code for unittest in Python 3.12 (#106588)EliseevEgor2023-09-225-12/+18
* GH-109190: Copyedit 3.12 What's New: calendar (#109662)Adam Turner2023-09-221-1/+2
* GH-109190: Copyedit 3.12 What's New: tokenize (#109663)Adam Turner2023-09-221-2/+2
* GH-109190: Copyedit 3.12 What's New: Consistently show module names (#109664)Adam Turner2023-09-221-20/+20
* gh-109566: Fix typo in PCbuild/rt.bat (#109701)Victor Stinner2023-09-221-1/+1
* gh-109702: Increase concurrent_futures deadlock timeout (#109703)Victor Stinner2023-09-221-1/+1
* gh-108996: fix and enable test_msvcrt (#109226)AN Long2023-09-224-18/+120
* gh-104469: Disallow using Py_LIMITED_API with Py_BUILD_CORE (#109690)Victor Stinner2023-09-212-2/+11
* gh-108948: Skip test_tarfile.test_modes() on EFTYPE error (#109697)Victor Stinner2023-09-211-8/+21
* gh-109582: test_fork_signal_handling should wait for event (#109605)Davide Rizzo2023-09-211-2/+11
* gh-109693: Remove pycore_atomic_funcs.h (#109694)Sam Gross2023-09-216-116/+3
* gh-108303: Update test_fractions for new Lib/test/mathdata/ (#109686)Victor Stinner2023-09-211-1/+1
* GH-109190: Copyedit 3.12 What's New: PEP 701 (#109655)Adam Turner2023-09-211-15/+17
* GH-109190: Copyedit 3.12 What's New: Improved Error Messages (#109654)Adam Turner2023-09-211-6/+5
* gh-108303: Move all math files to `Lib/test/mathdata/` (#109512)Nikita Sobolev2023-09-218-4/+6
* GH-109190: Copyedit 3.12 What's New: Typing PEPs (#109659)Adam Turner2023-09-211-4/+6
* GH-109190: Copyedit 3.12 What's New: PEP 709 (#109656)Adam Turner2023-09-211-7/+5
* gh-74481: Add missing debug function docs and constants to msvcrt (GH-109650)AN Long2023-09-213-13/+107
* gh-109613: _pystat_fromstructstat() checks for exceptions (#109618)Victor Stinner2023-09-212-49/+76
* gh-109625: Move _ready_to_import() from test_import to support.import_helper ...Nikita Sobolev2023-09-213-34/+35
* GH-109209: Bump the minimum Sphinx version to 4.2 (#109210)Adam Turner2023-09-214-8/+7
* gh-109627: duplicated smalll exit blocks need to be assigned jump target labe...Irit Katriel2023-09-203-5/+28
* gh-109408: Move Windows builds from Azure Pipelines PR to GitHub Actions (#10...Hugo van Kemenade2023-09-202-31/+20
* Fix typos in docs and comments (#109619)Heinz-Alexander Fuetterer2023-09-2014-15/+15
* gh-109390: add dump_symtable utility under #if 0 (#109391)Carl Meyer2023-09-201-1/+110
* gh-109054: Document configure variables (#109224)Victor Stinner2023-09-202-0/+151
* gh-108973: Fix asyncio test_subprocess_consistent_callbacks() (#109431)Victor Stinner2023-09-204-19/+67
* gh-109559: Update unicodedata checksums for 15.1.0. (#109597)Benjamin Peterson2023-09-201-2/+2
* fixes gh-109559: Update `unicodedata` for Unicode 15.1.0 (GH-109560)James Gerity2023-09-209-18507/+18925
* gh-109543: Remove unnecessary hasattr check (#109544)Jelle Zijlstra2023-09-203-2/+14
* gh-103053: Skip test_freeze_simple_script() on PGO build (#109591)Victor Stinner2023-09-205-10/+36
* gh-90108: Disable LTO on _freeze_module and _testembed (#109581)Victor Stinner2023-09-201-2/+2
* gh-109109: Expose retrieving certificate chains in SSL module (#109113)Mateusz Nowak2023-09-203-4/+63
* gh-109033: Return filename with os.utime errors (#109034)Ronan Pigott2023-09-193-7/+11
* gh-76785: Use Pending Calls When Releasing Cross-Interpreter Data (gh-109556)Eric Snow2023-09-197-67/+98
* gh-109580: Skip test_perf_profiler on ASAN build (#109584)Victor Stinner2023-09-192-1/+8
* gh-108724: Fix _PySemaphore compile error on WASM (gh-109583)Sam Gross2023-09-191-1/+2
* gh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344)Sam Gross2023-09-1929-21/+1665
* gh-109496: Skip test_capi.test_decref_freed_object() on ASAN (#109573)Victor Stinner2023-09-191-0/+2
* gh-109566: Run GHA and buildbot tests with --fail-rerun (#109567)Victor Stinner2023-09-193-4/+4
* Misc itertool recipe improvements, mostly docstrings and comments (gh-109555)Raymond Hettinger2023-09-191-34/+42