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
/
Misc
/
NEWS.d
/
next
/
Documentation
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-27646: Say that 'yield from' expression can be any iterable (GH-24595)
Terry Jan Reedy
2021-02-21
1
-0/+2
*
Python 3.10.0a5
Pablo Galindo
2021-02-02
2
-4/+0
*
bpo-40304: Correct type(name, bases, dict) doc (GH-19553)
Борис Верховский
2021-01-22
1
-0/+2
*
bpo-42811: Update importlib.utils.resolve_name() docs to use __spec__.parent ...
Yair Frid
2021-01-06
1
-0/+2
*
Python 3.10.0a4
v3.10.0a4
Pablo Galindo
2021-01-04
2
-3/+0
*
bpo-34398: Allow glossary results to show up on search page (GH-8773)
Ammar Askar
2020-12-18
1
-0/+2
*
bpo-17140: Document multiprocessing's ThreadPool (GH-23812)
Matt Wozniski
2020-12-18
1
-0/+1
*
Python 3.10.0a3
v3.10.0a3
Pablo Galindo
2020-12-07
3
-5/+0
*
bpo-42238: Doc: Remove make suspicious from the CI and docs builds. (GH-23313)
Julien Palard
2020-11-25
1
-0/+2
*
bpo-42153 Fix link to IMAP documents in imaplib.rst (GH-23297)
Yash Shete
2020-11-16
1
-0/+1
*
bpo-41028: Doc: Move switchers to docsbuild-scripts. (GH-20969)
Julien Palard
2020-11-07
1
-0/+2
*
Python 3.10.0a2
v3.10.0a2
Pablo Galindo
2020-11-03
5
-10/+0
*
bpo-42061: Document __format__ for IP addresses (GH-23018)
Teugea Ioan-Teodor
2020-10-29
1
-0/+1
*
bpo-41805: Documentation for PEP 585 (GH-22615)
kj
2020-10-27
1
-0/+3
*
bpo-39416: Document some restrictions on the default string representations o...
kpinc
2020-10-21
1
-0/+1
*
bpo-42010: [docs] Clarify subscription of types (GH-22822)
kj
2020-10-20
1
-0/+4
*
bpo-39693: mention KeyError in tarfile extractfile documentation (GH-18639)
Andrey Doroschenko
2020-10-20
1
-0/+1
*
Python 3.10.0a1
v3.10.0a1
Pablo Galindo
2020-10-05
13
-18/+0
*
bpo-41428: Documentation for PEP 604 (gh-22517)
Fidget-Spinner
2020-10-05
1
-0/+1
*
bpo-41774: Add programming FAQ entry (GH-22402)
Terry Jan Reedy
2020-09-29
1
-0/+2
*
bpo-35293: Remove RemovedInSphinx40Warning (GH-22198)
Dong-hee Na
2020-09-18
1
-0/+1
*
bpo-37149: Change Shipman tkinter link from archive.org to TkDocs (GH-22188)
Mark Roseman
2020-09-10
1
-0/+1
*
bpo-41726: Update the refcounts info of PyType_FromModuleAndSpec in refcounts...
Hai Shi
2020-09-09
1
-0/+1
*
bpo-39883: Use BSD0 license for code in docs (GH-17635)
Todd
2020-09-03
1
-0/+1
*
bpo-41624: fix documentation of typing.Coroutine (GH-21952)
MingZhe Hu
2020-08-27
1
-0/+1
*
bpo-40204: Allow pre-Sphinx 3 syntax in the doc (GH-21844)
Victor Stinner
2020-08-12
1
-0/+3
*
bpo-40979: refactored typing.rst; (mostly) same content, new sub-sections and...
Luciano Ramalho
2020-08-02
1
-0/+1
*
bpo-41045: Document debug feature of f-strings ('=') (GH-21509)
amaajemyfren
2020-07-27
1
-0/+1
*
bpo-41314: fixed annotations __future__ version (GH-21616)
YoSTEALTH
2020-07-25
1
-0/+1
*
bpo-37703: improve asyncio.gather documentation regarding cancellation (GH-15...
Vinay Sharma
2020-07-20
1
-0/+2
*
bpo-40552 Add 'users' variable in code sample (tutorial 4.2). (GH-19992)
Antoine
2020-05-23
1
-0/+2
*
Consolidate 3.9.0b1 NEWS in the master branch
Łukasz Langa
2020-05-19
5
-6/+0
*
bpo-39705 : sorted() tutorial example under looping techniques improved (GH-1...
Rahul Kumaresan
2020-05-18
1
-0/+2
*
bpo-34790: add version of removal of explicit passing of coros to `asyncio.wa...
jack1142
2020-05-13
1
-0/+1
*
bpo-40561: Add docstrings for webbrowser open functions (GH-19999)
Brad Solomon
2020-05-11
1
-0/+1
*
bpo-40499: Mention that asyncio.wait() needs a non-empty aws set (GH-19900)
Joel Rosdahl
2020-05-04
1
-0/+1
*
bpo-39435: Fix docs for pickle.loads (GH-18160)
Shantanu
2020-05-01
1
-0/+1
*
Python 3.9.0a6
v3.9.0a6
Łukasz Langa
2020-04-27
4
-6/+0
*
bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-16607)
Brad Solomon
2020-04-27
1
-0/+1
*
bpo-27635: Fix pickle documentation about `__new__` not being called. (GH-19269)
Furkan Önder
2020-04-18
1
-0/+2
*
bpo-13743: Add some documentation strings to xml.dom.minidom (GH-16355)
Alex Itkes
2020-04-12
1
-0/+1
*
bpo-39879: Update datamodel docs to include dict ordering (GH-19006)
Lahfa Samy
2020-03-26
1
-0/+2
*
Python 3.9.0a5
v3.9.0a5
Łukasz Langa
2020-03-23
6
-7/+0
*
bpo-39677: dis: rename the operand of MAKE_FUNCTION from `argc` to `flags` fo...
Taine Zhao
2020-03-14
1
-0/+1
*
bpo-17422: slightly more precise language (GH-18682)
Caleb Donovick
2020-03-06
1
-0/+2
*
bpo-39868: Update Language Reference for PEP 572. (#18793)
Brandt Bucher
2020-03-06
1
-0/+1
*
Fix misleading statement about mixed-type numeric comparisons (GH-18615)
Mark Dickinson
2020-03-02
1
-0/+1
*
bpo-39718: add TYPE_IGNORE, COLONEQUAL to py38 changes in token (GH-18598)
Shantanu
2020-02-28
1
-0/+1
*
bpo-13790: Change 'string' to 'specification' in format doc (GH-18690)
Terry Jan Reedy
2020-02-28
1
-0/+1
*
Python 3.9.0a4
v3.9.0a4
Łukasz Langa
2020-02-25
7
-12/+0
[next]