summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Issue #19940: ssl.cert_time_to_seconds() now interprets the given time string...Antoine Pitrou2014-04-281-11/+23
* Merge: #18243: Remove obsolete cautionary note from email mktime_tz docs.R David Murray2014-04-261-7/+3
|\
| * #18243: Remove obsolete cautionary note from email mktime_tz docs.R David Murray2014-04-261-7/+3
* | update os.sendfile() doc signaling that cross-platform apps should not use he...Giampaolo Rodola'2014-04-241-0/+3
* | merge 3.4 (#21330)Benjamin Peterson2014-04-231-1/+1
|\ \ | |/
| * fix off-by-one error (closes #21330)Benjamin Peterson2014-04-231-1/+1
* | Merge with 3.4. Closes #21232.Terry Jan Reedy2014-04-181-6/+6
|\ \ | |/
| * Issue #21232: Replace .splitlines arg '1' with 'keepends=True'.Terry Jan Reedy2014-04-181-6/+6
* | Merge with 3.4Zachary Ware2014-04-182-4/+4
|\ \ | |/
| * Issue #21289: Fix documentation building on Windows using Doc/make.bat.Zachary Ware2014-04-182-4/+4
* | merge 3.4Benjamin Peterson2014-04-171-1/+4
|\ \ | |/
| * fix ref count annotations on sphinx >= 1.2.1 (closes #21286)Benjamin Peterson2014-04-171-1/+4
* | merge 3.4Senthil Kumaran2014-04-171-6/+6
|\ \ | |/
| * Clarify BROWSER envar behavior in webbrowser.py. Noted by David Turner. Close...Senthil Kumaran2014-04-171-6/+6
* | merge 3.4Senthil Kumaran2014-04-171-1/+1
|\ \ | |/
| * Correct the URL in the http.client example. Noted by Evens Fortuné. Closes #...Senthil Kumaran2014-04-171-1/+1
* | Merge: #18628: clarify index entry for source file encoding declaration.R David Murray2014-04-171-1/+1
|\ \ | |/
| * #18628: clarify index entry for source file encoding declaration.R David Murray2014-04-171-1/+1
* | Closes Issue 21262: New method assert_not_called for Mock.Kushal Das2014-04-161-0/+14
* | Closes Issue 21238: New keyword argument `unsafe` to Mock.Kushal Das2014-04-161-1/+7
* | merge 3.4Senthil Kumaran2014-04-161-1/+4
|\ \ | |/
| * Address issue 18229 - Explain http.server.BaseHTTPRequestHandler's .headers a...Senthil Kumaran2014-04-161-1/+4
* | Issue #20896: ssl.get_server_certificate() now uses PROTOCOL_SSLv23, not PROT...Antoine Pitrou2014-04-161-1/+5
* | #6490: Expand documentation for os.popen().Andrew Kuchling2014-04-161-4/+21
* | Merge with 3.4Terry Jan Reedy2014-04-161-5/+5
|\ \ | |/
| * #18566: WhitespaceTerry Jan Reedy2014-04-161-5/+5
* | Merge with 3.4Terry Jan Reedy2014-04-161-7/+7
|\ \ | |/
| * Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal.Terry Jan Reedy2014-04-161-7/+7
* | #20103: Rewrite description of itertools.accumulate().Andrew Kuchling2014-04-161-4/+9
* | Merge #20874 fix.R David Murray2014-04-161-9/+8
|\ \ | |/
| * #20874: reflow paragraph.R David Murray2014-04-161-7/+7
| * #20874: update tutorial wording: sophisticated line editing is now standard.R David Murray2014-04-161-4/+3
* | Closes #21245: merged update from 3.4.Vinay Sajip2014-04-151-2/+2
|\ \ | |/
| * Issue #21245: updated documentation on exception() method and function.Vinay Sajip2014-04-151-2/+2
* | #15916: if there are no docstrings, make empty suite, not an error.R David Murray2014-04-152-9/+7
* | Merge: #15104: add backtick code markup.R David Murray2014-04-141-7/+7
|\ \ | |/
| * #15104: add backtick code markup.R David Murray2014-04-141-7/+7
* | Closes issue 17660. You no longer need to explicitly pass create=True when pa...Michael Foord2014-04-141-2/+23
* | #10481: describe universal_newlines' effect on communicate()/check_output() o...Andrew Kuchling2014-04-141-0/+1
* | Merge: #15104: improve the discussion of __main__.R David Murray2014-04-141-5/+11
|\ \ | |/
| * #15104: improve the discussion of __main__.R David Murray2014-04-141-5/+11
* | Merge from 3.4Andrew Kuchling2014-04-141-0/+6
|\ \ | |/
| * #18518: mention that including a return statement changes/breaks the behaviourAndrew Kuchling2014-04-141-0/+6
* | Issue #20480: Add ipaddress.reverse_pointer. Patch by Leon Weber.Eric V. Smith2014-04-141-0/+15
* | Issue #20624: Merge exception docs tweak from 3.4 branch.Mark Dickinson2014-04-141-4/+4
|\ \ | |/
| * Issue #20624: Exception docs wording tweak - clarify that it's okay to inheri...Mark Dickinson2014-04-141-4/+4
* | Merge: #21169: add comment and doc update for getpass change.R David Murray2014-04-141-4/+5
|\ \ | |/
| * #21169: add comment and doc update for getpass change.R David Murray2014-04-141-4/+5
* | Merge 3.4: Fix faq example with division.Eric V. Smith2014-04-141-1/+1
|\ \ | |/
| * Fix faq example with division.Eric V. Smith2014-04-141-1/+1