| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [3.13] gh-119588: Implement zipfile.Path.is_symlink (zipp 3.19.0). (GH-119591... | Miss Islington (bot) | 2024-06-04 | 2 | -12/+22 |
|
|
* | [3.13] gh-106531: Apply changes from importlib_resources 6.3.2 (GH-117054) (#... | Miss Islington (bot) | 2024-06-04 | 14 | -146/+224 |
|
|
* | [3.13] gh-119819: Fix regression to allow logging configuration with multipr�... | Miss Islington (bot) | 2024-06-04 | 2 | -1/+29 |
|
|
* | [3.13] gh-118868: logging QueueHandler fix passing of kwargs (GH-118869) (GH-... | Miss Islington (bot) | 2024-06-04 | 2 | -8/+37 |
|
|
* | [3.13] gh-119070: Update test_shebang_executable_extension to always use non-... | Miss Islington (bot) | 2024-06-04 | 1 | -3/+3 |
|
|
* | [3.13] gh-119724: Revert "bpo-45759: Better error messages for non-matching '... | T. Wouters | 2024-06-04 | 1 | -59/+2 |
|
|
* | [3.13] gh-117657: Fix itertools.count thread safety (GH-119268) (#120007) | Sam Gross | 2024-06-03 | 1 | -1/+23 |
|
|
* | [3.13] gh-117657: Fix race involving immortalizing objects (GH-119927) (#120005) | Sam Gross | 2024-06-03 | 1 | -2/+2 |
|
|
* | [3.13] gh-118835: pyrepl: Fix prompt length computation for custom prompts co... | Miss Islington (bot) | 2024-06-03 | 2 | -2/+40 |
|
|
* | [3.13] Use Cirrus M1 macOS runners for CI (GH-119979) (GH-119986) | Miss Islington (bot) | 2024-06-03 | 2 | -2/+3 |
|
|
* | [3.13] gh-119856: Support exiting help() with just "exit" (GH-119858) (#119967) | Miss Islington (bot) | 2024-06-03 | 1 | -2/+2 |
|
|
* | [3.13] gh-111201: Skip pyrepl Windows tests earlier (#119848) (#119924) | Victor Stinner | 2024-06-01 | 1 | -2/+6 |
|
|
* | [3.13] GH-89727: Fix `shutil.rmtree()` recursion error on deep trees (GH-1198... | Miss Islington (bot) | 2024-06-01 | 2 | -97/+66 |
|
|
* | [3.13] gh-113892: Add a extra check to `ProactorEventLoop.sock_connect` to en... | Miss Islington (bot) | 2024-06-01 | 2 | -2/+9 |
|
|
* | [3.13] gh-119821: Support non-dict globals in LOAD_FROM_DICT_OR_GLOBALS (#119... | Jelle Zijlstra | 2024-06-01 | 1 | -0/+20 |
|
|
* | [3.13] gh-74929: PEP 667 C API documentation (gh-119892) | Miss Islington (bot) | 2024-06-01 | 1 | -4/+9 |
|
|
* | [3.13] gh-118894: Make asyncio REPL use pyrepl (GH-119433) (#119884) | Miss Islington (bot) | 2024-05-31 | 6 | -65/+142 |
|
|
* | gh-119690: Adds Unicode support for named pipes in _winapi (GH-119717) | Miss Islington (bot) | 2024-05-31 | 3 | -1/+58 |
|
|
* | [3.13] gh-119585: Fix crash involving `PyGILState_Release()` and `PyThreadSta... | Miss Islington (bot) | 2024-05-31 | 1 | -0/+16 |
|
|
* | [3.13] gh-111201: Support pyrepl on Windows (GH-119559) (GH-119850) | Miss Islington (bot) | 2024-05-31 | 13 | -44/+1010 |
|
|
* | [3.13] gh-111201: Improve pyrepl auto indentation (GH-119606) (GH-119833) | Miss Islington (bot) | 2024-05-31 | 3 | -11/+101 |
|
|
* | [3.13] gh-119548: Add a 'clear' command to the REPL (GH-119549) (#119552) | Miss Islington (bot) | 2024-05-31 | 2 | -1/+11 |
|
|
* | [3.13] gh-107262: Update Tkinter tests for Tcl/Tk 8.6.14 (GH-119322) (GH-119806) | Miss Islington (bot) | 2024-05-30 | 2 | -9/+22 |
|
|
* | [3.13] gh-119791: Fix new Tkinter tests for wantobjects=0 (GH-119792) (GH-119... | Miss Islington (bot) | 2024-05-30 | 1 | -3/+10 |
|
|
* | [3.13] GH-89727: Fix FD leak on `os.fwalk()` generator finalization. (GH-1197... | Miss Islington (bot) | 2024-05-30 | 2 | -2/+30 |
|
|
* | [3.13] GH-89727: Fix `os.fwalk()` recursion error on deep trees (GH-119638) (... | Miss Islington (bot) | 2024-05-30 | 2 | -40/+53 |
|
|
* | [3.13] gh-119260: Clarify is_dataclass Behavior for Subclasses in Documentati... | Miss Islington (bot) | 2024-05-30 | 1 | -0/+18 |
|
|
* | [3.13] gh-117398: Add multiphase support to _datetime (gh-119694) | Eric Snow | 2024-05-29 | 1 | -0/+20 |
|
|
* | [3.13] GH-119169: Implement `pathlib.Path.walk()` using `os.walk()` (GH-11957... | Miss Islington (bot) | 2024-05-29 | 3 | -39/+34 |
|
|
* | [3.13] GH-89727: Partially fix `shutil.rmtree()` recursion error on deep tree... | Miss Islington (bot) | 2024-05-29 | 3 | -28/+30 |
|
|
* | gh-119070: Fix py.exe handling of /usr/bin/env commands missing extension (GH... | Miss Islington (bot) | 2024-05-29 | 1 | -0/+8 |
|
|
* | [3.13] gh-119555: catch SyntaxError from compile() in the InteractiveColoredC... | Miss Islington (bot) | 2024-05-29 | 2 | -1/+9 |
|
|
* | [3.13] gh-119443: Turn off from __future__ import annotations in REPL (GH-119... | Miss Islington (bot) | 2024-05-29 | 2 | -1/+10 |
|
|
* | [3.13] gh-119011: `type.__type_params__` now return an empty tuple (GH-119296... | Miss Islington (bot) | 2024-05-28 | 2 | -0/+13 |
|
|
* | [3.13] gh-119311: Fix name mangling with PEP 695 generic classes (#119464) (#... | Jelle Zijlstra | 2024-05-28 | 2 | -1/+96 |
|
|
* | [3.13] gh-119581: Add a test of InitVar with name shadowing (GH-119582) (#119... | Miss Islington (bot) | 2024-05-28 | 1 | -0/+23 |
|
|
* | [3.13] Clarify base64.a85encode docs: *wrapcols* doesn't count the newline (G... | Miss Islington (bot) | 2024-05-28 | 1 | -1/+1 |
|
|
* | [3.13] Re-order imports to align with zipp 3.18.2 (GH-119587) (#119589) | Miss Islington (bot) | 2024-05-28 | 2 | -3/+3 |
|
|
* | [3.13] gh-116860: Remove outdated `test_parserhack` from `test_future` (GH-11... | Miss Islington (bot) | 2024-05-28 | 1 | -20/+0 |
|
|
* | [3.13] gh-117398: Revert gh-119636, Add multiphase support to _datetime (#119... | Eric Snow | 2024-05-28 | 1 | -21/+0 |
|
|
* | [3.13] gh-117398: Add multiphase support to _datetime (gh-119373) (gh-119636) | Miss Islington (bot) | 2024-05-27 | 1 | -0/+21 |
|
|
* | [3.13] gh-119584: Fix test_import Failed Assertion (gh-119623) (gh-119633) | Miss Islington (bot) | 2024-05-27 | 1 | -0/+3 |
|
|
* | [3.13] gh-119560: Drop an Invalid Assert in PyState_FindModule() (gh-119561) ... | Miss Islington (bot) | 2024-05-27 | 1 | -0/+7 |
|
|
* | [3.13] gh-99180: Make `StackSummary.should_show_carets` private (GH-119554) (... | Miss Islington (bot) | 2024-05-25 | 1 | -2/+2 |
|
|
* | gh-118263: Add additional arguments to path_t (Argument Clinic type) in posix... | Miss Islington (bot) | 2024-05-24 | 4 | -74/+26 |
|
|
* | [3.13] GH-119496: accept UTF-8 BOM in .pth files (GH-119508) | Miss Islington (bot) | 2024-05-24 | 1 | -1/+3 |
|
|
* | [3.13] gh-118692: Avoid creating unnecessary StopIteration instances for moni... | Miss Islington (bot) | 2024-05-24 | 1 | -5/+26 |
|
|
* | [3.13] gh-119461: Fix ThreadedVSOCKSocketStreamTest (#119465) (#119479) | Victor Stinner | 2024-05-23 | 1 | -4/+6 |
|
|
* | [3.13] gh-118727: Don't drop the GIL in `drop_gil()` unless the current threa... | Miss Islington (bot) | 2024-05-23 | 1 | -4/+1 |
|
|
* | [3.13] gh-119469: Fix _pyrepl reference leaks (GH-119470) (#119471) | Miss Islington (bot) | 2024-05-23 | 2 | -12/+30 |
|
|