summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Merge from 3.5Steve Dower2015-10-081-0/+3
|\
| * Issue #25089: Adds logging to installer for case where launcher is not select...Steve Dower2015-10-081-0/+3
* | Merge from 3.5Steve Dower2015-10-081-0/+2
|\ \ | |/
| * Issue #23919: Prevents assert dialogs appearing in the test suite.Steve Dower2015-10-081-0/+2
* | Issue #16099: RobotFileParser now supports Crawl-delay and Request-rateBerker Peksag2015-10-082-1/+5
* | Merge typo fixes from 3.5Martin Panter2015-10-072-4/+4
|\ \ | |/
| * More typos in 3.5 documentation and commentsMartin Panter2015-10-071-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
* | | merge 3.5 (closes #24806)Benjamin Peterson2015-10-071-0/+3
|\ \ \ | |/ /
| * | merge 3.4 (#24806)Benjamin Peterson2015-10-071-0/+3
| |\ \ | | |/
| | * prevent unacceptable bases from becoming bases through multiple inheritance (...Benjamin Peterson2015-10-071-0/+3
* | | Closes issue #12006: Add ISO 8601 year, week, and day directives to strptime.Alexander Belopolsky2015-10-061-0/+3
* | | merge 3.5 (#25319)Benjamin Peterson2015-10-062-0/+4
|\ \ \ | |/ /
| * | merge 3.4 (#25319)Benjamin Peterson2015-10-062-0/+4
| |\ \ | | |/
| | * reinitialize an Event's Condition with a regular lock (closes #25319)Benjamin Peterson2015-10-062-0/+4
* | | Issue #25316: distutils raises OSError instead of DistutilsPlatformError when...Steve Dower2015-10-051-0/+3
|\ \ \ | |/ /
| * | Issue #25316: distutils raises OSError instead of DistutilsPlatformError when...Steve Dower2015-10-051-0/+3
* | | Issue #23972: updates to asyncio datagram API. By Chris Laws. (Merge 3.5->3.6.)Guido van Rossum2015-10-052-0/+7
|\ \ \ | |/ /
| * | Issue #23972: updates to asyncio datagram API. By Chris Laws. (Merge 3.4->3.5.)Guido van Rossum2015-10-052-0/+7
| |\ \ | | |/
| | * Issue #23972: updates to asyncio datagram API. By Chris Laws.Guido van Rossum2015-10-052-0/+7
* | | Issue #25301: The UTF-8 decoder is now up to 15 times as fast for errorVictor Stinner2015-10-051-0/+3
* | | merge 3.5Terry Jan Reedy2015-10-041-1/+20
|\ \ \ | |/ /
| * | Issue #24820: Update IDLE NEWS items.Terry Jan Reedy2015-10-041-0/+19
| |\ \ | | |/
| | * Issue #24820: Update IDLE NEWS items.Terry Jan Reedy2015-10-041-0/+19
* | | Issue #9232: Escape rst markup char in NEWS entry to avoid Sphinx warning.Terry Jan Reedy2015-10-041-3/+3
|\ \ \ | |/ /
| * | Issue #24791: Escape rst markup char in NEWS entry to avoid Sphinx warning.Terry Jan Reedy2015-10-041-1/+1
* | | Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel. (Mer...Guido van Rossum2015-10-032-0/+5
|\ \ \ | |/ /
| * | Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel. (Mer...Guido van Rossum2015-10-032-0/+5
| |\ \ | | |/
| | * Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel.Guido van Rossum2015-10-032-0/+5
* | | Issues #25232, #24657: Add NEWS to 3.6.0a1 sectionMartin Panter2015-10-031-0/+6
* | | Issues #25232, #24657: Merge two CGI server fixes from 3.5Martin Panter2015-10-032-0/+7
|\ \ \ | |/ /
| * | Issues #25232, #24657: Merge two CGI server fixes from 3.4 into 3.5Martin Panter2015-10-032-0/+7
| |\ \ | | |/
| | * Issue #24657: Prevent CGIRequestHandler from collapsing the URL queryMartin Panter2015-10-031-0/+3
| | * Issue #25232: Fix CGIRequestHandler's splitting of URL queryMartin Panter2015-10-032-0/+4
* | | Merge from 3.5 for issue #25188.Brett Cannon2015-10-021-0/+4
|\ \ \ | |/ /
| * | asyncio: Make ensure_future() accept all kinds of awaitables.Yury Selivanov2015-10-021-0/+2
| |\ \ | | |/
* | | Issue #22806: Add ``python -m test --list-tests`` command to list tests.Victor Stinner2015-10-021-0/+2
* | | Issue #18174: "python -m test --huntrleaks ..." now also checks for leak ofVictor Stinner2015-10-021-0/+3
* | | Issue #25287: Don't add crypt.METHOD_CRYPT to crypt.methods if it's notVictor Stinner2015-10-021-0/+4
* | | Issue #24848: Fixed bugs in UTF-7 decoding of misformed data:Serhiy Storchaka2015-10-021-0/+2
|\ \ \ | |/ /
| * | Issue #24848: Fixed bugs in UTF-7 decoding of misformed data:Serhiy Storchaka2015-10-021-0/+2
| |\ \ | | |/
| | * Issue #24848: Fixed bugs in UTF-7 decoding of misformed data:Serhiy Storchaka2015-10-021-0/+2
* | | Issue #24483: C implementation of functools.lru_cache() now calculates key'sSerhiy Storchaka2015-10-021-0/+3
|\ \ \ | |/ /
| * | Issue #24483: C implementation of functools.lru_cache() now calculates key'sSerhiy Storchaka2015-10-021-0/+3
* | | Merge from 3.5Steve Dower2015-10-011-1/+4
|\ \ \ | |/ /
| * | Issue #25165: Windows uninstallation should not remove launcher if other vers...Steve Dower2015-10-011-1/+4
* | | Issue #25267: The UTF-8 encoder is now up to 75 times as fast for errorVictor Stinner2015-10-011-0/+4
* | | Issue #25280: Import trace messages emitted in verbose (-v) mode are noSerhiy Storchaka2015-10-011-0/+3
|\ \ \ | |/ /
| * | Issue #25280: Import trace messages emitted in verbose (-v) mode are noSerhiy Storchaka2015-10-011-0/+3
| |\ \ | | |/