summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
...
* | Issue #21032: Deprecated the use of re.LOCALE flag with str patterns orSerhiy Storchaka2014-12-011-1/+5
* | merge 3.4Benjamin Peterson2014-11-301-1/+1
|\ \ | |/
| * context is keyword-onlyBenjamin Peterson2014-11-301-1/+1
* | merge 3.4 (#22960)Benjamin Peterson2014-11-301-3/+8
|\ \ | |/
| * add context parameter to xmlrpclib.ServerProxy (#22960)Benjamin Peterson2014-11-301-2/+7
* | Issue #22389: Add contextlib.redirect_stderr().Berker Peksag2014-11-281-0/+10
* | (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-271-0/+4
|\ \ | |/
| * pydoc: Add a note about setting PAGER to affect console output pagination.Zachary Ware2014-11-271-0/+4
* | Issue22780: reword NotImplemented docs to emphasise shouldEthan Furman2014-11-272-3/+19
|\ \ | |/
| * (3.4) Issue22780: reword NotImplemented docs to emphasise shouldEthan Furman2014-11-272-3/+20
* | Merge with 3.4Zachary Ware2014-11-271-6/+4
|\ \ | |/
| * pydoc: Remove mention of '-g' command line option, document its removal.Zachary Ware2014-11-271-6/+4
* | add readline.append_history_file (closes #22940)Benjamin Peterson2014-11-261-1/+28
* | Issue #19676: Tweak documentation a bit.Berker Peksag2014-11-251-1/+3
* | Issue #19676: Added the "namereplace" error handler.Serhiy Storchaka2014-11-253-3/+24
* | 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-241-1/+1
* | merge 3.4 (#22788)Benjamin Peterson2014-11-241-5/+10
|\ \ | |/
| * add context parameter to HTTPHandler (closes #22788)Benjamin Peterson2014-11-241-5/+10
| * correct versionchanged versionBenjamin Peterson2014-11-241-1/+1
* | merge 3.4 (#22921)Benjamin Peterson2014-11-231-7/+7
|\ \ | |/
| * don't require OpenSSL SNI to pass hostname to ssl functions (#22921)Benjamin Peterson2014-11-231-7/+7
* | merge 3.4Benjamin Peterson2014-11-231-4/+1
|\ \ | |/
| * document that cadefault does nothing nowBenjamin Peterson2014-11-231-4/+1
* | PEP 479: Don't let StopIteration bubble out of calls to next() inside a gene...Raymond Hettinger2014-11-231-4/+16
* | Issue #22834: Have import suppress FileNotFoundError when the currentBrett Cannon2014-11-211-0/+5
* | Close #19494: add urrlib.request.HTTPBasicPriorAuthHandlerNick Coghlan2014-11-121-0/+11
* | Issue #22845: Improved formatting of dis documentation.Serhiy Storchaka2014-11-111-23/+24
|\ \ | |/
| * Issue #22845: Improved formatting of dis documentation.Serhiy Storchaka2014-11-111-23/+24
* | Issue #22839: Fix Snapshot.statistics() link.Berker Peksag2014-11-101-1/+1
|\ \ | |/
| * Issue #22839: Fix Snapshot.statistics() link.Berker Peksag2014-11-101-1/+1
* | Issue #22578: Added attributes to the re.error class.Serhiy Storchaka2014-11-101-2/+25
* | Issue #21650: Add an `--sort-keys` option to json.tool CLI.Berker Peksag2014-11-101-0/+11
* | mergeRaymond Hettinger2014-11-101-4/+5
|\ \ | |/
| * Issue 22830: Clarify docs for functools.cmp_to_key().Raymond Hettinger2014-11-101-4/+5
* | Issue #22823: Use set literals instead of creating a set from a listRaymond Hettinger2014-11-091-1/+1
* | Issue #22808: Link to the correct time method in BaseEventLoop.call_at().Berker Peksag2014-11-071-1/+2
|\ \ | |/
| * Issue #22808: Link to the correct time method in BaseEventLoop.call_at().Berker Peksag2014-11-071-1/+2
* | mergeRaymond Hettinger2014-11-061-0/+2
|\ \ | |/
| * Issue 22803: Add missing versionadded directive.Raymond Hettinger2014-11-061-0/+2
* | merge with 3.4Georg Brandl2014-11-051-7/+9
|\ \ | |/