summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
| * | #21300: Clean up the docs for the email "policy" arguments.R David Murray2014-05-072-20/+31
* | | Merge with 3.4Zachary Ware2014-05-061-8/+8
|\ \ \ | |/ /
| * | Add prompts to interactive example.Zachary Ware2014-05-061-8/+8
* | | Issue #21366: Document the fact that ``return`` in a ``finally`` clauseZachary Ware2014-05-061-0/+14
|\ \ \ | |/ /
| * | Issue #21366: Document the fact that ``return`` in a ``finally`` clauseZachary Ware2014-05-061-0/+14
* | | Merge 3.4->default: asyncio docs: ProactorEventLoop does not support SSL.Guido van Rossum2014-05-051-1/+1
|\ \ \ | |/ /
| * | asyncio docs: ProactorEventLoop does not support SSL.Guido van Rossum2014-05-051-1/+1
* | | Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(),Victor Stinner2014-05-022-6/+50
* | | 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
* | | Closes #17386: Merge with 3.4Zachary Ware2014-04-293-29/+122
|\ \ \ | |/ /
| * | Issue #17386: Expand Doc/make.bat to be much more similar to Doc/MakefileZachary Ware2014-04-291-23/+98
| * | Issue #17386: Update Doc/README.txt to list all targetsZachary Ware2014-04-291-6/+23
| * | Issue #17386: List the 'htmlview' target in the Doc/Makefile help output.Zachary Ware2014-04-291-0/+1
* | | Add porting note for issue #20951.Antoine Pitrou2014-04-291-0/+4
* | | Issue #20951: SSLSocket.send() now raises either SSLWantReadError or SSLWantW...Antoine Pitrou2014-04-291-2/+19
* | | Merge with 3.4Terry Jan Reedy2014-04-291-0/+13
|\ \ \ | |/ /
| * | Issue #21055: Index (augmented) assignment symbols.Terry Jan Reedy2014-04-291-0/+13
* | | Merge with 3.4Terry Jan Reedy2014-04-292-1/+5
|\ \ \ | |/ /
| * | Closes 21048: Index 'as' in import and with statements.Terry Jan Reedy2014-04-292-1/+5
* | | 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 #9307: document the various Py_TPFLAGS_*_SUBCLASS flags. Patch by Yury...Antoine Pitrou2014-04-281-0/+18
|\ \ \ | |/ /
| * | Issue #9307: document the various Py_TPFLAGS_*_SUBCLASS flags. Patch by Yury...Antoine Pitrou2014-04-281-0/+18
* | | 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