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
*
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
*
Fix typo in datamodel.rst (GH-6964)
Miss Islington (bot)
2018-06-02
1
-1/+1
*
Fix lambda parameters being refered as arguments (GH-7037)
Miss Islington (bot)
2018-05-22
1
-2/+2
*
bpo-23722: Fix docs for future __classcell__ changes. (GH-6999) (GH-7000)
Miss Islington (bot)
2018-05-20
1
-1/+1
*
[3.7] bpo-32996: The bulk of What's New in Python 3.7 (GH-6978). (GH-6998)
Elvis Pranskevichus
2018-05-20
1
-0/+2
*
bpo-32717: Document PEP 560 (GH-6726)
Miss Islington (bot)
2018-05-08
1
-0/+37
*
Clarify that __path__ can't be just any value (GH-6554)
Miss Islington (bot)
2018-04-20
1
-2/+1
*
bpo-33260: Regenerate token.py after removing ASYNC and AWAIT. (GH-6447)
Miss Islington (bot)
2018-04-11
1
-1/+1
*
bpo-26701: Improve documentation for the rounding special methods. (GH-6054)
Miss Islington (bot)
2018-03-10
1
-12/+18
*
bpo-26701: Add documentation for __trunc__ (GH-6049)
Miss Islington (bot)
2018-03-10
1
-0/+9
*
bpo-30579: Docs for dynamic traceback creation (GH-5653)
Miss Islington (bot)
2018-02-13
1
-12/+34
*
[3.7] bpo-8722: Document __getattr__ behavior with AttributeError in property...
Miss Islington (bot)
2018-02-05
1
-4/+6
*
bpo-32735: Fix typo in f-strings datetime format specifier example (GH-5464)
Cheryl Sabella
2018-01-31
1
-1/+1
*
bpo-27505: Add change notes in module attribute docs (GH-5320)
Cheryl Sabella
2018-01-27
1
-0/+11
*
String annotations [PEP 563] (#4390)
Guido van Rossum
2018-01-26
2
-12/+28
*
Lexical Analysis ref doc: Fix a typo in the string concatenation internal lin...
İsmail Arılık
2018-01-12
1
-1/+1
*
Improve the F-strings and format specifier documentation (GH-4931)
KatherineMichel
2017-12-19
1
-4/+5
*
bpo-32377: improve __del__ docs and fix mention about resurrection (#4927)
Antoine Pitrou
2017-12-19
1
-39/+47
*
F-strings docs: link to Format Specifiers (GH-4888)
Mariatta
2017-12-15
1
-1/+2
*
bpo-32225: Implementation of PEP 562 (#4731)
Ivan Levkivskyi
2017-12-14
1
-0/+45
*
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
Benjamin Peterson
2017-12-09
1
-0/+27
*
bpo-10544: Deprecate "yield" in comprehensions and generator expressions. (GH...
Serhiy Storchaka
2017-12-01
1
-8/+53
*
Remove redundant 'exc = True' line (GH-4357)
Berker Peksag
2017-11-11
1
-1/+0
*
bpo-31810: added missing keywords to docs. (#4140)
Tom Floyer
2017-11-08
1
-7/+7
*
Fix a grammatical problem and reword for clarity. (#4257)
Barry Warsaw
2017-11-03
1
-5/+4
*
bpo-31799: Make module.__spec__ more discoverable (#4010)
Barry Warsaw
2017-10-17
1
-2/+3
*
bpo-31708: Allow async generator expressions in synchronous functions (#3905)
Yury Selivanov
2017-10-06
1
-8/+10
*
bpo-31709: Drop support for asynchronous __aiter__. (#3903)
Yury Selivanov
2017-10-06
1
-44/+9
*
Fix typo in Simple Statements documentation (GH-3809)
kms70847
2017-09-28
1
-1/+1
*
bpo-31571: Remove duplicated info in Lexical Analysis documentation (GH-3691)
Guilherme Caminha
2017-09-25
1
-7/+0
*
bpo-31501: Operator precedence description for arithmetic operators (#3633)
svelankar
2017-09-18
1
-2/+2
*
bpo-31487: Update F-strings doc example (GH-3627)
Mariatta
2017-09-17
1
-1/+1
*
Improve f-strings documentation (GH-3604)
Mariatta
2017-09-16
1
-0/+6
*
Mention enum as an ex (#2982)
Louie Lu
2017-09-13
1
-2/+2
*
bpo-31344: Per-frame control of trace events (GH-3417)
Nick Coghlan
2017-09-08
1
-1/+11
*
link to legacy doc on the non-legacy website (#3362)
Benjamin Peterson
2017-09-05
1
-1/+1
*
bpo-30736: upgrade to Unicode 10.0 (#2344)
Benjamin Peterson
2017-06-23
1
-2/+2
*
bpo-30486: Allow setting cell value (#1840)
Lisa Roach
2017-06-08
1
-0/+6
*
bpo-17188: add missing periods at the end of sentences (GH-1875)
Mariatta
2017-05-30
1
-2/+2
*
Improve grammar in The Import System documentation (GH-1862)
kms70847
2017-05-30
1
-6/+6
*
bpo-30449 Terse slots (#1819)
Aaron Hall, MBA
2017-05-26
1
-14/+15
*
bpo-30372: Clarify that '__builtins__' is a CPython Implementation detail (GH...
Naomi Ceder
2017-05-22
1
-9/+9
[next]