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
/
library
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #29198: Merge from 3.6
Berker Peksag
2017-02-04
1
-2/+2
|
\
|
*
Issue #29198: Merge from 3.5
Berker Peksag
2017-02-04
1
-2/+2
|
|
\
|
|
*
Issue #29198: Fix indentation and markup in typing.rst
Berker Peksag
2017-02-04
1
-2/+2
*
|
|
Issue #29198: Merge from 3.6
Berker Peksag
2017-02-04
1
-0/+33
|
\
\
\
|
|
/
/
|
*
|
Issue #29198: Merge from 3.5
Berker Peksag
2017-02-04
1
-0/+33
|
|
\
\
|
|
|
/
|
|
*
Issue #29198: Document typing.AsyncGenerator
Berker Peksag
2017-02-04
1
-0/+33
*
|
|
Issue #29300: Convert _struct module to Argument Clinic
Victor Stinner
2017-02-02
1
-13/+14
*
|
|
Issue #29407: Merge from 3.6
Berker Peksag
2017-02-01
1
-8/+7
|
\
\
\
|
|
/
/
|
*
|
Issue #29407: Merge from 3.5
Berker Peksag
2017-02-01
1
-8/+7
|
|
\
\
|
|
|
/
|
|
*
Issue #29407: Remove redundant ensure_future() calls in factorial example
Berker Peksag
2017-02-01
1
-8/+7
*
|
|
Issue #29377: Add three new wrappers to types.py (Manuel Krebber).
Guido van Rossum
2017-02-01
1
-0/+23
*
|
|
Issues #11670: Merge configparser doc from 3.6
Martin Panter
2017-01-29
1
-6/+6
|
\
\
\
|
|
/
/
|
*
|
Issues #11670: Merge configparser doc from 3.5
Martin Panter
2017-01-29
1
-6/+6
|
|
\
\
|
|
|
/
|
|
*
Issue #11670: readfp(fp) parameter name is different to read_file(f)
Martin Panter
2017-01-29
1
-6/+6
*
|
|
merge
Raymond Hettinger
2017-01-29
1
-4/+18
|
\
\
\
|
|
/
/
|
*
|
Issue 29310: Document typing.NamedTuple default argument syntax
Raymond Hettinger
2017-01-29
1
-4/+18
*
|
|
Closes #28784: Merged update from 3.6.
Vinay Sajip
2017-01-27
1
-1/+3
|
\
\
\
|
|
/
/
|
*
|
Fixes #28784: Clarified use of shlex.shlex with punctuation_chars.
Vinay Sajip
2017-01-27
1
-1/+3
*
|
|
Issues #29189: Merge indentation fixes from 3.6
Martin Panter
2017-01-24
2
-50/+50
|
\
\
\
|
|
/
/
|
*
|
Issues #29189: Merge indentation fixes from 3.5
Martin Panter
2017-01-24
2
-50/+50
|
|
\
\
|
|
|
/
|
|
*
Issue #29189: Fix indentation in RST markup
Martin Panter
2017-01-24
2
-50/+50
*
|
|
Merge 3.6
Victor Stinner
2017-01-23
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #26273: Document TCP_USER_TIMEOUT and TCP_CONGESTION
Victor Stinner
2017-01-23
1
-2/+2
*
|
|
Issue #29092: Merge 3.6.
Xiang Zhang
2017-01-22
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #29092: Sync os.stat's doc and docstring on path type.
Xiang Zhang
2017-01-22
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
Issue #29092: Sync os.stat's doc and docstring on path type.
Xiang Zhang
2017-01-22
1
-1/+1
*
|
|
Issue #29282: Backed out changeset b33012ef1417
Mark Dickinson
2017-01-21
1
-15/+0
*
|
|
Issue #29282: add fused multiply-add function, math.fma.
Mark Dickinson
2017-01-21
1
-0/+15
*
|
|
Issue #29316: merge 3.6
Ned Deily
2017-01-20
1
-0/+7
|
\
\
\
|
|
/
/
|
*
|
Issue #29316: Restore the provisional status of typing module and add
Ned Deily
2017-01-20
1
-0/+7
*
|
|
merge
Raymond Hettinger
2017-01-20
1
-0/+5
|
\
\
\
|
|
/
/
|
*
|
Issue #29281: Fill-in a missing versionchanged entry
Raymond Hettinger
2017-01-20
1
-0/+5
*
|
|
Issue 29274: Merge doc fixes from 3.6
Martin Panter
2017-01-18
1
-4/+4
|
\
\
\
|
|
/
/
|
*
|
Issue 29274: Merge doc fixes from 3.5
Martin Panter
2017-01-18
1
-4/+4
|
|
\
\
|
|
|
/
|
|
*
Issue #29274: tests cases → test cases
Martin Panter
2017-01-18
1
-4/+4
*
|
|
merge
Raymond Hettinger
2017-01-17
1
-0/+4
|
\
\
\
|
|
/
/
|
*
|
merge
Raymond Hettinger
2017-01-17
1
-0/+4
|
|
\
\
|
|
|
/
|
|
*
Issue #29011: Fix an important omission by adding Deque to the typing module.
Raymond Hettinger
2017-01-17
1
-0/+4
*
|
|
Issue #26110: Add document for LOAD_METHOD and CALL_METHOD opcode.
INADA Naoki
2017-01-16
1
-0/+22
*
|
|
Merge doc fixes from 3.6
Martin Panter
2017-01-14
6
-17/+17
|
\
\
\
|
|
/
/
|
*
|
Merge doc fixes from 3.5
Martin Panter
2017-01-14
6
-17/+17
|
|
\
\
|
|
|
/
|
|
*
Avoid line breaks after hyphens, otherwise they are turned into spaces
Martin Panter
2017-01-14
4
-10/+10
|
|
*
Fix grammar, typos and markup in documentation and code comments
Martin Panter
2017-01-14
2
-7/+7
*
|
|
Issue #29197: Removed deprecated function ntpath.splitunc().
Serhiy Storchaka
2017-01-13
1
-13/+0
*
|
|
Issue #29210: Removed support of deprecated argument "exclude" in
Serhiy Storchaka
2017-01-13
1
-9/+2
*
|
|
Issue #29062: Merge hashlib-blake2.rst into hashlib.rst
INADA Naoki
2017-01-13
3
-443/+434
|
\
\
\
|
|
/
/
|
*
|
Issue #29062: Merge hashlib-blake2.rst into hashlib.rst
INADA Naoki
2017-01-13
3
-447/+434
|
*
|
Merge with 3.5.
Serhiy Storchaka
2017-01-11
1
-0/+3
|
|
\
\
|
|
|
/
|
|
*
Issue #20804: Document the limitation of the unittest.mock.sentinel attributes.
Serhiy Storchaka
2017-01-11
1
-0/+3
*
|
|
Issue #29192: Removed deprecated features in the http.cookies module.
Serhiy Storchaka
2017-01-13
1
-13/+5
[next]