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
*
Fix indentation in Parser/tokenizer.c (#105012)
Petr Vaněk
2023-05-27
1
-1/+1
*
CI: Precompute hash for config cache key in check_source job (#105008)
Itamar Ostricher
2023-05-27
1
-6/+11
*
gh-104992: [What's New in 3.11] Document unittest.TestProgram.usageExit's dep...
Hugo van Kemenade
2023-05-27
1
-0/+4
*
gh-104839: Prevent test_venv AddressSanitizer spam (#105005)
Gregory P. Smith
2023-05-27
1
-9/+8
*
gh-104976: Ensure trailing dedent tokens are emitted as the previous tokenize...
Pablo Galindo Salgado
2023-05-26
4
-15/+34
*
GH-101588: Deprecate pickle/copy/deepcopy support in itertools (GH-104965)
Raymond Hettinger
2023-05-26
4
-3/+97
*
GH-103631: Fix `PurePosixPath(PureWindowsPath(...))` separator handling (GH-1...
Barney Gale
2023-05-26
3
-0/+11
*
GH-104947: Make pathlib.PureWindowsPath comparisons consistent across platfor...
Barney Gale
2023-05-26
3
-1/+7
*
gh-103921: Document PEP 695 (#104642)
Jelle Zijlstra
2023-05-26
11
-302/+1234
*
gh-104983: Fix test_peg_generator (#104985)
Lysandros Nikolaou
2023-05-26
1
-71/+72
*
gh-104984: remove kwargs and starargs from Call & ClassDef (#104986)
Shaygan Hooshyari
2023-05-26
1
-6/+3
*
gh-104972: Ensure that line attributes in tokens in the tokenize module are c...
Pablo Galindo Salgado
2023-05-26
4
-9/+21
*
Remove raw asserts in test_typing.py (#104951)
Jelle Zijlstra
2023-05-26
1
-22/+30
*
gh-104804: Remove webbrowser.MacOSX class, deprecated in Python 3.11 (#104816)
Hugo van Kemenade
2023-05-26
6
-79/+37
*
gh-100238: Use setuptools in peg-generator and reenable tests (#104798)
Lysandros Nikolaou
2023-05-26
6
-102/+163
*
gh-104773: PEP 594: Remove the imghdr module (#104777)
Victor Stinner
2023-05-26
28
-425/+21
*
gh-104799: Move location of type_params AST fields (#104828)
Jelle Zijlstra
2023-05-26
9
-266/+297
*
gh-104955: Fix __release_buffer__ signature (#104956)
Jelle Zijlstra
2023-05-26
3
-1/+8
*
gh-104924: Fix `read()able` in `http.client` log messages (gh-104926)
Oleg Iarygin
2023-05-26
1
-2/+2
*
GH-89091: raise `RuntimeWarning` for unawaited async generator methods (#104611)
Kumar Aditya
2023-05-26
9
-2/+96
*
gh-104943: Remove mentions of old Python versions (#104945)
Tomas R
2023-05-26
2
-4/+2
*
gh-104479: Update outdated tutorial floating-point reference (#104681)
Mark Dickinson
2023-05-26
1
-10/+13
*
gh-104886: Remove deprecated configparser.LegacyInterpolation (#104887)
Hugo van Kemenade
2023-05-26
5
-91/+12
*
gh-102024: Reduced _idle_semaphore.release calls (#102025)
Andrii Kuzmin
2023-05-26
2
-8/+12
*
GH-104787: use managed dict in `_asyncio` (#104795)
Kumar Aditya
2023-05-26
1
-9/+5
*
gh-104876: Remove deprecated turtle.RawTurtle.settiltangle (#104877)
Hugo van Kemenade
2023-05-26
6
-60/+12
*
Fix typo in the tokenizer (#104950)
Stepfen Shawn
2023-05-26
1
-1/+1
*
GH-104898: Add __slots__ to os.PathLike (GH-104899)
Barney Gale
2023-05-25
4
-5/+10
*
gh-104786: Remove kwargs-based TypedDict creation (#104891)
Tomas R
2023-05-25
5
-63/+17
*
gh-104372: Drop the GIL around the vfork() call. (#104782)
Gregory P. Smith
2023-05-25
3
-6/+31
*
Fix umask test failures under Codespaces (#104913)
Brett Cannon
2023-05-25
2
-7/+14
*
gh-104935: typing: Fix interactions between `@runtime_checkable` and `Generic...
Jelle Zijlstra
2023-05-25
3
-3/+48
*
gh-104773: PEP 594: Remove the chunk module (#104868)
Victor Stinner
2023-05-25
10
-321/+8
*
gh-104773: PEP 594: Remove the audioop module (#104937)
Victor Stinner
2023-05-25
24
-4255/+14
*
gh-104773: PEP 594: Remove the aifc module (#104933)
Victor Stinner
2023-05-25
25
-1688/+20
*
gh-84976: Add back UTC to datetime.__all__ (#104920)
Shantanu
2023-05-25
1
-1/+1
*
Improves the Windows MSI test run on PR (GH-104929)
Steve Dower
2023-05-25
2
-35/+27
*
gh-104773: PEP 594: Remove the uu module (#104932)
Victor Stinner
2023-05-25
14
-589/+12
*
gh-104773: PEP 594: Remove the crypt module (#104908)
Victor Stinner
2023-05-25
28
-991/+35
*
Fix indentation in `json.AttrDict` REPL example (#104930)
Alex Waygood
2023-05-25
1
-8/+8
*
CI: Cache config.cache across runs to speed up build (#104800)
Hugo van Kemenade
2023-05-25
1
-6/+45
*
Misc improvements to the itertools docs (GH-104916)
Raymond Hettinger
2023-05-25
1
-7/+24
*
Misc updates to Whatsnew 3.12 (#104912)
Raymond Hettinger
2023-05-25
2
-3/+36
*
gh-104773: Remove the msilib package (GH-104911)
Zachary Ware
2023-05-25
31
-4650/+22
*
gh-104874: Document NewType.__supertype__ (#104875)
Jelle Zijlstra
2023-05-24
2
-0/+14
*
gh-104773: Fix PY_STDLIB_MOD_SET_NA() on macOS (#104901)
Victor Stinner
2023-05-24
2
-0/+4
*
gh-104820: Fixes os.stat on Windows to better handle file systems that do not...
Steve Dower
2023-05-24
3
-5/+12
*
gh-104773: PEP 594: Remove the xdrlib module (#104900)
Victor Stinner
2023-05-24
13
-615/+8
*
gh-104773: PEP 594: Remove the nis module (#104897)
Victor Stinner
2023-05-24
21
-1023/+13
*
gh-104835: Remove unittest's deprecated getTestCaseNames, makeSuite, findTest...
Hugo van Kemenade
2023-05-24
7
-88/+30
[next]