summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Issue #25161: Merge full stops from 3.5Martin Panter2015-10-1037-40/+41
|\
| * 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.5Martin Panter2015-10-101-4/+12
|\ \ \ | |/ /
| * | 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.5.Vinay Sajip2015-10-091-0/+137
|\ \ \ | |/ /
| * | Closes #25344: Merged fix from 3.4.Vinay Sajip2015-10-091-0/+137
| |\ \ | | |/
| | * Closes #25344: Added cookbook recipe to show buffering of logging events.Vinay Sajip2015-10-091-0/+137
* | | Sort module names in whatsnew/3.6.rstBerker Peksag2015-10-081-11/+12
* | | Issue #16099: RobotFileParser now supports Crawl-delay and Request-rateBerker Peksag2015-10-082-2/+36
* | | 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
| |\ \ | | |/
| | * Issue #16802: Document fileno parameter of socket.socket()Berker Peksag2015-10-081-1/+5
* | | Merge typo fixes from 3.5Martin Panter2015-10-072-2/+2
|\ \ \ | |/ /
| * | 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: Merge dictionary view glossary from 3.5Martin Panter2015-10-073-10/+11
|\ \ \ | |/ /
| * | 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
* | | Add a versionadded directive for reopenIfNeeded()Berker Peksag2015-10-071-0/+2
* | | Closes issue #12006: Add ISO 8601 year, week, and day directives to strptime.Alexander Belopolsky2015-10-062-1/+44
* | | 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. (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.5->3.6.)Guido van Rossum2015-10-051-4/+42
|\ \ \ | |/ /
| * | 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 #25301: The UTF-8 decoder is now up to 15 times as fast for errorVictor Stinner2015-10-051-0/+3
* | | Issue #16701: Merge sequence docs from 3.5Martin Panter2015-10-031-2/+12
|\ \ \ | |/ /
| * | 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.5Terry Jan Reedy2015-10-031-1/+1
|\ \ \ | |/ /
| * | Merge with 3.4Terry Jan Reedy2015-10-031-1/+1
| |\ \ | | |/
| | * Issue #25224: README.txt is now an idlelib index for IDLE developers andTerry Jan Reedy2015-10-031-1/+1
* | | Issue #25287: Don't add crypt.METHOD_CRYPT to crypt.methods if it's notVictor Stinner2015-10-021-1/+1
* | | Merge from 3.5Berker Peksag2015-10-021-5/+5
|\ \ \ | |/ /
| * | Tweak susp-ignored.csv to make buildbots happyBerker Peksag2015-10-021-5/+5
* | | asyncio: Make ensure_future() accept all kinds of awaitables. (Merge 3.5)Yury Selivanov2015-10-021-0/+7
|\ \ \ | |/ /
| * | asyncio: Make ensure_future() accept all kinds of awaitables.Yury Selivanov2015-10-021-0/+7
| |\ \ | | |/
* | | Issue #25267: The UTF-8 encoder is now up to 75 times as fast for errorVictor Stinner2015-10-011-0/+3
* | | Closes #24884: refactored WatchedFileHandler file reopening into a separate m...Vinay Sajip2015-10-011-3/+9
* | | Merge 3.5 -> defaultAndrew Svetlov2015-10-011-3/+3
|\ \ \ | |/ /
| * | Merge 3.4 -> 3.5Andrew Svetlov2015-10-011-3/+3
| |\ \ | | |/
| | * Reflect parameter name change in the docAndrew Svetlov2015-10-011-3/+3
* | | Optimize ascii/latin1+surrogateescape encodersVictor Stinner2015-09-291-0/+3
* | | Merge with 3.5, Issue #24028: Add subsection about Idle calltips.Terry Jan Reedy2015-09-291-3/+29
|\ \ \ | |/ /
| * | Merge with 3.4, Issue #24028: Add subsection about Idle calltips.Terry Jan Reedy2015-09-291-3/+29
| |\ \ | | |/
| | * Issue #24028: Add subsection about Idle calltips.Terry Jan Reedy2015-09-291-3/+29