summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Issue #23260: Update Windows installerSteve Dower2015-02-063-173/+349
* Fix missing :ref: for idle in doc build.Ned Deily2015-02-061-3/+3
|\
| * Fix missing :ref: for idle in doc build.Ned Deily2015-02-061-3/+3
* | Merge 3.4 (asyncio doc)Victor Stinner2015-02-041-15/+24
|\ \ | |/
| * asyncio doc: explain how to display ResourceWarning in the debug mode sectionVictor Stinner2015-02-041-15/+24
* | Merge 3.4 (asyncio doc)Victor Stinner2015-02-031-6/+4
|\ \ | |/
| * asyncio, Tulip issue 221: Fix doc of QueueEmpty and QueueFullVictor Stinner2015-02-031-6/+4
* | Issue #15381: Optimized io.BytesIO to make less allocations and copyings.Serhiy Storchaka2015-02-031-0/+3
* | Issue #22818: Splitting on a pattern that could match an empty string nowSerhiy Storchaka2015-02-032-6/+33
* | Issue #23099: Closing io.BytesIO with exported buffer is rejected now toSerhiy Storchaka2015-02-031-6/+7
|\ \ | |/
| * Issue #23099: Closing io.BytesIO with exported buffer is rejected now toSerhiy Storchaka2015-02-031-6/+7
| * Whitespace.Stefan Krah2015-02-011-1/+1
* | Whitespace.Stefan Krah2015-02-011-1/+1
* | Issue #23352: Merge from 3.4.Stefan Krah2015-02-011-0/+3
|\ \ | |/
| * Issue #23352: Document that Py_buffer.suboffsets must be NULL if no suboffsetsStefan Krah2015-02-011-0/+3
* | Merged documentation update from 3.4.Vinay Sajip2015-02-011-0/+54
|\ \ | |/
| * Added a cookbook entry on logging audible messages.Vinay Sajip2015-02-011-0/+54
* | Merge: Fix asyncio doc typo.R David Murray2015-01-301-1/+1
|\ \ | |/
| * Fix asyncio doc typo.R David Murray2015-01-301-1/+1
* | Merge 3.4 (asyncio doc)Victor Stinner2015-01-301-0/+11
|\ \ | |/
| * asyncio doc: document the new ResourceWarning warningsVictor Stinner2015-01-301-0/+11
* | Merge 3.4 (asyncio doc)Victor Stinner2015-01-291-0/+37
|\ \ | |/
| * asyncio doc: add a section about task cancellationVictor Stinner2015-01-291-0/+37
* | Merge 3.4 (asyncio doc)Victor Stinner2015-01-291-0/+23
|\ \ | |/
| * Issue #21962, asyncio doc: Suggest the usage of wait_for() to replaceVictor Stinner2015-01-291-0/+23
* | Closes #22668: Merge from 3.4.Stefan Krah2015-01-291-0/+6
|\ \ | |/
* | Merge 3.4 (asyncio doc)Victor Stinner2015-01-291-0/+8
|\ \ | |/
| * asyncio doc: document Protocol state machineVictor Stinner2015-01-291-0/+8
* | Merged documentation update from 3.4.Vinay Sajip2015-01-281-0/+55
|\ \ | |/
| * Added a logging cookbook entry on customized exception formatting.Vinay Sajip2015-01-281-0/+55
* | Add whatsnew entry for issue #5309.Berker Peksag2015-01-271-0/+7
* | Issue #23286: Fix typo in the tutorial.Berker Peksag2015-01-271-1/+1
|\ \ | |/
| * Issue #23286: Fix typo in the tutorial.Berker Peksag2015-01-271-1/+1
| * Issue #14099: Backout changeset e5bb3044402b (except adapted tests).Serhiy Storchaka2015-01-261-2/+8
* | Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError.Serhiy Storchaka2015-01-262-3/+39
* | Issue #18518: timeit now rejects statements which can't be compiled outsideSerhiy Storchaka2015-01-261-6/+0
|\ \ | |/
| * Issue #18518: timeit now rejects statements which can't be compiled outsideSerhiy Storchaka2015-01-261-6/+0
* | Issue #22286: The "backslashreplace" error handlers now works withSerhiy Storchaka2015-01-255-16/+25
* | Merge: #23215: note that time.sleep affects the current thread only.R David Murray2015-01-251-6/+7
|\ \ | |/
| * #23215: reflow paragraph.R David Murray2015-01-251-6/+6
| * #23251: Note that time.sleep affects the calling thread only.R David Murray2015-01-251-1/+2
* | Closes #23253: Delay-load ShellExecuteSteve Dower2015-01-241-0/+4
* | Issue20284: Implement PEP461Ethan Furman2015-01-241-0/+191
* | prefer server alpn ordering over the client'sBenjamin Peterson2015-01-231-1/+2
* | add support for ALPN (closes #20188)Benjamin Peterson2015-01-231-2/+32
* | Closes #23305: Merged documentation fix from 3.4.Vinay Sajip2015-01-231-9/+10
|\ \ | |/
| * Issue #23305: clarified RotatingFileHandler documentation.Vinay Sajip2015-01-231-9/+10
* | Closes #23202: pyvenv documentation updated to match its behavior.Vinay Sajip2015-01-231-2/+5
|\ \ | |/
| * Updated pyvenv documentation to match its current behaviour.Vinay Sajip2015-01-231-2/+5
* | Issue #20898: Enum names are only available in the http.client module as cons...Berker Peksag2015-01-201-4/+3