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)
Matteo Bertucci
2020-05-23
1
-1/+1
*
Fix typo in object.__format__ docs (GH-19504)
Heshy Roskes
2020-04-26
1
-1/+1
*
Fix misinformation about NaN != NaN comparison (GH-19357)
Mark Dickinson
2020-04-05
1
-2/+3
*
fix comma location in various places (GH-19233)
Mathieu Dupuy
2020-03-30
2
-2/+2
*
bpo-40045: Make "dunder" method documentation easier to locate (#19153)
Javad Mokhtari
2020-03-27
1
-5/+5
*
bpo-39879: Update datamodel docs to include dict ordering (GH-19006)
Lahfa Samy
2020-03-26
1
-0/+10
*
Update some www.unicode.org URLs to use HTTPS. (GH-18912)
Benjamin Peterson
2020-03-11
1
-2/+2
*
closes bpo-39926: Update Unicode to 13.0.0. (GH-18910)
Benjamin Peterson
2020-03-11
1
-1/+1
*
bpo-39702: Update the Language Reference (PEP 614) (GH-18802)
Brandt Bucher
2020-03-07
1
-1/+11
*
bpo-17422: slightly more precise language (GH-18682)
Caleb Donovick
2020-03-06
1
-1/+1
*
bpo-39868: Update Language Reference for PEP 572. (#18793)
Brandt Bucher
2020-03-06
2
-6/+18
*
bpo-35712: Make using NotImplemented in a boolean context issue a deprecation...
MojoVampire
2020-03-03
1
-2/+7
*
bpo-17422: Language reference should specify restrictions on class namespace ...
ananthan-123
2020-02-22
1
-2/+4
*
bpo-39545: Document changes in the support of await in f-strings. (GH-18456)
Serhiy Storchaka
2020-02-13
1
-0/+5
*
Improve grammar in the import system reference documentation (GH-18209)
Bonifacio de Oliveira
2020-01-30
1
-1/+1
*
bpo-15243: Document __prepare__ as classmethod (GH-17124)
alclarks
2020-01-25
1
-1/+2
*
bpo-39048: Look up __aenter__ before __aexit__ in async with (GH-17609)
Géry Ogam
2020-01-14
1
-1/+1
*
Fix the parameter list of object. _rpow_ (#GH-16477)
HongWeipeng
2020-01-05
1
-1/+1
*
bpo-39037: Fix lookup order of magic methods in with statement documentation ...
Géry Ogam
2019-12-30
1
-18/+49
*
links in importlib.metadata.rst replaced with sphinx references (GH-17730)
Oleg Höfling
2019-12-29
1
-0/+2
*
bpo-38316: Fix co_stacksize documentation (GH-16983)
Batuhan Taşkaya
2019-12-15
1
-2/+2
*
bpo-38524: clarify example a bit and improve formatting (GH-17406)
Tal Einat
2019-11-28
1
-5/+8
*
bpo-38524: document implicit and explicit calling of descriptors' __set_name_...
Florian Dahlitz
2019-11-27
1
-1/+12
*
bpo-25866: Minor cleanups to "sequence" in docs (GH-17177)
alclarks
2019-11-17
1
-5/+9
*
Fix minor typos. (GH-17095)
Shu
2019-11-13
1
-3/+3
*
Clarify amount of dots between package and subpackage (GH-17092)
Shu
2019-11-08
1
-1/+1
*
bpo-38336: Remove the __set__ method restriction on data descriptors for attr...
Géry Ogam
2019-10-29
1
-1/+1
*
bpo-38434: Fixes some audit event documentation (GH-16932)
Steve Dower
2019-10-26
1
-0/+1
*
Doc: Add -m reference in context of code execution (GH-16045)
Julien Palard
2019-09-12
1
-1/+3
*
bpo-35224: Additional documentation for Assignment Expressions (GH-15935)
Emily Morehouse
2019-09-11
2
-1/+3
*
bpo-33459: Fix "tuple displays" term in Expressions.rst (GH-6760)
Andre Delfino
2019-09-11
1
-4/+4
*
bpo-37913: Link to NotImplemented from new docs (GH-15860)
Steve Dower
2019-09-10
1
-3/+3
*
bpo-37913: document that __length_hint__ can return NotImplemented (GH-15383)
Jeroen Demeyer
2019-09-10
1
-2/+4
*
bpo-36743: __get__ is sometimes called without the owner argument (#12992)
Raymond Hettinger
2019-08-29
1
-7/+18
*
bpo-15542: Documentation incorrectly suggests __init__ called after direct _...
Joannah Nanjekye
2019-08-26
1
-4/+4
*
bpo-32118: Simplify docs for sequence comparison (GH-15450)
Raymond Hettinger
2019-08-24
1
-19/+7
*
bpo-29535: Remove promize about hash randomization of datetime objects. (GH-1...
Serhiy Storchaka
2019-08-24
1
-2/+2
*
bpo-32912: Revert SyntaxWarning on invalid escape sequences. (GH-15195)
Gregory P. Smith
2019-08-10
1
-5/+3
*
bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-...
Jörn Heissler
2019-06-22
1
-0/+6
*
More updates to the annotated assignments docs (GH-13794)
Ivan Levkivskyi
2019-06-04
1
-4/+3
*
Update the annotated assignment docs (GH-13757)
Ivan Levkivskyi
2019-06-02
1
-1/+7
*
bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108)
Serhiy Storchaka
2019-06-01
1
-5/+3
*
bpo-37122: Make co->co_argcount represent the total number of positonal argum...
Pablo Galindo
2019-06-01
1
-17/+19
*
Use more PEP 570 syntax in the documentation. (GH-13720)
Serhiy Storchaka
2019-06-01
1
-1/+1
*
Update data model docs to include missing attributes for code objects (GH-13696)
Pablo Galindo
2019-05-31
1
-12/+17
*
bpo-30969: Fix docs about the comparison in absence of __contains__ (GH-2761)
Antti Haapala
2019-05-30
1
-5/+6
*
Regenerate topics file (GH-13642)
Pablo Galindo
2019-05-29
1
-1/+1
*
bpo-36540: Documentation for PEP570 - Python positional only arguments (#13202)
Pablo Galindo
2019-05-28
1
-2/+4
*
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
[next]