summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* [3.13] gh-120544: Add `else: fail()` to tests where exception is expected (GH...Miss Islington (bot)2024-06-152-0/+12
* [3.13] gh-120495: Fix incorrect exception handling in Tab Nanny (GH-120498) (...Miss Islington (bot)2024-06-152-5/+5
* [3.13] gh-119819: Conditional skip of logging tests that require multiprocess...Miss Islington (bot)2024-06-151-3/+2
* [3.13] gh-120524: Temporarily Skip test_create_many_threaded In test_interpre...Eric Snow2024-06-141-0/+1
* [3.13] gh-120161: Fix a Crash in the _datetime Module (gh-120518)Miss Islington (bot)2024-06-141-1/+43
* [3.13] gh-120361: Add `nonmember` test with enum flags inside to `test_enum` ...Miss Islington (bot)2024-06-141-0/+21
* [3.13] gh-114053: Fix bad interaction of PEP 695, PEP 563 and `inspect.get_an...Miss Islington (bot)2024-06-133-1/+182
* [3.13] gh-117398: Add datetime C-API type check test for subinterpreters (gh-...Miss Islington (bot)2024-06-132-1/+42
* [3.13] Fix typos in documentation (GH-120338) (#120438)Xie Yanbo2024-06-133-5/+5
* [3.13] gh-118908: Protect the REPL subprocess with a timeout in tests (GH-120...Miss Islington (bot)2024-06-121-1/+6
* [3.13] gh-120418: Don't assume wheeldata is deleted if `WHEEL_PKG_DIR` is set...Miss Islington (bot)2024-06-121-3/+4
* [3.13] gh-120417: Remove unused imports in the stdlib (GH-120420) (#120429)Miss Islington (bot)2024-06-1211-14/+5
* [3.13] gh-120343: Fix column offsets of multiline tokens in tokenize (GH-1203...Miss Islington (bot)2024-06-121-0/+14
* [3.13] gh-71587: Drop local reference cache to `_strptime` module in `_dateti...Miss Islington (bot)2024-06-121-0/+9
* [3.13] gh-117657: Make Py_TYPE and Py_SET_TYPE thread safe (GH-120165) (GH-12...Miss Islington (bot)2024-06-121-0/+26
* [3.13] gh-93691: fix too broad source locations of for statement iterators (G...Miss Islington (bot)2024-06-123-3/+50
* [3.13] gh-118908: Fix completions after namespace change in REPL (GH-120370) ...Miss Islington (bot)2024-06-122-5/+12
* [3.13] gh-120128: fix description of argument to ipaddress.collapse_addresses...Miss Islington (bot)2024-06-121-1/+1
* [3.13] gh-120221: Deliver real singals on Ctrl-C and Ctrl-Z in the new REPL (...Miss Islington (bot)2024-06-111-4/+4
* gh-120198: Fix race condition when editing __class__ with an audit hook activ...Miss Islington (bot)2024-06-112-1/+35
* [3.13] gh-118908: Limit exposed globals from internal imports and definitions...Miss Islington (bot)2024-06-113-8/+81
* [3.13] gh-120343: Do not reset byte_col_offset_diff after multiline tokens (G...Miss Islington (bot)2024-06-111-0/+11
* [3.13] gh-119517: Fixes for pasting in pyrepl (GH-120253) (#120353)Miss Islington (bot)2024-06-116-57/+134
* [3.13] gh-120268: Prohibit passing ``None`` to ``_pydatetime.date.fromtimesta...Miss Islington (bot)2024-06-112-0/+7
* [3.13] bpo-24766: doc= argument to subclasses of property not handled correct...Miss Islington (bot)2024-06-111-0/+34
* [3.13] gh-120298: Fix use-after-free in `list_richcompare_impl` (GH-120303) (...Miss Islington (bot)2024-06-111-0/+11
* [3.13] gh-65454: avoid triggering call to a PropertyMock in NonCallableMock._...Miss Islington (bot)2024-06-112-0/+11
* [3.13] gh-119600: mock: do not access attributes of original when new_callabl...Miss Islington (bot)2024-06-113-5/+27
* [3.13] gh-119666: fix multiple class-scope comprehensions referencing __class...Miss Islington (bot)2024-06-101-0/+25
* [3.13] bpo-37755: Use configured output in pydoc instead of pager (GH-15105) ...Miss Islington (bot)2024-06-082-20/+113
* [3.13] gh-120121: Add InvalidStateError to concurrent.futures.__all__ (GH-120...Miss Islington (bot)2024-06-081-0/+1
* [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-071-0/+10
* [3.13] gh-120200: Fix `inspect.iscoroutinefunction(inspect) is True` corner c...Miss Islington (bot)2024-06-072-3/+4
* [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-071-3/+6
* [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-119577: Adjust DeprecationWarning when testing element truth values...Miss Islington (bot)2024-06-072-2/+2
* [3.13] Restore decimal context after decimal doctests (GH-120149) (GH-120167)Miss Islington (bot)2024-06-061-3/+7
* Python 3.13.0b2v3.13.0b2Thomas Wouters2024-06-051-34/+39
* [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-119819: Update logging configuration to support joinable multiprocâ...Miss Islington (bot)2024-06-052-3/+9
* [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-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-045-10/+73
* [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-041-2/+13