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-93312: Add os.PIDFD_NONBLOCK flag (#93313)
Kumar Aditya
2022-05-31
1
-0/+7
*
gh-92240 : Include release dates for "What's New In Python 3.X" (#92937)
georgically
2022-05-29
8
-8/+11
*
bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185)
Eric Snow
2022-05-27
1
-0/+4
*
GH-93207: Remove HAVE_STDARG_PROTOTYPES configure check for stdarg.h (#93215)
Kumar Aditya
2022-05-27
1
-0/+5
*
gh-60074: add new stable API function PyType_FromMetaclass (GH-93012)
Wenzel Jakob
2022-05-27
1
-0/+5
*
gh-90817: Deprecate explicitly locale.resetlocale() (#93196)
Victor Stinner
2022-05-25
1
-1/+5
*
gh-92728: Restore re.template, but deprecate it (GH-93161)
Miro HronĨok
2022-05-25
1
-0/+5
*
Doc: No need to use rst syntax in code comments. (GH-93102)
Julien Palard
2022-05-23
1
-2/+2
*
gh-71223: Improve rendering of some references in the docs (GH-93041)
Serhiy Storchaka
2022-05-21
1
-3/+3
*
gh-91860: documentation for typing.dataclass_transform (#92768)
Shantanu
2022-05-20
1
-5/+5
*
gh-92913: Clarify changes to PyInitConfig.module_search_paths[_set] fields (G...
Steve Dower
2022-05-19
1
-0/+15
*
gh-91491: Complete Whats New in 3.11 for typing (#92708)
Jelle Zijlstra
2022-05-19
1
-4/+36
*
Include ``asyncio.Barrier`` in 3.11 Whats New (GH-92927)
Duprat
2022-05-19
1
-0/+4
*
gh-92547: Remove deprecated sqlite3 features (#92548)
Erlend Egeberg Aasland
2022-05-16
1
-0/+9
*
gh-81548: Clarify the deprecation of octal sequences affect byte strings (GH-...
Pablo Galindo Salgado
2022-05-16
1
-2/+2
*
gh-87670: Add web.archive redirects from effbot (GH-92816)
Stanley
2022-05-16
3
-4/+5
*
Document Py_ssize_t. (GH-92512)
Julien Palard
2022-05-13
1
-1/+1
*
gh-85858: Remove PyUnicode_InternImmortal() function (#92579)
Victor Stinner
2022-05-13
1
-0/+4
*
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
Inada Naoki
2022-05-12
1
-1/+25
*
gh-86388 Remove deprecated behaviors in randrange() (#92677)
Raymond Hettinger
2022-05-12
1
-2/+8
*
gh-92651: Remove the Include/token.h header file (#92652)
Victor Stinner
2022-05-11
1
-0/+5
*
gh-89336: Fix configparser.RawConfigParser.readfp typo (GH-92636)
Hugo van Kemenade
2022-05-11
1
-1/+1
*
Revert "gh-92550 - Fix regression in `pathlib.Path.rglob()` (GH-92583)" (GH-9...
Serhiy Storchaka
2022-05-11
1
-0/+9
*
What's New 3.12: PyFrame_BlockSetup() was removed in 3.11 (#92645)
Victor Stinner
2022-05-10
1
-2/+0
*
gh-84131: Remove the deprecated pathlib.Path.link_to method. (#92505)
Gregory P. Smith
2022-05-10
1
-0/+3
*
gh-91928: Add what's new entry for datetime.UTC alias (GH-92567)
Paul Ganssle
2022-05-10
1
-0/+2
*
gh-92550 - Fix regression in `pathlib.Path.rglob()` (GH-92583)
Barney Gale
2022-05-10
1
-9/+0
*
gh-91345: Talk about ``sys._getframe`` compatibility in 3.11 whatsnew (GH-92552)
Ken Jin
2022-05-09
1
-4/+5
*
What's New in Python 3.12: move C API at the end (#92555)
Victor Stinner
2022-05-09
1
-5/+22
*
What's New in Python 3.11: move C API changes (#92390)
Victor Stinner
2022-05-09
1
-31/+31
*
Use percentage over factor for 3.11 whatsnew performance (GH-92496)
Ken Jin
2022-05-08
1
-1/+1
*
gh-91760: More strict rules for numerical group references and group names in...
Serhiy Storchaka
2022-05-08
1
-0/+10
*
Fix typo in whatsnew (GH-92488)
Ezio Melotti
2022-05-08
1
-1/+1
*
Fix What's New for 3.12 (GH-92482)
Serhiy Storchaka
2022-05-08
2
-0/+1
*
Update What's New in 3.11 faster cpython figures and contributors (GH-92401)
Ken Jin
2022-05-08
1
-3/+4
*
bpo-45046: Support context managers in unittest (GH-28045)
Serhiy Storchaka
2022-05-08
1
-0/+12
*
Merge remote-tracking branch 'upstream/main'
Pablo Galindo
2022-05-08
1
-0/+55
|
\
|
*
gh-92308: Add Pending Removal section to 3.11 What's New (#92309)
Erlend Egeberg Aasland
2022-05-07
1
-0/+55
*
|
Python 3.12.0a0
Pablo Galindo
2022-05-08
1
-0/+116
|
/
*
Fix What's New: use :gh: instead of :issue: (#92395)
Serhiy Storchaka
2022-05-06
1
-1/+1
*
gh-91827: Add method info_pathlevel() in tkinter (GH-91829)
Serhiy Storchaka
2022-05-06
1
-0/+8
*
gh-92332: Docs-only deprecation of `typing.Text` (GH-92351)
Alex Waygood
2022-05-06
1
-0/+6
*
GH-89519: Deprecate classmethod descriptor chaining (#92379)
Raymond Hettinger
2022-05-06
1
-0/+8
*
gh-88279: Deprecate PySys_SetArgvEx() (#92363)
Victor Stinner
2022-05-06
1
-1/+4
*
gh-57684: Document safe path in What's New in Python 3.11 (#92362)
Victor Stinner
2022-05-06
1
-0/+6
*
gh-80010: Expand fromisoformat to include most of ISO-8601 (#92177)
Paul Ganssle
2022-05-06
1
-0/+8
*
gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)
Victor Stinner
2022-05-05
1
-0/+10
*
bpo-44863: Allow generic typing.TypedDict (#27663)
Samodya Abey
2022-05-03
1
-1/+4
*
gh-92154: Expose PyCode_GetCode in the C API (GH-92168)
Ken Jin
2022-05-03
1
-0/+5
*
Fix doc warnings in What's New in 3.11 (GH-92215)
Ken Jin
2022-05-03
1
-1/+1
[next]