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-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
*
[3.12] gh-117389: Fix `test_compileall.EncodingTest` (GH-117390) (#118603)
Miss Islington (bot)
2024-05-05
1
-8/+14
*
[3.12] gh-118476: Fix corner cases in islice() rough equivalent. (Gh-118559) ...
Miss Islington (bot)
2024-05-05
1
-18/+11
*
[3.12] gh-118455: Fix mangle_from_ default value in email.policy.Policy.__doc...
Miss Islington (bot)
2024-05-05
1
-1/+1
*
[3.12] gh-118164: str(10**10000) hangs if the C _decimal module is missing (G...
Miss Islington (bot)
2024-05-05
3
-5/+40
*
[3.12] gh-118569: Add a test for dynamic PEP695 classes (GH-118570) (#118574)
Miss Islington (bot)
2024-05-04
1
-0/+25
*
[3.12] Minor improvements to the itertools recipes (GH-118563) (#118565)
Miss Islington (bot)
2024-05-03
1
-24/+12
*
[3.12] docs: clarify csv.DictReader's treatment of the first data row (GH-118...
Miss Islington (bot)
2024-05-03
1
-2/+4
*
[3.12] gh-118513: Fix sibling comprehensions with a name bound in one and glo...
Miss Islington (bot)
2024-05-03
3
-39/+57
*
[3.12] gh-117492: Clarify documentation of `typing.Never` (GH-117678) (#118547)
Miss Islington (bot)
2024-05-03
1
-24/+22
*
[3.12] gh-90848: Fixed create_autospec ignoring configure_mock style kwargs (...
Miss Islington (bot)
2024-05-02
3
-8/+26
*
[3.12] gh-118272: Clear generator frame's locals when the generator is closed...
Irit Katriel
2024-05-02
5
-5/+39
*
[3.12] gh-117903: Clarify that the staticmethod descriptor is callable (GH-11...
Miss Islington (bot)
2024-05-02
1
-2/+3
*
[3.12] GH-117881: fix athrow().throw()/asend().throw() concurrent access (GH-...
Thomas Grainger
2024-05-02
3
-0/+186
*
[3.12] Uncomment one grammar test (GH-118361) (#118385)
Miss Islington (bot)
2024-05-02
1
-1/+1
*
[3.12] docs: typo: tiny grammar change: "pointed by" -> "pointed to by" (GH-1...
Jelle Zijlstra
2024-05-02
4
-6/+6
*
[3.12] gh-116767: fix crash on 'async with' with many context managers (GH-11...
Irit Katriel
2024-05-01
4
-7/+50
*
gh-116122: Add SBOM generation to PCbuild/build.bat (GH-116138)
Seth Michael Larson
2024-05-01
2
-5/+31
*
[3.12] gh-118418: Use a default value for `type_params` in `typing._eval_type...
Miss Islington (bot)
2024-04-30
1
-2/+2
*
[3.12] gh-117860: Add tests for resolving names when import rebind names (GH-...
Miss Islington (bot)
2024-04-30
8
-0/+149
*
[3.12] gh-118404: Fix inspect.signature() for non-comparable callables (GH-11...
Miss Islington (bot)
2024-04-30
3
-2/+15
*
[3.12] gh-85453: Consistent backquotes on None occurences across datetime.rst...
Miss Islington (bot)
2024-04-30
1
-1/+1
*
gh-118347: Fix Windows installer not updating launcher (GH-118386)
Miss Islington (bot)
2024-04-29
3
-6/+7
*
[3.12] gh-118359: Improve docs for Bdb.user_call (GH-118368) (#118410)
Miss Islington (bot)
2024-04-29
1
-0/+3
*
[3.12] gh-118401: Docs: Use Sphinx short options (GH-118403) (#118407)
Miss Islington (bot)
2024-04-29
1
-1/+1
[prev]
[next]