summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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-273-4/+25
|\ \ | |/
| * (3.4) Issue22780: reword NotImplemented docs to emphasise shouldEthan Furman2014-11-273-4/+26
* | 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-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-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-213-0/+20
* | Issue #22453: Removed non-documented macro PyObject_REPR().Serhiy Storchaka2014-11-181-0/+4
* | Close #19494: add urrlib.request.HTTPBasicPriorAuthHandlerNick Coghlan2014-11-122-0/+20
* | 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-102-0/+19
* | Issue #22824: Updated reprlib output format for sets to use set literals.Raymond Hettinger2014-11-101-1/+1
* | 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-092-2/+2
* | Issue #22695: Fix rendering of the deprecated-removed role in HTML.Berker Peksag2014-11-081-6/+4
|\ \ | |/
| * Issue #22695: Fix rendering of the deprecated-removed role in HTML.Berker Peksag2014-11-081-6/+4
* | 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
* | Issue #22242: Try to make some import-related loader details clearer.Brett Cannon2014-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
|\ \ | |/
| * Closes #22525: clarify documentation for ast.literal_eval().Georg Brandl2014-11-051-7/+9
* | Close #22457: Honour load_tests in the start_dir of discovery.Robert Collins2014-11-041-1/+5
* | context has been backported so fix versionchangedBenjamin Peterson2014-11-031-1/+1
* | merge 3.4 (#22417)Benjamin Peterson2014-11-034-15/+38
|\ \ | |/
| * PEP 476: enable HTTPS certificate verification by default (#22417)Benjamin Peterson2014-11-034-15/+38
* | merge 3.4Benjamin Peterson2014-11-021-2/+3
|\ \ | |/
| * wrapBenjamin Peterson2014-11-021-2/+2
| * backport context argument of urlopen (#22366) for pep 476Senthil Kumaran2014-09-191-1/+8
* | Merge asyncio doc English phrasing fix.R David Murray2014-11-021-2/+2
|\ \ | |/