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
/
Doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-104992: [What's New in 3.11] Document unittest.TestProgram.usageExit's dep...
Hugo van Kemenade
2023-05-27
1
-0/+4
*
GH-101588: Deprecate pickle/copy/deepcopy support in itertools (GH-104965)
Raymond Hettinger
2023-05-26
1
-0/+6
*
gh-103921: Document PEP 695 (#104642)
Jelle Zijlstra
2023-05-26
10
-252/+1169
*
gh-104984: remove kwargs and starargs from Call & ClassDef (#104986)
Shaygan Hooshyari
2023-05-26
1
-6/+3
*
gh-104804: Remove webbrowser.MacOSX class, deprecated in Python 3.11 (#104816)
Hugo van Kemenade
2023-05-26
3
-26/+32
*
gh-104773: PEP 594: Remove the imghdr module (#104777)
Victor Stinner
2023-05-26
7
-91/+13
*
gh-104799: Move location of type_params AST fields (#104828)
Jelle Zijlstra
2023-05-26
1
-6/+6
*
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
1
-0/+7
*
gh-104876: Remove deprecated turtle.RawTurtle.settiltangle (#104877)
Hugo van Kemenade
2023-05-26
3
-28/+7
*
gh-104786: Remove kwargs-based TypedDict creation (#104891)
Tomas R
2023-05-25
2
-16/+11
*
gh-104372: Drop the GIL around the vfork() call. (#104782)
Gregory P. Smith
2023-05-25
1
-5/+8
*
gh-104773: PEP 594: Remove the chunk module (#104868)
Victor Stinner
2023-05-25
7
-147/+6
*
gh-104773: PEP 594: Remove the audioop module (#104937)
Victor Stinner
2023-05-25
10
-326/+12
*
gh-104773: PEP 594: Remove the aifc module (#104933)
Victor Stinner
2023-05-25
10
-259/+13
*
gh-104773: PEP 594: Remove the uu module (#104932)
Victor Stinner
2023-05-25
8
-82/+9
*
gh-104773: PEP 594: Remove the crypt module (#104908)
Victor Stinner
2023-05-25
12
-196/+26
*
Fix indentation in `json.AttrDict` REPL example (#104930)
Alex Waygood
2023-05-25
1
-8/+8
*
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
9
-572/+8
*
gh-104874: Document NewType.__supertype__ (#104875)
Jelle Zijlstra
2023-05-24
1
-0/+12
*
gh-104773: PEP 594: Remove the xdrlib module (#104900)
Victor Stinner
2023-05-24
8
-292/+6
*
gh-104773: PEP 594: Remove the nis module (#104897)
Victor Stinner
2023-05-24
6
-78/+8
*
gh-104835: Remove unittest's deprecated getTestCaseNames, makeSuite, findTest...
Hugo van Kemenade
2023-05-24
1
-0/+14
*
gh-104773: PEP 594: Remove the nntplib module (#104894)
Victor Stinner
2023-05-24
15
-609/+23
*
gh-104773: PEP 594: Remove the spwd module (#104871)
Victor Stinner
2023-05-24
9
-97/+10
*
gh-104773: PEP 594: Remove the mailcap module (#104867)
Victor Stinner
2023-05-24
5
-97/+6
*
RtD docs previews: Cancel building PRs if no changes in Doc dir (#104100)
Hugo van Kemenade
2023-05-24
1
-1/+1
*
gh-104773: PEP 594: Remove the sunau module (#104863)
Victor Stinner
2023-05-24
8
-284/+11
*
gh-102856: Update "Formatted string literals" docs section after PEP701 (#104...
Lysandros Nikolaou
2023-05-24
1
-17/+35
*
gh-104773: PEP 594: Remove the ossaudiodev module (#104862)
Victor Stinner
2023-05-24
8
-459/+8
*
gh-104773: PEP 594: Remove the pipes module (#104848)
Victor Stinner
2023-05-24
6
-107/+7
*
gh-102856: Add missing quote to fix doctest (#104852)
Hugo van Kemenade
2023-05-24
1
-1/+1
*
gh-102856: Add changes related to PEP 701 in 3.12 What's New docs (#104824)
Marta Gómez Macías
2023-05-24
1
-16/+135
*
gh-104773: PEP 594: Remove the sndhdr module (#104774)
Victor Stinner
2023-05-24
5
-107/+8
*
gh-104773: PEP 594: Remove cgi and cgitb modules (#104775)
Victor Stinner
2023-05-24
15
-675/+49
*
GH-83863: Drop support for using `pathlib.Path` objects as context managers (...
Barney Gale
2023-05-23
1
-0/+3
*
gh-104770: Let generator.close() return value (#104771)
Nicolas Tessore
2023-05-23
1
-6/+13
*
gh-102120: [TarFile] Add an iter function that doesn't cache (GH-102128)
Robert O'Shea
2023-05-23
1
-1/+6
*
gh-104780: Remove 2to3 program and lib2to3 module (#104781)
Victor Stinner
2023-05-23
9
-507/+9
*
gh-92871: Remove typing.{io,re} namespaces (#92873)
Sebastian Rittau
2023-05-23
2
-11/+3
*
gh-104773: PEP 594: Remove the telnetlib module (#104778)
Victor Stinner
2023-05-23
8
-268/+8
*
Fix whatsnew for 3.13. (GH-104756)
Ned Deily
2023-05-22
2
-0/+1
*
GH-104668: Don't call PyOS_* hooks in subinterpreters (GH-104674)
Brandt Bucher
2023-05-22
2
-0/+17
*
Merge branch 'main' of https://github.com/python/cpython into main
Thomas Wouters
2023-05-22
1
-7/+0
|
\
|
*
howto/urllib2: remove link to an outdated french translation (GH-104193)
Mathieu Dupuy
2023-05-22
1
-7/+0
*
|
Python 3.13.0a0
Thomas Wouters
2023-05-22
2
-5/+137
*
|
Python 3.12.0b1
v3.12.0b1
Thomas Wouters
2023-05-22
1
-1/+1
|
/
*
gh-101282: Apply BOLT optimizations to libpython for shared builds (#104709)
Gregory Szorc
2023-05-22
1
-0/+7
[next]