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
*
Issue #24254: Drop cls.__definition_order__.
Eric Snow
2016-09-08
2
-16/+3
*
Issue #28030: Update the language reference for PEP 468.
Eric Snow
2016-09-08
1
-5/+6
*
#27364: Deprecate invalid escape strings in str/byutes.
R David Murray
2016-09-08
1
-0/+4
*
Issue #15767: Use ModuleNotFoundError.
Eric Snow
2016-09-07
1
-10/+10
*
Issue #24254: Preserve class attribute definition order.
Eric Snow
2016-09-05
2
-1/+19
*
Merge
Raymond Hettinger
2016-08-26
1
-2/+2
|
\
|
*
Issue 19504: Change "customise" to "customize" American spelling.
Raymond Hettinger
2016-08-26
1
-2/+2
*
|
Anti-registration of various ABC methods.
Guido van Rossum
2016-08-18
1
-1/+18
*
|
Merge for issue #27712
Brett Cannon
2016-08-12
1
-2/+2
|
\
\
|
|
/
|
*
Issue #27712: Fix some typos in the import docs.
Brett Cannon
2016-08-12
1
-2/+2
*
|
Issue #26576: Merge from 3.5
Berker Peksag
2016-08-03
1
-4/+5
|
\
\
|
|
/
|
*
Issue #26576: Clarify that the @deco syntax is not always an equivalent of f ...
Berker Peksag
2016-08-03
1
-4/+5
*
|
Issue 27366: PEP 487 docs updates
Nick Coghlan
2016-07-31
1
-0/+7
*
|
Issue #27366: Tweak PEP 487 documentation
Berker Peksag
2016-07-30
1
-0/+5
*
|
Issue #27366: Implement PEP 487
Nick Coghlan
2016-07-30
1
-1/+42
*
|
Issue #26462: Merge code block fixes from 3.5
Martin Panter
2016-07-29
2
-5/+16
|
\
\
|
|
/
|
*
Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.
Martin Panter
2016-07-26
2
-5/+16
*
|
Issue #24314: Merge doc links from 3.5
Martin Panter
2016-06-18
1
-25/+26
|
\
\
|
|
/
|
*
Issue #24314: Fix doc links for general attributes like __name__, __dict__
Martin Panter
2016-06-18
1
-25/+26
*
|
Issue #24136: Adjust f-strings doc for interable unpacking
Martin Panter
2016-06-12
1
-1/+2
*
|
Issue #24136: Merge unpacking doc from 3.5
Martin Panter
2016-06-12
2
-27/+61
|
\
\
|
|
/
|
*
Issue #24136: Document generalized unpacking, PEP 448
Martin Panter
2016-06-12
2
-27/+61
*
|
Issue #15476: Merge index entries from 3.5
Martin Panter
2016-06-09
1
-4/+2
|
\
\
|
|
/
|
*
[Issue 15476] Make "code object" its own entry in the index
Tommy Beadle
2016-06-02
1
-4/+2
*
|
Merge 3.5 (issue #27243)
Yury Selivanov
2016-06-09
2
-3/+47
|
\
\
|
|
/
|
*
Issue #27243: Fix __aiter__ protocol
Yury Selivanov
2016-06-09
2
-3/+47
|
*
Issue #23275: Backport target list assignment documentation fixes
Martin Panter
2016-06-08
1
-15/+14
*
|
Merge: #26829: Clarify that namespace is copied to a new __dict__ in instance...
R David Murray
2016-06-03
1
-0/+5
|
\
\
|
|
/
|
*
#26829: Clarify that namespace is copied to a new __dict__ in instance creation.
R David Murray
2016-06-03
1
-0/+5
*
|
Issue #23275: Allow () = iterable assignment syntax
Berker Peksag
2016-05-18
1
-16/+15
*
|
Issue #27049: fix doc typo
Ned Deily
2016-05-18
1
-1/+1
|
\
\
|
|
/
|
*
Issue #27049: fix doc typo
Ned Deily
2016-05-18
1
-1/+1
*
|
merge 3.5 (#27042)
Benjamin Peterson
2016-05-17
1
-2/+2
|
\
\
|
|
/
|
*
class definitions only get argument lists (closes #27042)
Benjamin Peterson
2016-05-17
1
-1/+1
|
*
Backed out changeset 71ff2235bb4c (closes #27042)
Benjamin Peterson
2016-05-17
1
-1/+1
*
|
Issue #23921: Standardized documentation whitespace formatting.
Serhiy Storchaka
2016-05-10
3
-6/+6
|
\
\
|
|
/
|
*
Issue #23921: Standardized documentation whitespace formatting.
Serhiy Storchaka
2016-05-10
3
-6/+6
*
|
Issue #26156: Make expressions grammar description more semantically correct.
Serhiy Storchaka
2016-05-08
1
-2/+2
|
\
\
|
|
/
|
*
Issue #26156: Make expressions grammar description more semantically correct.
Serhiy Storchaka
2016-05-08
1
-2/+2
*
|
Merge typo fixes from 3.5
Martin Panter
2016-05-08
1
-1/+1
|
\
\
|
|
/
|
*
Fix typos in comments, documentation and test method names
Martin Panter
2016-05-08
1
-1/+1
*
|
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka
2016-05-07
1
-1/+1
|
\
\
|
|
/
|
*
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka
2016-05-07
1
-1/+1
*
|
Issue #18572: Remove redundant note about surrogates in string escape doc
Berker Peksag
2016-04-24
1
-2/+1
|
\
\
|
|
/
|
*
Issue #18572: Remove redundant note about surrogates in string escape doc
Berker Peksag
2016-04-24
1
-2/+1
*
|
Remove redundant leading zeroes in PEP references.
Serhiy Storchaka
2016-03-31
3
-5/+5
|
\
\
|
|
/
|
*
Remove redundant leading zeroes in PEP references.
Serhiy Storchaka
2016-03-31
3
-5/+5
*
|
Merge 3.5 (issue #25887)
Yury Selivanov
2016-02-13
1
-0/+4
|
\
\
|
|
/
|
*
Issue #25887: Raise a RuntimeError when a coroutine is awaited more than once.
Yury Selivanov
2016-02-13
1
-0/+4
*
|
Issue #25179: Documentation for formatted string literals aka f-strings
Martin Panter
2016-02-13
2
-4/+109
[next]