summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* time_strptime() uses PyObject_Call()Victor Stinner2016-12-081-7/+13
* build_struct_time() uses Py_BuildValue()Victor Stinner2016-12-081-11/+20
* Use _PyObject_CallMethodIdObjArgs()Victor Stinner2016-12-083-4/+5
* Don't parenthesis in _PyObject_CallMethodId() formatVictor Stinner2016-12-083-3/+3
* _PyObject_CallFunctionVa() uses fast callVictor Stinner2016-12-081-9/+25
* Add _Py_VaBuildStack() functionVictor Stinner2016-12-082-0/+111
* modsupport: replace int with Py_ssize_tVictor Stinner2016-12-081-8/+8
* modsupport: replace int with Py_ssize_tVictor Stinner2016-12-081-17/+20
* Add _PyObject_CallFunctionVa() helperVictor Stinner2016-12-081-54/+29
* Add _PyObject_FastCallVa() helperVictor Stinner2016-12-081-71/+37
* Issue #28896: Deprecate WindowsRegistryFinderSteve Dower2016-12-084-0/+18
|\
| * Issue #28896: Deprecate WindowsRegistryFinderSteve Dower2016-12-074-0/+21
* | Null merge 3.6Victor Stinner2016-12-080-0/+0
|\ \ | |/
| * Issue #28770: Update python-gdb.py for fastcallsVictor Stinner2016-11-222-26/+41
* | Issue #26941: Merge 3.6.Xavier de Gaye2016-12-081-1/+1
|\ \ | |/
| * Issue #26941: Fix test_threading that hangs on the Android armv7 qemu emulator.Xavier de Gaye2016-12-081-1/+1
* | Issue #26940: Merge 3.6.Xavier de Gaye2016-12-081-1/+1
|\ \ | |/
| * Issue #26940: Fix test_importlib that hangs on the Android armv7 qemu emulator.Xavier de Gaye2016-12-081-1/+1
* | Issue #26939: Merge 3.6.Xavier de Gaye2016-12-083-1/+20
|\ \ | |/
| * Issue #26939: Add the support.setswitchinterval() function to fixXavier de Gaye2016-12-083-1/+23
* | merge 3.6 (#28898)Benjamin Peterson2016-12-081-2/+3
|\ \ | |/
| * guard HAVE_LONG_LONG definition to prevent redefinition (#28898)Benjamin Peterson2016-12-081-2/+3
* | Issue #28900: Update documentation sidebar for 3.6.0rc.Ned Deily2016-12-081-1/+2
|\ \ | |/
| * Issue #28900: Update documentation sidebar for 3.6.0rc.Ned Deily2016-12-081-1/+2
| |\
| | * Issue #28900: Update documentation sidebar for 3.6.0rc.Ned Deily2016-12-081-1/+2
* | | Merge 3.6 (issue #28635)Yury Selivanov2016-12-081-9/+0
|\ \ \ | |/ /
| * | Issue #28635: Drop the note that whatsnew is incompleteYury Selivanov2016-12-081-9/+0
* | | Issue #28818: Simplify lookdict functionsINADA Naoki2016-12-073-125/+97
* | | Merge from 3.6.Serhiy Storchaka2016-12-072-2/+2
|\ \ \ | |/ /
| * | Merge from 3.5.Serhiy Storchaka2016-12-072-2/+2
| |\ \ | | |/
| | * Change order of io.UnsupportedOperation base classes.Serhiy Storchaka2016-12-072-2/+2
* | | null merge from 3.6INADA Naoki2016-12-070-0/+0
|\ \ \ | |/ /
| * | Issue #28731: Optimize _PyDict_NewPresized() to create correct size dict.INADA Naoki2016-12-072-5/+22
* | | Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code.Serhiy Storchaka2016-12-073-1/+119
|\ \ \ | |/ /
| * | Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code.Serhiy Storchaka2016-12-073-1/+119
| |\ \ | | |/
| | * Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code.Serhiy Storchaka2016-12-023-1/+119
* | | Issue #28847: A deprecation warning is now emitted if the index file is missedSerhiy Storchaka2016-12-073-3/+24
* | | Issue #28847: dbm.dumb now supports reading read-only files and no longerSerhiy Storchaka2016-12-074-4/+26
|\ \ \ | |/ /
| * | Issue #28847: dbm.dumb now supports reading read-only files and no longerSerhiy Storchaka2016-12-074-4/+26
| |\ \ | | |/
| | * Issue #28847: dbm.dumb now supports reading read-only files and no longerSerhiy Storchaka2016-12-074-5/+28
* | | null merge from 3.6Ned Deily2016-12-070-0/+0
|\ \ \ | |/ /
| * | Prepare for 3.6.1. Any further 3.6.0 release candidates and 3.6.0 final will...Ned Deily2016-12-072-3/+15
* | | merge tag from 3.6Ned Deily2016-12-071-0/+1
|\ \ \ | |/ /
| * | Added tag v3.6.0rc1 for changeset 29a273eee9a5Ned Deily2016-12-071-0/+1
| * | Version bump for 3.6.0rc1v3.6.0rc1Ned Deily2016-12-073-6/+6
| * | Update pydoc topics for 3.6.0rc1Ned Deily2016-12-061-4/+37
* | | _PyObject_FastCallKeywords() now calls directly tp_callVictor Stinner2016-12-061-15/+45
* | | Regenerate configure with autoconf 2.69.Ned Deily2016-12-061-13/+1
|\ \ \ | |/ /
| * | Regenerate configure with autoconf 2.69.Ned Deily2016-12-061-13/+1
* | | Issue #28835: merge from 3.6Ned Deily2016-12-061-28/+27
|\ \ \ | |/ /