summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* timeit: remove --clock and --time optionsVictor Stinner2016-10-184-28/+5
* timeit: change default repeat to 5, instead of 3Victor Stinner2016-10-183-18/+21
* timeit: start autorange with 1 iteration, not 10Victor Stinner2016-10-183-18/+32
* Issue #28256: Cleanup _math.cVictor Stinner2016-10-182-32/+41
* Null merge 3.6 (change already applied in default)Victor Stinner2016-10-180-0/+0
|\
| * Merge 3.5Victor Stinner2016-10-181-2/+2
| |\
| | * Issue #27896: Allow passing sphinx options to Doc/MakefileVictor Stinner2016-10-161-2/+2
* | | Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exceptionSerhiy Storchaka2016-10-182-20/+29
|\ \ \ | |/ /
| * | Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exceptionSerhiy Storchaka2016-10-182-20/+29
| |\ \ | | |/
| | * Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exceptionSerhiy Storchaka2016-10-182-20/+29
* | | Issue #28452: Remove _asyncio._init_module functionINADA Naoki2016-10-182-81/+63
|\ \ \ | |/ /
| * | Issue #28452: Remove _asyncio._init_module functionINADA Naoki2016-10-182-81/+63
* | | Merge from 3.6Berker Peksag2016-10-171-1/+1
|\ \ \ | |/ /
| * | Merge from 3.5Berker Peksag2016-10-171-1/+1
| |\ \ | | |/
| | * Fix default value of StreamReader.readuntil()Berker Peksag2016-10-171-1/+1
* | | Merge 3.7: Issue #28409: regrtest: fix the parser of command line arguments.Victor Stinner2016-10-173-4/+18
|\ \ \ | |/ /
| * | Merge 3.6: Issue #28409: regrtest: fix the parser of command line arguments.Victor Stinner2016-10-173-4/+21
| |\ \ | | |/
| | * Issue #28409: regrtest: fix the parser of command line arguments.Victor Stinner2016-10-173-6/+21
* | | Issue #28455: Merge from 3.6Berker Peksag2016-10-171-3/+4
|\ \ \ | |/ /
| * | Issue #28455: Merge from 3.5Berker Peksag2016-10-171-3/+4
| |\ \ | | |/
| | * Issue #28455: Clarify example of overriding the convert_arg_line_to_args methodBerker Peksag2016-10-171-3/+4
* | | merge 3.6 (#28454)Benjamin Peterson2016-10-161-4/+4
|\ \ \ | |/ /
| * | merge 3.5 (#28454)Benjamin Peterson2016-10-161-4/+4
| |\ \ | | |/
| | * remove extra PyErr_Format arguments (closes #28454)Benjamin Peterson2016-10-161-4/+4
* | | Issue #28432: Merge from 3.6Berker Peksag2016-10-161-1/+1
|\ \ \ | |/ /
| * | Issue #28432: Merge from 3.5Berker Peksag2016-10-161-1/+1
| |\ \ | | |/
| | * Issue #28432: Fix first parameter name in PyUnicode_EncodeLocale documentationBerker Peksag2016-10-161-1/+1
* | | Issue #27896: Allow passing sphinx options to Doc/MakefileVictor Stinner2016-10-161-2/+2
* | | Minor fix-up to apply the stack adjustment macros consistent with the other o...Raymond Hettinger2016-10-161-2/+2
* | | Remove spurious article.Ned Deily2016-10-151-1/+1
|\ \ \ | |/ /
| * | Remove spurious article.Ned Deily2016-10-151-1/+1
| |\ \ | | |/
| | * Remove spurious article.Ned Deily2016-10-151-1/+1
* | | Issue #28428: Rename _futures module to _asyncio. (merge from 3.6)INADA Naoki2016-10-156-29/+29
|\ \ \ | |/ /
| * | Issue #28428: Rename _futures module to _asyncio.INADA Naoki2016-10-156-29/+29
* | | Issue #27800: Merge RE repetition doc from 3.6Martin Panter2016-10-151-0/+6
|\ \ \ | |/ /
| * | Issue #27800: Merge RE repetition doc from 3.5 into 3.6Martin Panter2016-10-151-0/+6
| |\ \ | | |/
| | * Issue #27800: Document limitation and workaround for multiple RE repetitionsMartin Panter2016-10-151-0/+6
* | | Issue #23231: Merge codecs doc from 3.6Martin Panter2016-10-151-0/+9
|\ \ \ | |/ /
| * | Issue #23231: Merge codecs doc from 3.5 into 3.6Martin Panter2016-10-151-0/+9
| |\ \ | | |/
| | * Issue #23231: Document codecs.iterencode(), iterdecode() shortcomingsMartin Panter2016-10-151-0/+9
* | | Make cs_path_exists a protected, static methodJason R. Coombs2016-10-141-19/+19
* | | Add case-sensitive file comparison for detecting/adding standard default files.Jason R. Coombs2016-10-142-2/+25
* | | Extract methods from sdist.add_defaults, allowing subclasses to override or i...Jason R. Coombs2016-10-141-0/+15
* | | Get names for README files from class attribute, allowing subclass to override.Jason R. Coombs2016-10-141-1/+3
* | | Replace trailing comments with block-level commentsJason R. Coombs2016-10-141-2/+4
* | | Remove unused import and reorganize imports of modules.Jason R. Coombs2016-10-141-1/+3
* | | Remove wildcard imports from distutils.command.sdistJason R. Coombs2016-10-141-2/+2
* | | [merge from 3.6] Issue28438 - Fix the link for pkgutil.get_data doc.Senthil Kumaran2016-10-141-2/+4
|\ \ \ | |/ /
| * | [merge from 3.5] Issue28438 - Fix the link for pkgutil.get_data doc.Senthil Kumaran2016-10-141-2/+4
| |\ \ | | |/
| | * Issue28438 - Fix the link for pkgutil.get_data doc. Patch contributed by Xian...Senthil Kumaran2016-10-141-2/+4