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-17188: DOC: Document 'from None' in raise statement (#1671)
csabella
2017-05-20
1
-2/+20
*
Fix typos in multiple `.rst` files (#1668)
delirious-lettuce
2017-05-19
1
-1/+1
*
Fix ModuleNotFoundError typo in import reference (#1606)
Dominik Miedziński
2017-05-16
1
-1/+1
*
bpo-30354: Update data model documentation for super() (GH-1561)
csabella
2017-05-15
1
-6/+6
*
bpo-28974: `object.__format__(x, '')` is now equivalent to `str(x)` (#506)
Serhiy Storchaka
2017-05-13
1
-0/+4
*
Fix a trivial typo in global section (#1497)
Jim Fasarakis-Hilliard
2017-05-08
1
-1/+1
*
bpo-28315: Improve code examples in docs (GH-1372)
UltimateCoder
2017-05-03
1
-1/+1
*
bpo-29679: Implement @contextlib.asynccontextmanager (#360)
Jelle Zijlstra
2017-05-01
1
-0/+2
*
bpo-30052: Link `bytes` & `bytearray` to stdtypes not functions (GH-1271)
csabella
2017-04-26
1
-8/+8
*
bpo-30144: Import collections ABC from collections.abc rather than collection...
Serhiy Storchaka
2017-04-24
1
-3/+3
*
bpo-15718: Document the upper bound constrain on the __len__ return value. (#...
Serhiy Storchaka
2017-04-23
1
-0/+9
*
Remove outdated note about constraining of the bit shift right operand. (#1258)
Serhiy Storchaka
2017-04-22
1
-5/+0
*
bpo-29952: Use usual terminology of dict (GH-917)
cocoatomo
2017-03-31
1
-1/+1
*
bpo-16011 clarify that 'in' always returns a boolean value
Amit Kumar
2017-03-28
1
-9/+10
*
Remove an outdated statement in execution model docs (GH-754)
Ivan Levkivskyi
2017-03-23
1
-6/+0
*
bpo-28739: Document that f-strings cannot be used as docstring (GH-592)
Mariatta
2017-03-10
1
-0/+11
*
bpo-26184: import.rst: Improve versionchanged note (GH-325)
Mariatta
2017-02-26
1
-1/+1
*
bpo-26184: import.rst: Improve versionchanged note (GH-277)
Mariatta
2017-02-26
1
-2/+5
*
bpo-29648: import.rst: Add reference to create_module() (GH-290)
Marco Buttu
2017-02-26
1
-1/+1
*
Fix small typos in expressions.rst (GH-276)
Jim Fasarakis-Hilliard
2017-02-24
1
-2/+2
*
Issues #12067: Merge hash recommendation from 3.5
Martin Panter
2017-01-29
1
-0/+4
|
\
|
*
Issue #12067: Recommend that hash and equality be consistent
Martin Panter
2017-01-29
1
-0/+4
*
|
Issue #29012: Merge from 3.5
Berker Peksag
2017-01-03
1
-5/+4
|
\
\
|
|
/
|
*
Issue #29012: Remove another outdated information
Berker Peksag
2017-01-03
1
-3/+3
*
|
Issue #29012: Merge from 3.5
Berker Peksag
2017-01-02
1
-1/+1
|
\
\
|
|
/
|
*
Issue #29012: Remove outdated information about __bases__
Berker Peksag
2017-01-02
1
-1/+1
*
|
Issue #28954: Merge keyword argument syntax from 3.5
Martin Panter
2016-12-24
1
-1/+1
|
\
\
|
|
/
|
*
Issue #28954: Add missing comma to keyword argument syntax
Martin Panter
2016-12-24
1
-1/+1
*
|
Merge 3.5
Victor Stinner
2016-12-19
1
-5/+8
|
\
\
|
|
/
|
*
doc: Suggest to hash(tuple of attr) rather than XOR
Victor Stinner
2016-12-19
1
-5/+8
*
|
Issue #28091: Document PEP 525 & PEP 530.
Yury Selivanov
2016-12-15
4
-4/+187
*
|
Issue #23722: improve __classcell__ compatibility
Nick Coghlan
2016-12-05
1
-1/+40
*
|
Another en → em dash fix for 3.6
Martin Panter
2016-11-21
1
-1/+1
*
|
Update docs to reflect new behavior around backslashes in expressions (not al...
Jason R. Coombs
2016-11-06
1
-7/+12
*
|
Issue #19795: Mark up None as literal text.
Serhiy Storchaka
2016-10-19
1
-1/+1
|
\
\
|
|
/
|
*
Issue #19795: Mark up None as literal text.
Serhiy Storchaka
2016-10-19
1
-1/+1
*
|
merge
Raymond Hettinger
2016-09-12
1
-2/+3
|
\
\
|
|
/
|
*
Issue #26511: Reference the id() function in the 'is' and 'is not' docs
Raymond Hettinger
2016-09-12
1
-2/+3
*
|
Issue #28076: Variable annotations should be mangled for private names.
Guido van Rossum
2016-09-11
1
-3/+4
*
|
Issue #26331: Implement the parsing part of PEP 515.
Brett Cannon
2016-09-09
1
-16/+29
*
|
Doc updates for PEPs 520 and 468.
Eric Snow
2016-09-09
1
-3/+3
*
|
Issue #27999: Make "global after use" a SyntaxError, and ditto for nonlocal.
Guido van Rossum
2016-09-09
1
-2/+3
*
|
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
Yury Selivanov
2016-09-09
2
-14/+65
*
|
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
[next]