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
...
|
*
|
Issue #9307: document the various Py_TPFLAGS_*_SUBCLASS flags. Patch by Yury...
Antoine Pitrou
2014-04-28
1
-0/+18
*
|
|
Issue #19940: ssl.cert_time_to_seconds() now interprets the given time string...
Antoine Pitrou
2014-04-28
1
-11/+23
*
|
|
Merge: #18243: Remove obsolete cautionary note from email mktime_tz docs.
R David Murray
2014-04-26
1
-7/+3
|
\
\
\
|
|
/
/
|
*
|
#18243: Remove obsolete cautionary note from email mktime_tz docs.
R David Murray
2014-04-26
1
-7/+3
*
|
|
update os.sendfile() doc signaling that cross-platform apps should not use he...
Giampaolo Rodola'
2014-04-24
1
-0/+3
*
|
|
merge 3.4 (#21330)
Benjamin Peterson
2014-04-23
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
fix off-by-one error (closes #21330)
Benjamin Peterson
2014-04-23
1
-1/+1
*
|
|
Merge with 3.4. Closes #21232.
Terry Jan Reedy
2014-04-18
1
-6/+6
|
\
\
\
|
|
/
/
|
*
|
Issue #21232: Replace .splitlines arg '1' with 'keepends=True'.
Terry Jan Reedy
2014-04-18
1
-6/+6
*
|
|
Merge with 3.4
Zachary Ware
2014-04-18
2
-4/+4
|
\
\
\
|
|
/
/
|
*
|
Issue #21289: Fix documentation building on Windows using Doc/make.bat.
Zachary Ware
2014-04-18
2
-4/+4
*
|
|
merge 3.4
Benjamin Peterson
2014-04-17
1
-1/+4
|
\
\
\
|
|
/
/
|
*
|
fix ref count annotations on sphinx >= 1.2.1 (closes #21286)
Benjamin Peterson
2014-04-17
1
-1/+4
*
|
|
merge 3.4
Senthil Kumaran
2014-04-17
1
-6/+6
|
\
\
\
|
|
/
/
|
*
|
Clarify BROWSER envar behavior in webbrowser.py. Noted by David Turner. Close...
Senthil Kumaran
2014-04-17
1
-6/+6
*
|
|
merge 3.4
Senthil Kumaran
2014-04-17
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Correct the URL in the http.client example. Noted by Evens Fortuné. Closes #...
Senthil Kumaran
2014-04-17
1
-1/+1
*
|
|
Merge: #18628: clarify index entry for source file encoding declaration.
R David Murray
2014-04-17
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
#18628: clarify index entry for source file encoding declaration.
R David Murray
2014-04-17
1
-1/+1
*
|
|
Closes Issue 21262: New method assert_not_called for Mock.
Kushal Das
2014-04-16
1
-0/+14
*
|
|
Closes Issue 21238: New keyword argument `unsafe` to Mock.
Kushal Das
2014-04-16
1
-1/+7
*
|
|
merge 3.4
Senthil Kumaran
2014-04-16
1
-1/+4
|
\
\
\
|
|
/
/
|
*
|
Address issue 18229 - Explain http.server.BaseHTTPRequestHandler's .headers a...
Senthil Kumaran
2014-04-16
1
-1/+4
*
|
|
Issue #20896: ssl.get_server_certificate() now uses PROTOCOL_SSLv23, not PROT...
Antoine Pitrou
2014-04-16
1
-1/+5
*
|
|
#6490: Expand documentation for os.popen().
Andrew Kuchling
2014-04-16
1
-4/+21
*
|
|
Merge with 3.4
Terry Jan Reedy
2014-04-16
1
-5/+5
|
\
\
\
|
|
/
/
|
*
|
#18566: Whitespace
Terry Jan Reedy
2014-04-16
1
-5/+5
*
|
|
Merge with 3.4
Terry Jan Reedy
2014-04-16
1
-7/+7
|
\
\
\
|
|
/
/
|
*
|
Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal.
Terry Jan Reedy
2014-04-16
1
-7/+7
*
|
|
#20103: Rewrite description of itertools.accumulate().
Andrew Kuchling
2014-04-16
1
-4/+9
*
|
|
Merge #20874 fix.
R David Murray
2014-04-16
1
-9/+8
|
\
\
\
|
|
/
/
|
*
|
#20874: reflow paragraph.
R David Murray
2014-04-16
1
-7/+7
|
*
|
#20874: update tutorial wording: sophisticated line editing is now standard.
R David Murray
2014-04-16
1
-4/+3
*
|
|
Closes #21245: merged update from 3.4.
Vinay Sajip
2014-04-15
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #21245: updated documentation on exception() method and function.
Vinay Sajip
2014-04-15
1
-2/+2
*
|
|
#15916: if there are no docstrings, make empty suite, not an error.
R David Murray
2014-04-15
2
-9/+7
*
|
|
Merge: #15104: add backtick code markup.
R David Murray
2014-04-14
1
-7/+7
|
\
\
\
|
|
/
/
|
*
|
#15104: add backtick code markup.
R David Murray
2014-04-14
1
-7/+7
*
|
|
Closes issue 17660. You no longer need to explicitly pass create=True when pa...
Michael Foord
2014-04-14
1
-2/+23
*
|
|
#10481: describe universal_newlines' effect on communicate()/check_output() o...
Andrew Kuchling
2014-04-14
1
-0/+1
*
|
|
Merge: #15104: improve the discussion of __main__.
R David Murray
2014-04-14
1
-5/+11
|
\
\
\
|
|
/
/
|
*
|
#15104: improve the discussion of __main__.
R David Murray
2014-04-14
1
-5/+11
*
|
|
Merge from 3.4
Andrew Kuchling
2014-04-14
1
-0/+6
|
\
\
\
|
|
/
/
|
*
|
#18518: mention that including a return statement changes/breaks the behaviour
Andrew Kuchling
2014-04-14
1
-0/+6
*
|
|
Issue #20480: Add ipaddress.reverse_pointer. Patch by Leon Weber.
Eric V. Smith
2014-04-14
1
-0/+15
*
|
|
Issue #20624: Merge exception docs tweak from 3.4 branch.
Mark Dickinson
2014-04-14
1
-4/+4
|
\
\
\
|
|
/
/
|
*
|
Issue #20624: Exception docs wording tweak - clarify that it's okay to inheri...
Mark Dickinson
2014-04-14
1
-4/+4
*
|
|
Merge: #21169: add comment and doc update for getpass change.
R David Murray
2014-04-14
1
-4/+5
|
\
\
\
|
|
/
/
|
*
|
#21169: add comment and doc update for getpass change.
R David Murray
2014-04-14
1
-4/+5
*
|
|
Merge 3.4: Fix faq example with division.
Eric V. Smith
2014-04-14
1
-1/+1
|
\
\
\
|
|
/
/
[prev]
[next]