summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
|\ \ \ | |/ /
| * | Issue #18844: Add more testsRaymond Hettinger2016-10-141-0/+14
| | |
* | | Issue #18789: Update XML vulnerability table to use Safe/Vulnerable instead ↵Guido van Rossum2016-10-131-9/+9
|\ \ \ | |/ / | | | | | | of No/Yes. (3.6->3.7)
| * | Issue #18789: Update XML vulnerability table to use Safe/Vulnerable instead ↵Guido van Rossum2016-10-131-9/+9
| |\ \ | | |/ | | | | | | of No/Yes. (3.5->3.6)
| | * Issue #18789: Update XML vulnerability table to use Safe/Vulnerable instead ↵Guido van Rossum2016-10-131-9/+9
| | | | | | | | | | | | of No/Yes.
* | | Issue #26869: Document unittest.TestCase.longMessage. (Mariatta) (3.6->3.7)Guido van Rossum2016-10-131-13/+11
|\ \ \ | |/ /
| * | Issue #26869: Document unittest.TestCase.longMessage. (Mariatta) (3.5->3.6)Guido van Rossum2016-10-131-13/+11
| |\ \ | | |/
| | * Issue #26869: Document unittest.TestCase.longMessage. (Mariatta)Guido van Rossum2016-10-131-13/+11
| | |
* | | Issue #21443: Show how to change log level for asyncio. (Merge 3.6->3.7)Guido van Rossum2016-10-131-0/+8
|\ \ \ | |/ /
| * | Issue #21443: Show how to change log level for asyncio. (Merge 3.5->3.6)Guido van Rossum2016-10-131-0/+8
| |\ \ | | |/
| | * Issue #21443: Show how to change log level for asyncio.Guido van Rossum2016-10-131-0/+8
| | |
* | | Check return value of _PyDict_SetItemId()Christian Heimes2016-10-131-1/+4
|\ \ \ | |/ /
| * | Check return value of _PyDict_SetItemId()Christian Heimes2016-10-131-1/+4
| | |
* | | Issue #24452: Make webbrowser support Chrome on Mac OS X (merge 3.6->3.7)Guido van Rossum2016-10-132-0/+3
|\ \ \ | |/ /
| * | Issue #24452: Make webbrowser support Chrome on Mac OS X (merge 3.5->3.6)Guido van Rossum2016-10-132-0/+3
| |\ \ | | |/
| | * Issue #24452: Make webbrowser support Chrome on Mac OS X.Guido van Rossum2016-10-132-0/+3
| | |
* | | Issue #20766: Merge with 3.6.Xavier de Gaye2016-10-123-3/+33
|\ \ \ | |/ /
| * | Issue #20766: Merge with 3.5.Xavier de Gaye2016-10-123-3/+33
| |\ \ | | |/
| | * Issue #20766: Fix references leaked by pdb in the handling of SIGINT handlers.Xavier de Gaye2016-10-123-3/+33
| | |
* | | Merge 3.6Victor Stinner2016-10-121-3/+3
|\ \ \ | |/ /
| * | Fix _Py_normalize_encoding() commandVictor Stinner2016-10-121-3/+3
| | | | | | | | | | | | | | | It's not exactly the same than encodings.normalize_encoding(): the C function also converts to lowercase.
* | | merge 3.6 (#28417)Benjamin Peterson2016-10-121-1/+0
|\ \ \ | |/ /