summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Issue #10650: Remove the non-standard 'watchexp' parameter from theStefan Krah2014-04-301-9/+3
* Document the subprocess Popen.args attribute (issue21353)Gregory P. Smith2014-04-291-0/+6
|\
| * Document the subprocess Popen.args attribute (issue21353)Gregory P. Smith2014-04-291-0/+6
| |\
| | * Document the subprocess Popen.args attribute (issue21353)Gregory P. Smith2014-04-291-0/+6
* | | Issue #20951: SSLSocket.send() now raises either SSLWantReadError or SSLWantW...Antoine Pitrou2014-04-291-2/+19
* | | Merge with 3.4Terry Jan Reedy2014-04-291-1/+5
|\ \ \ | |/ /
| * | Issue #21026: Augment site doc based on experiments. Patch by Carol Willing.Terry Jan Reedy2014-04-291-1/+5
* | | 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 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 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
* | | 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
* | | 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-151-9/+3
* | | 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
* | | correct sphinx mark up for cmdline options (closes #21210)Benjamin Peterson2014-04-131-2/+4
* | | Merge with 3.4Terry Jan Reedy2014-04-111-2/+2
|\ \ \ | |/ /
| * | Issue #21170: Removed invalid parameter names from unittest doc.Terry Jan Reedy2014-04-111-2/+2
* | | PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)Benjamin Peterson2014-04-103-0/+29
* | | inspect: Make Signature and Parameter hashable. Issue #20334.Yury Selivanov2014-04-081-2/+2
* | | merge 3.4 (#21174)Benjamin Peterson2014-04-071-1/+1
|\ \ \ | |/ /