Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Regenerate configure with autoconf 2.69. | Ned Deily | 2016-12-06 | 1 | -13/+1 |
|\ | |||||
| * | Regenerate configure with autoconf 2.69. | Ned Deily | 2016-12-06 | 1 | -13/+1 |
* | | Issue #28835: merge from 3.6 | Ned Deily | 2016-12-06 | 1 | -28/+27 |
|\ \ | |/ | |||||
| * | Issue #28835: Tidy previous showwarning changes based on review comments. | Ned Deily | 2016-12-06 | 1 | -28/+27 |
* | | Merge from 3.6 | Ned Deily | 2016-12-06 | 1 | -5/+5 |
|\ \ | |/ | |||||
| * | Update the Mac installer README file for 3.6.0. | Ned Deily | 2016-12-06 | 1 | -5/+5 |
* | | Fix typo in a comment of abstract.c | Victor Stinner | 2016-12-06 | 1 | -1/+1 |
* | | Use _PyObject_CallNoArg() | Victor Stinner | 2016-12-06 | 15 | -21/+21 |
* | | Use _PyObject_CallNoArg() | Victor Stinner | 2016-12-06 | 11 | -33/+33 |
* | | Issue #28838: Fix weird indentation of abstract.h | Victor Stinner | 2016-12-06 | 1 | -847/+859 |
* | | Merge documentation for issue #27030 from 3.6. | Serhiy Storchaka | 2016-12-06 | 4 | -3/+17 |
|\ \ | |/ | |||||
| * | Issue #27030: Unknown escapes in re.sub() replacement template are allowed | Serhiy Storchaka | 2016-12-06 | 5 | -5/+16 |
* | | Uniformize argument names of "call" functions | Victor Stinner | 2016-12-06 | 7 | -179/+211 |
* | | Fixed misplaced comment. | Serhiy Storchaka | 2016-12-06 | 1 | -6/+6 |
|\ \ | |/ | |||||
| * | Fixed misplaced comment. | Serhiy Storchaka | 2016-12-06 | 1 | -6/+6 |
| |\ | |||||
| | * | Fixed misplaced comment. | Serhiy Storchaka | 2016-12-06 | 1 | -6/+6 |
* | | | Merge 3.6 | Victor Stinner | 2016-12-06 | 2 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | warnings: Fix the issue number | Victor Stinner | 2016-12-06 | 2 | -3/+3 |
* | | | Merge 3.6 | Victor Stinner | 2016-12-06 | 3 | -2/+60 |
|\ \ \ | |/ / | |||||
| * | | catch_warnings() calls showwarning() if overriden | Victor Stinner | 2016-12-06 | 3 | -2/+60 |
* | | | merge 3.6 | Benjamin Peterson | 2016-12-06 | 1 | -1/+0 |
|\ \ \ | |/ / | |||||
| * | | merge 3.5 | Benjamin Peterson | 2016-12-06 | 1 | -1/+0 |
| |\ \ | | |/ | |||||
| | * | rm unused import | Benjamin Peterson | 2016-12-06 | 1 | -1/+0 |
* | | | Fixed merge error in Misc/NEWS for issue #23722. | Serhiy Storchaka | 2016-12-05 | 1 | -8/+5 |
* | | | Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. | Serhiy Storchaka | 2016-12-05 | 4 | -5/+20 |
|\ \ \ | |/ / | |||||
| * | | Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. | Serhiy Storchaka | 2016-12-05 | 4 | -5/+23 |
| |\ \ | | |/ | |||||
| | * | Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. | Serhiy Storchaka | 2016-12-05 | 4 | -5/+20 |
* | | | Use directly _PyObject_GenericSetAttrWithDict() | Victor Stinner | 2016-12-05 | 1 | -1/+1 |
* | | | Issue #28152: Fix -Wunreachable-code warning on clang | Victor Stinner | 2016-12-05 | 1 | -2/+5 |
* | | | Issue #28152: Fix -Wunreachable-code warning on clang | Victor Stinner | 2016-12-05 | 1 | -5/+5 |
* | | | Issue #28152: Fix -Wunreachable-code warnings on Clang | Victor Stinner | 2016-12-05 | 2 | -0/+14 |
* | | | Issue #28858: Remove _PyObject_CallArg1() macro | Victor Stinner | 2016-12-05 | 15 | -26/+25 |
* | | | Merge #23722 from 3.6 | Nick Coghlan | 2016-12-05 | 9 | -1211/+1396 |
|\ \ \ | |/ / | |||||
| * | | Issue #23722: improve __classcell__ compatibility | Nick Coghlan | 2016-12-05 | 9 | -1211/+1395 |
* | | | Backed out changeset b9c9691c72c5 | Victor Stinner | 2016-12-04 | 33 | -71/+83 |
* | | | merge | Raymond Hettinger | 2016-12-04 | 1 | -10/+14 |
|\ \ \ | |/ / | |||||
| * | | Neaten-up and extend the examples in the random module docs. | Raymond Hettinger | 2016-12-04 | 1 | -10/+14 |
* | | | Fixed mismatching title overline. | Serhiy Storchaka | 2016-12-04 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fixed mismatching title overline. | Serhiy Storchaka | 2016-12-04 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Fixed mismatching title overline. | Serhiy Storchaka | 2016-12-04 | 1 | -1/+1 |
* | | | Fixed double hyphens that are rendered to literal en-dashes in the documenation. | Serhiy Storchaka | 2016-12-04 | 9 | -15/+15 |
|\ \ \ | |/ / | |||||
| * | | Fixed double hyphens that are rendered to literal en-dashes in the documenation. | Serhiy Storchaka | 2016-12-04 | 9 | -15/+15 |
| |\ \ | | |/ | |||||
| | * | Fixed double hyphens that are rendered to literal en-dashes in the documenation. | Serhiy Storchaka | 2016-12-04 | 8 | -14/+14 |
* | | | Null merge with 3.6 | Steve Dower | 2016-12-03 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Revert unintended merge | Steve Dower | 2016-12-03 | 2 | -161/+88 |
* | | | Revert unintended merge | Steve Dower | 2016-12-03 | 2 | -161/+88 |
* | | | Issue #28846: Various installer fixes | Steve Dower | 2016-12-03 | 8 | -96/+175 |
|\ \ \ | |/ / | |||||
| * | | Ensures intermediate directory is created before using it | Steve Dower | 2016-12-03 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | Ensures intermediate directory is created before accessing it. | Steve Dower | 2016-12-03 | 1 | -0/+1 |
| * | | Issue #28846: Various installer fixes | Steve Dower | 2016-12-03 | 7 | -96/+174 |
| |\ \ | | |/ |