summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Python 3.11.6v3.11.6Pablo Galindo2023-10-0256-159/+607
* [3.11] GH-101100: Fix reference warnings for ``namedtuple`` (GH-110113) (#110...Miss Islington (bot)2023-09-301-1/+1
* [3.11] gh-109991: Update Windows build to use OpenSSL 3.0.11 (GH-110059)Zachary Ware2023-09-291-0/+1
* [3.11] gh-110031: Skip test_threading fork tests if ASAN (#110100) (#110104)Victor Stinner2023-09-291-0/+2
* [3.11] gh-110088, gh-109878: Fix test_asyncio timeouts (#110092) (#110099)Victor Stinner2023-09-291-0/+4
* [3.11] gh-102304: Add links to the Stable ABI and Limited C API docs (#105345...Adam Turner2023-09-292-2/+2
* [3.11] gh-109634: Use :samp: role (GH-109635) (GH-109778)Serhiy Storchaka2023-09-295-6/+6
* [3.11] gh-110036: multiprocessing Popen.terminate() catches PermissionError (...Miss Islington (bot)2023-09-291-0/+5
* [3.11] gh-110038: KqueueSelector must count all read/write events (GH-110039)...Davide Rizzo2023-09-281-0/+3
* [3.11] gh-110033: Fix signal test_interprocess_signal() (GH-110035) (#110041)Miss Islington (bot)2023-09-281-0/+5
* [3.11] gh-109594: Fix concurrent.futures test_timeout() (GH-110018) (#110022)Miss Islington (bot)2023-09-281-0/+4
* [3.11] gh-109991: Update macOS installer to use OpenSSL 3.0.10. (GH-110010)Miss Islington (bot)2023-09-281-0/+1
* [3.11] gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.11 and multis...Ned Deily2023-09-281-0/+2
* [3.11] gh-109593: Fix reentrancy issue in multiprocessing resource_tracker (G...Miss Islington (bot)2023-09-261-0/+1
* [3.11] gh-109631: Allow interruption of short repeated regex matches (GH-1098...Miss Islington (bot)2023-09-261-0/+3
* [3.11] gh-109748: Fix venv test_zippath_from_non_installed_posix() (GH-109872...Miss Islington (bot)2023-09-251-0/+3
* [3.11] gh-105829: Fix concurrent.futures.ProcessPoolExecutor deadlock (GH-108...elfstrom2023-09-241-0/+1
* [3.11] Docs: Update Donghee Na's name (GH-109743) (#109759)Hugo van Kemenade2023-09-2334-99/+99
* [3.11] ACKS: Fix ordering; Correct Itamar Oren's surname; Add Adam Turner (G...Miss Islington (bot)2023-09-221-2/+3
* [3.11] gh-109375: Fix bug where pdb registers an alias without an associated ...Miss Islington (bot)2023-09-222-0/+2
* [3.11] gh-108388: Convert test_concurrent_futures to package (#108401) (#109704)Victor Stinner2023-09-221-0/+2
* [3.11] gh-108388: Split test_multiprocessing_spawn (GH-108396) (#109688)Miss Islington (bot)2023-09-211-0/+4
* [3.11] gh-109613: _pystat_fromstructstat() checks for exceptions (#109618) (#...Victor Stinner2023-09-211-0/+4
* [3.11] GH-109209: Bump the minimum Sphinx version to 4.2 (GH-109210) (#109637)Miss Islington (bot)2023-09-211-0/+1
* [3.11] gh-103053: Skip test_freeze_simple_script() on PGO build (#109591) (#1...Victor Stinner2023-09-201-0/+4
* [3.11] gh-108843: fix ast.unparse for f-string with many quotes (#108980)Shantanu2023-09-181-0/+1
* [3.11] gh-109396: Fix test_socket.test_hmac_sha1() in FIPS mode (GH-109423) (...Miss Islington (bot)2023-09-141-0/+3
* [3.11] gh-109351: Fix crash when compiling AST with invalid NamedExpr (GH-109...Miss Islington (bot)2023-09-131-0/+2
* [3.11] gh-104736: Fix test_gdb tests on ppc64le with clang (GH-109360) (#109362)Miss Islington (bot)2023-09-131-0/+4
* [3.11] gh-84867: Do not load tests from TestCase and FunctionTestCase (GH-100...Miss Islington (bot)2023-09-121-0/+2
* [3.11] gh-109179: Fix traceback display for SyntaxErrors with notes (#109197)...Irit Katriel2023-09-121-0/+1
* [3.11] gh-108987: Fix _thread.start_new_thread() race condition (#109135) (#1...Victor Stinner2023-09-111-0/+4
* [3.11] gh-107219: Fix concurrent.futures terminate_broken() (GH-109244) (#109...Miss Islington (bot)2023-09-111-0/+5
* [3.11] gh-109230: test_pyexpat no longer depends on the current directory (GH...Miss Islington (bot)2023-09-101-0/+5
* [3.11] gh-109237: Fix test_site for non-ASCII working directory (GH-109238) (...Miss Islington (bot)2023-09-101-0/+4
* [3.11] gh-50644: Forbid pickling of codecs streams (GH-109180) (GH-109232)Miss Islington (bot)2023-09-101-0/+4
* [3.11] gh-109207: Fix SystemError when printing symtable entry object. (GH-10...Miss Islington (bot)2023-09-101-0/+1
* [3.11] gh-106922: Fix error location for constructs with spaces and parenthes...Miss Islington (bot)2023-09-081-0/+2
* [3.11] gh-108962: Skip test_tempfile.test_flags() if not supported (GH-108964...Miss Islington (bot)2023-09-081-0/+3
* [3.11] gh-108682: [Enum] raise TypeError if super().__new__ called in custom ...Ethan Furman2023-09-081-0/+2
* [3.11] gh-88943: Improve syntax error for non-ASCII character that follows a ...Serhiy Storchaka2023-09-071-0/+3
* [3.11] gh-102823: Document return type of floor division on floats (GH-102824...Miss Islington (bot)2023-09-071-0/+2
* [3.11] gh-109015: Add test.support.socket_helper.tcp_blackhole() (#109016) (#...Victor Stinner2023-09-071-0/+6
* [3.11] gh-108740: Fix "make regen-all" race condition (#108741) (#109021)Victor Stinner2023-09-061-0/+4
* [3.11] gh-108851: Fix tomllib recursion tests (#108853) (#109013)Victor Stinner2023-09-062-0/+5
* [3.11] gh-91960: Skip test_gdb if gdb cannot retrive Python frames (GH-108999...Miss Islington (bot)2023-09-061-0/+7
* [3.11] gh-107565: Update Windows build to use OpenSSL 3.0.10 (GH-108932)Zachary Ware2023-09-051-0/+1
* [3.11] gh-89392: Remove support of test_main() in libregrtest (GH-108876) (GH...Serhiy Storchaka2023-09-051-0/+2
* [3.11] gh-108822: Backport libregrtest changes from the main branch (#108820)Victor Stinner2023-09-036-0/+18
* [3.11] [3.12] gh-63760: Don't declare gethostname() on Solaris (GH-108817) (G...Miss Islington (bot)2023-09-031-0/+3