Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor fix-up to apply the stack adjustment macros consistent with the other ↵ | Raymond Hettinger | 2016-10-16 | 1 | -2/+2 |
| | | | | opcodes | ||||
* | Remove spurious article. | Ned Deily | 2016-10-15 | 1 | -1/+1 |
|\ | |||||
| * | Remove spurious article. | Ned Deily | 2016-10-15 | 1 | -1/+1 |
| |\ | |||||
| | * | Remove spurious article. | Ned Deily | 2016-10-15 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #28428: Rename _futures module to _asyncio. (merge from 3.6) | INADA Naoki | 2016-10-15 | 6 | -29/+29 |
|\ \ \ | |/ / | | | | | | | It will have more speedup functions or classes other than asyncio.Future. | ||||
| * | | Issue #28428: Rename _futures module to _asyncio. | INADA Naoki | 2016-10-15 | 6 | -29/+29 |
| | | | | | | | | | | | | It will have more speedup functions or classes other than asyncio.Future. | ||||
* | | | Issue #27800: Merge RE repetition doc from 3.6 | Martin Panter | 2016-10-15 | 1 | -0/+6 |
|\ \ \ | |/ / | |||||
| * | | Issue #27800: Merge RE repetition doc from 3.5 into 3.6 | Martin Panter | 2016-10-15 | 1 | -0/+6 |
| |\ \ | | |/ | |||||
| | * | Issue #27800: Document limitation and workaround for multiple RE repetitions | Martin Panter | 2016-10-15 | 1 | -0/+6 |
| | | | |||||
* | | | Issue #23231: Merge codecs doc from 3.6 | Martin Panter | 2016-10-15 | 1 | -0/+9 |
|\ \ \ | |/ / | |||||
| * | | Issue #23231: Merge codecs doc from 3.5 into 3.6 | Martin Panter | 2016-10-15 | 1 | -0/+9 |
| |\ \ | | |/ | |||||
| | * | Issue #23231: Document codecs.iterencode(), iterdecode() shortcomings | Martin Panter | 2016-10-15 | 1 | -0/+9 |
| | | | |||||
* | | | Make cs_path_exists a protected, static method | Jason R. Coombs | 2016-10-14 | 1 | -19/+19 |
| | | | |||||
* | | | Add case-sensitive file comparison for detecting/adding standard default files. | Jason R. Coombs | 2016-10-14 | 2 | -2/+25 |
| | | | |||||
* | | | Extract methods from sdist.add_defaults, allowing subclasses to override or ↵ | Jason R. Coombs | 2016-10-14 | 1 | -0/+15 |
| | | | | | | | | | | | | inject different behaviors. | ||||
* | | | Get names for README files from class attribute, allowing subclass to override. | Jason R. Coombs | 2016-10-14 | 1 | -1/+3 |
| | | | |||||
* | | | Replace trailing comments with block-level comments | Jason R. Coombs | 2016-10-14 | 1 | -2/+4 |
| | | | |||||
* | | | Remove unused import and reorganize imports of modules. | Jason R. Coombs | 2016-10-14 | 1 | -1/+3 |
| | | | |||||
* | | | Remove wildcard imports from distutils.command.sdist | Jason R. Coombs | 2016-10-14 | 1 | -2/+2 |
| | | | |||||
* | | | [merge from 3.6] Issue28438 - Fix the link for pkgutil.get_data doc. | Senthil Kumaran | 2016-10-14 | 1 | -2/+4 |
|\ \ \ | |/ / | | | | | | | Patch contributed by Xiang Zhang. | ||||
| * | | [merge from 3.5] Issue28438 - Fix the link for pkgutil.get_data doc. | Senthil Kumaran | 2016-10-14 | 1 | -2/+4 |
| |\ \ | | |/ | | | | | | | Patch contributed by Xiang Zhang. | ||||
| | * | Issue28438 - Fix the link for pkgutil.get_data doc. Patch contributed by ↵ | Senthil Kumaran | 2016-10-14 | 1 | -2/+4 |
| | | | | | | | | | | | | Xiang Zhang. | ||||
* | | | merge | Raymond Hettinger | 2016-10-14 | 1 | -0/+14 |
|\ \ \ | |/ / | |||||
| * | | Issue #18844: Add more tests | Raymond Hettinger | 2016-10-14 | 1 | -0/+14 |
| | | | |||||
* | | | Issue #18789: Update XML vulnerability table to use Safe/Vulnerable instead ↵ | Guido van Rossum | 2016-10-13 | 1 | -9/+9 |
|\ \ \ | |/ / | | | | | | | of No/Yes. (3.6->3.7) | ||||
| * | | Issue #18789: Update XML vulnerability table to use Safe/Vulnerable instead ↵ | Guido van Rossum | 2016-10-13 | 1 | -9/+9 |
| |\ \ | | |/ | | | | | | | of No/Yes. (3.5->3.6) | ||||
| | * | Issue #18789: Update XML vulnerability table to use Safe/Vulnerable instead ↵ | Guido van Rossum | 2016-10-13 | 1 | -9/+9 |
| | | | | | | | | | | | | of No/Yes. | ||||
* | | | Issue #26869: Document unittest.TestCase.longMessage. (Mariatta) (3.6->3.7) | Guido van Rossum | 2016-10-13 | 1 | -13/+11 |
|\ \ \ | |/ / | |||||
| * | | Issue #26869: Document unittest.TestCase.longMessage. (Mariatta) (3.5->3.6) | Guido van Rossum | 2016-10-13 | 1 | -13/+11 |
| |\ \ | | |/ | |||||
| | * | Issue #26869: Document unittest.TestCase.longMessage. (Mariatta) | Guido van Rossum | 2016-10-13 | 1 | -13/+11 |
| | | | |||||
* | | | Issue #21443: Show how to change log level for asyncio. (Merge 3.6->3.7) | Guido van Rossum | 2016-10-13 | 1 | -0/+8 |
|\ \ \ | |/ / | |||||
| * | | Issue #21443: Show how to change log level for asyncio. (Merge 3.5->3.6) | Guido van Rossum | 2016-10-13 | 1 | -0/+8 |
| |\ \ | | |/ | |||||
| | * | Issue #21443: Show how to change log level for asyncio. | Guido van Rossum | 2016-10-13 | 1 | -0/+8 |
| | | | |||||
* | | | Check return value of _PyDict_SetItemId() | Christian Heimes | 2016-10-13 | 1 | -1/+4 |
|\ \ \ | |/ / | |||||
| * | | Check return value of _PyDict_SetItemId() | Christian Heimes | 2016-10-13 | 1 | -1/+4 |
| | | | |||||
* | | | Issue #24452: Make webbrowser support Chrome on Mac OS X (merge 3.6->3.7) | Guido van Rossum | 2016-10-13 | 2 | -0/+3 |
|\ \ \ | |/ / | |||||
| * | | Issue #24452: Make webbrowser support Chrome on Mac OS X (merge 3.5->3.6) | Guido van Rossum | 2016-10-13 | 2 | -0/+3 |
| |\ \ | | |/ | |||||
| | * | Issue #24452: Make webbrowser support Chrome on Mac OS X. | Guido van Rossum | 2016-10-13 | 2 | -0/+3 |
| | | | |||||
* | | | Issue #20766: Merge with 3.6. | Xavier de Gaye | 2016-10-12 | 3 | -3/+33 |
|\ \ \ | |/ / | |||||
| * | | Issue #20766: Merge with 3.5. | Xavier de Gaye | 2016-10-12 | 3 | -3/+33 |
| |\ \ | | |/ | |||||
| | * | Issue #20766: Fix references leaked by pdb in the handling of SIGINT handlers. | Xavier de Gaye | 2016-10-12 | 3 | -3/+33 |
| | | | |||||
* | | | Merge 3.6 | Victor Stinner | 2016-10-12 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | Fix _Py_normalize_encoding() command | Victor Stinner | 2016-10-12 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | It's not exactly the same than encodings.normalize_encoding(): the C function also converts to lowercase. | ||||
* | | | merge 3.6 (#28417) | Benjamin Peterson | 2016-10-12 | 1 | -1/+0 |
|\ \ \ | |/ / | |||||
| * | | va_end vargs2 once (closes #28417) | Benjamin Peterson | 2016-10-12 | 1 | -1/+0 |
| | | | |||||
* | | | merge | Raymond Hettinger | 2016-10-12 | 2 | -35/+27 |
|\ \ \ | |/ / | |||||
| * | | Issue #18844: Fix-up examples for random.choices(). Remove over-specified ↵ | Raymond Hettinger | 2016-10-12 | 2 | -35/+27 |
| | | | | | | | | | | | | test. | ||||
| * | | - Modules/Setup.dist: Add the _blake2 module | doko@ubuntu.com | 2016-10-11 | 1 | -0/+2 |
| | | | |||||
| * | | - dictobject.c: Make dict_merge symbol a static symbol | doko@ubuntu.com | 2016-10-11 | 1 | -1/+1 |
| | | | |||||
* | | | merge 3.6 | Benjamin Peterson | 2016-10-11 | 1 | -0/+1 |
|\ \ \ | |/ / |