summaryrefslogtreecommitdiff
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* upgrade to unicode 7.0.0Benjamin Peterson2014-07-061-4/+4
* #20135: merge with 3.4.Ezio Melotti2014-07-062-56/+56
|\
| * #20135: move FAQ about mutable default arguments to the programming FAQs page.Ezio Melotti2014-07-062-56/+56
* | (Merge 3.4) Closes #21921: Fix ResourceWarning in the asyncio examples: closeVictor Stinner2014-07-052-3/+12
|\ \ | |/
| * Closes #21921: Fix ResourceWarning in the asyncio examples: close the eventVictor Stinner2014-07-052-3/+12
* | Issue #21920: Merge from 3.4.Berker Peksag2014-07-051-1/+1
|\ \ | |/
| * Issue #21920: Add a missing colon to the __main__ doc.Berker Peksag2014-07-051-1/+1
* | Merge from 3.4.Berker Peksag2014-07-041-0/+1
|\ \ | |/
| * Add an index entry for exec() builtin.Berker Peksag2014-07-041-0/+1
* | #15014: Add 'auth' command to implement auth mechanisms and use it in login.R David Murray2014-07-032-2/+44
* | Merge 3.4Andrew Svetlov2014-07-031-1/+3
|\ \ | |/
| * Update docs about tp_richcompareAndrew Svetlov2014-07-031-1/+3
* | mergeRaymond Hettinger2014-07-031-1/+1
|\ \ | |/
| * Fix guidance for subclassing collections.Set()Raymond Hettinger2014-07-031-1/+1
* | Issue #5800: headers parameter of wsgiref.headers.Headers is now optional.Berker Peksag2014-07-022-2/+13
* | Merge 3.4Andrew Svetlov2014-07-021-2/+4
|\ \ | |/
| * Use try-finally idiom in example for locks in multiprocessingAndrew Svetlov2014-07-021-2/+4
* | Issue #13689: Merge from 3.4.Berker Peksag2014-07-011-3/+1
|\ \ | |/
| * Issue #13689: Remove a dead link from howto/urllib.Berker Peksag2014-07-011-3/+1
* | Merge 3.4.Stefan Krah2014-06-301-2/+2
|\ \ | |/
| * Issue #21778: Clarify use of flags if PyBuffer_FillInfo() is used inside aStefan Krah2014-06-301-2/+2
* | Merge socket howto fixes from 3.4.Ezio Melotti2014-06-271-3/+3
|\ \ | |/
| * Fix indentation and class name in socket howto example.Ezio Melotti2014-06-271-3/+3
* | Issue #21875: Remove vestigial references to Classic Mac OS in os module docs.Ned Deily2014-06-261-7/+1
|\ \ | |/
| * Issue #21875: Remove vestigial references to Classic Mac OS in os module docs.Ned Deily2014-06-261-7/+1
* | #20295: Teach imghdr to recognize OpenEXR format images.R David Murray2014-06-262-0/+11
* | MERGE: Closes #20872: dbm/gdbm/ndbm close methods are not documentedJesus Cea2014-06-251-2/+16
|\ \ | |/
| * MERGE: Closes #20872: dbm/gdbm/ndbm close methods are not documentedJesus Cea2014-06-251-2/+16
| |\
| | * Closes #20872: dbm/gdbm/ndbm close methods are not documentedJesus Cea2014-06-251-2/+16
* | | merge from 3.4Senthil Kumaran2014-06-251-16/+16
|\ \ \ | |/ /
| * | Correct the quopri module documentation. Mention the correct types of theSenthil Kumaran2014-06-251-16/+16
* | | Merged documentation update from 3.4.Vinay Sajip2014-06-251-1/+1
|\ \ \ | |/ /
| * | Fixed typo in documentation.Vinay Sajip2014-06-251-1/+1
* | | MERGE: Closes #21441: Reorder elements in documentation to match actual order...Jesus Cea2014-06-251-10/+10
|\ \ \ | |/ /
| * | MERGE: Closes #21441: Reorder elements in documentation to match actual order...Jesus Cea2014-06-251-10/+10
| |\ \ | | |/
| | * Closes #21441: Reorder elements in documentation to match actual order in the...Jesus Cea2014-06-251-10/+10
* | | mergeRaymond Hettinger2014-06-241-0/+71
|\ \ \ | |/ /
| * | Issue #11974: Add tutorial section on class and instance variablesRaymond Hettinger2014-06-231-0/+71
* | | merge 3.4 (#13143)Benjamin Peterson2014-06-221-1/+1
|\ \ \ | |/ /
| * | clarify that islink only really works if python knows about symlinks (closes ...Benjamin Peterson2014-06-221-1/+1
* | | merge 3.4 (#16667)Benjamin Peterson2014-06-221-4/+6
|\ \ \ | |/ /
| * | some timezone doc improvements (closes #16667)Benjamin Peterson2014-06-221-4/+6
* | | (Merge 3.4) asyncio, Tulip issue 171: BaseEventLoop.close() now raises anVictor Stinner2014-06-231-0/+2
|\ \ \ | |/ /
| * | asyncio, Tulip issue 171: BaseEventLoop.close() now raises an exception if theVictor Stinner2014-06-231-0/+2
* | | (Merge 3.4) asyncio: document the debug modeVictor Stinner2014-06-233-7/+30
|\ \ \ | |/ /
| * | asyncio: document the debug modeVictor Stinner2014-06-233-7/+30
* | | (Merge 3.4) asyncio: Enable the debug mode of event loops when theVictor Stinner2014-06-231-1/+5
|\ \ \ | |/ /
| * | asyncio: Enable the debug mode of event loops when the PYTHONASYNCIODEBUGVictor Stinner2014-06-231-1/+5
* | | reflow to 80 charsBenjamin Peterson2014-06-221-13/+12
* | | add BufferedIOBase.readinto1 (closes #20578)Benjamin Peterson2014-06-221-4/+22