index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Doc
/
reference
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #12067: Recommend that hash and equality be consistent
Martin Panter
2017-01-29
1
-0
/
+4
*
Issue #29012: Remove another outdated information
Berker Peksag
2017-01-03
1
-3
/
+3
*
Issue #29012: Remove outdated information about __bases__
Berker Peksag
2017-01-02
1
-1
/
+1
*
Issue #28954: Add missing comma to keyword argument syntax
Martin Panter
2016-12-24
1
-1
/
+1
*
doc: Suggest to hash(tuple of attr) rather than XOR
Victor Stinner
2016-12-19
1
-5
/
+8
*
Issue #19795: Mark up None as literal text.
Serhiy Storchaka
2016-10-19
1
-1
/
+1
*
Issue #26511: Reference the id() function in the 'is' and 'is not' docs
Raymond Hettinger
2016-09-11
1
-2
/
+3
*
Issue 19504: Change "customise" to "customize" American spelling.
Raymond Hettinger
2016-08-25
1
-2
/
+2
*
Issue #27712: Fix some typos in the import docs.
Brett Cannon
2016-08-12
1
-2
/
+2
*
Issue #26576: Clarify that the @deco syntax is not always an equivalent of f ...
Berker Peksag
2016-08-03
1
-4
/
+5
*
Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.
Martin Panter
2016-07-26
2
-5
/
+16
*
Issue #24314: Fix doc links for general attributes like __name__, __dict__
Martin Panter
2016-06-18
1
-25
/
+26
*
Issue #24136: Document generalized unpacking, PEP 448
Martin Panter
2016-06-12
2
-27
/
+61
*
[Issue 15476] Make "code object" its own entry in the index
Tommy Beadle
2016-06-02
1
-4
/
+2
*
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
*
#26829: Clarify that namespace is copied to a new __dict__ in instance creation.
R David Murray
2016-06-02
1
-0
/
+5
*
Issue #27049: fix doc typo
Ned Deily
2016-05-17
1
-1
/
+1
*
class definitions only get argument lists (closes #27042)
Benjamin Peterson
2016-05-16
1
-1
/
+1
*
Backed out changeset 71ff2235bb4c (closes #27042)
Benjamin Peterson
2016-05-16
1
-1
/
+1
*
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
*
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 #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
*
Issue #25887: Raise a RuntimeError when a coroutine is awaited more than once.
Yury Selivanov
2016-02-13
1
-0
/
+4
*
Python for .NET has moved to Github.
Zachary Ware
2016-02-03
1
-1
/
+1
*
Issue #25500: Fix the language reference to not claim that import
Brett Cannon
2015-12-04
1
-5
/
+4
*
Merge: #25679: spelling fix
R David Murray
2015-11-20
1
-3
/
+2
|
\
|
*
#25679: spelling fix
R David Murray
2015-11-20
1
-3
/
+2
*
|
Issue #25523: Further a-to-an corrections new in 3.5
Martin Panter
2015-11-02
1
-2
/
+2
*
|
Issue #25418: Fix markup in object.__hash__ documentation
Berker Peksag
2015-10-16
1
-1
/
+1
|
\
\
|
|
/
|
*
Issue #25418: Fix markup in object.__hash__ documentation
Berker Peksag
2015-10-16
1
-1
/
+1
*
|
Issue #25161: Merge full stops from 3.4 into 3.5
Martin Panter
2015-10-10
6
-47
/
+379
|
\
\
|
|
/
|
/
|
|
*
Issue #12067: Merge comparisons doc from 3.4 into 3.5
Martin Panter
2015-09-23
6
-47
/
+379
|
|
\
|
|
*
Issue #4395: Better testing and documentation of binary operators.
Robert Collins
2015-08-07
6
-47
/
+379
|
|
|
\
|
|
|
*
Issue #24531: Document that encoding lines cannot follow non-comment lines.
Robert Collins
2015-08-06
6
-47
/
+379
|
|
|
|
\
|
|
|
|
*
Merge issue #24129 from 3.4
Nick Coghlan
2015-08-05
1
-62
/
+101
|
|
|
|
|
\
|
|
|
|
*
|
docs: Fix productionlist for async def functions
Yury Selivanov
2015-08-01
1
-1
/
+1
|
|
|
|
*
|
Issue #24713: Use importlib.reload() in import reference document.
Berker Peksag
2015-07-25
6
-47
/
+379
|
|
|
|
|
\
\
|
|
|
|
|
*
|
Issue #24619: New approach for tokenizing async/await.
Yury Selivanov
2015-07-22
1
-3
/
+1
|
|
|
|
|
*
|
merge 3.4 (#24610)
Benjamin Peterson
2015-07-11
1
-1
/
+1
|
|
|
|
|
|
\
\
|
|
|
|
|
*
|
|
upgrade to Unicode 8.0.0
Benjamin Peterson
2015-06-27
1
-2
/
+2
|
|
|
|
|
*
|
|
Issue #24439: Improve PEP 492 related docs.
Yury Selivanov
2015-06-24
3
-21
/
+78
|
|
|
|
|
*
|
|
Issue #24400: Introduce a distinct type for 'async def' coroutines.
Yury Selivanov
2015-06-22
1
-3
/
+18
|
|
|
|
|
*
|
|
Merge with 3.4
Terry Jan Reedy
2015-06-12
6
-47
/
+309
|
|
|
|
|
|
\
\
\
|
|
|
|
|
|
*
\
\
merge
Raymond Hettinger
2015-05-22
6
-47
/
+309
|
|
|
|
|
|
|
\
\
\
|
|
|
|
|
|
|
*
|
|
Issue 24180: Documentation for PEP 492 changes.
Yury Selivanov
2015-05-21
3
-1
/
+234
|
|
|
|
|
|
|
*
|
|
PEP 479: Change StopIteration handling inside generators.
Yury Selivanov
2015-05-09
1
-6
/
+6
[next]