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
/
whatsnew
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-104922: Make `PY_SSIZE_T_CLEAN` not mandatory again (#105051)
Inada Naoki
2023-05-31
1
-0/+7
*
gh-97933: add LOAD_FAST_AND_CLEAR to 3.12 What's New bytecode section (#105126)
Carl Meyer
2023-05-31
1
-0/+3
*
gh-87729: add LOAD_SUPER_ATTR to 3.12 What's New (#105125)
Carl Meyer
2023-05-31
1
-0/+7
*
GH-73435: Implement recursive wildcards in `pathlib.PurePath.match()` (#101398)
Barney Gale
2023-05-30
1
-0/+3
*
GH-77609: Add follow_symlinks argument to `pathlib.Path.glob()` (GH-102616)
Barney Gale
2023-05-29
1
-0/+6
*
Document PEP 698 and other new typing features in What's New (#104957)
Jelle Zijlstra
2023-05-28
1
-6/+37
*
gh-104992: [What's New in 3.12] Document unittest.TestProgram.usageExit's dep...
Hugo van Kemenade
2023-05-28
1
-1/+2
*
gh-104992: Remove deprecated unittest.TestProgram.usageExit (#104993)
Hugo van Kemenade
2023-05-27
1
-0/+5
*
gh-75552: Remove deprecated tkinter.tix module (GH-104902)
Zachary Ware
2023-05-27
3
-2/+6
*
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
1
-2/+73
*
gh-104804: Remove webbrowser.MacOSX class, deprecated in Python 3.11 (#104816)
Hugo van Kemenade
2023-05-26
1
-0/+5
*
gh-104773: PEP 594: Remove the imghdr module (#104777)
Victor Stinner
2023-05-26
4
-3/+11
*
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
2
-3/+6
*
gh-104786: Remove kwargs-based TypedDict creation (#104891)
Tomas R
2023-05-25
1
-0/+3
*
gh-104773: PEP 594: Remove the chunk module (#104868)
Victor Stinner
2023-05-25
4
-3/+6
*
gh-104773: PEP 594: Remove the audioop module (#104937)
Victor Stinner
2023-05-25
6
-9/+12
*
gh-104773: PEP 594: Remove the aifc module (#104933)
Victor Stinner
2023-05-25
6
-9/+12
*
gh-104773: PEP 594: Remove the uu module (#104932)
Victor Stinner
2023-05-25
4
-3/+7
*
gh-104773: PEP 594: Remove the crypt module (#104908)
Victor Stinner
2023-05-25
7
-8/+24
*
Misc updates to Whatsnew 3.12 (#104912)
Raymond Hettinger
2023-05-25
1
-1/+34
*
gh-104773: Remove the msilib package (GH-104911)
Zachary Ware
2023-05-25
6
-5/+8
*
gh-104773: PEP 594: Remove the xdrlib module (#104900)
Victor Stinner
2023-05-24
3
-2/+5
*
gh-104773: PEP 594: Remove the nis module (#104897)
Victor Stinner
2023-05-24
4
-5/+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
10
-15/+20
*
gh-104773: PEP 594: Remove the spwd module (#104871)
Victor Stinner
2023-05-24
5
-4/+9
*
gh-104773: PEP 594: Remove the mailcap module (#104867)
Victor Stinner
2023-05-24
3
-2/+6
*
gh-104773: PEP 594: Remove the sunau module (#104863)
Victor Stinner
2023-05-24
5
-8/+11
*
gh-104773: PEP 594: Remove the ossaudiodev module (#104862)
Victor Stinner
2023-05-24
5
-4/+8
*
gh-104773: PEP 594: Remove the pipes module (#104848)
Victor Stinner
2023-05-24
4
-3/+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
3
-2/+8
*
gh-104773: PEP 594: Remove cgi and cgitb modules (#104775)
Victor Stinner
2023-05-24
11
-19/+49
*
GH-83863: Drop support for using `pathlib.Path` objects as context managers (...
Barney Gale
2023-05-23
1
-0/+3
*
gh-104780: Remove 2to3 program and lib2to3 module (#104781)
Victor Stinner
2023-05-23
4
-4/+8
*
gh-92871: Remove typing.{io,re} namespaces (#92873)
Sebastian Rittau
2023-05-23
1
-0/+3
*
gh-104773: PEP 594: Remove the telnetlib module (#104778)
Victor Stinner
2023-05-23
5
-4/+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
1
-0/+9
*
Python 3.13.0a0
Thomas Wouters
2023-05-22
1
-0/+132
*
gh-94473: Flatten arguments in tkinter.Canvas.coords() (GH-98479)
Serhiy Storchaka
2023-05-22
1
-0/+11
*
gh-98836: Extend PyUnicode_FromFormat() (GH-98838)
Serhiy Storchaka
2023-05-21
1
-0/+6
*
gh-103857: Document utcnow and utcfromtimestamp deprecations in What's New (#...
Hugo van Kemenade
2023-05-21
1
-0/+10
*
gh-92248: Deprecate `type`, `choices`, `metavar` parameters of `argparse.Bool...
Nikita Sobolev
2023-05-19
1
-0/+5
*
GH-104484: Add case_sensitive argument to `pathlib.PurePath.match()` (GH-104565)
thirumurugan
2023-05-18
1
-0/+3
*
gh-104487: PYTHON_FOR_REGEN must be minimum Python 3.10 (#104488)
Erlend E. Aasland
2023-05-15
1
-0/+2
[next]