summaryrefslogtreecommitdiff
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Merge with 3.4Terry Jan Reedy2015-10-281-4/+4
|\
| * Issue #25432: Explain isinstance behaviour when type is a tuple.Terry Jan Reedy2015-10-281-4/+4
* | Issue #23391: Merge OSError doc from 3.4 into 3.5Martin Panter2015-10-261-21/+48
|\ \ | |/
| * Issue #23391: Restore OSError constructor argument documentationMartin Panter2015-10-261-21/+48
* | Merge 3.4 (Issue #25461)Victor Stinner2015-10-231-3/+3
|\ \ | |/
| * Issue #25461: Rephrase os.walk() docVictor Stinner2015-10-231-3/+3
* | Silence a "unused rule" warningBerker Peksag2015-10-201-1/+1
* | rstlint: Fix "default role used" warningBerker Peksag2015-10-201-1/+1
|\ \ | |/
| * rstlint: Fix "default role used" warningBerker Peksag2015-10-201-1/+1
* | Issue #24885: Update note in docs about stream convenience functions. (Merge ...Guido van Rossum2015-10-191-4/+7
|\ \ | |/
| * Issue #24885: Update note in docs about stream convenience functions.Guido van Rossum2015-10-191-4/+7
* | Fix another typo noticed by SilentGhostBerker Peksag2015-10-191-1/+1
* | Issue #25434: Fix typo in whatsnew/3.5rstBerker Peksag2015-10-181-1/+1
* | Merged cookbook update from 3.4.Vinay Sajip2015-10-171-0/+66
|\ \ | |/
| * Added entry to logging cookbook.Vinay Sajip2015-10-171-0/+66
* | Issue #25407: Drop the mention of the formatter module being removedBrett Cannon2015-10-161-3/+2
* | Issue #25418: Fix markup in object.__hash__ documentationBerker Peksag2015-10-161-1/+1
|\ \ | |/
| * Issue #25418: Fix markup in object.__hash__ documentationBerker Peksag2015-10-161-1/+1
* | Merge with 3.4Terry Jan Reedy2015-10-131-11/+10
|\ \ | |/
| * Issue #24782: Finish converting the Configure Extension dialog into a newTerry Jan Reedy2015-10-131-11/+10
* | sys.setrecursionlimit() now raises RecursionErrorVictor Stinner2015-10-131-0/+7
* | merge 3.4Benjamin Peterson2015-10-111-2/+2
|\ \ | |/
| * actually link to the version attributes documentationBenjamin Peterson2015-10-111-2/+2
* | merge 3.4Benjamin Peterson2015-10-101-2/+2
|\ \ | |/
| * don't mention Python 2.2 (closes #25375)Benjamin Peterson2015-10-101-2/+2
* | Issue #25161: Merge full stops from 3.4 into 3.5Martin Panter2015-10-1037-40/+41
|\ \ | |/
| * Issue #25161: Add full stops in documentation; patch by Takase ArihiroMartin Panter2015-10-1037-40/+41
* | Issue #22413: Merge StringIO doc from 3.4 into 3.5Martin Panter2015-10-101-4/+12
|\ \ | |/
| * Issue #22413: Document newline effect on StringIO initializer and getvalueMartin Panter2015-10-101-4/+12
* | Closes #25344: Merged fix from 3.4.Vinay Sajip2015-10-101-0/+137
|\ \ | |/
| * Closes #25344: Added cookbook recipe to show buffering of logging events.Vinay Sajip2015-10-101-0/+137
* | Issue #16802: Document fileno parameter of socket.socket()Berker Peksag2015-10-081-1/+5
|\ \ | |/
| * Issue #16802: Document fileno parameter of socket.socket()Berker Peksag2015-10-081-1/+5
* | Merge typo fixes from 3.4 into 3.5Martin Panter2015-10-072-2/+2
|\ \ | |/
| * Various minor typos in documentation and commentsMartin Panter2015-10-072-2/+2
* | Issue #25286: Update dictionary view link; patch by Akira LiMartin Panter2015-10-071-2/+2
* | Issue #25286: Merge dictionary view glossary from 3.4 into 3.5Martin Panter2015-10-072-8/+9
|\ \ | |/
| * Issue #25286: Dictionary views are not sequencesMartin Panter2015-10-072-8/+9
* | Docs and one small improvement for issue #25304, by Vincent Michel. (Merge 3....Guido van Rossum2015-10-052-3/+48
|\ \ | |/
| * Docs and one small improvement for issue #25304, by Vincent Michel.Guido van Rossum2015-10-052-3/+48
* | Issue #23972: updates to asyncio datagram API. By Chris Laws. (Merge 3.4->3.5.)Guido van Rossum2015-10-051-4/+42
|\ \ | |/
| * Issue #23972: updates to asyncio datagram API. By Chris Laws.Guido van Rossum2015-10-051-4/+42
* | Issue #16701: Merge sequence docs from 3.4 into 3.5Martin Panter2015-10-031-2/+12
|\ \ | |/
| * Issue #16701: Document += and *= for mutable sequencesMartin Panter2015-10-031-2/+12
* | Merge with 3.4Terry Jan Reedy2015-10-021-1/+1
|\ \ | |/
| * Issue #25224: README.txt is now an idlelib index for IDLE developers andTerry Jan Reedy2015-10-021-1/+1
* | Tweak susp-ignored.csv to make buildbots happyBerker Peksag2015-10-021-5/+5
* | asyncio: Make ensure_future() accept all kinds of awaitables.Yury Selivanov2015-10-021-0/+7
|\ \ | |/
* | Merge 3.4 -> 3.5Andrew Svetlov2015-10-011-3/+3
|\ \ | |/
| * Reflect parameter name change in the docAndrew Svetlov2015-10-011-3/+3