summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-120346: Respect PYTHON_BASIC_REPL when running in interactive inspe...Miss Islington (bot)2024-06-112-1/+4
* [3.13] gh-120268: Prohibit passing ``None`` to ``_pydatetime.date.fromtimesta...Miss Islington (bot)2024-06-113-0/+9
* [3.13] bpo-24766: doc= argument to subclasses of property not handled correct...Miss Islington (bot)2024-06-113-15/+39
* [3.13] gh-120291: Fix a bashism in python-config.sh.in (GH-120292) (#120341)Miss Islington (bot)2024-06-112-4/+6
* [3.13] gh-120298: Fix use-after-free in `list_richcompare_impl` (GH-120303) (...Miss Islington (bot)2024-06-113-1/+21
* [3.13] gh-65454: avoid triggering call to a PropertyMock in NonCallableMock._...Miss Islington (bot)2024-06-113-0/+12
* [3.13] gh-119600: mock: do not access attributes of original when new_callabl...Miss Islington (bot)2024-06-114-5/+29
* [3.13] Fix the CODEOWNERS for _interpretersmodule.c (gh-120324)Miss Islington (bot)2024-06-101-1/+1
* [3.13] gh-120155: Fix Coverity issue in zoneinfo load_data() (GH-120232) (#12...Miss Islington (bot)2024-06-101-1/+1
* [3.13] gh-119666: fix multiple class-scope comprehensions referencing __class...Miss Islington (bot)2024-06-103-13/+36
* [3.13] bpo-37755: Use configured output in pydoc instead of pager (GH-15105) ...Miss Islington (bot)2024-06-083-20/+116
* [3.13] gh-120276: Fix incorrect email.header.Header maxlinelen default (GH-12...Miss Islington (bot)2024-06-081-1/+1
* [3.13] gh-120121: Add InvalidStateError to concurrent.futures.__all__ (GH-120...Miss Islington (bot)2024-06-082-0/+2
* [3.13] gh-120244: Fix re.sub() reference leak (GH-120245) (GH-120264)Miss Islington (bot)2024-06-082-0/+2
* [3.13] gh-120242: Fix handling of `[setUp,tearDown]Class` in `test_datetime` ...Miss Islington (bot)2024-06-081-15/+21
* [3.13] gh-120225: fix crash in compiler on empty block at end of exception ha...Miss Islington (bot)2024-06-073-6/+13
* [3.13] gh-120200: Fix `inspect.iscoroutinefunction(inspect) is True` corner c...Miss Islington (bot)2024-06-072-3/+4
* [3.13] gh-120155: Fix copy/paste error in HAVE_SUBOFFSETS_IN_LAST_DIM() (GH-1...Miss Islington (bot)2024-06-071-1/+1
* [3.13] gh-94808: Add test coverage for "starred kind" in _PyPegen_set_expr_co...Miss Islington (bot)2024-06-071-0/+6
* [3.13] gh-120211: Fix tkinter.ttk with Tcl/Tk 9.0 (GH-120213) (GH-120215)Miss Islington (bot)2024-06-072-3/+7
* [3.13] gh-110383: Improve 'old string formatting' text in tutorial (GH-120219...Miss Islington (bot)2024-06-071-3/+5
* [3.13] gh-112672: Fix builtin Tkinter with Tcl 9.0 (GH-112681) (GH-120208)Miss Islington (bot)2024-06-072-14/+25
* [3.13] gh-110383: Clarify "non-integral" wording in pow() docs (GH-119688) (#...Miss Islington (bot)2024-06-071-1/+3
* [3.13] gh-120164: Fix test_os.test_win32_mkdir_700() (GH-120177) (#120202)Miss Islington (bot)2024-06-071-2/+3
* [3.13] gh-120154: Fix Emscripten/WASI pattern in case statement for LDSHARED ...Miss Islington (bot)2024-06-072-2/+2
* [3.13] Add Plausible for docs metrics (GH-119977) (#120193)Miss Islington (bot)2024-06-072-1/+5
* [3.13] gh-119577: Adjust DeprecationWarning when testing element truth values...Miss Islington (bot)2024-06-077-13/+21
* [3.13] GH-119054: Add "Reading directories" section to pathlib docs (GH-11995...Barney Gale2024-06-071-96/+103
* [3.13] gh-117657: Fix TSAN race involving import lock (GH-118523) (#120169)Miss Islington (bot)2024-06-067-105/+90
* [3.13] Restore decimal context after decimal doctests (GH-120149) (GH-120167)Miss Islington (bot)2024-06-061-3/+7
* gh-119679: Fix layout of PYD and DLL files on Windows when using PC/layout sc...Miss Islington (bot)2024-06-061-2/+2
* [3.13] gh-120111: Don't use cirrus M1 macOS runners on fork (GH-120116) (GH-1...Miss Islington (bot)2024-06-062-5/+14
* Merge branch '3.13' of https://github.com/python/cpython into 3.13Thomas Wouters2024-06-051-6/+6
|\
| * [3.13] Withdraw most of my ownership in favor of Mark (#120126)Guido van Rossum2024-06-051-6/+6
* | Post 3.13.0b2Thomas Wouters2024-06-051-1/+1
* | Python 3.13.0b2v3.13.0b2Thomas Wouters2024-06-0583-201/+847
|/
* [3.13] gh-120065: Increase `collect_in_thread` period to 5 ms. (GH-120068) (#...Miss Islington (bot)2024-06-051-1/+1
* [3.13] gh-119287: clarify doc on BaseExceptionGroup.derive and link to it fro...Miss Islington (bot)2024-06-052-2/+5
* [3.13] gh-119819: Update logging configuration to support joinable multiprocâ...Miss Islington (bot)2024-06-052-3/+9
* [3.13] gh-120078: Fix struct_time attr typo tm_day -> tm_mday in Doc/library/...Miss Islington (bot)2024-06-051-1/+1
* [3.13] gh-114616: Improve docs regarding changes to caches representation in ...Miss Islington (bot)2024-06-042-3/+11
* [3.13] gh-119553: Fix console when pressing Ctrl-C within a multiline block (...Miss Islington (bot)2024-06-042-1/+3
* [3.13] gh-120048: Make `test_imaplib` faster (GH-120050) (#120069)Miss Islington (bot)2024-06-041-14/+8
* [3.13] gh-119999: Fix potential race condition in `_Py_ExplicitMergeRefcount`...Miss Islington (bot)2024-06-041-8/+11
* [3.13] gh-119819: Update test to skip if _multiprocessing is unavailable. (GH...Miss Islington (bot)2024-06-041-1/+1
* [3.13] gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843) (GH-120066)Łukasz Langa2024-06-048-11/+144
* [3.13] gh-119553: Clear reader on Ctrl-C command (GH-119801) (#120062)Miss Islington (bot)2024-06-043-0/+19
* [3.13] gh-120039: Reduce expected timeout in test_siginterrupt_off (GH-120047...Miss Islington (bot)2024-06-041-3/+3
* [3.13] gh-120041: Do not use append_to_screen when completions are visible (G...Miss Islington (bot)2024-06-043-10/+52
* [3.13] gh-89928: Fix integer conversion of device numbers (GH-31794) (GH-120053)Miss Islington (bot)2024-06-044-39/+99