summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-102251: Explicitly free state for test modules with state in test_import (...sunmy20192023-05-312-5/+31
* Clarify that error messages are better with PEP 701 (#105150)Pablo Galindo Salgado2023-05-311-0/+25
* gh-103464: Add checks for arguments of pdb commands (GH-103465)Tian Gao2023-05-313-11/+90
* gh-105146: Update links at end of Windows installer (uninstall/repair) (GH-10...Steve Dower2023-05-312-3/+5
* gh-105148: make _PyASTOptimizeState internal to ast_opt.c (#105149)Irit Katriel2023-05-315-26/+26
* gh-105156: Argument Clinic avoids Py_UNICODE type (#105161)Victor Stinner2023-05-319-110/+100
* gh-105144: Runtime-checkable protocols: move all 'sanity checks' to `_Protoco...Alex Waygood2023-05-313-37/+111
* gh-104909: Split BINARY_OP into micro-ops (#104910)Guido van Rossum2023-05-314-631/+785
* gh-105111: remove deprecated macros Py_TRASHCAN_SAFE_BEGIN and Py_TRASHCAN_SA...Irit Katriel2023-05-313-13/+37
* gh-104773: cgi: Fix typo in What's New in Python 3.13 (#105139)Victor Stinner2023-05-311-1/+1
* gh-105096: Deprecate wave getmarkers() method (#105098)Victor Stinner2023-05-315-0/+51
* gh-62948: IOBase finalizer logs close() errors (#105104)Victor Stinner2023-05-315-40/+19
* gh-105096: Reformat wave documentation (#105136)Victor Stinner2023-05-313-102/+109
* gh-105107: Remove PyEval_CallFunction() function (#105108)Victor Stinner2023-05-316-32/+34
* gh-104922: Make `PY_SSIZE_T_CLEAN` not mandatory again (#105051)Inada Naoki2023-05-3115-398/+106
* gh-103142: Update macOS installer to use OpenSSL 1.1.1u. (GH-105130)Ned Deily2023-05-312-3/+4
* gh-97933: add LOAD_FAST_AND_CLEAR to 3.12 What's New bytecode section (#105126)Carl Meyer2023-05-311-0/+3
* gh-87729: add LOAD_SUPER_ATTR to 3.12 What's New (#105125)Carl Meyer2023-05-311-0/+7
* gh-105020: Share tp_bases and tp_mro Between Interpreters For All Static Buil...Eric Snow2023-05-316-34/+122
* gh-102304: Fix 2 New Stable ABI Functions (gh-104762)Eric Snow2023-05-304-1/+14
* gh-105042: Disable unmatched parens syntax error in python tokenize (#105061)Lysandros Nikolaou2023-05-305-34/+49
* gh-105069: Add a readline-like callable to the tokenizer to consume input ite...Pablo Galindo Salgado2023-05-307-96/+274
* gh-89886: Properly quote Autoconf macro arguments (#105062)Erlend E. Aasland2023-05-302-706/+798
* gh-105035: fix super() calls on unusual types (e.g. meta-types) (#105094)Carl Meyer2023-05-304-221/+239
* GH-73435: Implement recursive wildcards in `pathlib.PurePath.match()` (#101398)Barney Gale2023-05-305-15/+123
* CI: Temporarily skip paths with spaces to avoid error (#105110)Hugo van Kemenade2023-05-301-1/+14
* gh-105071: add missing versionadded directive (#105097)Irit Katriel2023-05-301-0/+2
* gh-80064: Fix is_valid_wide_char() return type (#105099)Victor Stinner2023-05-301-1/+1
* Small speedup for dataclass __eq__ and __repr__ (#104904)Raymond Hettinger2023-05-301-8/+12
* gh-103921: Minor PEP-695 fixes to the `ast` module docs (#105093)Alex Waygood2023-05-301-5/+5
* gh-105091: stable_abi.py: Remove "Unixy" check from --all on other platforms ...Petr Viktorin2023-05-301-1/+2
* gh-105071: add PyUnstable_Exc_PrepReraiseStar to expose except* implementatio...Irit Katriel2023-05-307-1/+196
* gh-105084: Tests: Use setuptools+wheel from sysconfig.get_config_var('WHEEL_P...Miro Hrončok2023-05-302-2/+25
* gh-88745: Add _winapi.CopyFile2 and update shutil.copy2 to use it (GH-105055)Steve Dower2023-05-308-1/+210
* gh-102251: Fix reference leak in _testsinglephase initialization (#105082)sunmy20192023-05-301-1/+3
* gh-83403: Test `parent` param in `Mock.__init__` (#103630)Nikita Sobolev2023-05-301-0/+8
* gh-105077: Fix test_tkinter refleak checking (GH-105078)Zachary Ware2023-05-301-5/+10
* GH-104898: Revert pathlib os.PathLike registration change. (GH-105073)Barney Gale2023-05-291-1/+5
* GH-89455: Add missing attributes (added in 3.11) to traceback module docs (#1...Jakub Kuczys2023-05-293-1/+23
* gh-103646: Remove --include-pip-user from default APPX package build (GH-105064)Steve Dower2023-05-292-1/+5
* GH-77609: Add follow_symlinks argument to `pathlib.Path.glob()` (GH-102616)Barney Gale2023-05-295-21/+130
* gh-97908: CAPI docs: Remove repeated struct names from member docs (GH-100054)Petr Viktorin2023-05-292-8/+23
* gh-104803: Implement ntpath.isdevdrive for checking whether a path is on a Wi...Steve Dower2023-05-296-1/+216
* Fix compiler warning in unicodeobject.c (#105050)Inada Naoki2023-05-291-1/+1
* Document PEP 698 and other new typing features in What's New (#104957)Jelle Zijlstra2023-05-281-6/+37
* Convert `doc.yml` workflow to be reusable (#103914)Sviatoslav Sydorenko2023-05-282-25/+25
* gh-105017: Include CRLF lines in strings and column numbers (#105030)Marta Gómez Macías2023-05-286-26/+74
* gh-104992: [What's New in 3.12] Document unittest.TestProgram.usageExit's dep...Hugo van Kemenade2023-05-281-1/+2
* gh-105013: Fix inspect.getsource with parenthesized multiline lambdas (#105021)Pablo Galindo Salgado2023-05-274-0/+43
* gh-104992: Remove deprecated unittest.TestProgram.usageExit (#104993)Hugo van Kemenade2023-05-274-11/+8