Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge 3.6 (#28898) | Benjamin Peterson | 2016-12-08 | 1 | -2/+3 |
|\ | |||||
| * | guard HAVE_LONG_LONG definition to prevent redefinition (#28898) | Benjamin Peterson | 2016-12-08 | 1 | -2/+3 |
* | | Issue #28900: Update documentation sidebar for 3.6.0rc. | Ned Deily | 2016-12-08 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | Issue #28900: Update documentation sidebar for 3.6.0rc. | Ned Deily | 2016-12-08 | 1 | -1/+2 |
| |\ | |||||
| | * | Issue #28900: Update documentation sidebar for 3.6.0rc. | Ned Deily | 2016-12-08 | 1 | -1/+2 |
* | | | Merge 3.6 (issue #28635) | Yury Selivanov | 2016-12-08 | 1 | -9/+0 |
|\ \ \ | |/ / | |||||
| * | | Issue #28635: Drop the note that whatsnew is incomplete | Yury Selivanov | 2016-12-08 | 1 | -9/+0 |
* | | | Issue #28818: Simplify lookdict functions | INADA Naoki | 2016-12-07 | 3 | -125/+97 |
* | | | Merge from 3.6. | Serhiy Storchaka | 2016-12-07 | 2 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge from 3.5. | Serhiy Storchaka | 2016-12-07 | 2 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | Change order of io.UnsupportedOperation base classes. | Serhiy Storchaka | 2016-12-07 | 2 | -2/+2 |
* | | | null merge from 3.6 | INADA Naoki | 2016-12-07 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Issue #28731: Optimize _PyDict_NewPresized() to create correct size dict. | INADA Naoki | 2016-12-07 | 2 | -5/+22 |
* | | | Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code. | Serhiy Storchaka | 2016-12-07 | 3 | -1/+119 |
|\ \ \ | |/ / | |||||
| * | | Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code. | Serhiy Storchaka | 2016-12-07 | 3 | -1/+119 |
| |\ \ | | |/ | |||||
| | * | Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code. | Serhiy Storchaka | 2016-12-02 | 3 | -1/+119 |
* | | | Issue #28847: A deprecation warning is now emitted if the index file is missed | Serhiy Storchaka | 2016-12-07 | 3 | -3/+24 |
* | | | Issue #28847: dbm.dumb now supports reading read-only files and no longer | Serhiy Storchaka | 2016-12-07 | 4 | -4/+26 |
|\ \ \ | |/ / | |||||
| * | | Issue #28847: dbm.dumb now supports reading read-only files and no longer | Serhiy Storchaka | 2016-12-07 | 4 | -4/+26 |
| |\ \ | | |/ | |||||
| | * | Issue #28847: dbm.dumb now supports reading read-only files and no longer | Serhiy Storchaka | 2016-12-07 | 4 | -5/+28 |
* | | | null merge from 3.6 | Ned Deily | 2016-12-07 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Prepare for 3.6.1. Any further 3.6.0 release candidates and 3.6.0 final will... | Ned Deily | 2016-12-07 | 2 | -3/+15 |
* | | | merge tag from 3.6 | Ned Deily | 2016-12-07 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Added tag v3.6.0rc1 for changeset 29a273eee9a5 | Ned Deily | 2016-12-07 | 1 | -0/+1 |
| * | | Version bump for 3.6.0rc1v3.6.0rc1 | Ned Deily | 2016-12-07 | 3 | -6/+6 |
| * | | Update pydoc topics for 3.6.0rc1 | Ned Deily | 2016-12-06 | 1 | -4/+37 |
* | | | _PyObject_FastCallKeywords() now calls directly tp_call | Victor Stinner | 2016-12-06 | 1 | -15/+45 |
* | | | 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 |