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
...
*
bpo-44235: Remove deprecated functions in the gettext module. (GH-26378)
Dong-hee Na
2021-05-30
1
-0/+12
*
bpo-44246: Update What's New for importlib.metadata. (#26408)
Jason R. Coombs
2021-05-27
1
-3/+9
*
bpo-42392: [docs] Add deprecated-removed loop labels for asyncio (GH-26357)
Ken Jin
2021-05-26
1
-0/+1
*
bpo-43795: Remove Py_FrozenMain from the Limited API & Stable ABI (GH-26241)
Petr Viktorin
2021-05-25
1
-0/+4
*
bpo-38908: [docs] Add changes to 3.10 whatsnew and fix some minor inaccuracie...
Ken Jin
2021-05-24
1
-0/+8
*
Fix typo in whatsnew/3.10.rst (GH-26310)
Tushar Sadhwani
2021-05-23
1
-1/+1
*
Remove duplicate words in docs. (GH-26167)
Mariusz Felisiak
2021-05-21
1
-1/+1
*
bpo-26110: Document `CALL_METHOD_KW` (GH-26159)
Ken Jin
2021-05-19
1
-1/+15
*
bpo-44010: IDLE: colorize pattern-matching soft keywords (GH-25851)
Tal Einat
2021-05-19
1
-0/+6
*
bpo-44139: Use a more descriptive syntax error comprehension case in the What...
Pablo Galindo
2021-05-15
1
-2/+2
*
bpo-43977: Update pattern matching language reference docs (GH-25917)
Ken Jin
2021-05-14
1
-1/+1
*
bpo-43908: Add What's New entry for Py_TPFLAGS_IMMUTABLETYPE flag (GH-25816)
Erlend Egeberg Aasland
2021-05-13
1
-0/+10
*
bpo-39906: Document new follow_symlinks argument to pathlib.Path.stat() and c...
Barney Gale
2021-05-13
1
-0/+5
*
bpo-43757: Document os.path.realpath(strict=True) in 3.10 whatsnew. (GH-26090)
Barney Gale
2021-05-13
1
-0/+8
*
bpo-44113: Deprecate old functions to config Python init (GH-26060)
Victor Stinner
2021-05-12
1
-0/+16
*
bpo-44117: Add C API section to What's New in Python 3.11 (GH-26071)
Victor Stinner
2021-05-12
1
-3/+23
*
bpo-40222: Mention zero-cost exceptions in whats-new for 3.11 (GH-26021)
Mark Shannon
2021-05-12
1
-0/+3
*
Correct the changelog entry for the syntax error message for multiple except...
Thomas Grainger
2021-05-11
1
-1/+1
*
bpo-28307: Convert simple C-style formatting with literal format into f-strin...
Serhiy Storchaka
2021-05-08
1
-1/+4
*
bpo-43149: Correct the syntax error message for multiple exception types (GH-...
Pablo Galindo
2021-05-08
1
-1/+1
*
bpo-42725: mention the changes on what's new (GH-25974)
Batuhan Taskaya
2021-05-08
1
-0/+10
*
Fix the whatsnew/3.11.rst to link to the blurb-generated changelog. (GH-25979)
Ned Deily
2021-05-08
1
-1/+1
*
bpo-40222: "Zero cost" exception handling (GH-25729)
Mark Shannon
2021-05-07
1
-1/+3
*
Doc: What's new in Python 3.11 (GH-25963)
Julien Palard
2021-05-07
2
-0/+114
*
Copyedits to 3.10 What's New (#25787)
Jelle Zijlstra
2021-05-04
1
-46/+46
*
bpo-44001: improve Literal documentation (GH-25877)
Jelle Zijlstra
2021-05-04
2
-3/+3
*
bpo-37903: IDLE: add shell sidebar mouse interactions (GH-25708)
Tal Einat
2021-05-03
1
-0/+26
*
bpo-38820: Add ssl, hashlib, and hmac changes to whatsnew 3.10 (GH-25817)
Christian Heimes
2021-05-02
1
-0/+55
*
bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-25099)
Christian Heimes
2021-05-02
1
-0/+12
*
bpo-43987: Add "Annotations Best Practices" HOWTO doc. (#25746)
larryhastings
2021-05-02
1
-2/+6
*
bpo-43998: Default to TLS 1.2 and increase cipher suite security (GH-25778)
Christian Heimes
2021-05-01
1
-0/+7
*
Noted my recent contributions in "What's New In Python 3.10". (#25771)
larryhastings
2021-05-01
1
-20/+33
*
bpo-42269: Add slots parameter to dataclass decorator (GH-24171)
Yurii Karabas
2021-05-01
1
-0/+6
*
bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721)
Victor Stinner
2021-04-30
1
-0/+4
*
bpo-43774: Enhance debug build documentation (GH-25712)
Victor Stinner
2021-04-29
1
-2/+2
*
bpo-43908: Document Static Types in the C API (GH-25710)
Victor Stinner
2021-04-29
3
-6/+9
*
bpo-41139: Deprecate `cgi.log()` (GH-25625)
Inada Naoki
2021-04-29
1
-0/+3
*
bpo-28254: Add a C-API for controlling the GC state (GH-25687)
scoder
2021-04-28
1
-0/+7
*
bpo-41486: Faster bz2/lzma/zlib via new output buffering (GH-21740)
Ma Lin
2021-04-28
1
-0/+6
*
bpo-43766: Implement PEP 647 (User-Defined Type Guards) in typing.py (#25282)
Ken Jin
2021-04-27
1
-0/+10
*
bpo-43762: Add audit events for loading of sqlite3 extensions (GH-25246)
Erlend Egeberg Aasland
2021-04-26
1
-0/+8
*
bpo-38490: statistics: Add covariance, Pearson's correlation, and simple line...
Tymoteusz Wołodźko
2021-04-25
1
-0/+8
*
bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop() (GH-...
Serhiy Storchaka
2021-04-25
1
-0/+13
*
bpo-42737: annotations with complex targets no longer causes any runtime effe...
Batuhan Taskaya
2021-04-25
1
-0/+4
*
bpo-31870: Add a timeout parameter to ssl.get_server_certificate() (GH-22270)
Zackery Spytz
2021-04-24
1
-0/+6
*
bpo-39950: add `pathlib.Path.hardlink_to()` method that supersedes `link_to()...
Barney Gale
2021-04-23
1
-0/+9
*
bpo-43914: Highlight invalid ranges in SyntaxErrors (#25525)
Pablo Galindo
2021-04-23
1
-0/+25
*
bpo-43868: Remove PyOS_ReadlineFunctionPointer from the stable ABI list (GH-2...
Petr Viktorin
2021-04-23
1
-0/+6
*
bpo-37751: Document codecs.lookup() change in What's New in Python 3.9 (GH-23...
Hai Shi
2021-04-23
1
-0/+6
*
bpo-28724: Doc: Move socket.send_fds and socket.recv_fds docs to right sectio...
Saiyang Gou
2021-04-22
1
-1/+1
[prev]
[next]