Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | _PyBytesWriter: rename size attribute to min_size | Victor Stinner | 2015-10-09 | 2 | -9/+10 | |
* | | | Issue #25349: Optimize bytes % args using the new private _PyBytesWriter API | Victor Stinner | 2015-10-09 | 2 | -59/+130 | |
* | | | Hoist constant expression out of the inner loop. | Raymond Hettinger | 2015-10-09 | 1 | -3/+3 | |
* | | | Make comparison more consistent | Raymond Hettinger | 2015-10-09 | 1 | -1/+1 | |
* | | | Issue #25298: Add lock and rlock weakref tests (Contributed by Nir Soffer). | Raymond Hettinger | 2015-10-09 | 1 | -0/+12 | |
* | | | Issue #25318: cleanup code _PyBytesWriter | Victor Stinner | 2015-10-09 | 2 | -19/+19 | |
* | | | Issue #25318: Fix backslashreplace() | Victor Stinner | 2015-10-09 | 1 | -1/+1 | |
* | | | Issue #25318: Avoid sprintf() in backslashreplace() | Victor Stinner | 2015-10-09 | 2 | -9/+22 | |
* | | | Issue #25318: Fix compilation error | Victor Stinner | 2015-10-09 | 1 | -1/+1 | |
* | | | Issue #25318: Move _PyBytesWriter to bytesobject.c | Victor Stinner | 2015-10-08 | 3 | -210/+245 | |
* | | | Optimize backslashreplace error handler | Victor Stinner | 2015-10-08 | 2 | -51/+160 | |
* | | | Issue #25318: Add _PyBytesWriter API | Victor Stinner | 2015-10-08 | 3 | -133/+269 | |
* | | | Fix missing import in libregrtest. | Steve Dower | 2015-10-08 | 1 | -0/+1 | |
* | | | Merge from 3.5 | Steve Dower | 2015-10-08 | 2 | -0/+10 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #25089: Adds logging to installer for case where launcher is not select... | Steve Dower | 2015-10-08 | 2 | -0/+10 | |
* | | | Merge from 3.5 | Steve Dower | 2015-10-08 | 2 | -1/+3 | |
|\ \ \ | |/ / | ||||||
| * | | Removes deprecated -n option from buildbot script. | Steve Dower | 2015-10-08 | 1 | -1/+1 | |
| * | | Issue #23919: Prevents assert dialogs appearing in the test suite. | Steve Dower | 2015-10-08 | 2 | -2/+13 | |
* | | | Issue #23919: Prevents assert dialogs appearing in the test suite. | Steve Dower | 2015-10-08 | 2 | -3/+13 | |
* | | | Sort module names in whatsnew/3.6.rst | Berker Peksag | 2015-10-08 | 1 | -11/+12 | |
* | | | Issue #16099: RobotFileParser now supports Crawl-delay and Request-rate | Berker Peksag | 2015-10-08 | 6 | -26/+147 | |
* | | | Issue #16802: Document fileno parameter of socket.socket() | Berker Peksag | 2015-10-08 | 1 | -1/+5 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #16802: Document fileno parameter of socket.socket() | Berker Peksag | 2015-10-08 | 1 | -1/+5 | |
| |\ \ | | |/ | ||||||
| | * | Issue #16802: Document fileno parameter of socket.socket() | Berker Peksag | 2015-10-08 | 1 | -1/+5 | |
* | | | One more typo in a comment | Martin Panter | 2015-10-07 | 1 | -1/+1 | |
* | | | Merge typo fixes from 3.5 | Martin Panter | 2015-10-07 | 10 | -12/+12 | |
|\ \ \ | |/ / | ||||||
| * | | More typos in 3.5 documentation and comments | Martin Panter | 2015-10-07 | 4 | -6/+6 | |
| * | | Merge typo fixes from 3.4 into 3.5 | Martin Panter | 2015-10-07 | 9 | -9/+9 | |
| |\ \ | | |/ | ||||||
| | * | Various minor typos in documentation and comments | Martin Panter | 2015-10-07 | 11 | -12/+12 | |
* | | | Issue #25286: Merge dictionary view glossary from 3.5 | Martin Panter | 2015-10-07 | 3 | -10/+11 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #25286: Update dictionary view link; patch by Akira Li | Martin Panter | 2015-10-07 | 1 | -2/+2 | |
| * | | Issue #25286: Merge dictionary view glossary from 3.4 into 3.5 | Martin Panter | 2015-10-07 | 2 | -8/+9 | |
| |\ \ | | |/ | ||||||
| | * | Issue #25286: Dictionary views are not sequences | Martin Panter | 2015-10-07 | 2 | -8/+9 | |
* | | | Add a versionadded directive for reopenIfNeeded() | Berker Peksag | 2015-10-07 | 1 | -0/+2 | |
* | | | make configure executable | Benjamin Peterson | 2015-10-07 | 1 | -0/+0 | |
* | | | merge | Raymond Hettinger | 2015-10-07 | 0 | -0/+0 | |
|\ \ \ | |/ / | ||||||
| * | | Backport early-out 91259f061cfb to reduce the cost of bb1a2944bcb6 | Raymond Hettinger | 2015-10-07 | 1 | -1/+5 | |
* | | | merge 3.5 (closes #24806) | Benjamin Peterson | 2015-10-07 | 3 | -6/+40 | |
|\ \ \ | |/ / | ||||||
| * | | merge 3.4 (#24806) | Benjamin Peterson | 2015-10-07 | 3 | -6/+40 | |
| |\ \ | | |/ | ||||||
| | * | prevent unacceptable bases from becoming bases through multiple inheritance (... | Benjamin Peterson | 2015-10-07 | 3 | -6/+40 | |
* | | | Issue #25097: Merge with 3.5 | Zachary Ware | 2015-10-06 | 1 | -0/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #25097: Merge with 3.4 | Zachary Ware | 2015-10-06 | 1 | -0/+1 | |
| |\ \ | | |/ | ||||||
| | * | Issue #25097: Re-raise any other pywin32 error | Zachary Ware | 2015-10-06 | 1 | -0/+1 | |
* | | | Issue #25097: Merge with 3.5 | Zachary Ware | 2015-10-06 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #25097: Merge with 3.4 | Zachary Ware | 2015-10-06 | 1 | -1/+1 | |
| |\ \ | | |/ | ||||||
| | * | Issue #25097: fix Windows error number access | Zachary Ware | 2015-10-06 | 1 | -1/+1 | |
* | | | Closes issue #12006: Add ISO 8601 year, week, and day directives to strptime. | Alexander Belopolsky | 2015-10-06 | 5 | -27/+159 | |
* | | | Merge with 3.5. | Serhiy Storchaka | 2015-10-06 | 11 | -0/+24 | |
|\ \ \ | |/ / | ||||||
| * | | Null merge | Serhiy Storchaka | 2015-10-06 | 0 | -0/+0 | |
| |\ \ | | |/ | ||||||
| | * | Merge heads | Serhiy Storchaka | 2015-10-06 | 1 | -4/+1 | |
| | |\ |