index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.13] gh-119189: Add yet more tests for mixed Fraction arithmetic (GH-119298...
Miss Islington (bot)
2024-05-22
1
-3/+32
*
[3.13] gh-118877: Fix AssertionError crash in pyrepl (GH-118936) (#119363)
Miss Islington (bot)
2024-05-22
2
-4/+25
*
gh-118507 : Refactor `nt._path_is*` to improve applicability for other cases ...
Miss Islington (bot)
2024-05-22
3
-24/+38
*
[3.13] gh-119102: Fix REPL for dumb terminal (GH-119332) (#119359)
Miss Islington (bot)
2024-05-22
1
-1/+6
*
[3.13] gh-119035: Add Ctrl+← and Ctrl+→ word-skipping keybindings to new ...
Miss Islington (bot)
2024-05-21
2
-3/+8
*
[3.13] gh-110383: Document `socket.makefile()` accepts combined modes (GH-119...
Miss Islington (bot)
2024-05-21
1
-1/+2
*
[3.13] gh-119102: Fix REPL for dumb terminal (GH-119269) (#119308)
Miss Islington (bot)
2024-05-21
1
-1/+2
*
[3.13] gh-74929: PEP 667 general docs update (gh-119291)
Miss Islington (bot)
2024-05-21
2
-7/+10
*
[3.13] gh-119174: Fix high DPI causes turtledemo(turtle-graphics examples) wi...
Miss Islington (bot)
2024-05-21
4
-11/+23
*
[3.13] gh-119050: Add XML support to libregrtest refleak checker (GH-119148) ...
Miss Islington (bot)
2024-05-20
4
-25/+37
*
[3.13] gh-119253: use ImportError in _ios_support (GH-119254) (#119265)
Miss Islington (bot)
2024-05-20
1
-2/+2
*
[3.13] gh-119189: Add more tests for mixed Fraction arithmetic (GH-119236) (G...
Miss Islington (bot)
2024-05-20
1
-0/+263
*
[3.13] gh-118760: Restore the default value of tkinter.wantobjects to 1 (GH-1...
Miss Islington (bot)
2024-05-20
1
-1/+1
*
[3.13] gh-92081: Fix for email.generator.Generator with whitespace between en...
Miss Islington (bot)
2024-05-20
3
-8/+78
*
[3.13] gh-119185: Fix typo in `_pyrepl.pager`: `tempfilepager` should be `tem...
Miss Islington (bot)
2024-05-20
1
-1/+1
*
[3.13] gh-119121: Fix and test `async.staggered.staggered_race` (GH-119173) (...
Miss Islington (bot)
2024-05-20
2
-2/+98
*
[3.13] IDLE: fix url in config.py comment (GH-119198) (#119199)
Miss Islington (bot)
2024-05-20
1
-1/+1
*
[3.13] GH-119113: Raise `TypeError` from `pathlib.PurePath.with_suffix(None)`...
Miss Islington (bot)
2024-05-19
2
-7/+7
*
[3.13] GH-118447: Fix FreeBSD test failures. (GH-119170) (#119181)
Miss Islington (bot)
2024-05-19
1
-0/+1
*
[3.13] GH-118447: Fix handling of unreadable symlinks in `os.path.realpath()`...
Miss Islington (bot)
2024-05-18
2
-13/+30
*
[3.13] gh-119050: Add type hints to libregrtest/results.py (GH-119144) (#119156)
Miss Islington (bot)
2024-05-18
1
-6/+6
*
[3.13] gh-119132: Update sys.version to identify free-threaded or not. (gh-11...
Miss Islington (bot)
2024-05-18
1
-9/+15
*
[3.13] gh-119132: Log sys._is_gil_enabled() in test.pythoninfo (GH-119140) (#...
Miss Islington (bot)
2024-05-18
1
-3/+7
*
[3.13] gh-119049: Fix incorrect display of warning which is constructed by C ...
Miss Islington (bot)
2024-05-17
1
-1/+43
*
[3.13] Add Tkinter tests for different events (GH-118778) (GH-119091)
Miss Islington (bot)
2024-05-16
1
-0/+278
*
[3.13] gh-119064: Use os_helper.FakePath instead of pathlib.Path in tests (GH...
Miss Islington (bot)
2024-05-16
19
-127/+115
*
[3.13] gh-118760: Fix errors in calling Tkinter bindings on Windows (GH-11878...
Miss Islington (bot)
2024-05-15
1
-0/+3
*
[3.13] Remove references to private symbols from zipimport module docstring (...
Miss Islington (bot)
2024-05-15
1
-3/+1
*
gh-118486: Simplify test_win32_mkdir_700 to check the exact ACL (GH-119056)
Miss Islington (bot)
2024-05-15
1
-15/+8
*
[3.13] typing tests: remove some unnecessary uses of `exec()` (GH-119005) (#1...
Miss Islington (bot)
2024-05-14
1
-19/+9
*
[3.13] Add yet few cases for urlparse/urlunparse roundtrip tests (GH-119031) ...
Miss Islington (bot)
2024-05-14
1
-0/+17
*
[3.13] gh-67693: Fix urlunparse() and urlunsplit() for URIs with path startin...
Miss Islington (bot)
2024-05-14
2
-4/+68
*
[3.13] gh-58933: Make pdb return to caller frame correctly when f_trace is no...
Miss Islington (bot)
2024-05-13
2
-7/+61
*
[3.13] gh-87106: Fix inspect.signature.bind() handling of positional-only arg...
Miss Islington (bot)
2024-05-13
2
-17/+36
*
[3.13] GH-118844: Fix build failures when combining --disable-gil with --enab...
Miss Islington (bot)
2024-05-13
1
-1/+1
*
[3.13] gh-118899: Add tests for `NotImplemented` attribute access (GH-118902)...
Miss Islington (bot)
2024-05-12
1
-0/+18
*
[3.13] gh-117655: Prevent `test_strptime` from raising a DeprecationWarning (...
Miss Islington (bot)
2024-05-11
2
-14/+20
*
[3.13] gh-118921: Add `copy()` method for `FrameLocalsProxy` (GH-118923) (#11...
Miss Islington (bot)
2024-05-10
1
-3/+9
*
[3.13] gh-118846: Fix free-threading test failures when run sequentially (GH-...
Miss Islington (bot)
2024-05-10
8
-6/+35
*
[3.13] Rename typing._collect_parameters (GH-118900) (#118917)
Miss Islington (bot)
2024-05-10
2
-8/+29
*
[3.13] gh-118895: Call PyType_Ready() on typing.NoDefault (GH-118897) (#118914)
Miss Islington (bot)
2024-05-10
1
-2/+21
*
gh-118209: Add Windows structured exception handling to mmap module (GH-118213)
Miss Islington (bot)
2024-05-10
1
-0/+77
*
[3.13] gh-118851: Default ctx arguments to AST constructors to Load() (GH-118...
Miss Islington (bot)
2024-05-09
1
-0/+17
*
[3.13] gh-118846: Fix PGO tests in free-threaded build (GH-118862) (#118867)
Miss Islington (bot)
2024-05-09
2
-2/+4
*
[3.13] gh-118817: Fix `asyncio REPL` on Windows (GH-118819) (#118847)
Miss Islington (bot)
2024-05-09
2
-4/+8
*
gh-118802: Fix ACL use in test for non-English Windows (GH-118831)
Miss Islington (bot)
2024-05-09
1
-3/+2
*
[3.13] gh-103956: Fix `trace` output in case of missing source line (GH-10395...
Miss Islington (bot)
2024-05-09
2
-4/+37
*
[3.13] gh-118033: Fix `__weakref__` not set for generic dataclasses (GH-11809...
Miss Islington (bot)
2024-05-09
2
-3/+116
*
[3.13] [tests]: Mark ``test_statistics.test_kde_random`` with a ``requires_re...
Miss Islington (bot)
2024-05-09
1
-0/+1
*
[3.13] gh-118772: Allow TypeVars without a default to follow those with a def...
Miss Islington (bot)
2024-05-08
2
-10/+32
[next]