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
/
3.13.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Doc: Recommend shlex.quote alongside pipes removal (#126570)
Colin Watson
2024-11-14
1
-0/+2
*
gh-123930: Better error for "from imports" when script shadows module (#123929)
Shantanu
2024-10-24
1
-2/+2
*
gh-112088: aclocal version is updated to 1.16.5 in docs (#125457)
Mikhail Efimov
2024-10-14
1
-2/+2
*
Fix importlib.resources issue reference in 3.13 What's New (#125175)
Alyssa Coghlan
2024-10-09
1
-2/+2
*
gh-112433 add versionadded for `ctypes.Structure._align_` (#125087)
monkeyman192
2024-10-08
1
-0/+4
*
GH-109975: Announce final release in What's New in Python 3.13 (#125007)
Adam Turner
2024-10-07
1
-2/+2
*
gh-109975: Suggest ``pynntp`` instead of ``nntplib`` (#124830)
Christian Clauss
2024-10-04
1
-1/+1
*
GH-109975: Copyedit 3.13 What's New: Remove references to the incremental GC ...
Adam Turner
2024-10-03
1
-66/+0
*
GH-109975: Copyedit 3.13 What's New: Link to installing free-threaded binarie...
Adam Turner
2024-10-01
1
-4/+1
*
GH-109975: Copyedit 3.13 What's New: Note delayed expected release date for P...
Adam Turner
2024-10-01
1
-1/+1
*
gh-124520: What's New entry for ctypes metaclass __new__/__init__ change (GH-...
Petr Viktorin
2024-09-27
1
-0/+18
*
gh-101100: Add a table of class attributes to the "Custom classes" section of...
Alex Waygood
2024-09-25
1
-7/+8
*
gh-116622: Complete Android documentation (#124259)
Malcolm Smith
2024-09-23
1
-3/+11
*
GH-109975: Copyedit 3.13 What's New: Trivia (#124348)
Adam Turner
2024-09-23
1
-23/+17
*
GH-109975: Copyedit 3.13 What's New: Copyedit C API deprecations pending remo...
Adam Turner
2024-09-23
1
-1/+2
*
GH-109975: Copyedit 3.13 What's New: Build Changes (#124343)
Adam Turner
2024-09-23
1
-24/+33
*
GH-109975: Copyedit 3.13 What's New: Porting to Python 3.13 (#124341)
Adam Turner
2024-09-23
1
-85/+104
*
GH-109975: Copyedit 3.13 What's New: C API (#124313)
Adam Turner
2024-09-23
1
-348/+449
*
GH-109975: Copyedit 3.13 What's New: New Deprecations (#123845)
Adam Turner
2024-09-16
1
-121/+173
*
gh-111997: update what's new in 3.13 re C API for monitoring events (#123822)
Irit Katriel
2024-09-12
1
-0/+4
*
gh-66449: remove duplicate configparser section in 3.13 whatsnew (#123874)
Anthony Sottile
2024-09-09
1
-8/+0
*
gh-108219: Add credits to the free-threading entry in What's New (#123802)
Donghee Na
2024-09-08
1
-0/+10
*
gh-109975: Add links to py-free-threading.github.io (#123776)
Nathan Goldbaum
2024-09-06
1
-0/+4
*
gh-109975: Remove dangling angle bracket from 3.13.rst (#123589)
Rafael Fontenelle
2024-09-02
1
-1/+1
*
GH-109975: Copyedit 3.13 What's New: Removals (#123529)
Adam Turner
2024-09-01
1
-155/+175
*
gh-101860: document `property.__name__` (GH-123399)
Bénédikt Tran
2024-08-28
1
-0/+3
*
gh-109975: Fix a typo in What's New in Python 3.13 (#123393)
Daniel Hollas
2024-08-27
1
-1/+1
*
GH-117759: Document incremental GC (GH-123266)
Mark Shannon
2024-08-27
1
-0/+13
*
GH-109975: Copyedit 3.13 What's New: Optimizations (#123301)
Adam Turner
2024-08-25
1
-14/+25
*
GH-123299: Move ctypes What's New entry to 3.14 (#123300)
Adam Turner
2024-08-25
1
-14/+0
*
GH-109975: Copyedit 3.13 What's New: Improved Modules (#123132)
Adam Turner
2024-08-24
1
-355/+478
*
gh-109975: Copyedit What's New in Python 3.13 (#123150)
Jelle Zijlstra
2024-08-19
1
-16/+16
*
GH-109975: Copyedit 3.13 What's New: Other Language Changes (#123086)
Adam Turner
2024-08-17
1
-102/+156
*
mention pypy somewhat more prominently in the pyrepl section of whatsnew (#12...
CF Bolz-Tereick
2024-08-16
1
-1/+3
*
GH-109975: Copyedit 3.13 What's New: New Features (#122990)
Adam Turner
2024-08-15
1
-179/+197
*
GH-109975: Copyedit 3.13 What's New: Release Highlights (#122958)
Adam Turner
2024-08-13
1
-54/+115
*
gh-105376: Restore deprecated logging warn() method (#122775)
Victor Stinner
2024-08-09
1
-10/+0
*
gh-122445: populate only modified fields in __static_attributes__ (#122446)
Irit Katriel
2024-08-02
1
-1/+1
*
gh-121650: Encode newlines in headers, and verify headers are sound (GH-122233)
Petr Viktorin
2024-07-30
1
-0/+9
*
gh-105733: Soft-deprecate ctypes.ARRAY, rather than hard-deprecating it. (GH-...
Petr Viktorin
2024-07-30
1
-2/+2
*
GH-122085: Use include files for C API deprecations (#109843)
Adam Turner
2024-07-29
1
-96/+7
*
Docs: Fix a typo in What's New in Python 3.13 (#122051)
Rafael Fontenelle
2024-07-20
1
-1/+1
*
Docs: move deprecations into include files (#121241)
Hugo van Kemenade
2024-07-19
1
-309/+4
*
Remove duplicate "it" in whatsnew 3.13 (#121580)
Rafael Fontenelle
2024-07-17
1
-1/+1
*
GH-105879: Note exec/eval keyword change in What's New (GH-121831)
Alyssa Coghlan
2024-07-16
1
-0/+4
*
gh-121027: Add a future warning in functools.partial.__get__ (#121086)
Serhiy Storchaka
2024-06-27
1
-0/+6
*
docs: puremagic.what() as replacement for imghdr.what() (#120871)
Christian Clauss
2024-06-24
1
-0/+3
*
gh-117511: Make PyMutex public in the non-limited API (#117731)
Sam Gross
2024-06-20
1
-0/+5
*
gh-119577: Adjust DeprecationWarning when testing element truth values in Ele...
Jacob Walls
2024-06-07
1
-5/+5
*
gh-114616: Improve docs regarding changes to caches representation in dis (#1...
Irit Katriel
2024-06-04
1
-0/+7
[next]