summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Issue #25318: Add _PyBytesWriter APIVictor Stinner2015-10-083-133/+269
| | | | | | | | | | | Add a new private API to optimize Unicode encoders. It uses a small buffer allocated on the stack and supports overallocation. Use _PyBytesWriter API for UCS1 (ASCII and Latin1) and UTF-8 encoders. Enable overallocation for the UTF-8 encoder with error handlers. unicode_encode_ucs1(): initialize collend to collstart+1 to not check the current character twice, we already know that it is not ASCII.
* Fix missing import in libregrtest.Steve Dower2015-10-081-0/+1
|
* Merge from 3.5Steve Dower2015-10-082-0/+10
|\
| * Issue #25089: Adds logging to installer for case where launcher is not ↵Steve Dower2015-10-082-0/+10
| | | | | | | | selected on upgrade.
* | Merge from 3.5Steve Dower2015-10-082-1/+3
|\ \ | |/
| * Removes deprecated -n option from buildbot script.Steve Dower2015-10-081-1/+1
| |
| * Issue #23919: Prevents assert dialogs appearing in the test suite.Steve Dower2015-10-082-2/+13
| |
* | Issue #23919: Prevents assert dialogs appearing in the test suite.Steve Dower2015-10-082-3/+13
| |
* | 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-086-26/+147
| | | | | | | | | | | | extensions. Patch by Nikolay Bogoychev.
* | Issue #16802: Document fileno parameter of socket.socket()Berker Peksag2015-10-081-1/+5
|\ \ | |/ | | | | Patch by Henrik Heimbuerger and Bar Harel.
| * Issue #16802: Document fileno parameter of socket.socket()Berker Peksag2015-10-081-1/+5
| |\ | | | | | | | | | Patch by Henrik Heimbuerger and Bar Harel.
| | * Issue #16802: Document fileno parameter of socket.socket()Berker Peksag2015-10-081-1/+5
| | | | | | | | | | | | Patch by Henrik Heimbuerger and Bar Harel.
* | | One more typo in a commentMartin Panter2015-10-071-1/+1
| | |
* | | Merge typo fixes from 3.5Martin Panter2015-10-0710-12/+12
|\ \ \ | |/ /
| * | More typos in 3.5 documentation and commentsMartin Panter2015-10-074-6/+6
| | |
| * | Merge typo fixes from 3.4 into 3.5Martin Panter2015-10-079-9/+9
| |\ \ | | |/
| | * Various minor typos in documentation and commentsMartin Panter2015-10-0711-12/+12
| | |
* | | 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
| | | | | | | | | | | | Also change glossary heading from view
* | | Add a versionadded directive for reopenIfNeeded()Berker Peksag2015-10-071-0/+2
| | |
* | | make configure executableBenjamin Peterson2015-10-071-0/+0
| | |
* | | mergeRaymond Hettinger2015-10-070-0/+0
|\ \ \ | |/ /
| * | Backport early-out 91259f061cfb to reduce the cost of bb1a2944bcb6Raymond Hettinger2015-10-071-1/+5
| | |
* | | merge 3.5 (closes #24806)Benjamin Peterson2015-10-073-6/+40
|\ \ \ | |/ /
| * | merge 3.4 (#24806)Benjamin Peterson2015-10-073-6/+40
| |\ \ | | |/
| | * prevent unacceptable bases from becoming bases through multiple inheritance ↵Benjamin Peterson2015-10-073-6/+40
| | | | | | | | | | | | (#24806)
* | | Issue #25097: Merge with 3.5Zachary Ware2015-10-061-0/+1
|\ \ \ | |/ /
| * | Issue #25097: Merge with 3.4Zachary Ware2015-10-061-0/+1
| |\ \ | | |/
| | * Issue #25097: Re-raise any other pywin32 errorZachary Ware2015-10-061-0/+1
| | |
* | | Issue #25097: Merge with 3.5Zachary Ware2015-10-061-1/+1
|\ \ \ | |/ /
| * | Issue #25097: Merge with 3.4Zachary Ware2015-10-061-1/+1
| |\ \ | | |/
| | * Issue #25097: fix Windows error number accessZachary Ware2015-10-061-1/+1
| | |
* | | Closes issue #12006: Add ISO 8601 year, week, and day directives to strptime.Alexander Belopolsky2015-10-065-27/+159
| | | | | | | | | | | | | | | This commit adds %G, %V, and %u directives to strptime. Thanks Ashley Anderson for the implementation.
* | | Merge with 3.5.Serhiy Storchaka2015-10-0611-0/+24
|\ \ \ | |/ /
| * | Null mergeSerhiy Storchaka2015-10-060-0/+0
| |\ \ | | |/
| | * Merge headsSerhiy Storchaka2015-10-061-4/+1
| | |\
| * | \ Merge headsSerhiy Storchaka2015-10-061-419/+398
| |\ \ \
* | \ \ \ Merge headsSerhiy Storchaka2015-10-061-4/+1
|\ \ \ \ \
| * \ \ \ \ Issue #23972: Fix tests for Windows and Debian. (Merge 3.5->3.6)Guido van Rossum2015-10-061-4/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | Issue #23972: Fix tests for Windows and Debian. (Merge 3.4->3.5)Guido van Rossum2015-10-061-4/+1
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Issue #23972: Fix tests for Windows and Debian.Guido van Rossum2015-10-061-4/+1
| | | | | |
* | | | | | Issue #25317: Converted doctests in test_tokenize to unittests.Serhiy Storchaka2015-10-061-419/+398
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | | Made test_tokenize discoverable.
| * | | | Issue #25317: Converted doctests in test_tokenize to unittests.Serhiy Storchaka2015-10-061-419/+398
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/| Made test_tokenize discoverable.
| | * | Issue #25317: Converted doctests in test_tokenize to unittests.Serhiy Storchaka2015-10-061-357/+332
| | |/ | | | | | | | | | Made test_tokenize discoverable.
* | | merge 3.5 (#25319)Benjamin Peterson2015-10-064-1/+13
|\ \ \ | |/ /
| * | merge 3.4 (#25319)Benjamin Peterson2015-10-064-1/+13
| |\ \ | | |/
| | * reinitialize an Event's Condition with a regular lock (closes #25319)Benjamin Peterson2015-10-064-1/+13
| | |