summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-061-1/+2
|\ \ \ | |/ /
| * | Issue #29314: Merge with 3.5Mariatta Wijaya2017-02-061-1/+2
| |\ \ | | |/
| | * Issue #29314: Set the stacklevel to two in asyncio.async() Deprecation WarningMariatta Wijaya2017-02-061-1/+2
* | | Issue #29371: merge with 3.6Mariatta Wijaya2017-02-06731-159740/+16578
|\ \ \ | |/ / |/| |
| * | 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
| |\ \ \
| * \ \ \ mergeRaymond Hettinger2017-02-06731-159740/+16578
| |\ \ \ \
| | * | | | 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
| | |\ \ \ \
| | * | | | | Issue #29460: _PyArg_NoKeywords(), _PyArg_NoStackKeywords() andSerhiy Storchaka2017-02-064-6/+16
| | * | | | | Issue #29405: Make total calculation in _guess_delimiter more accurate.Xiang Zhang2017-02-061-2/+2
| | * | | | | Issue #20186: Regenerated Argument Clinic.Serhiy Storchaka2017-02-052-3/+3
| | * | | | | Merge from 3.6Steve Dower2017-02-04730-159715/+16450
| | |\ \ \ \ \
| | | * \ \ \ \ Issue #28489: Merge from 3.6Berker Peksag2017-02-051-1/+1
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Merge from 3.6Steve Dower2017-02-04730-159715/+16450
| | | |\ \ \ \ \ \
| | | | * \ \ \ \ \ Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0].Steve Dower2017-02-042-2/+14
| | | | |\ \ \ \ \ \
| | | | * \ \ \ \ \ \ Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev)Steve Dower2017-02-044-14/+31
| | | | |\ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ Merge issue #28164 and issue #29409Steve Dower2017-02-045-39/+101
| | | | |\ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ \ Issue #29392: Prevent crash when passing invalid arguments into msvcrt module.Steve Dower2017-02-04730-159703/+16448
| | | | |\ \ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ \ Issue #29416: Prevent infinite loop in pathlib.Path.mkdirSteve Dower2017-02-043-1/+14
| | | | | |\ \ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ \ \ Issue #29444: Fixed out-of-bounds buffer access in the group() method ofSerhiy Storchaka2017-02-04730-159701/+16446
| | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ \ \ Merge 3.6.Stefan Krah2017-02-041-1/+1
| | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | * | | | | | | | | | | Reduce load factor (from 66% to 60%) to improve effectiveness of linear probing.Raymond Hettinger2017-02-041-3/+3
| | | | | | * | | | | | | | | | | Issue #20186: Converted the tracemalloc module to Argument Clinic.Serhiy Storchaka2017-02-042-102/+315
| | | | | | * | | | | | | | | | | Issue #20186: Converted the symtable module to Argument Clinic.Serhiy Storchaka2017-02-042-11/+61
| | | | | | * | | | | | | | | | | Removed redundant Argument Clinic directives.Serhiy Storchaka2017-02-043-19/+0
| | | | | | * | | | | | | | | | | Issue #20185: Converted the gc module to Argument Clinic.Serhiy Storchaka2017-02-042-98/+390
| | | | | | * | | | | | | | | | | Issue #29300: Use Argument Clinic for getting struct object from the format.Serhiy Storchaka2017-02-042-83/+103
| | | | | | * | | | | | | | | | | Issue #27867: Silenced may-be-used-uninitialized warnings afterSerhiy Storchaka2017-02-04725-159444/+15633
| | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | * \ \ \ \ \ \ \ \ \ \ Issue #29198: Merge from 3.6Berker Peksag2017-02-04725-159444/+15633
| | | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ \ \ \ \ \ Issue #29198: Merge from 3.6Berker Peksag2017-02-04725-159444/+15633
| | | | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | * | | | | | | | | | | Issue #29311: Regenerate Argument Clinic.Serhiy Storchaka2017-02-042-3/+3
| | | | | | | | | * | | | | | | | | | | null mergeXiang Zhang2017-02-030-0/+0
| | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | * | | | | | | | | | | | Issue #29263: LOAD_METHOD support for C methodsINADA Naoki2017-02-038-36/+88
| | | | | | | | | * | | | | | | | | | | | Closes #29213: Merged fix from 3.6.Vinay Sajip2017-02-022-7/+5
| | | | | | | | | * | | | | | | | | | | | Closes #24875: Merged fix from 3.6.Vinay Sajip2017-02-02725-159437/+15574
| | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | * | | | | | | | | | | | Remove unnecessary variables.Raymond Hettinger2017-02-021-5/+2
| | | | | | | | | | * | | | | | | | | | | | Issue #29421: Make int.to_bytes() and int.from_bytes() slightly fasterSerhiy Storchaka2017-02-021-4/+7
| | | | | | | | | | * | | | | | | | | | | | Rename struct.unpack() 2nd parameter to "buffer"Victor Stinner2017-02-023-15/+19
| | | | | | | | | | * | | | | | | | | | | | Null merge 3.6Victor Stinner2017-02-020-0/+0
| | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \