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
*
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
*
|
|
Issue #27031: Removed dummy methods in Tkinter widget classes: tk_menuBar()
Serhiy Storchaka
2016-05-16
1
-0/+4
*
|
|
Issue #27033: The default value of the decode_data parameter for
Serhiy Storchaka
2016-05-16
1
-23/+27
*
|
|
Expand abbreviations FIFO and LIFO.
Serhiy Storchaka
2016-05-16
6
-14/+21
*
|
|
Issue #27034: Removed deprecated class asynchat.fifo.
Serhiy Storchaka
2016-05-16
1
-8/+8
*
|
|
Issue #26039: Document ZipInfo.is_dir() and make force_zip64 keyword-only.
Serhiy Storchaka
2016-05-15
1
-2/+10
*
|
|
Issue #26870: Add readline.set_auto_history(), originally by Tyler Crompton
Martin Panter
2016-05-15
2
-0/+22
*
|
|
Issue #25533: Merge frozen module docs from 3.5
Martin Panter
2016-05-15
3
-8/+9
|
\
\
\
|
|
/
/
|
*
|
Issue #25533: Update documentation regarding the frozen modules table
Martin Panter
2016-05-15
3
-8/+9
*
|
|
Issue #26039: zipfile.ZipFile.open() can now be used to write data into a ZIP
Serhiy Storchaka
2016-05-13
2
-16/+30
*
|
|
Issue #23921: Standardized documentation whitespace formatting.
Serhiy Storchaka
2016-05-10
63
-413/+449
|
\
\
\
|
|
/
/
|
*
|
Issue #23921: Standardized documentation whitespace formatting.
Serhiy Storchaka
2016-05-10
63
-413/+449
*
|
|
merge 3.5 (#26986)
Benjamin Peterson
2016-05-10
1
-2/+3
|
\
\
\
|
|
/
/
|
*
|
improve PyFunction_New docs (closes #26986)
Benjamin Peterson
2016-05-10
1
-2/+3
*
|
|
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
3
-3/+3
|
\
\
\
|
|
/
/
|
*
|
Corrections for a/an in code comments and documentation
Martin Panter
2016-05-08
1
-1/+1
|
*
|
Fix typos in comments, documentation and test method names
Martin Panter
2016-05-08
2
-2/+2
*
|
|
Issue #26512: Merge rounding doc from 3.5
Martin Panter
2016-05-08
1
-13/+16
|
\
\
\
|
|
/
/
|
*
|
Issue #26512: Clarify Integral; tidy up table of rounding functions
Martin Panter
2016-05-08
1
-13/+16
*
|
|
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka
2016-05-07
65
-138/+138
|
\
\
\
|
|
/
/
|
*
|
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka
2016-05-07
65
-138/+138
*
|
|
Issue #26889: Fixed hyperlinks formatting.
Serhiy Storchaka
2016-05-07
1
-4/+4
|
\
\
\
|
|
/
/
|
*
|
Issue #26889: Fixed hyperlinks formatting.
Serhiy Storchaka
2016-05-07
1
-4/+4
*
|
|
Issue #26889: Tweaked xmlrpc.client documentation.
Serhiy Storchaka
2016-05-07
1
-89/+102
|
\
\
\
|
|
/
/
|
*
|
Issue #26889: Tweaked xmlrpc.client documentation.
Serhiy Storchaka
2016-05-07
1
-89/+102
[next]