summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Python 3.12.0v3.12.0Thomas Wouters2023-10-029-12/+74
* [3.12] GH-101100: Fix reference warnings for ``namedtuple`` (GH-110113) (#110...Miss Islington (bot)2023-10-021-1/+1
* [3.12] gh-109991: Update Windows build to use OpenSSL 3.0.11 (GH-110054) (#11...Miss Islington (bot)2023-10-021-0/+1
* [3.12] gh-109634: Fix `:samp:` syntax (GH-110073) (#110095)Miss Islington (bot)2023-09-291-1/+1
* [3.12] gh-110045: Update symtable module for PEP 695 (GH-110066) (#110070)Miss Islington (bot)2023-09-291-0/+2
* [3.12] GH-109190: Copyedit 3.12 What's New: Bytecode (GH-109821) (#110047)Adam Turner2023-09-281-2/+2
* [3.12] gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.11 and multis...Miss Islington (bot)2023-09-281-0/+2
* [3.12] gh-109991: Update macOS installer to use OpenSSL 3.0.10. (#110004)Ned Deily2023-09-281-0/+1
* [3.12] gh-109823: Adjust labels in compiler when removing an empty basic bloc...Miss Islington (bot)2023-09-261-0/+2
* [3.12] gh-109634: Use :samp: role (GH-109635) (#109776)Miss Islington (bot)2023-09-248-9/+9
* [3.12] Docs: Update Donghee Na's name (GH-109743) (#109758)Hugo van Kemenade2023-09-2437-107/+107
* [3.12] gh-109719: Fix missing jump target labels when compiler reorders cold/...Miss Islington (bot)2023-09-241-0/+1
* [3.12] ACKS: Fix ordering; Correct Itamar Oren's surname; Add Adam Turner (G...Miss Islington (bot)2023-09-221-3/+3
* [3.12] gh-109627: duplicated small exit blocks need to be assigned jump targe...Irit Katriel2023-09-221-0/+2
* [3.12] GH-109209: Bump the minimum Sphinx version to 4.2 (GH-109210) (#109636)Miss Islington (bot)2023-09-221-0/+1
* Python 3.12.0rc3v3.12.0rc3Thomas Wouters2023-09-1830-86/+319
* [3.12] gh-109496: Detect Py_DECREF() after dealloc in debug mode (GH-109539) ...Miss Islington (bot)2023-09-181-0/+5
* [3.12] gh-109371: Fix monitoring with instruction events set (gh-109385) (#10...Miss Islington (bot)2023-09-181-0/+1
* [3.12] gh-108843: fix ast.unparse for f-string with many quotes (GH-108981) (...Miss Islington (bot)2023-09-181-0/+1
* [3.12] gh-109219: propagate free vars through type param scopes (GH-109377) (...Miss Islington (bot)2023-09-141-0/+2
* [3.12] gh-109396: Fix test_socket.test_hmac_sha1() in FIPS mode (GH-109423) (...Miss Islington (bot)2023-09-141-0/+3
* [3.12] gh-105658: fix excess trace events for except block ending with a cond...Irit Katriel2023-09-141-0/+2
* [3.12] gh-109341: Fix crash on compiling invalid AST including TypeAlias (GH-...Miss Islington (bot)2023-09-141-0/+1
* [3.12] gh-104736: Fix test_gdb tests on ppc64le with clang (GH-109360) (#109361)Miss Islington (bot)2023-09-131-0/+4
* [3.12] gh-109114: Relax the check for invalid lambdas inside f-strings to avo...Pablo Galindo Salgado2023-09-121-0/+3
* [3.12] gh-109118: Disallow nested scopes within PEP 695 scopes within classes...Miss Islington (bot)2023-09-121-0/+2
* [3.12] gh-109195: fix source location for super load before LOAD_SUPER_ATTR (...Miss Islington (bot)2023-09-121-0/+4
* [3.12] GH-108976. Keep monitoring data structures valid during de-optimizatio...Mark Shannon2023-09-121-0/+2
* [3.12] gh-109230: test_pyexpat no longer depends on the current directory (GH...Miss Islington (bot)2023-09-121-0/+5
* [3.12] gh-109237: Fix test_site for non-ASCII working directory (GH-109238) (...Miss Islington (bot)2023-09-121-0/+4
* [3.12] gh-109118: Fix runtime crash when NameError happens in PEP 695 functio...Jelle Zijlstra2023-09-121-0/+2
* [3.12] gh-109022: [Enum] require `names=()` to create empty enum type (GH-109...Miss Islington (bot)2023-09-121-0/+2
* [3.12] gh-108732: include comprehension locals in frame.f_locals (GH-109026) ...Miss Islington (bot)2023-09-121-0/+2
* [3.12] gh-106922: Fix error location for constructs with spaces and parenthes...Miss Islington (bot)2023-09-081-0/+2
* [3.12] gh-102823: Document return type of floor division on floats (GH-102824...Miss Islington (bot)2023-09-081-0/+2
* [3.12] gh-103186: Suppress and assert expected RuntimeWarnings in test_sys_se...Miss Islington (bot)2023-09-081-0/+1
* [3.12] gh-108740: Fix "make regen-all" race condition (#108741) (#109019)Victor Stinner2023-09-081-0/+4
* [3.12] gh-108851: Fix tomllib recursion tests (GH-108853) (#109012)Miss Islington (bot)2023-09-082-0/+5
* [3.12] gh-91960: Skip test_gdb if gdb cannot retrive Python frames (GH-108999...Miss Islington (bot)2023-09-081-0/+7
* [3.12] gh-108962: Skip test_tempfile.test_flags() if not supported (GH-108964...Miss Islington (bot)2023-09-081-0/+3
* [3.12] gh-108834: Sync libregrtest with the main branch (#108966)Victor Stinner2023-09-083-0/+11
* [3.12] gh-109015: Add test.support.socket_helper.tcp_blackhole() (GH-109016) ...Miss Islington (bot)2023-09-081-0/+6
* Python 3.12.0rc2v3.12.0rc2Thomas Wouters2023-09-0549-112/+510
* [3.12] gh-108469: Update ast.unparse for unescaped quote support from PEP701 ...Miss Islington (bot)2023-09-051-0/+3
* [3.12] gh-107565: Update Windows build to use OpenSSL 3.0.10 (GH-108928) (#10...Miss Islington (bot)2023-09-051-0/+1
* [3.12] GH-108390: Prevent non-local events being set with `sys.monitoring.set...Mark Shannon2023-09-051-0/+4
* [3.12] gh-89392: Remove support of test_main() in libregrtest (GH-108876) (#1...Serhiy Storchaka2023-09-051-0/+2
* [3.12] gh-63760: Don't declare gethostname() on Solaris (#108817) (#108824)Victor Stinner2023-09-021-0/+3
* [3.12] gh-107805: Fix signatures of module-level generated functions in `turt...Miss Islington (bot)2023-09-011-0/+1
* [3.12] gh-108682: [Enum] raise TypeError if super().__new__ called in custom ...Miss Islington (bot)2023-08-311-0/+2