summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-110850: Replace _PyTime_t with PyTime_t (#115719)Victor Stinner2024-02-2031-341/+341
* gh-112175: Add `eval_breaker` to `PyThreadState` (#115194)Brett Simmers2024-02-2019-169/+262
* gh-112020: Document the meaning of empty bytes returned by socket.recv() (GH-...talcs2024-02-201-2/+3
* gh-110850: Enhance PyTime C API tests (#115715)Victor Stinner2024-02-201-4/+9
* Add missed `stream` argument (#111775)Alexander Shadchin2024-02-202-1/+3
* gh-110850: PyTime_Time() return 0 on success (GH-115713)Victor Stinner2024-02-201-1/+1
* gh-115687: Split up guards from COMPARE_OP (GH-115688)Ken Jin2024-02-209-163/+249
* gh-115700: Add target `_RegenCases` in Windows build for cases regeneration. ...Kirill Podoprigora2024-02-202-3/+30
* GH-115457: Support splitting and replication of micro ops. (GH-115558)Mark Shannon2024-02-2020-309/+908
* GH-112354: Initial implementation of warm up on exits and trace-stitching (GH...Mark Shannon2024-02-2029-198/+744
* gh-113157: Document and test __get__ for MethodType (gh-115492)Raymond Hettinger2024-02-201-2/+18
* Make the title match the content (GH-115702)Raymond Hettinger2024-02-202-5/+5
* Modernize the Sorting HowTo guide (gh-115479)Raymond Hettinger2024-02-201-6/+54
* gh-115539: Allow enum.Flag to have None members (GH-115636)Jason Zhang2024-02-192-21/+52
* gh-115543: Update py.exe to know about Python 3.13 and to install 3.12 by def...Steve Dower2024-02-192-1/+7
* Fix typo in multiprocessing docs (#115650)Naglis Jonaitis2024-02-191-1/+1
* gh-115664: Fix versionadded and versionchanged directives in multiprocessing....Serhiy Storchaka2024-02-191-15/+14
* gh-115664: Fix chronological ordering of versionadded and versionchanged dire...Brian Schubert2024-02-196-20/+20
* gh-60346: Improve handling single-dash options in ArgumentParser.parse_known_...Serhiy Storchaka2024-02-193-23/+57
* gh-115341: Fix loading unit tests with doctests in -OO mode (GH-115342)Serhiy Storchaka2024-02-191-1/+1
* Fix test_py_compile with -O mode (GH-115345)Serhiy Storchaka2024-02-191-1/+3
* Fix test_compile with -O mode (GH-115346)Serhiy Storchaka2024-02-191-2/+5
* gh-115154: Fix untokenize handling of unicode named literals (#115171)Pablo Galindo Salgado2024-02-193-10/+85
* gh-115652: Fix indentation in the documentation of multiprocessing.get_start_...Daniel Haag2024-02-191-5/+5
* gh-114626: Add again _PyCFunctionFastWithKeywords name (GH-115561)Victor Stinner2024-02-192-1/+5
* gh-83648: Add missing `deprecated` arg in argparse.rst (GH-115640)0xflotus2024-02-191-1/+1
* gh-102388: Add windows_31j to aliases for cp932 codec (#102389)Masayuki Moriyama2024-02-193-1/+4
* Docs: Add explanation about little/big endian (#109841)Simon A. Eugster2024-02-191-0/+15
* gh-111358: Fix timeout behaviour in BaseEventLoop.shutdown_default_executor (...Jamie Phan2024-02-193-9/+29
* gh-114709: Mark commonpath behaviour as changed in 3.13 (#115639)Shantanu2024-02-181-1/+4
* gh-115122: Add --bisect option to regrtest (#115123)Victor Stinner2024-02-188-30/+178
* gh-115572: Move `codeobject.replace()` docs to the data model (#115631)Daler2024-02-182-9/+9
* gh-114709: Fix exceptions raised by posixpath.commonpath (#114710)Sebastian Rittau2024-02-184-3/+11
* gh-108303: Move `Lib/test/sortperf.py` to `Tools/scripts` (#114687)Nikita Sobolev2024-02-182-169/+196
* gh-115618: Remove improper Py_XDECREFs in property methods (GH-115619)Serhiy Storchaka2024-02-173-3/+21
* gh-100176: Remove outdated Tools/{io,cc,string}bench (#101853)Hugo van Kemenade2024-02-176-2733/+1
* gh-115596: Fix ProgramPriorityTests in test_os permanently changing the proce...Brian Schubert2024-02-172-16/+17
* Fix ProgramPriorityTests on FreeBSD with high nice value (GH-100145)Dmitry Marakasov2024-02-171-1/+2
* gh-115567: Catch test_ctypes.test_callbacks.test_i38748_stackCorruption stdou...Kirill Podoprigora2024-02-171-3/+4
* Document use of ANY in test assertions (GH-94060)Thomas Grainger2024-02-171-0/+8
* gh-107155: Fix help() for lambda function with return annotation (GH-107401)Kirill Podoprigora2024-02-173-2/+31
* gh-96497: Mangle name before symtable lookup in 'symtable_extend_namedexpr_sc...wookie1842024-02-173-4/+34
* gh-97590: Update docs and tests for ftplib.FTP.voidcmd() (GH-96825)Matthew Hughes2024-02-172-4/+4
* gh-95782: Fix io.BufferedReader.tell() etc. being able to return offsets < 0 ...6t8k2024-02-174-3/+62
* gh-56499: Update the pickle library's note section for the __setstate__ funct...Furkan Onder2024-02-171-2/+2
* gh-87688: Amend SSLContext.hostname_checks_common_name docs (GH-100517)Rami2024-02-171-1/+1
* gh-100884: email/_header_value_parser: don't encode list separators (GH-100885)Thomas Weißschuh2024-02-173-1/+9
* gh-100985: Consistently wrap IPv6 IP address during CONNECT (GH-100986)Derek Higgins2024-02-174-5/+29
* gh-101100: Fix Sphinx warnings in `whatsnew/3.2.rst` (#115580)Hugo van Kemenade2024-02-173-43/+44
* gh-101100: Fix Sphinx warnings in `whatsnew/3.1.rst` (#115575)Hugo van Kemenade2024-02-172-10/+13