summaryrefslogtreecommitdiff
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* asyncio: SelectSelector is limited to 512 sockets on WindowsVictor Stinner2015-01-091-1/+2
* asyncio doc: fix section of event loop examplesVictor Stinner2015-01-091-5/+5
* asyncio doc: list limitations to run subprocesses from different threadsVictor Stinner2015-01-092-0/+24
* Issue #20487: Clarify meaning of "side effect" in the magic mock documentation.Berker Peksag2015-01-071-3/+4
* Issue 19548: update codecs module documentationNick Coghlan2015-01-075-310/+339
* Cosmetic fixes to the 'Develop with asyncio' pageZachary Ware2015-01-061-8/+10
* emphasize that cffi is better than extension modules for portabilityBenjamin Peterson2015-01-051-5/+10
* the current marshal version is 4 (closes #23167)Benjamin Peterson2015-01-041-1/+1
* Add missing URL link to Modernize docs.Ned Deily2015-01-031-1/+1
* merge 3.3Benjamin Peterson2014-12-31334-7223/+24567
|\
| * update docs for #23111Benjamin Peterson2014-12-301-1/+1
| * use a proper m-dashBenjamin Peterson2014-12-281-2/+2
| * Issue #23125: Update nose project page link.Berker Peksag2014-12-281-1/+1
| * #23040: Clarify treatment of encoding and errors when component is bytes.R David Murray2014-12-241-3/+4
| * update correct French examples (#23109)Benjamin Peterson2014-12-241-2/+2
| * improve incorrect French (#23109)Benjamin Peterson2014-12-241-2/+2
| * doucment that Py_SetPath copies its argument (closes #23110)Benjamin Peterson2014-12-241-0/+3
| * asyncio doc: Fix doc of get and put methods of QueueVictor Stinner2014-12-221-8/+13
| * Fix typo.Barry Warsaw2014-12-191-1/+1
| * Issue #23070: Fix a comment in the tutorial.Berker Peksag2014-12-171-1/+1
| * Issue #23049: Pure python equivalent shouldn't imply more exactitude than is...Raymond Hettinger2014-12-161-1/+1
| * asyncio doc: call_soon() does not call immediatly the callback. Patch writtenVictor Stinner2014-12-151-1/+3
| * 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-111-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-103-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-041-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-291-1/+1