summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* merge 3.4Benjamin Peterson2014-12-121-3/+1
|\
| * remove reference to dead irc channel (closes #23038)Benjamin Peterson2014-12-121-3/+1
* | mergeRaymond Hettinger2014-12-121-2/+2
|\ \ | |/
| * Issue 23005: Fix typosRaymond Hettinger2014-12-121-2/+2
| * Issue #22823: Fixed an output of sets in examples.Serhiy Storchaka2014-12-111-12/+12
* | Issue #22823: Use set literals instead of creating a set from a list.Serhiy Storchaka2014-12-111-12/+12
* | Merge with 3.4Terry Jan Reedy2014-12-101-1/+1
|\ \ | |/
| * whitespaceTerry Jan Reedy2014-12-101-1/+1
* | Merge with 3.4Terry Jan Reedy2014-12-101-2/+2
|\ \ | |/
| * Issue #23006 whitespaceTerry Jan Reedy2014-12-101-2/+2
* | Merge 3.4Terry Jan Reedy2014-12-102-5/+14
|\ \ | |/
| * Issue #23006: Improve the documentation and indexing of dict.__missing__.Terry Jan Reedy2014-12-102-5/+14
* | merge 3.4Benjamin Peterson2014-12-101-1/+1
|\ \ | |/
| * fix path to patchlevel.pyBenjamin Peterson2014-12-101-1/+1
* | Merge: #22918: Drop obsolete mention of 'keys' in datamodel __iter__ docs.R David Murray2014-12-101-2/+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
|\ \ | |/
| * Issue #12602: Add missing cross-references to runpy and using/cmdline docs.Berker Peksag2014-12-093-7/+20
* | merge 3.4Benjamin Peterson2014-12-071-1/+1
|\ \ | |/
| * fix reference by adding module nameBenjamin Peterson2014-12-071-1/+1
* | merge 3.4 (#22959)Benjamin Peterson2014-12-071-8/+3
|\ \ | |/
| * HTTPSConnection: prefer the context's check_hostname attribute over the const...Benjamin Peterson2014-12-071-8/+3
* | Issue #22696: Add function :func:`sys.is_finalizing` to know about interprete...Antoine Pitrou2014-12-074-6/+27
* | merge 3.4Benjamin Peterson2014-12-061-2/+5
|\ \ | |/
| * note that sslv3 may not be availableBenjamin Peterson2014-12-061-2/+5
* | Merge with 3.4Brett Cannon2014-12-051-1/+1
|\ \ | |/
| * Fix a bad linkBrett Cannon2014-12-051-1/+1
* | Merge headsSerhiy Storchaka2014-12-051-3/+7
|\ \
| * | Issue #22394: Add a 'venv' command to Doc/Makefile.Brett Cannon2014-12-051-3/+7
* | | Issue #22581: Use more "bytes-like object" throughout the docs and comments.Serhiy Storchaka2014-12-054-17/+20
|\ \ \ | |/ / |/| / | |/
| * Issue #22581: Use more "bytes-like object" throughout the docs and comments.Serhiy Storchaka2014-12-054-17/+20
* | Merge with 3.4Brett Cannon2014-12-051-584/+343
|\ \ | |/
| * Issue #22914: Update the Python 2/3 porting HOWTO to describe a moreBrett Cannon2014-12-051-584/+343
* | Merge with 3.4. Edit Menus section of Idle doc.Terry Jan Reedy2014-12-051-123/+138
|\ \ | |/
| * 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
* | docs.inspect: Fix BoundArguments example. Issue #22998.Yury Selivanov2014-12-051-1/+2
* | Merge with 3.4Terry Jan Reedy2014-12-041-11/+19
|\ \ | |/
| * Issue #3068: Document the new Configure Extensions dialog and menu entry.Terry Jan Reedy2014-12-041-11/+19
* | Merge with 3.4Terry Jan Reedy2014-12-041-20/+38
|\ \ | |/
| * 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
|\ \ | |/
| * 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
|\ \ | |/
| * Issue #14099: ZipFile.open() no longer reopen the underlying file. ObjectsSerhiy Storchaka2014-12-031-8/+2
* | Merge 3.4 (asyncio doc)Victor Stinner2014-12-021-1/+1
|\ \ | |/
| * Closes #22475: asyncio doc, fix Task.get_stack() docVictor Stinner2014-12-021-1/+1
* | Merge 3.4 (asyncio doc)Victor Stinner2014-12-021-8/+3
|\ \ | |/
| * 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
|\ \ | |/