summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* [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
* [3.12] gh-108654: restore comprehension locals before handling exception (GH-...Miss Islington (bot)2023-08-311-0/+2
* [3.12] gh-108520: Fix bad fork detection in nested multiprocessing use case (...Miss Islington (bot)2023-08-301-0/+3
* [3.12] GH-106176, GH-104702: Fix reference leak when importing across multipl...Miss Islington (bot)2023-08-291-0/+4
* [3.12] gh-64662: Fix virtual table support in sqlite3.Connection.iterdump (#1...Erlend E. Aasland2023-08-281-0/+2
* [3.12] gh-108542: Fix incorrect module name in NEWS entry for gh-105475 (#108...Erlend E. Aasland2023-08-271-1/+1
* [3.12] gh-105052:update timeit function's description (GH-105060) (#108534)Miss Islington (bot)2023-08-271-0/+1
* [3.12] gh-108295: Fix crashes with TypeVar weakrefs (GH-108517) (#108527)Miss Islington (bot)2023-08-271-0/+1
* [3.12] gh-107913: Fix possible losses of OSError error codes (GH-107930) (#10...Miss Islington (bot)2023-08-261-0/+3
* [3.12] gh-108487: Change assert that should've been DEOPT_IF (#108509)Guido van Rossum2023-08-261-0/+1
* [3.12] gh-108388: Convert test_concurrent_futures to package (#108401) (#108443)Victor Stinner2023-08-261-0/+2
* [3.12] gh-108388: Split test_multiprocessing_spawn (GH-108396) (#108442)Miss Islington (bot)2023-08-251-0/+4
* [3.12] gh-108111: Flush gzip write buffer before seeking, fixing bad writes (...Miss Islington (bot)2023-08-242-0/+3
* [3.12] gh-77377: Ensure multiprocessing SemLock is valid for spawn-based Proc...Miss Islington (bot)2023-08-231-0/+1
* [3.12] gh-105776: Fix test_cppext when CC contains -std=c11 option (GH-108343...Miss Islington (bot)2023-08-231-0/+2