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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bpo-41426 Fix grammar in curses.getmouse() documentation (GH-21677)
Miss Islington (bot)
2020-07-29
1
-1/+1
*
Remove incorrect mention of method.__class__ in descriptor docs (GH-21665) (G...
Miss Islington (bot)
2020-07-29
1
-4/+2
*
Fix `List_Append` description, list is extracted at TOS1[-i] (GH-21465)
Miss Islington (bot)
2020-07-28
1
-1/+1
*
bpo-41328: Replace mention of Hudson CI with Travis CI and AppVeyor (GH-21653)
Miss Islington (bot)
2020-07-28
1
-1/+1
*
[3.9] bpo-41045: Document debug feature of f-strings ('=') (GH-21509) (GH-21645)
Guido van Rossum
2020-07-27
1
-5/+32
*
[3.9] bpo-40939: Use the new grammar for the grammar specification documentat...
Guido van Rossum
2020-07-27
3
-4/+91
*
bpo-39868: Add documentation for Assignment Expressions (walrus, PEP 572) (GH...
Miss Islington (bot)
2020-07-25
1
-2/+19
*
bpo-41314: fixed annotations __future__ version (GH-21616)
Miss Islington (bot)
2020-07-25
1
-1/+1
*
bpo-32528: Document the change in inheritance of asyncio.CancelledError (GH-2...
Miss Islington (bot)
2020-07-24
1
-2/+4
*
Doc: fix import of asdl.py when called from outside Doc/. (GH-21529) (#21567)
Miss Islington (bot)
2020-07-20
1
-1/+4
*
Simple Documentation fix: Missing link to return type class. (GH-21291)
Miss Islington (bot)
2020-07-20
1
-2/+4
*
bpo-37703: improve asyncio.gather documentation regarding cancellation (GH-15...
Miss Islington (bot)
2020-07-20
1
-0/+8
*
bpo-41205: Document Decimal power 0 to the 0 (GH-21386)
Miss Islington (bot)
2020-07-19
1
-0/+3
*
bpo-41325: Add version note for args and kwargs property in call object (GH-2...
Miss Islington (bot)
2020-07-18
1
-0/+3
*
bpo-41024: doc: Explicitly mention use of 'enum.Enum' as a valid container fo...
Miss Islington (bot)
2020-07-17
1
-0/+14
*
Remove unnecessary spaces in code blocks in urllib.parse.rst (GH-21500)
Miss Islington (bot)
2020-07-16
1
-15/+15
*
Fix repeated words in Classes tutorial (GH-21455)
Miss Islington (bot)
2020-07-14
1
-2/+2
*
bpo-41228: Fix /a/are/ in monthcalendar() descripton (GH-21372)
Miss Islington (bot)
2020-07-11
1
-1/+1
*
Fix typo in docs: 'created by th' -> 'created by the' (GH-21384)
Miss Islington (bot)
2020-07-10
1
-1/+1
*
bpo-37765: Add keywords to IDLE tab completions (GH-15138)
Miss Islington (bot)
2020-07-09
1
-42/+48
*
bpo-41199: Docstring convention not followed for dataclasses documentation pa...
Miss Islington (bot)
2020-07-09
1
-1/+1
*
[3.9] bpo-37207: Update whatsnews for 3.9 (GH-21337)
Dong-hee Na
2020-07-06
1
-0/+4
*
bpo-28681: Clarify multiple function names in the tutorial (GH-21340) (GH-21343)
Miss Islington (bot)
2020-07-06
1
-5/+4
*
bpo-26205: Specify the number of nested scopes (GH-21324) (GH-21341)
Miss Islington (bot)
2020-07-06
1
-2/+2
*
bpo-41211: Doc: Fix PyLong_FromUnicode (GH-21331)
Inada Naoki
2020-07-05
1
-3/+1
*
bpo-41211: Doc: Fix PyLong_FromUnicodeObject (GH-21325)
Miss Islington (bot)
2020-07-05
1
-3/+1
*
bpo-33864: Clarify the docs for typing.ByteString (GH-21311)
Miss Islington (bot)
2020-07-04
1
-1/+1
*
Remove extraneous file from the Docs folder (GH-21286)
Miss Islington (bot)
2020-07-02
1
-0/+0
*
bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all...
Miss Islington (bot)
2020-07-02
2
-25/+5
*
Doc: Minor fix to init config C API documentation (GH-21198)
Miss Islington (bot)
2020-07-01
1
-2/+2
*
Update FAQ release schedule and estimated users (GH-21180)
Miss Islington (bot)
2020-06-30
1
-4/+4
*
bpo-41123: Remove PyUnicode_AsUnicodeCopy in 3.10 (GH-21227)
Inada Naoki
2020-06-30
1
-0/+2
*
Update libmpdec license dates (GH-21216)
Miss Islington (bot)
2020-06-29
1
-1/+1
*
bpo-41123: Doc: PyLong_FromUnicode will be removed in 3.10 (GH-21205)
Inada Naoki
2020-06-29
1
-1/+1
*
[3.9] bpo-38870: Extend subject of ast.unparse warnings (GH-21053) (GH-21191)
Pablo Galindo
2020-06-28
1
-1/+6
*
[3.9] Add soft keywords to the documentation (GH-21185) (GH-21187)
Pablo Galindo
2020-06-28
1
-0/+16
*
bpo-40204: Pin Sphinx version to 2.3.1 in ``Doc/Makefile``. (GH-21141)
Miss Islington (bot)
2020-06-25
1
-1/+1
*
bpo-40773: Fix rendering for 'retval' on the pdb page (GH-21081)
Miss Islington (bot)
2020-06-24
1
-0/+1
*
bpo-40707: Document that Popen.communicate sets the returncode attribute (GH-...
Miss Islington (bot)
2020-06-24
1
-4/+5
*
Improve asyncio.loop.call_soon() documentation (GH-20883)
Miss Islington (bot)
2020-06-23
3
-3/+7
*
[3.9] bpo-40939: Deprecate PyNode_Compile (GH-21036)
Lysandros Nikolaou
2020-06-22
1
-3/+3
*
[3.9] bpo-40939: Deprecate the PyParser_SimpleParse* functions (GH-21012)
Lysandros Nikolaou
2020-06-21
2
-0/+15
*
Add link to .pypirc specification (GH-20680)
Miss Islington (bot)
2020-06-20
1
-0/+3
*
bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878)
Inada Naoki
2020-06-18
1
-0/+11
*
[3.9] bpo-40924: Remove protocol for supplying Traversable objects from loade...
Jason R. Coombs
2020-06-14
1
-3/+0
*
[3.9] bpo-37674: Tweak imp module deprecation note in the docs (GH-20480) (GH...
Miss Islington (bot)
2020-06-13
1
-1/+1
*
Update lexical_analysis.rst (GH-17508)
Miss Islington (bot)
2020-06-12
1
-1/+1
*
bpo-40895: Update weakref documentation to remove old warnings (GH-20687)
Miss Islington (bot)
2020-06-10
1
-16/+0
*
bpo-36543: Revert "bpo-36543: Remove the xml.etree.cElementTree module." (GH-...
Miss Islington (bot)
2020-06-10
2
-5/+2
*
[3.9] bpo-34003: Re-add versionchanged entry in csv docs (GH-20657) (GH-20770)
Miss Islington (bot)
2020-06-10
1
-0/+3
[prev]
[next]