summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
...
* 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-011-1/+1
* context is keyword-onlyBenjamin Peterson2014-11-301-1/+1
* add context parameter to xmlrpclib.ServerProxy (#22960)Benjamin Peterson2014-11-301-2/+7
* Closes #22348: Rephrase asyncio.StreamWriter.drain() documentationVictor Stinner2014-11-281-4/+10
* asyncio doc: reformat event loop policy docVictor Stinner2014-11-281-8/+18
* 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
* pydoc: Add a note about setting PAGER to affect console output pagination.Zachary Ware2014-11-271-0/+4
* (3.4) Issue22780: reword NotImplemented docs to emphasise shouldEthan Furman2014-11-272-3/+20
* pydoc: Remove mention of '-g' command line option, document its removal.Zachary Ware2014-11-271-6/+4
* Issue #20351: Add examples for csv.DictReader and csv.DictWriter.Berker Peksag2014-11-241-0/+25
* add context parameter to HTTPHandler (closes #22788)Benjamin Peterson2014-11-241-5/+10
* correct versionchanged versionBenjamin Peterson2014-11-241-1/+1
* don't require OpenSSL SNI to pass hostname to ssl functions (#22921)Benjamin Peterson2014-11-231-7/+7
* document that cadefault does nothing nowBenjamin Peterson2014-11-231-4/+1
* 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 22830: Clarify docs for functools.cmp_to_key().Raymond Hettinger2014-11-101-4/+5
* Issue #22808: Link to the correct time method in BaseEventLoop.call_at().Berker Peksag2014-11-071-1/+2
* Issue 22803: Add missing versionadded directive.Raymond Hettinger2014-11-061-0/+2
* Closes #22525: clarify documentation for ast.literal_eval().Georg Brandl2014-11-051-7/+9
* PEP 476: enable HTTPS certificate verification by default (#22417)Benjamin Peterson2014-11-033-15/+9
* wrapBenjamin Peterson2014-11-021-2/+2
* backport context argument of urlopen (#22366) for pep 476Senthil Kumaran2014-09-191-1/+8
* Reflow paragraph.R David Murray2014-11-021-2/+2
* Fix English phrasing.R David Murray2014-11-021-1/+1
* Closes #22771: "verbose" is unused; deprecate it.Georg Brandl2014-10-311-1/+1
* #22613: minor other fixes in library docs (thanks Jacques Ducasse)Georg Brandl2014-10-319-30/+35
* #22613: document Cmd.cmdqueue (thanks Jacques Ducasse)Georg Brandl2014-10-311-1/+8
* #22613: fix heading levels in tracemalloc docs (thanks Jacques Ducasse)Georg Brandl2014-10-311-14/+14
* #22613: elaborate on arguments of shutil archival functions (thanks Jacques D...Georg Brandl2014-10-311-3/+13
* #22613: explain what "buffer" is in the struct documentation (thanks Jacques ...Georg Brandl2014-10-311-1/+9
* #22613: fix several factual errors in builtin docs (thanks Jacques Ducasse)Georg Brandl2014-10-313-14/+17
* unittest.mock docs: fix use of default roleGeorg Brandl2014-10-312-360/+360
* minor markup fix: no inline markup is allowed in a module synopsisGeorg Brandl2014-10-301-1/+1
* Doc: fix default role usage (except in unittest mock docs)Georg Brandl2014-10-307-13/+13
* Fixing broken links in doc, part 4: some more breaks and redirectsGeorg Brandl2014-10-2912-16/+15
* Fixing broken links in doc, part 3: the restGeorg Brandl2014-10-2915-51/+48
* Fix external links to docs.python.org to use internal links instead.Georg Brandl2014-10-291-8/+5
* Use https:// URLs when referring to python.org hosts.Georg Brandl2014-10-2910-14/+14
* Fix module name.Georg Brandl2014-10-281-0/+2
* Using "-m module" is easier to read and understand than "-mmodule".Georg Brandl2014-10-281-2/+2
* Closes #22249: use IPPROTO_TCP constant instead of SOL_TCP constant for getad...Georg Brandl2014-10-281-1/+1
* Remove duplicate bullet point.Georg Brandl2014-10-281-3/+0
* Closes #22736: move seealso to the bottom of the section about RE syntax.Georg Brandl2014-10-281-7/+8
* Closes #22749: remove outdated advice to use clock() for accurate timing.Georg Brandl2014-10-281-2/+1
* #22196: link to Enum in the nametuple documentation. Patch by Karmen Dykstra.Ezio Melotti2014-10-281-3/+4
* #22237: document that sorted() is guaranteed to be stable. Initial patch by ...Ezio Melotti2014-10-282-1/+8
* Issue #22711: improve links in new distribution docsNick Coghlan2014-10-251-3/+19