summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* timeit: change default repeat to 5, instead of 3Victor Stinner2016-10-183-18/+21
| | | | | Issue #28240: timeit now repeats the benchmarks 5 times instead of only 3 to make benchmarks more reliable.
* timeit: start autorange with 1 iteration, not 10Victor Stinner2016-10-183-18/+32
| | | | | | | | Issue #28240: timeit autorange now uses a single loop iteration if the benchmark takes less than 10 seconds, instead of 10 iterations. "python3 -m timeit -s 'import time' 'time.sleep(1)'" now takes 4 seconds instead of 40 seconds.
* Issue #28256: Cleanup _math.cVictor Stinner2016-10-182-32/+41
| | | | | Only define fallback implementations when needed. It avoids producing deadcode when the system provides required math functions.
* 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
| | | | | | | | | | | | Patch written by Julien Palard.
* | | Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exceptionSerhiy Storchaka2016-10-182-20/+29
|\ \ \ | |/ / | | | | | | loss in PyTraceBack_Here().
| * | Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exceptionSerhiy Storchaka2016-10-182-20/+29
| |\ \ | | |/ | | | | | | loss in PyTraceBack_Here().
| | * Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exceptionSerhiy Storchaka2016-10-182-20/+29
| | | | | | | | | | | | loss in PyTraceBack_Here().
* | | 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
| | | | | | | | | | | | Reported by Sam Lunt on docs@p.o.
* | | 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
| | | | | | | | | | | | Patch by Mariatta Wijaya.
* | | 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
| | | | | | | | | | | | Patch from Xiang Zhang.
* | | 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
| | | | | | | | | | | | Patch by Xiang Zhang.
* | | Issue #27896: Allow passing sphinx options to Doc/MakefileVictor Stinner2016-10-161-2/+2
| | | | | | | | | | | | Patch written by Julien Palard.
* | | Minor fix-up to apply the stack adjustment macros consistent with the other ↵Raymond Hettinger2016-10-161-2/+2
| | | | | | | | | | | | opcodes
* | | 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
|\ \ \ | |/ / | | | | | | It will have more speedup functions or classes other than asyncio.Future.
| * | Issue #28428: Rename _futures module to _asyncio.INADA Naoki2016-10-156-29/+29
| | | | | | | | | | | | It will have more speedup functions or classes other than asyncio.Future.
* | | 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 ↵Jason R. Coombs2016-10-141-0/+15
| | | | | | | | | | | | inject different behaviors.
* | | 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
|\ \ \ | |/ / | | | | | | Patch contributed by Xiang Zhang.
| * | [merge from 3.5] Issue28438 - Fix the link for pkgutil.get_data doc.Senthil Kumaran2016-10-141-2/+4
| |\ \ | | |/ | | | | | | Patch contributed by Xiang Zhang.
| | * Issue28438 - Fix the link for pkgutil.get_data doc. Patch contributed by ↵Senthil Kumaran2016-10-141-2/+4
| | | | | | | | | | | | Xiang Zhang.
* | | mergeRaymond Hettinger2016-10-141-0/+14
|\ \ \ | |/ /