| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move assertion inside _PyTime_ObjectToTimeval() | Victor Stinner | 2015-09-02 | 2 | -7/+14 |
| | | | | | | Change also _PyTime_FromSeconds() assertion to ensure that the _PyTime_t type is used. | ||||
| * | Refactor pytime.c | Victor Stinner | 2015-09-02 | 1 | -48/+65 |
| | | | | | Move code to convert double timestamp to subfunctions. | ||||
| * | merge | Raymond Hettinger | 2015-09-01 | 1 | -11/+11 |
| |\ | |||||
| | * | Improve tutorial suggestion for looping techniques | Raymond Hettinger | 2015-09-01 | 1 | -11/+11 |
| | | | |||||
| * | | Merge 3.5 | Yury Selivanov | 2015-08-31 | 1 | -0/+7 |
| |\ \ | |/ | |||||
| | * | Make asyncio provisional | Yury Selivanov | 2015-08-31 | 1 | -0/+7 |
| | | | |||||
| * | | Issue #24952: Merge 3.5 into 3.6 | Martin Panter | 2015-08-31 | 4 | -2/+8 |
| |\ \ | |/ | |||||
| | * | Issue #24952: Merge 3.4 into 3.5 | Martin Panter | 2015-08-31 | 4 | -2/+8 |
| | |\ | |||||
| | | * | Issue #24952: Clarify default argument of stack_size() in threading, _thread | Martin Panter | 2015-08-31 | 4 | -2/+8 |
| | | | | | | | | | | | | | Patch from Mattip. | ||||
| * | | | merge 3.5 (#24963) | Benjamin Peterson | 2015-08-30 | 1 | -1/+1 |
| |\ \ \ | |/ / | |||||
| | * | | merge 3.4 (#24963) | Benjamin Peterson | 2015-08-30 | 1 | -1/+1 |
| | |\ \ | | |/ | |||||
| | | * | fix spelling that was a bit confused (closes #24963) | Benjamin Peterson | 2015-08-30 | 1 | -1/+1 |
| | | | | |||||
| * | | | merge | Raymond Hettinger | 2015-08-30 | 3 | -14/+15 |
| |\ \ \ | |/ / | |||||
| | * | | merge | Raymond Hettinger | 2015-08-30 | 3 | -14/+15 |
| | |\ \ | | |/ | |||||
| | | * | Issue #24931: Resolve __dict__ conflict in namedtuple subclasses. | Raymond Hettinger | 2015-08-30 | 4 | -14/+19 |
| | | | | |||||
| * | | | Issue #24272: Merge with 3.5 | Zachary Ware | 2015-08-29 | 1 | -47/+50 |
| |\ \ \ | |/ / | |||||
| | * | | Issue #24272: Remove usage of default reST role from typing docs | Zachary Ware | 2015-08-29 | 1 | -47/+50 |
| | | | | |||||
| * | | | Closes #24962: Merge with 3.5 | Zachary Ware | 2015-08-29 | 1 | -2/+3 |
| |\ \ \ | |/ / | |||||
| | * | | Issue #24962: Merge 3.4 | Zachary Ware | 2015-08-29 | 1 | -2/+3 |
| | |\ \ | | |/ | |||||
| | | * | Issue #24962: Remove space from filename | Zachary Ware | 2015-08-29 | 1 | -2/+3 |
| | | | | |||||
| * | | | Null Merge from 3.5 to default | Donald Stufft | 2015-08-29 | 0 | -0/+0 |
| |\ \ \ | |/ / | |||||
| | * | | Null Merge from 3.5.0 to 3.5.1 | Donald Stufft | 2015-08-29 | 0 | -0/+0 |
| | |\ \ | |||||
| | | * | | Update setuptools to 18.2 and pip to 7.1.2 | Donald Stufft | 2015-08-29 | 3 | -2/+2 |
| | | | | | |||||
| * | | | | Closes #24953: Merge with 3.5 | Zachary Ware | 2015-08-29 | 1 | -0/+8 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Issue #24953: Include ICC version in sys.version string when bulit with ICC ↵ | Zachary Ware | 2015-08-28 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | on Windows | ||||
| * | | | | Fixed typos in TZ format description | Alexander Belopolsky | 2015-08-28 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Issue #24881: Fixed setting binary mode in Python implementation of FileIO | Serhiy Storchaka | 2015-08-28 | 2 | -1/+5 |
| |\ \ \ \ | |/ / / | | | | | | | | | on Windows and Cygwin. Patch from Akira Li. | ||||
| | * | | | Issue #24881: Fixed setting binary mode in Python implementation of FileIO | Serhiy Storchaka | 2015-08-28 | 2 | -1/+5 |
| | | | | | | | | | | | | | | | | | on Windows and Cygwin. Patch from Akira Li. | ||||
| * | | | | Issue #21112: Fix regression in unittest.expectedFailure on subclasses. | Robert Collins | 2015-08-28 | 3 | -2/+41 |
| |\ \ \ \ | |/ / / | | | | | | | | | Patch from Berker Peksag. | ||||
| | * | | | Issue #21112: Fix regression in unittest.expectedFailure on subclasses. | Robert Collins | 2015-08-28 | 3 | -2/+41 |
| | |\ \ \ | | | |/ | | |/| | | | | | Patch from Berker Peksag. | ||||
| | | * | | Issue #21112: Fix regression in unittest.expectedFailure on subclasses. | Robert Collins | 2015-08-28 | 3 | -2/+41 |
| | | | | | | | | | | | | | | | | | Patch from Berker Peksag. | ||||
| * | | | | Closes #24947: Merge with 3.5 | Zachary Ware | 2015-08-27 | 1 | -1/+1 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Issue #24947: Merge 3.4 | Zachary Ware | 2015-08-27 | 1 | -1/+1 |
| | |\ \ \ | | |/ / | |||||
| | | * | | Issue #24947: Fix grammar in asyncio doc | Zachary Ware | 2015-08-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | Patch by tagatac | ||||
| * | | | | Merge with 3.5 | Terry Jan Reedy | 2015-08-27 | 1 | -1/+1 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Merge with 3.4 | Terry Jan Reedy | 2015-08-27 | 1 | -1/+1 |
| | |\ \ \ | | |/ / | |||||
| | | * | | Issue #24790: correct typo noticed by Eric Smith | Terry Jan Reedy | 2015-08-27 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge with 3.5 | Terry Jan Reedy | 2015-08-26 | 1 | -0/+3 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Merge with 3.4 | Terry Jan Reedy | 2015-08-26 | 1 | -0/+3 |
| | |\ \ \ | | |/ / | |||||
| | | * | | Issue #24790: Restore unused function. | Terry Jan Reedy | 2015-08-26 | 1 | -0/+3 |
| | | | | | |||||
| * | | | | Merge with 3.5 | Terry Jan Reedy | 2015-08-26 | 1 | -35/+50 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Merge with 3.4 | Terry Jan Reedy | 2015-08-26 | 1 | -35/+50 |
| | |\ \ \ | | |/ / | |||||
| | | * | | Issue #24782: In Idle extension config dialog, replace tabs with sorted list. | Terry Jan Reedy | 2015-08-26 | 1 | -35/+50 |
| | | | | | | | | | | | | | | | | | Patch by Mark Roseman. | ||||
| * | | | | Fixed an incorrect comment. | Eric V. Smith | 2015-08-26 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge 3.5 | Yury Selivanov | 2015-08-26 | 2 | -2/+4 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | docs: Better comment for tp_as_async slot | Yury Selivanov | 2015-08-26 | 2 | -2/+4 |
| | | | | | |||||
| * | | | | merge | Raymond Hettinger | 2015-08-26 | 3 | -0/+10 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Issue #24913: Fix overrun error in deque.index(). | Raymond Hettinger | 2015-08-26 | 3 | -0/+10 |
| | | | | | |||||
| * | | | | Issue #23552: Timeit now warns when there is substantial (4x) variance | Robert Collins | 2015-08-26 | 2 | -13/+22 |
| | | | | | | | | | | | | | | | | | between best and worst times. Patch from Serhiy Storchaka. | ||||
| * | | | | Merge. | Larry Hastings | 2015-08-25 | 1 | -0/+12 |
| |\ \ \ \ | |/ / / | |||||
