Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge 3.5 | Yury Selivanov | 2015-06-24 | 1 | -0/+7 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Issue #24495, #24400: Test asyncio.Task.repr in debug mode | Yury Selivanov | 2015-06-24 | 1 | -0/+7 | |
* | | | | | Fix asyncio unittests in debug mode (Merge 3.5) | Yury Selivanov | 2015-06-24 | 2 | -1/+3 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Fix asyncio unittests in debug mode | Yury Selivanov | 2015-06-24 | 2 | -1/+3 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Fix asyncio unittests in debug mode | Yury Selivanov | 2015-06-24 | 1 | -0/+2 | |
* | | | | | Issue #24400: Fix CoroWrapper for 'async def' coroutines | Yury Selivanov | 2015-06-24 | 3 | -12/+66 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Issue #24400: Fix CoroWrapper for 'async def' coroutines | Yury Selivanov | 2015-06-24 | 3 | -12/+66 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Issue #24400: Fix CoroWrapper for 'async def' coroutines | Yury Selivanov | 2015-06-24 | 2 | -11/+42 | |
* | | | | | Merge 3.5 | Yury Selivanov | 2015-06-24 | 0 | -0/+0 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Merge 3.4 | Yury Selivanov | 2015-06-24 | 0 | -0/+0 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | asyncio: Merge changes from issue #24400. | Yury Selivanov | 2015-06-24 | 1 | -31/+17 | |
* | | | | | Minor code cleanup. | Raymond Hettinger | 2015-06-24 | 1 | -3/+5 | |
* | | | | | Closes #24244: Removes invalid test from test_time | Steve Dower | 2015-06-24 | 1 | -7/+0 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Closes #24244: Removes invalid test from test_time | Steve Dower | 2015-06-24 | 1 | -7/+0 | |
* | | | | | Merge 3.5 | Yury Selivanov | 2015-06-23 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | docs.whatsnew: Update ref to tp_as_async | Yury Selivanov | 2015-06-23 | 1 | -1/+1 | |
* | | | | | Merge 3.5 | Yury Selivanov | 2015-06-23 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | docs.capi: Fix tp_as_async doc | Yury Selivanov | 2015-06-23 | 1 | -1/+1 | |
* | | | | | Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar(). | Antoine Pitrou | 2015-06-23 | 4 | -11/+58 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar(). | Antoine Pitrou | 2015-06-23 | 4 | -11/+58 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar(). | Antoine Pitrou | 2015-06-23 | 4 | -11/+58 | |
* | | | | | Issue #24400: Merge 3.5 | Yury Selivanov | 2015-06-22 | 29 | -379/+1015 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Issue #24400: Introduce a distinct type for 'async def' coroutines. | Yury Selivanov | 2015-06-22 | 29 | -379/+1015 | |
* | | | | | Harmonize the bottom of the outer loop with its entry point | Raymond Hettinger | 2015-06-21 | 1 | -2/+2 | |
* | | | | | Fixed documentation of functions with const char* arguments. | Serhiy Storchaka | 2015-06-21 | 10 | -19/+19 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Fixed documentation of functions with const char* arguments. | Serhiy Storchaka | 2015-06-21 | 10 | -19/+19 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Fixed documentation of functions with const char* arguments. | Serhiy Storchaka | 2015-06-21 | 10 | -19/+19 | |
* | | | | | Added the const qualifier for char* argument of Py_EnterRecursiveCall(). | Serhiy Storchaka | 2015-06-21 | 3 | -3/+3 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Added the const qualifier for char* argument of Py_EnterRecursiveCall(). | Serhiy Storchaka | 2015-06-21 | 3 | -3/+3 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Added the const qualifier for char* argument of Py_EnterRecursiveCall(). | Serhiy Storchaka | 2015-06-21 | 3 | -3/+3 | |
* | | | | | Issue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add. | Serhiy Storchaka | 2015-06-21 | 2 | -2/+2 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Issue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add. | Serhiy Storchaka | 2015-06-21 | 2 | -2/+2 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Issue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add. | Serhiy Storchaka | 2015-06-21 | 2 | -2/+2 | |
* | | | | | Issue #24408: Fixed test for tkinter.Font on OS X. | Serhiy Storchaka | 2015-06-21 | 1 | -1/+10 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Issue #24408: Fixed test for tkinter.Font on OS X. | Serhiy Storchaka | 2015-06-21 | 1 | -1/+10 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Issue #24408: Fixed test for tkinter.Font on OS X. | Serhiy Storchaka | 2015-06-21 | 1 | -1/+10 | |
| | | |/ | | |/| | ||||||
* | | | | Issue #24426: Fast searching optimization in regular expressions now works | Serhiy Storchaka | 2015-06-21 | 4 | -78/+99 | |
* | | | | Restore quick exit (no freeslot check) for common case (found null on first p... | Raymond Hettinger | 2015-06-21 | 1 | -1/+11 | |
* | | | | Issue 24476: Statically links vcruntime140.dll and removes it from the installer | Steve Dower | 2015-06-19 | 10 | -148/+7 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue 24476: Statically links vcruntime140.dll and removes it from the installer | Steve Dower | 2015-06-19 | 10 | -148/+7 | |
* | | | | Remove deprecated buildbot scripts | Zachary Ware | 2015-06-17 | 5 | -22/+0 | |
* | | | | Merge 3.5 | Zachary Ware | 2015-06-17 | 5 | -3/+15 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Merge 3.4 | Zachary Ware | 2015-06-17 | 5 | -3/+15 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Deprecate unused scripts in Tools/buildbot. | Zachary Ware | 2015-06-16 | 5 | -3/+15 | |
* | | | | Merge PCbuild/readme.txt update from 3.5 | Zachary Ware | 2015-06-17 | 1 | -2/+3 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Merge 3.4's PCbuild/readme.txt update. | Zachary Ware | 2015-06-17 | 1 | -2/+3 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Update PCbuild/readme.txt | Zachary Ware | 2015-06-17 | 1 | -40/+8 | |
* | | | | Issue #8232: Renamed WinFireFox to WinFirefox | Steve Dower | 2015-06-15 | 1 | -2/+2 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #8232: Renamed WinFireFox to WinFirefox | Steve Dower | 2015-06-15 | 1 | -2/+2 | |
* | | | | null merge 3.5 to default (9a0c5ffe7420 merged 3.4 to default, bypassing 3.5) | Ned Deily | 2015-06-15 | 0 | -0/+0 | |
|\ \ \ \ | |/ / / |