summaryrefslogtreecommitdiff
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Issue #22394: Add a 'venv' command to Doc/Makefile.Brett Cannon2014-12-051-3/+7
* Merge with 3.4Brett Cannon2014-12-051-584/+343
|\
| * Issue #22914: Update the Python 2/3 porting HOWTO to describe a moreBrett Cannon2014-12-051-584/+343
* | Merge with 3.4. Edit Menus section of Idle doc.Terry Jan Reedy2014-12-051-123/+138
|\ \ | |/
| * Edit Menus section of Idle doc. Make menu entries match current Idle in orderTerry Jan Reedy2014-12-051-123/+138
| * docs.inspect: Fix BoundArguments example. Issue #22998.Yury Selivanov2014-12-041-1/+2
* | docs.inspect: Fix BoundArguments example. Issue #22998.Yury Selivanov2014-12-041-1/+2
* | Merge with 3.4Terry Jan Reedy2014-12-041-11/+19
|\ \ | |/
| * Issue #3068: Document the new Configure Extensions dialog and menu entry.Terry Jan Reedy2014-12-041-11/+19
* | Merge with 3.4Terry Jan Reedy2014-12-041-20/+38
|\ \ | |/
| * Issue #16893: For Idle doc, move index entries, copy no-subprocess sectionTerry Jan Reedy2014-12-041-20/+38
* | Fix #22987: update the compatibility matrix for a SSLv23 client.Antoine Pitrou2014-12-031-4/+3
|\ \ | |/
| * Fix #22987: update the compatibility matrix for a SSLv23 client.Antoine Pitrou2014-12-031-4/+3
* | Issue #14099: ZipFile.open() no longer reopen the underlying file. ObjectsSerhiy Storchaka2014-12-031-8/+2
|\ \ | |/
| * Issue #14099: ZipFile.open() no longer reopen the underlying file. ObjectsSerhiy Storchaka2014-12-031-8/+2
* | Merge 3.4 (asyncio doc)Victor Stinner2014-12-021-1/+1
|\ \ | |/
| * Closes #22475: asyncio doc, fix Task.get_stack() docVictor Stinner2014-12-021-1/+1
* | Merge 3.4 (asyncio doc)Victor Stinner2014-12-021-8/+3
|\ \ | |/
| * Close #22473: asyncio doc: rephrase Future with run_forever() exampleVictor Stinner2014-12-021-8/+3
* | Removed duplicated words in in comments and docs.Serhiy Storchaka2014-12-012-2/+2
|\ \ | |/
| * Removed duplicated words in in comments and docs.Serhiy Storchaka2014-12-012-2/+2
* | Issue #21032: Deprecated the use of re.LOCALE flag with str patterns orSerhiy Storchaka2014-12-011-1/+5
* | merge 3.4Benjamin Peterson2014-11-291-1/+1
|\ \ | |/
| * context is keyword-onlyBenjamin Peterson2014-11-291-1/+1
* | merge 3.4 (#22960)Benjamin Peterson2014-11-291-3/+8
|\ \ | |/
| * add context parameter to xmlrpclib.ServerProxy (#22960)Benjamin Peterson2014-11-291-2/+7
* | Issue #22389: Add contextlib.redirect_stderr().Berker Peksag2014-11-282-0/+19
* | (Merge 3.4) Closes #22348: Rephrase asyncio.StreamWriter.drain() documentationVictor Stinner2014-11-281-4/+10
|\ \ | |/
| * Closes #22348: Rephrase asyncio.StreamWriter.drain() documentationVictor Stinner2014-11-281-4/+10
* | (Merge 3.4) asyncio doc: reformat event loop policy docVictor Stinner2014-11-281-8/+18
|\ \ | |/
| * asyncio doc: reformat event loop policy docVictor Stinner2014-11-281-8/+18
* | (Merge 3.4) asyncio doc: explain how to pass keywords to callbacksVictor Stinner2014-11-282-0/+38
|\ \ | |/
| * asyncio doc: explain how to pass keywords to callbacks (functools.partial)Victor Stinner2014-11-282-0/+38
* | Issue #21514: The documentation of the json module now refers to new JSON RFCSerhiy Storchaka2014-11-271-39/+72
|\ \ | |/
| * Issue #21514: The documentation of the json module now refers to new JSON RFCSerhiy Storchaka2014-11-271-39/+72
* | Merge with 3.4Zachary Ware2014-11-261-0/+4
|\ \ | |/
| * pydoc: Add a note about setting PAGER to affect console output pagination.Zachary Ware2014-11-261-0/+4
* | Issue22780: reword NotImplemented docs to emphasise shouldEthan Furman2014-11-263-4/+25
|\ \ | |/
| * (3.4) Issue22780: reword NotImplemented docs to emphasise shouldEthan Furman2014-11-263-4/+26
* | Merge with 3.4Zachary Ware2014-11-261-6/+4
|\ \ | |/
| * pydoc: Remove mention of '-g' command line option, document its removal.Zachary Ware2014-11-261-6/+4
* | add readline.append_history_file (closes #22940)Benjamin Peterson2014-11-261-1/+28
* | Issue #19676: Tweak documentation a bit.Berker Peksag2014-11-252-3/+5
* | Issue #19676: Added the "namereplace" error handler.Serhiy Storchaka2014-11-255-5/+34
* | Issue #20351: Add examples for csv.DictReader and csv.DictWriter.Berker Peksag2014-11-241-0/+25
|\ \ | |/
| * Issue #20351: Add examples for csv.DictReader and csv.DictWriter.Berker Peksag2014-11-241-0/+25
* | update versionchangedBenjamin Peterson2014-11-231-1/+1
* | merge 3.4 (#22788)Benjamin Peterson2014-11-231-5/+10
|\ \ | |/
| * add context parameter to HTTPHandler (closes #22788)Benjamin Peterson2014-11-231-5/+10
| * correct versionchanged versionBenjamin Peterson2014-11-231-1/+1