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.8.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-107518: Remove the Argument Clinic How-To (#109900)
Adam Turner
2023-10-11
1
-1/+1
*
gh-109634: Use :samp: role (GH-109635)
Serhiy Storchaka
2023-09-23
1
-1/+1
*
Docs: Update Donghee Na's name (#109743)
Hugo van Kemenade
2023-09-22
1
-2/+2
*
gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258)
Serhiy Storchaka
2023-08-22
1
-8/+8
*
gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345)
Serhiy Storchaka
2023-07-27
1
-1/+1
*
gh-107298: Fix more Sphinx warnings in the C API doc (#107329)
Victor Stinner
2023-07-27
1
-2/+2
*
gh-106909: Use role :const: for referencing module constants (GH-106910)
Serhiy Storchaka
2023-07-21
1
-1/+1
*
gh-106892: Use roles :data: and :const: for referencing module variables (GH-...
Serhiy Storchaka
2023-07-21
1
-1/+1
*
gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)
Serhiy Storchaka
2023-07-21
1
-1/+1
*
gh-104773: PEP 594: Remove cgi and cgitb modules (#104775)
Victor Stinner
2023-05-24
1
-2/+2
*
GH-103484: Fix redirected permanently URLs (#104001)
Rafael Fontenelle
2023-05-02
1
-1/+1
*
docs: Change links to label refs (#98454)
Stanley
2022-10-26
1
-2/+2
*
gh-93738: Documentation C syntax (Use `c:struct`) (#97772)
Adam Turner
2022-10-04
1
-1/+1
*
gh-96959: Update more HTTP links (GH-97536)
Serhiy Storchaka
2022-09-27
1
-1/+1
*
gh-81039: Add small example of f-string's "=}" to tutorial (gh-92291)
Stanley
2022-09-21
1
-0/+1
*
gh-83728: Add hmac.new default parameter deprecation (GH-91939)
Stanley
2022-06-06
1
-0/+2
*
gh-92240 : Include release dates for "What's New In Python 3.X" (#92937)
georgically
2022-05-29
1
-0/+1
*
Document Py_ssize_t. (GH-92512)
Julien Palard
2022-05-13
1
-1/+1
*
gh-84131: Remove the deprecated pathlib.Path.link_to method. (#92505)
Gregory P. Smith
2022-05-10
1
-0/+3
*
bpo-36384: [doc] Mention CVE-2021-29921 fix in 3.8.12 (GH-27824)
Łukasz Langa
2021-08-19
1
-0/+13
*
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
1
-2/+3
*
bpo-43774: Document configure options (GH-25283)
Victor Stinner
2021-04-08
1
-3/+3
*
bpo-42967: Fix urllib.parse docs and make logic clearer (GH-24536)
Ken Jin
2021-02-15
1
-2/+2
*
bpo-42967: only use '&' as a query string separator (#24297)
Adam Goldschmidt
2021-02-14
1
-0/+13
*
bpo-37221: PyCode_New() didn't change in Python 3.8 (GH-23595)
Victor Stinner
2020-12-01
1
-3/+0
*
bpo-33822: Update IDLE section of What's New 3.8 (GH-22383)
Terry Jan Reedy
2020-09-23
1
-0/+10
*
bpo-32528: Document the change in inheritance of asyncio.CancelledError (GH-2...
JustAnotherArchivist
2020-07-14
1
-2/+4
*
Remove duplicated words words (GH-20413)
Serhiy Storchaka
2020-05-26
1
-1/+1
*
bpo-32117: Updated Simpsons names in docs (GH-19737)
Javier Buzzi
2020-05-05
1
-2/+2
*
bpo-40197: Better describe the benchmark results table (GH-19386)
Raymond Hettinger
2020-04-06
1
-1/+7
*
bpo-38237: Use divmod for positional arguments whatsnew example (GH-19171)
Ammar Askar
2020-03-27
1
-5/+4
*
bpo-32892: Update the documentation for handling constants in AST. (GH-18514)
Serhiy Storchaka
2020-02-17
1
-0/+6
*
Fix MinGW library generation command (GH-17917)
Baljak
2020-02-05
1
-1/+1
*
Update 3.8.rst (GH-18173)
fireattack
2020-01-25
1
-1/+1
*
Add whatsnew for removal of asyncio.loop.create_datagram_endpoint()'s *reuse_...
Kyle Stanley
2019-12-16
1
-0/+10
*
bpo-38738: Fix formatting of True and False. (GH-17083)
Serhiy Storchaka
2019-11-12
1
-4/+4
*
bpo-36974: expand call protocol documentation (GH-13844)
Jeroen Demeyer
2019-11-12
1
-5/+5
*
bpo-37759: Show output from var_access_benchmark (GH-17040)
Raymond Hettinger
2019-11-04
1
-3/+52
*
Fix asyncio.wait() 3.8 whatsnew entry (GH-16975)
Kyle Stanley
2019-10-29
1
-1/+2
*
bpo-38534: Replace wrong KB number references (GH-16955)
benedwards14
2019-10-28
1
-1/+1
*
Add missing asyncio changes from 3.8 whatsnew (GH-16911)
Kyle Stanley
2019-10-24
1
-10/+85
*
bpo-37759: More updates to Whatsnew 3.8 (GH-16854)
Raymond Hettinger
2019-10-20
1
-26/+183
*
Fix minor typos in What's New in Python 3.8. (GH-16770)
Jero Bado
2019-10-18
1
-4/+4
*
Doc: Add missing entry for functools.cached_property (GH-16803)
Stéphane Wirtel
2019-10-18
1
-0/+16
*
Remove draft status. Add asyncio REPL example (GH-16785)
Raymond Hettinger
2019-10-14
1
-8/+29
*
bpo-37759: Polish What's New in Python 3.8. (#16769)
Serhiy Storchaka
2019-10-14
1
-88/+123
*
bpo-37759: Add examples for the new typing features (GH-16763)
Raymond Hettinger
2019-10-14
1
-5/+21
*
bpo-38461 and bpo-38463: Minor fixes to Whatsnew 3.8 (GH-16761)
Raymond Hettinger
2019-10-14
1
-9/+10
*
Rebased version of what's new PR (#16745)
Andrew Kuchling
2019-10-13
1
-83/+67
[next]