summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Issue #23047: Fix typo in pyporting.rst.Berker Peksag2014-12-131-1/+1
* Issue #17128: Use private version of OpenSSL for 3.x OS X 10.5+ installers.Ned Deily2014-12-131-3/+3
* Address some comments from Nick CoghlanBrett Cannon2014-12-121-8/+23
* remove reference to dead irc channel (closes #23038)Benjamin Peterson2014-12-121-3/+1
* Issue 23005: Fix typosRaymond Hettinger2014-12-121-2/+2
* Issue #22823: Fixed an output of sets in examples.Serhiy Storchaka2014-12-111-12/+12
* whitespaceTerry Jan Reedy2014-12-101-1/+1
* Issue #23006 whitespaceTerry Jan Reedy2014-12-101-2/+2
* Issue #23006: Improve the documentation and indexing of dict.__missing__.Terry Jan Reedy2014-12-102-5/+14
* fix path to patchlevel.pyBenjamin Peterson2014-12-101-1/+1
* #22918: Drop obsolete mention of 'keys' in datamodel __iter__ docs.R David Murray2014-12-101-2/+1
* Issue #12602: Add missing cross-references to runpy and using/cmdline docs.Berker Peksag2014-12-093-7/+20
* fix reference by adding module nameBenjamin Peterson2014-12-071-1/+1
* HTTPSConnection: prefer the context's check_hostname attribute over the const...Benjamin Peterson2014-12-071-8/+3
* note that sslv3 may not be availableBenjamin Peterson2014-12-061-2/+5
* Fix a bad linkBrett Cannon2014-12-051-1/+1
* Issue #22581: Use more "bytes-like object" throughout the docs and comments.Serhiy Storchaka2014-12-054-17/+20
* Issue #22914: Update the Python 2/3 porting HOWTO to describe a moreBrett Cannon2014-12-051-584/+343
* 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-051-1/+2
* Issue #3068: Document the new Configure Extensions dialog and menu entry.Terry Jan Reedy2014-12-041-11/+19
* 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
* Issue #14099: ZipFile.open() no longer reopen the underlying file. ObjectsSerhiy Storchaka2014-12-031-8/+2
* Closes #22475: asyncio doc, fix Task.get_stack() docVictor Stinner2014-12-021-1/+1
* 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
* 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-273-4/+26
* 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 #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 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-034-15/+38
* wrapBenjamin Peterson2014-11-021-2/+2