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-34682: Wording and grammatical changes to the doc(https://docs.python.org...
divyag9
2019-05-13
3
-13/+13
*
Correct misspelling (GH-11470)
Johnny Gérard
2019-05-13
1
-1/+1
*
closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214)
Benjamin Peterson
2019-05-09
1
-1/+1
*
bpo-36798: Updating f-string docs for := use case (GH-13107)
Logan Jones
2019-05-06
1
-5/+6
*
bpo-36166: Change to rst datamodel file. (GH-13089)
Catherine Alvarado
2019-05-04
1
-2/+2
*
Improve grammar on async context managers and shorten text (GH-12379)
Andre Delfino
2019-05-03
1
-4/+4
*
Don't use the LHS/RHS acronym in Simple statements (GH-12996)
Andre Delfino
2019-05-03
1
-4/+4
*
Namespace packages _bootstrap.ModuleSpec.loader attributes are no longer None...
Géry Ogam
2019-05-01
1
-6/+5
*
bpo-30840: Document relative imports (#12831)
Joannah Nanjekye
2019-04-24
2
-1/+42
*
Doc: Fixed missing punctuation in datamodel.rst (GH-12581)
Jules Lasne (jlasne)
2019-03-27
1
-14/+14
*
closes bpo-33376: Update to Unicode 12.0.0. (GH-12256)
Benjamin Peterson
2019-03-10
1
-1/+1
*
closes bpo-36188: Clean up 'unbound' method left-overs. (GH-12169)
Martijn Pieters
2019-03-05
1
-6/+0
*
Document other performance implication for __slots__ (GH-11974)
Raymond Hettinger
2019-02-21
1
-0/+1
*
bpo-35911: add cell constructor (GH-11771)
Pierre Glaser
2019-02-07
1
-1/+3
*
bpo-35566: Add links to annotation glossary term (GH-11291)
Cheryl Sabella
2018-12-24
2
-4/+4
*
bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)
Serhiy Storchaka
2018-12-19
6
-112/+110
*
Correct a couple of unbalanced parenthesis. (GH-10779)
Andre Delfino
2018-12-05
1
-1/+1
*
Move __missing__ after __delitem__ in Data model. (GH-10923)
Andre Delfino
2018-12-05
1
-8/+8
*
Fix outdated info in datamodel about dicts (GH-9807)
wim glenn
2018-11-16
1
-2/+2
*
bpo-33816: Remove outdated metaclass example (GH-7566)
Andrés Delfino
2018-11-16
1
-34/+2
*
bpo-33878: Doc: Fix missing case by simplifying. (GH-7762)
Julien Palard
2018-11-11
1
-6/+3
*
bpo-33699: Describe try's else clause with the rest of the try clause (GH-7252)
Andrés Delfino
2018-11-11
1
-7/+5
*
Add link to PEP 525 in Expressions. (GH-10333)
Andrés Delfino
2018-11-07
1
-1/+5
*
Add future_stmt to simple_stmt production list. (GH-8239)
Andrés Delfino
2018-11-07
1
-0/+1
*
Mark -c and -O as command line options in reStructuredText. (GH-10103)
Andrés Delfino
2018-11-07
3
-3/+3
*
bpo-35119: Fix RecursionError in example of customizing module attribute acce...
Denis Osipov
2018-11-06
1
-1/+1
*
bpo-35054: Add yet more index entries for symbols. (GH-10121)
Serhiy Storchaka
2018-10-28
5
-93/+80
*
Fix mistakes on function coroutines related definitions (GH-9871)
Andrés Delfino
2018-10-28
1
-8/+8
*
bpo-35054: Add more index entries for symbols. (GH-10064)
Serhiy Storchaka
2018-10-26
7
-49/+230
*
bpo-33726, doc: Add short descriptions to PEP references in seealso (GH-7294)
Andrés Delfino
2018-10-19
2
-2/+17
*
bpo-32912: Replace a DeprecationWarning with a SyntaxWarning (GH-9652)
Serhiy Storchaka
2018-10-19
1
-2/+5
*
Update compound_stmts.rst (#9864)
Andrés Delfino
2018-10-14
1
-4/+4
*
closes bpo-28955: Clarified comparisons between NaN and number in reference d...
Tony Flury
2018-09-14
1
-6/+5
*
Fix HTML formatting in datamodel.rst (GH-8693)
Berker Peksag
2018-08-06
1
-3/+3
*
Use 'for example' instead of 'in other words' in compound statement doc (GH-8...
Andrés Delfino
2018-07-30
1
-1/+1
*
Fix typo: variables(s) (GH-8482)
Andrés Delfino
2018-07-26
1
-1/+1
*
bpo-33702: Add some missing links in production lists and do a little polish ...
Andrés Delfino
2018-07-07
3
-25/+25
*
bpo-33877: Remove UNIX qualification for running complete programs (GH-7744)
Andrés Delfino
2018-06-22
1
-5/+6
*
bpo-33847: Add '@' operator entry to index (GH-7669)
Andrés Delfino
2018-06-15
1
-1/+3
*
bpo-33852: Remove misplaced parentheses around 'list'. (GH-7672)
Andrés Delfino
2018-06-15
1
-1/+1
*
bpo-33766: Document that end of file or string is a newline (GH-7383)
Ammar Askar
2018-06-09
1
-5/+6
*
update to Unicode 11.0.0 (closes bpo-33778) (GH-7439)
Benjamin Peterson
2018-06-07
1
-2/+2
*
Fix typo in datamodel.rst (GH-6964)
Zach Mitchell
2018-06-02
1
-1/+1
*
Fix lambda parameters being refered as arguments (GH-7037)
Andrés Delfino
2018-05-22
1
-2/+2
*
bpo-23722: Raise a RuntimeError for absent __classcell__. (GH-6931)
Serhiy Storchaka
2018-05-20
1
-2/+1
*
bpo-23722: Fix docs for future __classcell__ changes. (GH-6999)
Serhiy Storchaka
2018-05-20
1
-1/+1
*
bpo-32996: The bulk of What's New in Python 3.7 (GH-6978)
Elvis Pranskevichus
2018-05-20
1
-0/+2
*
bpo-32717: Document PEP 560 (GH-6726)
Ivan Levkivskyi
2018-05-08
1
-0/+37
*
Clarify that __path__ can't be just any value (GH-6554)
Brett Cannon
2018-04-20
1
-2/+1
*
bpo-33260: Regenerate token.py after removing ASYNC and AWAIT. (GH-6447)
Serhiy Storchaka
2018-04-11
1
-1/+1
[next]