summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-119180: PEP 649 compiler changes (#119361)Jelle Zijlstra2024-06-1128-328/+609
* gh-120080: Mark test_round_with_none_arg_direct_call as cpython_only (#120328)Kirill Podoprigora2024-06-112-0/+2
* gh-120291: Fix a bashism in python-config.sh.in (#120292)Michał Górny2024-06-112-4/+6
* gh-120298: Fix use-after-free in `list_richcompare_impl` (#120303)Nikita Sobolev2024-06-113-1/+21
* gh-65454: avoid triggering call to a PropertyMock in NonCallableMock.__setatt...blhsing2024-06-113-0/+12
* gh-119600: mock: do not access attributes of original when new_callable is se...Robert Collins2024-06-114-5/+29
* Fix the CODEOWNERS for _interpretersmodule.c (gh-120288)AN Long2024-06-101-1/+1
* gh-120057: Add os.environ.refresh() method (#120059)Victor Stinner2024-06-107-4/+124
* gh-119786: copy compiler doc from devguide to InternalDocs and convert to mar...Irit Katriel2024-06-102-0/+653
* gh-115801: Only allow sequence of strings as input for difflib.unified_diff (...Pieter Eendebak2024-06-103-6/+31
* gh-120155: Fix Coverity issue in zoneinfo load_data() (#120232)Victor Stinner2024-06-101-1/+1
* bpo-24766: doc= argument to subclasses of property not handled correctly (GH-...E. M. Bray2024-06-103-15/+39
* gh-120296: Fix format string of fcntl.ioctl() audit (#120301)Clinton2024-06-101-1/+1
* gh-119666: fix multiple class-scope comprehensions referencing __class__ (#12...Carl Meyer2024-06-103-13/+36
* gh-120268: Prohibit passing ``None`` to ``_pydatetime.date.fromtimestamp`` (#...Kirill Podoprigora2024-06-083-0/+9
* gh-120276: Fix incorrect email.header.Header maxlinelen default (GH-120277)Clinton2024-06-081-1/+1
* gh-120121: Add InvalidStateError to concurrent.futures.__all__ (#120123)AN Long2024-06-082-0/+2
* gh-120244: Fix re.sub() reference leak (GH-120245)neonene2024-06-082-0/+2
* gh-119258: Eliminate Type Guards in Tier 2 Optimizer with Watcher (GH-119365)Saul Shanabrook2024-06-0813-59/+366
* bpo-37755: Use configured output in pydoc instead of pager (GH-15105)Enrico Tröger2024-06-083-20/+116
* gh-120242: Fix handling of `[setUp,tearDown]Class` in `test_datetime` (#120243)Nikita Sobolev2024-06-081-15/+21
* gh-120225: fix crash in compiler on empty block at end of exception handler (...Irit Katriel2024-06-073-6/+13
* gh-119659: Get the datetime CAPI Tests Running Again (gh-120180)Eric Snow2024-06-072-2/+2
* GH-116380: Move pathlib-specific code from `glob` to `pathlib._abc`. (#120011)Barney Gale2024-06-072-14/+52
* gh-120155: Fix copy/paste error in HAVE_SUBOFFSETS_IN_LAST_DIM() (#120228)Victor Stinner2024-06-071-1/+1
* gh-120226: Fix test_sendfile_close_peer_in_the_middle_of_receiving on Linux >...Xi Ruoyao2024-06-071-7/+4
* gh-120200: Fix `inspect.iscoroutinefunction(inspect) is True` corner case (#1...Nikita Sobolev2024-06-072-3/+4
* gh-114264: Optimize performance of copy.deepcopy by adding a fast path for at...Pieter Eendebak2024-06-072-21/+11
* gh-110383: Improve 'old string formatting' text in tutorial (#120219)Erlend E. Aasland2024-06-071-3/+5
* gh-93691: fix too broad source locations of with-statement instructions (#120...Irit Katriel2024-06-073-3/+47
* gh-120211: Fix tkinter.ttk with Tcl/Tk 9.0 (GH-120213)Serhiy Storchaka2024-06-072-3/+7
* gh-110383: Clarify "non-integral" wording in pow() docs (#119688)Aditya Borikar2024-06-071-1/+3
* gh-120164: Fix test_os.test_win32_mkdir_700() (#120177)Kirill Podoprigora2024-06-071-2/+3
* gh-120154: Fix Emscripten/WASI pattern in case statement for LDSHARED (#120173)Michael Allwright2024-06-072-2/+2
* Fix typos in comments (#120188)Xie Yanbo2024-06-0711-11/+11
* gh-120080: Accept ``None`` as a valid argument for direct call of the ``int._...Kirill Podoprigora2024-06-076-7/+20
* gh-120157: Remove unused code in concurrent.future (gh-120187)Clinton2024-06-072-8/+1
* Add Plausible for docs metrics (#119977)Hugo van Kemenade2024-06-072-1/+5
* gh-119577: Adjust DeprecationWarning when testing element truth values in Ele...Jacob Walls2024-06-077-13/+21
* GH-119054: Add "Reading directories" section to pathlib docs (#119956)Barney Gale2024-06-061-95/+102
* gh-120178: Documentation typo corrections (#120179)David Lowry-Duda2024-06-063-3/+3
* gh-117657: Fix TSAN race involving import lock (#118523)Sam Gross2024-06-067-105/+90
* Add Tian Gao to CODEOWNERS and ACKS (GH-120166)Tian Gao2024-06-062-0/+5
* Restore decimal context after decimal doctests (GH-120149)Serhiy Storchaka2024-06-061-3/+7
* CODEOWNERS: Add myself to symtable and AST (#120139)Jelle Zijlstra2024-06-061-4/+5
* gh-120155: Initialize variables in _tkinter.c (#120156)Victor Stinner2024-06-061-2/+7
* gh-119679: Fix layout of PYD and DLL files on Windows when using PC/layout sc...Steve Dower2024-06-061-2/+2
* gh-120111: Don't use cirrus M1 macOS runners on fork (#120116)Nice Zombies2024-06-062-5/+14
* gh-119786: move adaptive interpreter doc from Python to InternalsDoc (#120137)Irit Katriel2024-06-062-4/+7
* gh-120128: fix description of argument to ipaddress.collapse_addresses() (#12...Jan Kaliszewski2024-06-052-2/+2