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
...
*
gh-105071: add PyUnstable_Exc_PrepReraiseStar to expose except* implementatio...
Irit Katriel
2023-05-30
7
-1/+196
*
gh-105084: Tests: Use setuptools+wheel from sysconfig.get_config_var('WHEEL_P...
Miro Hrončok
2023-05-30
2
-2/+25
*
gh-88745: Add _winapi.CopyFile2 and update shutil.copy2 to use it (GH-105055)
Steve Dower
2023-05-30
8
-1/+210
*
gh-102251: Fix reference leak in _testsinglephase initialization (#105082)
sunmy2019
2023-05-30
1
-1/+3
*
gh-83403: Test `parent` param in `Mock.__init__` (#103630)
Nikita Sobolev
2023-05-30
1
-0/+8
*
gh-105077: Fix test_tkinter refleak checking (GH-105078)
Zachary Ware
2023-05-30
1
-5/+10
*
GH-104898: Revert pathlib os.PathLike registration change. (GH-105073)
Barney Gale
2023-05-29
1
-1/+5
*
GH-89455: Add missing attributes (added in 3.11) to traceback module docs (#1...
Jakub Kuczys
2023-05-29
3
-1/+23
*
gh-103646: Remove --include-pip-user from default APPX package build (GH-105064)
Steve Dower
2023-05-29
2
-1/+5
*
GH-77609: Add follow_symlinks argument to `pathlib.Path.glob()` (GH-102616)
Barney Gale
2023-05-29
5
-21/+130
*
gh-97908: CAPI docs: Remove repeated struct names from member docs (GH-100054)
Petr Viktorin
2023-05-29
2
-8/+23
*
gh-104803: Implement ntpath.isdevdrive for checking whether a path is on a Wi...
Steve Dower
2023-05-29
6
-1/+216
*
Fix compiler warning in unicodeobject.c (#105050)
Inada Naoki
2023-05-29
1
-1/+1
*
Document PEP 698 and other new typing features in What's New (#104957)
Jelle Zijlstra
2023-05-28
1
-6/+37
*
Convert `doc.yml` workflow to be reusable (#103914)
Sviatoslav Sydorenko
2023-05-28
2
-25/+25
*
gh-105017: Include CRLF lines in strings and column numbers (#105030)
Marta Gómez Macías
2023-05-28
6
-26/+74
*
gh-104992: [What's New in 3.12] Document unittest.TestProgram.usageExit's dep...
Hugo van Kemenade
2023-05-28
1
-1/+2
*
gh-105013: Fix inspect.getsource with parenthesized multiline lambdas (#105021)
Pablo Galindo Salgado
2023-05-27
4
-0/+43
*
gh-104992: Remove deprecated unittest.TestProgram.usageExit (#104993)
Hugo van Kemenade
2023-05-27
4
-11/+8
*
gh-104497: Make tkinter test pass with tk 8.7 (#104789)
Terry Jan Reedy
2023-05-27
1
-1/+4
*
gh-75552: Remove deprecated tkinter.tix module (GH-104902)
Zachary Ware
2023-05-27
22
-2719/+18
*
gh-105017: Fix including additional NL token when using CRLF (#105022)
Marta Gómez Macías
2023-05-27
3
-1/+10
*
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
[prev]
[next]