summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-105020: Share tp_bases and tp_mro Between Interpreters For All Stat...Miss Islington (bot)2023-06-017-26462/+26544
* [3.12] GH-89886: Bump to GNU Autoconf v2.71 (#104925) (#105207)Erlend E. Aasland2023-06-018-7426/+10591
* [3.12] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) ...Miss Islington (bot)2023-06-0113-18/+8794
* [3.12] gh-89886: Rely on HAVE_SYS_TIME_H (GH-105058) (#105192)Miss Islington (bot)2023-06-015-19/+10
* gh-105146: Update links at end of Windows installer (uninstall/repair) (GH-10...Miss Islington (bot)2023-05-312-3/+5
* [3.12] gh-102251: Explicitly free state for test modules with state in test_i...Miss Islington (bot)2023-05-312-5/+31
* [3.12] gh-102304: Fix 2 New Stable ABI Functions (gh-104762) (gh-105123)Eric Snow2023-05-314-1/+14
* [3.12] GH-105113: Improve performance of `pathlib.PurePath.match()` (GH-105114)Barney Gale2023-05-313-14/+81
* [3.12] gh-105144: Runtime-checkable protocols: move all 'sanity checks' to `_...Miss Islington (bot)2023-05-313-37/+111
* [3.12] gh-87729: add LOAD_SUPER_ATTR to 3.12 What's New (GH-105125) (#105143)Miss Islington (bot)2023-05-311-0/+7
* [3.12] gh-97933: add LOAD_FAST_AND_CLEAR to 3.12 What's New bytecode section ...Miss Islington (bot)2023-05-311-0/+3
* [3.12] gh-105096: Reformat wave documentation (#105136) (#105138)Victor Stinner2023-05-313-102/+109
* [3.12] gh-105069: Add a readline-like callable to the tokenizer to consume in...Miss Islington (bot)2023-05-317-96/+274
* [3.12] gh-105042: Disable unmatched parens syntax error in python tokenize (G...Miss Islington (bot)2023-05-315-34/+49
* [3.12] gh-105091: stable_abi.py: Remove "Unixy" check from --all on other pla...Miss Islington (bot)2023-05-311-1/+2
* [3.12] gh-103142: Update macOS installer to use OpenSSL 1.1.1u. (GH-105132)Miss Islington (bot)2023-05-312-3/+4
* [3.12] gh-89886: Properly quote Autoconf macro arguments (#105062) (#105118)Erlend E. Aasland2023-05-302-706/+798
* [3.12] gh-105035: fix super() calls on unusual types (e.g. meta-types) (GH-10...Miss Islington (bot)2023-05-304-221/+239
* gh-88745: Add _winapi.CopyFile2 and update shutil.copy2 to use it (GH-105055)Miss Islington (bot)2023-05-309-960/+1186
* [3.12] gh-105071: add missing versionadded directive (GH-105097) (#105105)Miss Islington (bot)2023-05-301-0/+2
* [3.12] gh-103921: Minor PEP-695 fixes to the `ast` module docs (GH-105093) (#...Miss Islington (bot)2023-05-301-5/+5
* [3.12] Enable the ABI check job to publish the updated ABI data file (GH-105088)Steve Dower2023-05-301-0/+13
* [3.12] gh-105071: add PyUnstable_Exc_PrepReraiseStar to expose except* implem...Irit Katriel2023-05-307-1/+196
* [3.12] gh-104799: Move location of type_params AST fields (GH-104828) (#104974)Miss Islington (bot)2023-05-3010-334/+365
* [3.12] gh-102251: Fix reference leak in _testsinglephase initialization (GH-1...Miss Islington (bot)2023-05-301-1/+3
* [3.12] gh-105077: Fix test_tkinter refleak checking (GH-105078) (GH-105079)Miss Islington (bot)2023-05-301-5/+10
* [3.12] GH-89455: Add missing attributes (added in 3.11) to traceback module d...Miss Islington (bot)2023-05-293-1/+23
* gh-103646: Remove --include-pip-user from default APPX package build (GH-105064)Miss Islington (bot)2023-05-292-1/+5
* gh-104820: Fixes os.stat on Windows to better handle file systems that do not...Miss Islington (bot)2023-05-293-5/+12
* gh-104803: Implement ntpath.isdevdrive for checking whether a path is on a Wi...Miss Islington (bot)2023-05-296-1/+216
* Fix compiler warning in unicodeobject.c (GH-105050)Miss Islington (bot)2023-05-291-1/+1
* [3.12] Document PEP 698 and other new typing features in What's New (GH-10495...Miss Islington (bot)2023-05-281-6/+37
* [3.12] gh-105017: Include CRLF lines in strings and column numbers (GH-105030...Miss Islington (bot)2023-05-286-26/+74
* [3.12] gh-105013: Fix inspect.getsource with parenthesized multiline lambdas ...Miss Islington (bot)2023-05-284-0/+43
* [3.12] gh-104992: [What's New in 3.12] Document unittest.TestProgram.usageExi...Miss Islington (bot)2023-05-281-1/+2
* [3.12] gh-104497: Make tkinter test pass with tk 8.7 (GH-104789) (#105028)Miss Islington (bot)2023-05-271-1/+4
* [3.12] gh-105017: Fix including additional NL token when using CRLF (GH-10502...Miss Islington (bot)2023-05-273-1/+10
* [3.12] CI: Precompute hash for config cache key in check_source job (GH-10500...Miss Islington (bot)2023-05-271-6/+11
* [3.12] gh-104992: [What's New in 3.11] Document unittest.TestProgram.usageExi...Miss Islington (bot)2023-05-271-0/+4
* [3.12] gh-104839: Prevent test_venv AddressSanitizer spam (GH-105005) (#105006)Miss Islington (bot)2023-05-271-9/+8
* [3.12] gh-104976: Ensure trailing dedent tokens are emitted as the previous t...Miss Islington (bot)2023-05-264-15/+34
* [3.12] GH-101588: Deprecate pickle/copy/deepcopy support in itertools (GH-104...Miss Islington (bot)2023-05-264-3/+97
* [3.12] GH-103631: Fix `PurePosixPath(PureWindowsPath(...))` separator handlin...Miss Islington (bot)2023-05-263-0/+11
* [3.12] GH-104947: Make pathlib.PureWindowsPath comparisons consistent across ...Miss Islington (bot)2023-05-263-1/+7
* [3.12] gh-103921: Document PEP 695 (GH-104642) (#104989)Miss Islington (bot)2023-05-2611-302/+1234
* [3.12] gh-104984: remove kwargs and starargs from Call & ClassDef (GH-104986)...Miss Islington (bot)2023-05-261-6/+3
* [3.12] CI: Cache config.cache across runs to speed up build (GH-104800) (#104...Hugo van Kemenade2023-05-261-6/+45
* [3.12] gh-104972: Ensure that line attributes in tokens in the tokenize modul...Miss Islington (bot)2023-05-264-9/+21
* [3.12] Remove raw asserts in test_typing.py (GH-104951) (#104978)Miss Islington (bot)2023-05-261-22/+30
* [3.12] gh-104955: Fix __release_buffer__ signature (GH-104956) (#104973)Miss Islington (bot)2023-05-263-1/+8