Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Issue #27756: Adds new icons for Python files and processes on Windows. Desig... | Steve Dower | 2016-09-05 | 36 | -11/+84 | |
* | | | merge 3.5 (#27957) | Benjamin Peterson | 2016-09-05 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | remove ungrammarical apostrophe (closes #27957) | Benjamin Peterson | 2016-09-05 | 1 | -1/+1 | |
* | | | Merge | Raymond Hettinger | 2016-09-05 | 1 | -0/+6 | |
|\ \ \ | |/ / | ||||||
| * | | Improve recipe by showing results of intermediate steps | Raymond Hettinger | 2016-09-05 | 1 | -0/+6 | |
* | | | Fix get_externals.bat | Zachary Ware | 2016-09-05 | 1 | -1/+1 | |
* | | | Issue #27883: Update sqlite to 3.14.1 on Windows | Zachary Ware | 2016-09-05 | 3 | -2/+4 | |
* | | | remove memory indirections in dict_traverse (closes #27956) | Benjamin Peterson | 2016-09-05 | 1 | -9/+11 | |
* | | | Issue #27830: Remove unused _PyStack_AsDict() | Victor Stinner | 2016-09-05 | 1 | -34/+0 | |
* | | | fix skipping #27921 for windows | Benjamin Peterson | 2016-09-05 | 1 | -2/+1 | |
* | | | Closes #27407: Merge with 3.5 | Zachary Ware | 2016-09-05 | 1 | -1/+6 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #27407: Make PCbuild/prepare_ssl.py Python 2 compatible | Zachary Ware | 2016-09-05 | 1 | -1/+6 | |
* | | | merge 3.5 (#27812) | Benjamin Peterson | 2016-09-05 | 2 | -1/+7 | |
|\ \ \ | |/ / | ||||||
| * | | clear out f_gen during generator finalization (closes #27812) | Benjamin Peterson | 2016-09-05 | 2 | -1/+7 | |
* | | | merge 3.5 | Benjamin Peterson | 2016-09-05 | 0 | -0/+0 | |
|\ \ \ | |/ / | ||||||
| * | | merge heads | Benjamin Peterson | 2016-09-05 | 2 | -3/+8 | |
| |\ \ | ||||||
* | \ \ | merge heads | Benjamin Peterson | 2016-09-05 | 2 | -3/+7 | |
|\ \ \ \ | ||||||
| * \ \ \ | Minor improvements to the vcs ignore files | Steve Dower | 2016-09-05 | 2 | -3/+7 | |
| |\ \ \ \ | | | |/ / | | |/| | | ||||||
| | * | | | Minor improvements to the vcs ignore files | Steve Dower | 2016-09-05 | 2 | -3/+8 | |
* | | | | | merge 3.5 (closes #27811) | Benjamin Peterson | 2016-09-05 | 3 | -12/+24 | |
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | | ||||||
| * | | | do not allow _PyGen_Finalize to fail (closes #27811) | Benjamin Peterson | 2016-09-05 | 3 | -12/+24 | |
| |/ / | ||||||
* | | | Merge with 3.5 | Terry Jan Reedy | 2016-09-05 | 1 | -2/+3 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #27918# test.resource.is_gui_available no longer flashes tk window. | Terry Jan Reedy | 2016-09-05 | 1 | -2/+3 | |
* | | | issue23591: more docs; slight change to repr | Ethan Furman | 2016-09-04 | 3 | -15/+23 | |
* | | | Merge | Raymond Hettinger | 2016-09-04 | 1 | -2/+2 | |
|\ \ \ | |/ / | ||||||
| * | | Issue 27936: Update doc for round() to indicate that None is an allowable arg... | Raymond Hettinger | 2016-09-04 | 1 | -2/+2 | |
* | | | Merge | Raymond Hettinger | 2016-09-04 | 2 | -5/+10 | |
|\ \ \ | |/ / | ||||||
| * | | Improve docs for random.seed() | Raymond Hettinger | 2016-09-04 | 2 | -5/+10 | |
* | | | Add Francisco Couzo to Misc/ACKS (for issue #27427 patch). | Mark Dickinson | 2016-09-04 | 1 | -0/+1 | |
* | | | Issue #27427: Additional tests for the math module. Thanks Francisco Couzo. | Mark Dickinson | 2016-09-04 | 2 | -6/+24 | |
* | | | Issue #27953: skip failing math and cmath tests for tan on OS X 10.4. | Mark Dickinson | 2016-09-04 | 3 | -1/+41 | |
* | | | Issue #26040: Improve test_math and test_cmath coverage and rigour. Thanks Je... | Mark Dickinson | 2016-09-03 | 3 | -87/+322 | |
* | | | Issue 27921: Remove backslash from another f-string. I'll revert this change ... | Eric V. Smith | 2016-09-03 | 3 | -4/+14 | |
* | | | Issue #11734: Add support for IEEE 754 half-precision floats to the struct mo... | Mark Dickinson | 2016-09-03 | 7 | -11/+393 | |
* | | | Closes #27935: returned numeric value for 'FATAL' logging level. | Vinay Sajip | 2016-09-03 | 2 | -0/+5 | |
* | | | Merge upstream change. | Vinay Sajip | 2016-09-03 | 1 | -14/+14 | |
|\ \ \ | ||||||
| * | | | Issue 27921: Remove backslash from another f-string. I'll revert this change ... | Eric V. Smith | 2016-09-03 | 1 | -14/+14 | |
* | | | | Closes #27937: Merge fix from 3.5. | Vinay Sajip | 2016-09-03 | 0 | -0/+0 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | Fixes #27937: optimise code used in all logging calls. | Vinay Sajip | 2016-09-03 | 1 | -4/+5 | |
* | | | | Fixes #27937: optimise code used in all logging calls. | Vinay Sajip | 2016-09-03 | 1 | -2/+3 | |
| |/ / |/| | | ||||||
* | | | Issue 27921: Remove backslash from another f-string. | Eric V. Smith | 2016-09-03 | 1 | -1/+1 | |
* | | | Closes issue 27921: Disallow backslashes anywhere in f-strings. This is a tem... | Eric V. Smith | 2016-09-03 | 6 | -98/+69 | |
* | | | Merge | Raymond Hettinger | 2016-09-03 | 4 | -2/+17 | |
|\ \ \ | |/ / | ||||||
| * | | Issue 27936: Fix inconsistent round() behavior between float and int | Raymond Hettinger | 2016-09-03 | 4 | -2/+17 | |
* | | | issue23591: bool(empty_flags) == False; more docs & tests | Ethan Furman | 2016-09-02 | 3 | -3/+78 | |
* | | | issue23591: optimize _high_bit() | Ethan Furman | 2016-09-02 | 1 | -7/+2 | |
* | | | PEP 7 style for if/else in C | Victor Stinner | 2016-09-02 | 3 | -17/+35 | |
* | | | issue23591: add docs; code cleanup; more tests | Ethan Furman | 2016-09-02 | 3 | -67/+202 | |
* | | | Issue #12885: Merge with 3.5 | Jason R. Coombs | 2016-09-02 | 0 | -0/+0 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #12885: Merge with 3.4, retaining commits reverted there. | Jason R. Coombs | 2016-09-02 | 0 | -0/+0 | |
| |\ \ | | |/ |