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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-104992: Remove deprecated unittest.TestProgram.usageExit (#104993)
Hugo van Kemenade
2023-05-27
2
-1/+3
*
gh-75552: Remove deprecated tkinter.tix module (GH-104902)
Zachary Ware
2023-05-27
1
-0/+1
*
gh-105017: Fix including additional NL token when using CRLF (#105022)
Marta Gómez Macías
2023-05-27
1
-0/+1
*
gh-104976: Ensure trailing dedent tokens are emitted as the previous tokenize...
Pablo Galindo Salgado
2023-05-26
1
-0/+3
*
GH-101588: Deprecate pickle/copy/deepcopy support in itertools (GH-104965)
Raymond Hettinger
2023-05-26
1
-0/+1
*
GH-103631: Fix `PurePosixPath(PureWindowsPath(...))` separator handling (GH-1...
Barney Gale
2023-05-26
1
-0/+2
*
GH-104947: Make pathlib.PureWindowsPath comparisons consistent across platfor...
Barney Gale
2023-05-26
1
-0/+2
*
gh-104972: Ensure that line attributes in tokens in the tokenize module are c...
Pablo Galindo Salgado
2023-05-26
1
-0/+2
*
gh-104804: Remove webbrowser.MacOSX class, deprecated in Python 3.11 (#104816)
Hugo van Kemenade
2023-05-26
2
-2/+4
*
gh-104773: PEP 594: Remove the imghdr module (#104777)
Victor Stinner
2023-05-26
1
-0/+2
*
gh-104799: Move location of type_params AST fields (#104828)
Jelle Zijlstra
2023-05-26
1
-0/+4
*
gh-104955: Fix __release_buffer__ signature (#104956)
Jelle Zijlstra
2023-05-26
1
-0/+2
*
GH-89091: raise `RuntimeWarning` for unawaited async generator methods (#104611)
Kumar Aditya
2023-05-26
1
-0/+1
*
gh-104943: Remove mentions of old Python versions (#104945)
Tomas R
2023-05-26
1
-0/+1
*
gh-104886: Remove deprecated configparser.LegacyInterpolation (#104887)
Hugo van Kemenade
2023-05-26
2
-1/+4
*
gh-102024: Reduced _idle_semaphore.release calls (#102025)
Andrii Kuzmin
2023-05-26
1
-0/+1
*
gh-104876: Remove deprecated turtle.RawTurtle.settiltangle (#104877)
Hugo van Kemenade
2023-05-26
2
-1/+4
*
GH-104898: Add __slots__ to os.PathLike (GH-104899)
Barney Gale
2023-05-25
1
-0/+1
*
gh-104786: Remove kwargs-based TypedDict creation (#104891)
Tomas R
2023-05-25
1
-0/+1
*
gh-104372: Drop the GIL around the vfork() call. (#104782)
Gregory P. Smith
2023-05-25
1
-0/+5
*
gh-104935: typing: Fix interactions between `@runtime_checkable` and `Generic...
Jelle Zijlstra
2023-05-25
1
-0/+3
*
gh-104773: PEP 594: Remove the chunk module (#104868)
Victor Stinner
2023-05-25
1
-0/+2
*
gh-104773: PEP 594: Remove the audioop module (#104937)
Victor Stinner
2023-05-25
1
-0/+2
*
gh-104773: PEP 594: Remove the aifc module (#104933)
Victor Stinner
2023-05-25
3
-2/+4
*
gh-104773: PEP 594: Remove the uu module (#104932)
Victor Stinner
2023-05-25
2
-1/+3
*
gh-104773: PEP 594: Remove the crypt module (#104908)
Victor Stinner
2023-05-25
3
-2/+4
*
gh-104773: Remove the msilib package (GH-104911)
Zachary Ware
2023-05-25
6
-11/+12
*
gh-104874: Document NewType.__supertype__ (#104875)
Jelle Zijlstra
2023-05-24
1
-0/+2
*
gh-104820: Fixes os.stat on Windows to better handle file systems that do not...
Steve Dower
2023-05-24
1
-0/+2
*
gh-104773: PEP 594: Remove the xdrlib module (#104900)
Victor Stinner
2023-05-24
1
-0/+2
*
gh-104773: PEP 594: Remove the nis module (#104897)
Victor Stinner
2023-05-24
2
-1/+3
*
gh-104835: Remove unittest's deprecated getTestCaseNames, makeSuite, findTest...
Hugo van Kemenade
2023-05-24
2
-3/+16
*
gh-104773: PEP 594: Remove the nntplib module (#104894)
Victor Stinner
2023-05-24
4
-6/+8
*
gh-104773: PEP 594: Remove the spwd module (#104871)
Victor Stinner
2023-05-24
2
-1/+4
*
gh-99108: Refresh HACL* (#104808)
Jonathan Protzenko
2023-05-24
1
-0/+2
*
gh-104879: Fix TypeAliasType.__module__ in exec() (#104881)
Jelle Zijlstra
2023-05-24
1
-0/+2
*
gh-104773: PEP 594: Remove the mailcap module (#104867)
Victor Stinner
2023-05-24
2
-1/+3
*
gh-104773: PEP 594: Remove the sunau module (#104863)
Victor Stinner
2023-05-24
3
-2/+4
*
gh-104773: PEP 594: Remove the ossaudiodev module (#104862)
Victor Stinner
2023-05-24
1
-0/+2
*
gh-104773: PEP 594: Remove the pipes module (#104848)
Victor Stinner
2023-05-24
1
-0/+2
*
gh-104825: Remove implicit newline in the line attribute in tokens emitted in...
Pablo Galindo Salgado
2023-05-24
1
-0/+2
*
gh-104773: PEP 594: Remove the sndhdr module (#104774)
Victor Stinner
2023-05-24
1
-0/+2
*
gh-104773: PEP 594: Remove cgi and cgitb modules (#104775)
Victor Stinner
2023-05-24
2
-1/+3
*
gh-104719: IDLE - test existence of all tokenize references. (#104767)
Terry Jan Reedy
2023-05-24
1
-0/+2
*
gh-104797: Allow Protocols to inherit from collections.abc.Buffer (#104827)
Jelle Zijlstra
2023-05-24
1
-0/+2
*
gh-85934: Use getattr_static when adding mock spec (#22209)
melanie witt
2023-05-23
1
-0/+2
*
GH-83863: Drop support for using `pathlib.Path` objects as context managers (...
Barney Gale
2023-05-23
1
-0/+4
*
gh-104770: Let generator.close() return value (#104771)
Nicolas Tessore
2023-05-23
1
-0/+2
*
gh-102120: [TarFile] Add an iter function that doesn't cache (GH-102128)
Robert O'Shea
2023-05-23
1
-0/+2
*
Remove gh-103207 changelog item as it was never part of any release. (GH-104814)
Ned Deily
2023-05-23
1
-10/+0
[next]