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
/
reference
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-40439: Update broken link in lexical analysis docs (GH-20184)
Miss Islington (bot)
2020-05-23
1
-1/+1
*
Fix misinformation about NaN != NaN comparison (GH-19357) (GH-19384)
Miss Islington (bot)
2020-04-05
1
-2/+3
*
fix comma location in various places (GH-19233)
Miss Islington (bot)
2020-03-30
2
-2/+2
*
bpo-40045: Make "dunder" method documentation easier to locate (GH-19153) (GH...
Miss Islington (bot)
2020-03-27
1
-5/+5
*
bpo-39879: Update datamodel docs to include dict ordering (GH-19006)
Miss Islington (bot)
2020-03-26
1
-0/+10
*
bpo-17422: slightly more precise language (GH-18682)
Miss Islington (bot)
2020-03-06
1
-1/+1
*
bpo-17422: Language reference should specify restrictions on class namespace ...
Miss Islington (bot)
2020-02-22
1
-2/+4
*
bpo-39545: Document changes in the support of await in f-strings. (GH-18456)
Miss Islington (bot)
2020-02-14
1
-0/+5
*
Improve grammar in the import system reference documentation (GH-18209)
Miss Islington (bot)
2020-02-10
1
-1/+1
*
bpo-15243: Document __prepare__ as classmethod (GH-17124)
Miss Islington (bot)
2020-01-25
1
-1/+2
*
Fix the parameter list of object. _rpow_ (GH-GH-16477)
Miss Islington (bot)
2020-01-05
1
-1/+1
*
[3.7] bpo-38316: Fix co_stacksize documentation (GH-16983). (GH-17660)
Batuhan Taşkaya
2019-12-19
1
-2/+2
*
bpo-38524: clarify example a bit and improve formatting (GH-17406)
Miss Islington (bot)
2019-11-28
1
-5/+8
*
bpo-38524: document implicit and explicit calling of descriptors' __set_name_...
Miss Islington (bot)
2019-11-27
1
-1/+12
*
bpo-25866: Minor cleanups to "sequence" in docs (GH-17177) (GH-17209)
Miss Islington (bot)
2019-11-17
1
-5/+9
*
Fix minor typos. (GH-17095)
Miss Islington (bot)
2019-11-13
1
-3/+3
*
bpo-33459: Fix "tuple displays" term in Expressions.rst (GH-6760) (GH-15939)
Miss Islington (bot)
2019-09-11
1
-4/+4
*
bpo-37913: document that __length_hint__ can return NotImplemented (GH-15383)
Steve Dower
2019-09-10
1
-1/+3
*
bpo-30969: Fix docs about the comparison in absence of __contains__ (GH-2761)
Miss Islington (bot)
2019-05-30
1
-5/+6
*
[3.7] bpo-34682: Wording and grammatical changes to the doc(https://docs.pyth...
Stéphane Wirtel
2019-05-13
3
-13/+13
*
bpo-36166: Change to rst datamodel file. (GH-13089) (#13094)
Miss Islington (bot)
2019-05-05
1
-2/+2
*
bpo-30840: Document relative imports (GH-12831) (GH-12938)
Miss Islington (bot)
2019-04-24
2
-1/+42
*
Doc: Fixed missing punctuation in datamodel.rst (GH-12581)
Miss Islington (bot)
2019-03-27
1
-14/+14
*
Document other performance implication for __slots__ (GH-11974) (GH-11975)
Miss Islington (bot)
2019-02-21
1
-0/+1
*
bpo-35566: Add links to annotation glossary term (GH-11291) (GH-11302)
Miss Islington (bot)
2018-12-24
2
-4/+4
*
[3.7] bpo-35506: Remove redundant and incorrect links from keywords. (GH-1117...
Serhiy Storchaka
2018-12-19
6
-113/+111
*
Correct a couple of unbalanced parenthesis. (GH-10779)
Miss Islington (bot)
2018-12-05
1
-1/+1
*
Move __missing__ after __delitem__ in Data model. (GH-10923)
Miss Islington (bot)
2018-12-05
1
-8/+8
*
Fix outdated info in datamodel about dicts (GH-9807)
Miss Islington (bot)
2018-11-16
1
-2/+2
*
bpo-33816: Remove outdated metaclass example (GH-7566)
Miss Islington (bot)
2018-11-16
1
-34/+2
*
bpo-33878: Doc: Fix missing case by simplifying. (GH-7762)
Miss Islington (bot)
2018-11-12
1
-6/+3
*
bpo-33699: Describe try's else clause with the rest of the try clause (GH-7252)
Miss Islington (bot)
2018-11-11
1
-7/+5
*
Add link to PEP 525 in Expressions. (GH-10333)
Miss Islington (bot)
2018-11-07
1
-1/+5
*
Add future_stmt to simple_stmt production list. (GH-8239)
Miss Islington (bot)
2018-11-07
1
-0/+1
*
Mark -c and -O as command line options in reStructuredText. (GH-10103)
Miss Islington (bot)
2018-11-07
3
-3/+3
*
bpo-35119: Fix RecursionError in example of customizing module attribute acce...
Miss Islington (bot)
2018-11-06
1
-1/+1
*
bpo-35054: Add yet more index entries for symbols. (GH-10121) (GH-10171)
Miss Islington (bot)
2018-10-28
5
-93/+80
*
Fix mistakes on function coroutines related definitions (GH-9871)
Miss Islington (bot)
2018-10-28
1
-8/+8
*
[3.7] bpo-35054: Add more index entries for symbols. (GH-10064). (GH-10120)
Serhiy Storchaka
2018-10-26
7
-49/+230
*
bpo-33726, doc: Add short descriptions to PEP references in seealso (GH-7294)
Miss Islington (bot)
2018-10-19
2
-2/+17
*
Update compound_stmts.rst (GH-9864) (GH-9869)
Miss Islington (bot)
2018-10-14
1
-4/+4
*
closes bpo-28955: Clarified comparisons between NaN and number in reference d...
Miss Islington (bot)
2018-09-14
1
-6/+5
*
Fix HTML formatting in datamodel.rst (GH-8693)
Miss Islington (bot)
2018-08-06
1
-3/+3
*
Use 'for example' instead of 'in other words' in compound statement doc (GH-8...
Miss Islington (bot)
2018-07-30
1
-1/+1
*
bpo-33702: Add some missing links in production lists and do a little polish ...
Miss Islington (bot)
2018-07-07
3
-25/+25
*
bpo-33877: Remove UNIX qualification for running complete programs (GH-7744)
Miss Islington (bot)
2018-06-22
1
-5/+6
*
bpo-33847: Add '@' operator entry to index (GH-7669)
Miss Islington (bot)
2018-06-15
1
-1/+3
*
bpo-33852: Remove misplaced parentheses around 'list'. (GH-7672)
Miss Islington (bot)
2018-06-15
1
-1/+1
*
bpo-33766: Document that end of file or string is a newline (GH-7383)
Miss Islington (bot)
2018-06-10
1
-5/+6
*
update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) (GH-7470)
Miss Islington (bot)
2018-06-07
1
-2/+2
[next]