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-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
*
gh-104780: Remove 2to3 program and lib2to3 module (#104781)
Victor Stinner
2023-05-23
5
-5/+7
*
gh-81005: Refactor str tests to reflect that str and unicode are merged in Py...
Daniel Fortunov
2023-05-23
1
-0/+2
*
gh-92871: Remove typing.{io,re} namespaces (#92873)
Sebastian Rittau
2023-05-23
1
-0/+2
*
gh-104773: PEP 594: Remove the telnetlib module (#104778)
Victor Stinner
2023-05-23
2
-1/+3
*
gh-99108: Release the GIL around hashlib built-in computation (#104675)
Gregory P. Smith
2023-05-23
1
-0/+3
*
GH-104668: Don't call PyOS_* hooks in subinterpreters (GH-104674)
Brandt Bucher
2023-05-22
1
-0/+5
*
Python 3.12.0b1
v3.12.0b1
Thomas Wouters
2023-05-22
228
-536/+2412
*
gh-101282: Apply BOLT optimizations to libpython for shared builds (#104709)
Gregory Szorc
2023-05-22
1
-0/+4
*
gh-94473: Flatten arguments in tkinter.Canvas.coords() (GH-98479)
Serhiy Storchaka
2023-05-22
1
-0/+3
*
gh-99834: Update macOS installer to Tcl/Tk 8.6.13. (GH-104738)
Ned Deily
2023-05-22
1
-0/+1
*
gh-104656: Rename typeparams AST node to type_params (#104657)
Jelle Zijlstra
2023-05-22
1
-1/+1
*
gh-104536: Improve `multiprocessing.process._cleanup` logic (#104537)
Luccccifer
2023-05-22
1
-0/+3
[next]