summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-111089: PyUnicode_AsUTF8AndSize() sets size on error (#111106)Victor Stinner2023-10-203-4/+11
* gh-111089: Add PyUnicode_AsUTF8() to the limited C API (#111121)Victor Stinner2023-10-209-16/+23
* gh-111119: Fix flaky test test_lock_two_threads (gh-111124)Sam Gross2023-10-201-4/+12
* gh-110093: Partially revert previous change in socketmodule.c (GH-111120)Serhiy Storchaka2023-10-201-1/+3
* gh-111089: PyUnicode_AsUTF8() now raises on embedded NUL (#111091)Victor Stinner2023-10-208-25/+49
* gh-110093: Replace trivial Py_BuildValue() with direct C API call (GH-110094)Serhiy Storchaka2023-10-2013-32/+33
* Synchronize test_contextlib with test_contextlib_async (GH-111000)Serhiy Storchaka2023-10-201-0/+46
* gh-110913: Fix WindowsConsoleIO chunking of UTF-8 text (GH-111007)Tamás Hegedűs2023-10-202-16/+21
* Add tests for failing PyUnicode_AsUTF8AndSize() with psize=NULL (GH-111100)Serhiy Storchaka2023-10-201-0/+4
* gh-101100: Fix Sphinx warnings in `library/tty.rst` (#111079)Hugo van Kemenade2023-10-202-5/+14
* gh-111092: Make turtledemo run without default root enabled (#111093)Terry Jan Reedy2023-10-202-1/+2
* gh-85283: Build posixshmem extension with Limited C API (#111087)Victor Stinner2023-10-194-104/+24
* gh-67565: Add tests for C-contiguity checks (GH-110951)Furkan Onder2023-10-193-0/+29
* Remove unnecessary while in SocketIO.readinto (GH-111057)sc07kvm2023-10-191-10/+9
* add 3.13 as an option on the bug form (#111083)Ned Batchelder2023-10-191-0/+1
* gh-109510: Clearly explain "Which Docstrings Are Examined" (#109696)Unique-Usman2023-10-191-3/+24
* GH-101100: Fix reference warnings for ``__enter__`` and ``__exit__`` (#110112)Adam Turner2023-10-1911-58/+58
* GH-101100: Fix reference warnings for ``__getitem__`` (#110118)Adam Turner2023-10-1920-38/+38
* gh-101100: Fix sphinx warnings in `library/getpass.rst` (#110461)Nikita Sobolev2023-10-192-2/+1
* gh-76785: Make interpreters.*Channel Objects Shareable (gh-110607)Eric Snow2023-10-193-2/+5
* gh-76785: Add *Channel.is_closed (gh-110606)Eric Snow2023-10-193-2/+302
* gh-101100: Fix sphinx warnings in `library/codecs.rst` (#110979)Nikita Sobolev2023-10-192-34/+36
* gh-111031: Check more files in `test_tokenize` (#111032)Nikita Sobolev2023-10-191-10/+0
* gh-111050: IDLE - Simplify configdialog.HighPage.theme_elements (#111053)Terry Jan Reedy2023-10-192-24/+22
* GH-103082: Clean up the sys.monitoring docs (GH-110532)Tian Gao2023-10-182-101/+165
* Fix a misspelling of Interpeter -> Interpreter (GH-111040)Nikita Sobolev2023-10-182-2/+2
* GH-104232: Fix statement about trace return values (GH-110516)Tian Gao2023-10-181-3/+2
* GH-102895 Add an option local_exit in code.interact to block exit() from term...Tian Gao2023-10-185-33/+114
* gh-111015: Install IDLE.app and Python Launcher.app on macOS with correct per...Joshua Root2023-10-183-0/+5
* gh-100445: Improve error message for unterminated strings with escapes (#100446)Shantanu2023-10-183-4/+25
* gh-103737: IDLE - Remove unneeded .keys() for dict iteration (#110960)Terry Jan Reedy2023-10-188-26/+28
* gh-111019: Align expected and actual titles in test output (#111020)James2023-10-182-10/+10
* gh-108747: Add unit tests for site.{usercustomize,sitecustomize} hooks (#109470)Charles Machalow2023-10-182-0/+40
* gh-110938: More syntax tests for PEP695 funcs and classes (#110986)Nikita Sobolev2023-10-181-0/+15
* gh-109975: What's new in 3.13: longer full support (#110997)Hugo van Kemenade2023-10-181-0/+5
* gh-110961: Fixed asyncio.wait docstring to remove deprecated coroutine refere...Bar Harel2023-10-181-2/+0
* Regen Doc/requirements-oldest-sphinx.txt (#111012)Victor Stinner2023-10-181-2/+1
* gh-76785: Clean Up the Channels Module (gh-110568)Eric Snow2023-10-173-297/+335
* gh-85283: Build _uuid extension with limited C API (#111010)Victor Stinner2023-10-173-4/+7
* gh-84570: Add Timeouts to SendChannel.send() and RecvChannel.recv() (gh-110567)Eric Snow2023-10-178-47/+202
* gh-85283: Build _scproxy extension with limited C API (#111008)Victor Stinner2023-10-173-18/+16
* gh-84570: Send-Wait Fixes for _xxinterpchannels (gh-111006)Eric Snow2023-10-175-148/+571
* gh-85283: Build resource extension with limited C API (#110989)Victor Stinner2023-10-174-36/+38
* gh-85283: Fix _ctypes_test build on Windows in release mode (#111005)Victor Stinner2023-10-171-0/+7
* Add `.ruff_cache/` to `.gitignore` (#110983)Nikita Sobolev2023-10-171-0/+1
* gh-110995: Fix test_gdb check_usable_gdb() (#110998)Victor Stinner2023-10-172-6/+13
* gh-109693: Remove pycore_atomic.h (gh-110992)Donghee Na2023-10-178-564/+4
* gh-85283: Add PySys_Audit() to the limited C API (#108571)Victor Stinner2023-10-178-14/+37
* gh-85283: Build winsound extension with limited C API (#110978)Victor Stinner2023-10-178-151/+30
* gh-107457: update dis documentation with changes in 3.12 (#108900)Matthieu Dartiailh2023-10-171-16/+43