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
*
Merge spelling fixes from 3.5
Martin Panter
2016-06-20
1
-1/+1
|
\
|
*
Fix spelling errors in code comments
Martin Panter
2016-06-20
1
-1/+1
*
|
Issue #27294: Numerical state in the repr for Tkinter event objects is now
Serhiy Storchaka
2016-06-18
1
-2/+2
|
\
\
|
|
/
|
*
Issue #27294: Numerical state in the repr for Tkinter event objects is now
Serhiy Storchaka
2016-06-18
1
-2/+2
*
|
[merge from 3.5] - issue27021 - Document SC_IOV_MAX limitation imposed by OS ...
Senthil Kumaran
2016-06-18
1
-1/+5
|
\
\
|
|
/
|
*
issue27021 - Document SC_IOV_MAX limitation imposed by OS on os.writev.
Senthil Kumaran
2016-06-18
1
-1/+5
*
|
Issue #24314: Merge doc links from 3.5
Martin Panter
2016-06-18
14
-64/+69
|
\
\
|
|
/
|
*
Issue #24314: Fix doc links for general attributes like __name__, __dict__
Martin Panter
2016-06-18
14
-64/+69
|
*
Issue #27327: fix doc typo, noted by Jakub Wilk.
Ned Deily
2016-06-15
1
-1/+1
*
|
Issue #26536: socket.ioctl now supports SIO_LOOPBACK_FAST_PATH. Patch by Dani...
Steve Dower
2016-06-17
2
-1/+20
*
|
Merge from 3.5
Berker Peksag
2016-06-15
1
-1/+1
|
\
\
|
|
/
|
*
Make faq/general.rst gender-inclusive, patch by Sam Hathaway.
Berker Peksag
2016-06-15
1
-1/+1
*
|
merge with 3.5
Georg Brandl
2016-06-15
1
-1/+8
|
\
\
|
|
/
|
*
merge with 3.4
Georg Brandl
2016-06-15
1
-1/+8
|
|
\
|
|
*
Docs: add html-stable autobuild variant
Georg Brandl
2016-06-15
1
-1/+7
*
|
|
Issue #27311: Merge zipfile doc from 3.5
Martin Panter
2016-06-15
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #27311: Fix ZipFile.writestr data argument name.
Martin Panter
2016-06-15
1
-2/+2
*
|
|
Issue #16864: Cursor.lastrowid now supports REPLACE statement
Berker Peksag
2016-06-14
2
-3/+17
*
|
|
Merge from 3.5
Berker Peksag
2016-06-14
1
-4/+0
|
\
\
\
|
|
/
/
|
*
|
Delete outdated paragraph about OptimizedUnicode again
Berker Peksag
2016-06-14
1
-4/+0
*
|
|
Issue #16182: Merge readline update from 3.5
Martin Panter
2016-06-14
1
-2/+5
|
\
\
\
|
|
/
/
|
*
|
Issue #16182: set_pre_input_hook() may not exist; document, and update test
Martin Panter
2016-06-14
1
-2/+5
*
|
|
Issue #27306: Merge from 3.5
Berker Peksag
2016-06-13
1
-7/+7
|
\
\
\
|
|
/
/
|
*
|
Issue #27306: Fix typo in tarfile documentation
Berker Peksag
2016-06-13
1
-7/+7
|
*
|
Issue #15657: Delete incorrect statement from PyMethodDef documentation
Berker Peksag
2016-06-12
1
-3/+2
*
|
|
Whitespace
Terry Jan Reedy
2016-06-13
1
-1/+1
*
|
|
Issue #27163: Add idlelib/IDLE entry to What's New in 3.6.
Terry Jan Reedy
2016-06-13
1
-0/+10
*
|
|
Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes.
Serhiy Storchaka
2016-06-12
1
-17/+6
*
|
|
Issue #27188: Merge from 3.5
Berker Peksag
2016-06-12
1
-18/+19
|
\
\
\
|
|
/
/
|
*
|
Issue #27188: Fix various sqlite3 documentation errors
Berker Peksag
2016-06-12
1
-18/+19
*
|
|
Merge from 3.5
Berker Peksag
2016-06-12
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Use exc role for ValueError in multiprocessing.rst
Berker Peksag
2016-06-12
1
-1/+1
*
|
|
Issue #27221: Merge from 3.5
Berker Peksag
2016-06-12
1
-6/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #27221: Delete an outdated paragraph about pickle support of Process
Berker Peksag
2016-06-12
1
-6/+1
*
|
|
Add grammatical article to “an ASCII letter”
Martin Panter
2016-06-12
1
-3/+3
*
|
|
Merge typo fixes from 3.5
Martin Panter
2016-06-12
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Fix typos and English grammar in documentation and code comment
Martin Panter
2016-06-12
1
-1/+1
*
|
|
Issue #24136: Adjust f-strings doc for interable unpacking
Martin Panter
2016-06-12
1
-1/+2
*
|
|
Issue #24136: Merge unpacking doc from 3.5
Martin Panter
2016-06-12
4
-30/+64
|
\
\
\
|
|
/
/
|
*
|
Issue #24136: Document generalized unpacking, PEP 448
Martin Panter
2016-06-12
4
-30/+64
*
|
|
Clarify that md5 is in the algorithms_guaranteed list despite what
Gregory P. Smith
2016-06-12
1
-1/+3
*
|
|
issue15468 - use sha256 instead of md5 or sha1 in the examples.
Gregory P. Smith
2016-06-12
1
-8/+10
*
|
|
Issue #27140: Added BUILD_CONST_KEY_MAP opcode.
Serhiy Storchaka
2016-06-11
1
-0/+9
*
|
|
Merge from 3.5
Berker Peksag
2016-06-11
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Fix typo and silence a Sphinx warning in Doc/glossary.rst
Berker Peksag
2016-06-11
1
-1/+1
*
|
|
Merge from 3.5
Berker Peksag
2016-06-11
1
-3/+3
|
\
\
\
|
|
/
/
|
*
|
Silence 'make suspicious' warnings
Berker Peksag
2016-06-11
1
-3/+3
*
|
|
Merge Issue #22558.
Terry Jan Reedy
2016-06-11
221
-134/+531
|
\
\
\
|
|
/
/
|
*
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy
2016-06-11
221
-134/+531
*
|
|
Issue #27029: Removed deprecated support of universal newlines mode from ZipF...
Serhiy Storchaka
2016-06-11
2
-13/+13
[next]