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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improved docs for issue27033. Based on comments by R. David Murray.
Serhiy Storchaka
2016-05-29
2
-5/+13
*
Issue #27125: Merge typo fixes from 3.5
Martin Panter
2016-05-29
6
-6/+7
|
\
|
*
Issue #27125: Fix various errors like “will [be] inherited”
Martin Panter
2016-05-29
6
-6/+7
*
|
Issue #27124: Merge binascii doc from 3.5
Martin Panter
2016-05-29
1
-2/+2
|
\
\
|
|
/
|
*
Issue #27124: Fix documentation of exception raised by a2b_hex()
Martin Panter
2016-05-29
1
-2/+2
*
|
Issue #27147: Mention PEP 420 in the importlib docs.
Eric Snow
2016-05-28
1
-0/+3
|
\
\
|
|
/
|
*
Issue #27147: Mention PEP 420 in the importlib docs.
Eric Snow
2016-05-28
1
-0/+3
|
*
Issue 25926: Clarify that the pure python equivalents are only approximate.
Raymond Hettinger
2016-05-28
1
-19/+21
*
|
Issue 25926: Clarify that the pure python equivalents are only approximate.
Raymond Hettinger
2016-05-28
1
-19/+23
*
|
Issue #26553: Merge capitalization from 3.5
Martin Panter
2016-05-28
6
-13/+13
|
\
\
|
|
/
|
*
Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URL
Martin Panter
2016-05-28
6
-13/+13
*
|
Issue #20699: Merge io bytes-like fixes from 3.5
Martin Panter
2016-05-28
1
-16/+27
|
\
\
|
|
/
|
*
Issue #20699: Document that “io” methods accept bytes-like objects
Martin Panter
2016-05-28
1
-16/+27
*
|
Issue #5784: Merge zlib from 3.5
Martin Panter
2016-05-27
1
-0/+1
|
\
\
|
|
/
|
*
Issue #5784: wbits=0 apparently added in zlib v1.2.3.5
Martin Panter
2016-05-27
1
-0/+1
*
|
Issue #5784: Merge zlib from 3.5
Martin Panter
2016-05-27
1
-14/+48
|
\
\
|
|
/
|
*
Issue #5784: Expand documentation and tests for zlib wbits parameter
Martin Panter
2016-05-27
1
-14/+48
*
|
merge 3.5
Benjamin Peterson
2016-05-27
1
-4/+3
|
\
\
|
|
/
|
*
stop talking about svn
Benjamin Peterson
2016-05-27
1
-4/+3
*
|
merge 3.5
Benjamin Peterson
2016-05-27
1
-30/+1
|
\
\
|
|
/
|
*
remove cruft from Schwarzian transform section
Benjamin Peterson
2016-05-27
1
-30/+1
*
|
merge 3.5
Benjamin Peterson
2016-05-27
1
-1/+1
|
\
\
|
|
/
|
*
"Numeric Python" -> "NumPy"
Benjamin Peterson
2016-05-27
1
-1/+1
*
|
Issue #27076: More doc and comment spelling fixes for 3.6, by Ville Skyttä
Martin Panter
2016-05-26
2
-2/+2
*
|
Issue #27076: Merge spelling from 3.5
Martin Panter
2016-05-26
1
-1/+1
|
\
\
|
|
/
|
*
Issue #27076: Doc, comment and tests spelling fixes
Martin Panter
2016-05-26
1
-1/+1
*
|
Closes #23026: Documentation improvements and code formatting
Steve Dower
2016-05-25
2
-2/+5
*
|
Issue #23026: winreg.QueryValueEx() now return an integer for REG_QWORD type....
Steve Dower
2016-05-24
2
-1/+17
*
|
Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode.
Serhiy Storchaka
2016-05-24
1
-5/+4
*
|
Issue #27064: The py.exe launcher now defaults to Python 3.
Paul Moore
2016-05-22
2
-7/+24
*
|
Issue #27075: Link to StreamReader and StreamWriter docs
Berker Peksag
2016-05-21
1
-4/+4
|
\
\
|
|
/
|
*
Issue #27075: Link to StreamReader and StreamWriter docs
Berker Peksag
2016-05-21
1
-4/+4
*
|
subprocess now emits a ResourceWarning warning
Victor Stinner
2016-05-20
2
-0/+14
*
|
Optimize pickle.load() and pickle.loads()
Victor Stinner
2016-05-20
1
-0/+3
*
|
Back out pathlib.Path.path attr. (Merge 3.5->3.6)
Guido van Rossum
2016-05-19
1
-22/+0
|
\
\
|
|
/
|
*
Back out pathlib.Path.path attr. (Merge 3.4->3.5)
Guido van Rossum
2016-05-19
1
-22/+0
|
|
\
|
|
*
Back out 7e9605697dfc, 2e3c31ab586a, 759b2cecc289.
Guido van Rossum
2016-05-19
1
-18/+0
*
|
|
Issue #27036: Fixed formatting references to "bytes-like object" in plural.
Serhiy Storchaka
2016-05-18
6
-6/+6
|
\
\
\
|
|
/
/
|
*
|
Issue #27036: Fixed formatting references to "bytes-like object" in plural.
Serhiy Storchaka
2016-05-18
6
-6/+6
*
|
|
Issue #23275: Allow () = iterable assignment syntax
Berker Peksag
2016-05-18
1
-16/+15
*
|
|
merge from 3.5
Senthil Kumaran
2016-05-18
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
issue27045 - Use backslash in windows path to script file.
Senthil Kumaran
2016-05-18
1
-2/+2
*
|
|
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
*
|
|
docs: Update whatsnew/3.6 with asyncio changes
Yury Selivanov
2016-05-16
1
-0/+53
*
|
|
Merge 3.5
Yury Selivanov
2016-05-16
4
-0/+86
|
\
\
\
|
|
/
/
|
*
|
docs: Update asyncio docs & whatsnew
Yury Selivanov
2016-05-16
4
-0/+86
[next]