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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[3.12] gh-112844: Update CPE references for external dependencies (GH-118521)...
Miss Islington (bot)
2024-05-20
1
-1/+15
*
[3.12] DOCS: Suggest always calling exec with a globals argument and no local...
Miss Islington (bot)
2024-05-20
1
-3/+7
*
[3.12] IDLE: fix url in config.py comment (GH-119198) (#119200)
Miss Islington (bot)
2024-05-20
1
-1/+1
*
[3.12] marshal docs: Remove reference to "Sun" (GH-119161) (#119168)
Miss Islington (bot)
2024-05-19
1
-1/+1
*
[3.12] gh-119050: Add type hints to libregrtest/results.py (GH-119144) (#119157)
Miss Islington (bot)
2024-05-18
1
-6/+6
*
[3.12] gh-118997: Fix _Py_ClearImmortal() assertion (#119001)
Victor Stinner
2024-05-18
2
-1/+5
*
[3.12] gh-119078: Clarify venv tutorial (GH-119129) (GH-119141)
Miss Islington (bot)
2024-05-18
1
-4/+4
*
[3.12] Minor improvements to the docs for itertools.tee() (gh-119135) (gh-119...
Miss Islington (bot)
2024-05-18
1
-10/+11
*
[3.12] Fix typos in documentation (GH-119092) (#119117)
Miss Islington (bot)
2024-05-17
10
-15/+15
*
[3.12] gh-108267: Fix object.__setattr__ regression in dataclasses docs (GH-1...
Miss Islington (bot)
2024-05-16
1
-1/+2
*
[3.12] Add Tkinter tests for different events (GH-118778) (GH-119095)
Serhiy Storchaka
2024-05-16
1
-0/+278
*
[3.12] gh-119064: Use os_helper.FakePath instead of pathlib.Path in tests (GH...
Serhiy Storchaka
2024-05-16
19
-128/+116
*
[3.12] gh-119009: Add gettext target (GH-119006) (#119075)
Miss Islington (bot)
2024-05-15
2
-0/+8
*
gh-118486: Simplify test_win32_mkdir_700 to check the exact ACL (GH-119056)
Miss Islington (bot)
2024-05-15
2
-16/+9
*
[3.12] Misc improvements to the itertools docs (gh-119040) (#119044)
Miss Islington (bot)
2024-05-14
1
-35/+26
*
[3.12] Itertools docs: fix parameter names and indentation in Python equivale...
Miss Islington (bot)
2024-05-14
1
-5/+5
*
[3.12] typing tests: remove some unnecessary uses of `exec()` (GH-119005) (#1...
Miss Islington (bot)
2024-05-14
1
-19/+9
*
[3.12] Add yet few cases for urlparse/urlunparse roundtrip tests (GH-119031) ...
Miss Islington (bot)
2024-05-14
1
-0/+17
*
[3.12] gh-67693: Fix urlunparse() and urlunsplit() for URIs with path startin...
Miss Islington (bot)
2024-05-14
3
-4/+70
*
[3.12] gh-118998: Handle errors correctly in `tmtotuple` in `timemodule` (GH-...
Miss Islington (bot)
2024-05-13
1
-10/+17
*
[3.12] gh-119010: Adds docs about `__type_params__` to `functools.update_wrap...
Miss Islington (bot)
2024-05-13
1
-2/+6
*
[3.12] gh-58933: Make pdb return to caller frame correctly when f_trace is no...
Tian Gao
2024-05-13
3
-8/+67
*
gh-118876: Ensure PC/layout sets ns.temp before using it (GH-118880)
Miss Islington (bot)
2024-05-13
1
-2/+9
*
[3.12] Improve the `rmtree` doc for `dir_fd` param addition in 3.11 (GH-11896...
Miss Islington (bot)
2024-05-13
1
-1/+1
*
[3.12] gh-87106: Fix inspect.signature.bind() handling of positional-only arg...
Miss Islington (bot)
2024-05-13
3
-17/+39
*
[3.12] gh-118899: Add tests for `NotImplemented` attribute access (GH-118902)...
Miss Islington (bot)
2024-05-12
1
-0/+18
*
[3.12] GH-118701: Note that recursive wildcards aren't supported in `PurePath...
Barney Gale
2024-05-11
1
-0/+4
*
[3.12] Correct the argument names for `secrets.choice` and `secrets.randbelow...
Miss Islington (bot)
2024-05-10
1
-3/+3
*
gh-118689: Doc: fix ePub build (GH-118690)
Miss Islington (bot)
2024-05-10
3
-1/+7
*
Fix some missing null checks. (GH-118721)
Miss Islington (bot)
2024-05-10
2
-5/+13
*
gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488)
Steve Dower
2024-05-09
6
-2/+106
*
gh-118802: Fix ACL use in test for non-English Windows (GH-118831)
Miss Islington (bot)
2024-05-09
1
-3/+2
*
[3.12] gh-103956: Fix `trace` output in case of missing source line (GH-10395...
Miss Islington (bot)
2024-05-09
3
-4/+38
*
[3.12] gh-118033: Fix `__weakref__` not set for generic dataclasses (GH-11809...
Miss Islington (bot)
2024-05-09
3
-3/+118
*
[3.12] Format None, True, False and NotImplemented as literals (GH-118758) (G...
Serhiy Storchaka
2024-05-08
33
-75/+76
*
[3.12] docs: module page titles should not start with a link to themselves (G...
Miss Islington (bot)
2024-05-08
220
-443/+440
*
[3.12] Docs: fix typos in documentation (GH-118752) (#118786)
Miss Islington (bot)
2024-05-08
4
-4/+4
*
[3.12] gh-118671: Updated dead ActiveState links (GH-118730) (#118754)
Miss Islington (bot)
2024-05-08
12
-14/+14
*
[3.12] Regen ``Doc/requirements-oldest-sphinx.txt`` (GH-118736) (#118753)
Miss Islington (bot)
2024-05-08
1
-3/+3
*
[3.12] Remove Python 3.5 hardcoded version in the tutorial appendix (GH-11761...
Miss Islington (bot)
2024-05-07
1
-2/+2
*
[3.12] gh-118310: Fix documentation for `enum.Enum.__new__` (GH-118311) (GH-1...
Miss Islington (bot)
2024-05-07
1
-5/+7
*
[3.12] gh-78612: Mark up eval() using param list (GH-115212) (#116044)
Miss Islington (bot)
2024-05-07
1
-5/+15
*
[3.12] gh-118314: Fix padding edge case in binascii.a2b_base64 strict mode (G...
Miss Islington (bot)
2024-05-07
3
-0/+23
*
[3.12] Expand recipe for kernel density estimation to include common tasks. (...
Raymond Hettinger
2024-05-06
1
-10/+46
*
[3.12] gh-71592: Add ability to trace Tcl commands executed by Tkinter (GH-11...
Serhiy Storchaka
2024-05-06
3
-6/+191
*
[3.12] Fix typo in Doc/library/asyncio-task.rst (GH-118627) (#118657)
Miss Islington (bot)
2024-05-06
1
-1/+1
*
[3.12] GH-115577 Clarify netloc term usage in urllib.parse docs (GH-117632) (...
Miss Islington (bot)
2024-05-06
1
-0/+5
*
[3.12] gh-118164: Break a loop between _pydecimal and _pylong and optimize in...
Miss Islington (bot)
2024-05-06
3
-11/+70
*
[3.12] gh-115119: Bump CI to use Ubuntu 22.04 (#118631) (#118634)
Erlend E. Aasland
2024-05-06
2
-4/+4
*
[3.12] gh-78955: Use user-selected color theme for Help => IDLE Doc (GH-9502)...
Miss Islington (bot)
2024-05-06
3
-2/+8
[prev]
[next]