summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #29465: Add Objects/call.c fileVictor Stinner2017-02-108-1345/+1390
* Merge 3.6Victor Stinner2017-02-101-2/+3
|\
| * Fix test_datetime on WindowsVictor Stinner2017-02-101-2/+3
* | Merge 3.6Victor Stinner2017-02-101-3/+7
|\ \ | |/
| * Fix test_datetime on system with 32-bit time_tVictor Stinner2017-02-101-3/+7
* | Merge 3.6Victor Stinner2017-02-103-21/+79
|\ \ | |/
| * Fix datetime.fromtimestamp(): check boundsVictor Stinner2017-02-103-21/+79
* | Merge 3.6 (fix #29519)Łukasz Langa2017-02-101-2/+2
|\ \ | |/
| * Merge 3.5 (fix #29519)Łukasz Langa2017-02-102-2/+5
| |\
| | * Fix #29519: weakref spewing exceptions during interp finalizationŁukasz Langa2017-02-102-2/+5
* | | merge 3.6Benjamin Peterson2017-02-101-5/+7
|\ \ \ | |/ /
| * | massage English for -X descriptions a bitBenjamin Peterson2017-02-101-5/+7
* | | Issue #29507: Fix _PyObject_CallFunctionVa()Victor Stinner2017-02-091-2/+4
* | | Issue #29507: Update test_exceptionsVictor Stinner2017-02-091-9/+2
* | | Optimize slots: avoid temporary PyMethodObjectVictor Stinner2017-02-093-58/+166
* | | Null mergeSerhiy Storchaka2017-02-090-0/+0
|\ \ \ | |/ /
| * | Issue #29513: Fixed a reference leak in os.scandir() added in issue #29034.Serhiy Storchaka2017-02-091-7/+0
* | | Issue #29513: Fix outdated comment and remove redundand code is os.scandir().Serhiy Storchaka2017-02-091-7/+3
* | | Merge issue #26355 fix from 3.6Nick Coghlan2017-02-093-0/+5
|\ \ \ | |/ /
| * | Merge issue #26355 fix from Python 3.5Nick Coghlan2017-02-093-0/+5
| |\ \ | | |/
| | * Issue #26355: Specify canonical URLs in docs pagesNick Coghlan2017-02-093-0/+5
* | | Fix PyCFunction_Call() performance issueVictor Stinner2017-02-091-4/+50
* | | support: temp_dir() and change_cwd() uses repr() in error messageVictor Stinner2017-02-082-5/+5
* | | Fix refleaks if Py_EnterRecursiveCall() failsVictor Stinner2017-02-081-1/+4
* | | Fix regrtest -j0 -R outputVictor Stinner2017-02-081-1/+1
* | | Update test_support for my temp_dir/change_cwd changesVictor Stinner2017-02-082-6/+19
* | | support: add more info on temp_dir() and change_cwd() failureVictor Stinner2017-02-081-4/+6
* | | Issue #29306: Fix usage of Py_EnterRecursiveCall()Victor Stinner2017-02-082-73/+90
* | | Issue #29441: Merge from 3.6Berker Peksag2017-02-071-17/+4
|\ \ \ | |/ /
| * | Issue #29441: Merge from 3.5Berker Peksag2017-02-071-17/+4
| |\ \ | | |/
| | * Issue #29441: Update examples to use async and await keywords in asyncio-task...Berker Peksag2017-02-071-17/+4
* | | Issue #29314: Merge with 3.6Mariatta Wijaya2017-02-071-1/+2
|\ \ \ | |/ /
| * | Issue #29314: Merge with 3.5Mariatta Wijaya2017-02-071-1/+2
| |\ \ | | |/
| | * Issue #29314: Set the stacklevel to two in asyncio.async() Deprecation WarningMariatta Wijaya2017-02-071-1/+2
* | | Issue #29371: merge with 3.6Mariatta Wijaya2017-02-071-11/+13
|\ \ \ | |/ /
| * | Issue #29371: merge with 3.5Mariatta Wijaya2017-02-071-11/+13
| |\ \ | | |/
| | * Issue #29371: Clarify bitwise OR operation in doctest option flags.Mariatta Wijaya2017-02-071-11/+13
* | | Issue #28164: Improves test on Windows 7Steve Dower2017-02-061-16/+22
|\ \ \ | |/ /
| * | Issue #28164: Improves test on Windows 7Steve Dower2017-02-061-16/+22
* | | Includes ensurepip and venv packages in nuget package.Steve Dower2017-02-061-2/+11
|\ \ \ | |/ /
| * | Includes ensurepip and venv packages in nuget package.Steve Dower2017-02-061-2/+11
| |\ \ | | |/
| | * Includes ensurepip and venv packages in nuget package.Steve Dower2017-02-061-2/+11
* | | mergeRaymond Hettinger2017-02-061-1/+1
|\ \ \ | |/ /
| * | Substitute a more readable f-stringRaymond Hettinger2017-02-061-1/+1
* | | Optimize deque index, insert and rotate() methodsVictor Stinner2017-02-061-11/+29
* | | Prohibit implicit C function declarationsVictor Stinner2017-02-063-0/+65
* | | regrtest: don't fail immediately if a child does crashVictor Stinner2017-02-063-6/+16
* | | Merge from 3.6Berker Peksag2017-02-061-5/+5
|\ \ \ | |/ /
| * | Fix usage of data directiveBerker Peksag2017-02-061-5/+5
* | | Issue #29460: _PyArg_NoKeywords(), _PyArg_NoStackKeywords() andSerhiy Storchaka2017-02-064-6/+16