Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #26322: Document typing.Set, patch by Joseph Moran | Berker Peksag | 2016-04-29 | 1 | -2/+2 |
|\ | |||||
| * | Issue #26322: Document typing.Set, patch by Joseph Moran | Berker Peksag | 2016-04-29 | 1 | -2/+2 |
| | | |||||
* | | Removed unused initialization and the uninteresting comment. | Raymond Hettinger | 2016-04-29 | 1 | -2/+1 |
| | | |||||
* | | Issue #26880: Removed redundant checks in set.__init__. | Serhiy Storchaka | 2016-04-29 | 1 | -3/+1 |
| | | |||||
* | | Issue #26822: Decreased an overhead of using _PyArg_NoKeywords() in calls of | Serhiy Storchaka | 2016-04-29 | 1 | -3/+3 |
|\ \ | |/ | | | | | itemgetter, attrgetter and methodcaller objects. | ||||
| * | Issue #26822: Decreased an overhead of using _PyArg_NoKeywords() in calls of | Serhiy Storchaka | 2016-04-29 | 1 | -3/+3 |
| | | | | | | | | itemgetter, attrgetter and methodcaller objects. | ||||
* | | Closes #26875: Merge with 3.5 | Zachary Ware | 2016-04-28 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #26875: Fix mmap example | Zachary Ware | 2016-04-28 | 1 | -1/+1 |
| | | | | | | | | Patch by Xiang Zhang. | ||||
* | | Closes #26874: Merge with 3.5 | Zachary Ware | 2016-04-28 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #26874: Simplify the divmod docstring | Zachary Ware | 2016-04-28 | 1 | -1/+1 |
| | | |||||
* | | Closes #26874: Merge with 3.5 | Zachary Ware | 2016-04-28 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #26874: Fix divmod docstring | Zachary Ware | 2016-04-28 | 1 | -1/+1 |
| | | |||||
* | | Issue #25788: fileinput.hook_encoded() now supports an "errors" argument | Serhiy Storchaka | 2016-04-27 | 6 | -6/+40 |
| | | | | | | | | for passing to open. Original patch by Joseph Hackman. | ||||
* | | fileinput.hook_encoded() uses builtin open(), not codecs.open(). | Serhiy Storchaka | 2016-04-27 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | fileinput.hook_encoded() uses builtin open(), not codecs.open(). | Serhiy Storchaka | 2016-04-27 | 1 | -1/+1 |
| | | |||||
* | | Issue #26863: HAVE_FACCESSAT should (currently) not be defined on Android. | Stefan Krah | 2016-04-26 | 1 | -1/+7 |
| | | |||||
* | | Issue #26854: Android has a different include path for soundcard.h. | Stefan Krah | 2016-04-26 | 1 | -0/+4 |
| | | |||||
* | | Issue #26846: Post commit cleanup. | Stefan Krah | 2016-04-26 | 2 | -2/+1 |
| | | |||||
* | | Issue #26857: Workaround for missing symbol "gethostbyaddr_r" on Android. | Stefan Krah | 2016-04-26 | 1 | -1/+1 |
| | | |||||
* | | Issue #20598: Merge argparse docs from 3.5 | Martin Panter | 2016-04-26 | 1 | -23/+23 |
|\ \ | |/ | |||||
| * | Issue #20598: Replace trivial split() calls with lists in argparse docs | Martin Panter | 2016-04-26 | 1 | -23/+23 |
| | | |||||
* | | Issue #25349, #26249: Fix memleak in formatfloat() | Victor Stinner | 2016-04-26 | 1 | -0/+1 |
| | | |||||
* | | Issue #20306: Android is the only system that returns NULL for the pw_passwd | Stefan Krah | 2016-04-26 | 1 | -1/+1 |
| | | | | | | | | | | field. Rather than cluttering the tests, translate the arguably more correct "None" to an empty string. | ||||
* | | merge | Raymond Hettinger | 2016-04-26 | 1 | -1/+5 |
|\ \ | |/ | |||||
| * | Issue #24715: Improve sort stability example | Raymond Hettinger | 2016-04-26 | 1 | -1/+5 |
| | | |||||
* | | Issue #16394: Note the tee() pure python equivalent is only a rough ↵ | Raymond Hettinger | 2016-04-26 | 1 | -1/+4 |
| | | | | | | | | approximation. | ||||
* | | Issue #26634: recursive_repr() now sets __qualname__ of wrapper. | Serhiy Storchaka | 2016-04-26 | 3 | -0/+18 |
|\ \ | |/ | | | | | Patch by Xiang Zhang. | ||||
| * | Issue #26634: recursive_repr() now sets __qualname__ of wrapper. | Serhiy Storchaka | 2016-04-26 | 3 | -0/+18 |
| | | | | | | | | Patch by Xiang Zhang. | ||||
* | | Issue #22747: Workaround for systems without langinfo.h. | Stefan Krah | 2016-04-25 | 1 | -0/+2 |
| | | |||||
* | | Issue #20306: The pw_gecos and pw_passwd fields are not required by POSIX. | Stefan Krah | 2016-04-25 | 4 | -0/+45 |
| | | | | | | | | If they aren't present, set them to an empty string. | ||||
* | | Issue #26846: Workaround for non-standard stdlib.h on Android. | Stefan Krah | 2016-04-25 | 5 | -6/+4 |
| | | |||||
* | | Issue #17905: Do not guard locale include with HAVE_LANGINFO_H. | Stefan Krah | 2016-04-25 | 1 | -1/+1 |
| | | |||||
* | | merge 3.5 | Senthil Kumaran | 2016-04-25 | 5 | -11/+80 |
|\ \ | |/ | | | | | | | | | | | Issue #26804: urllib.request will prefer lower_case proxy environment variables over UPPER_CASE or Mixed_Case ones. Patch contributed by Hans-Peter Jansen. Reviewed by Martin Panter and Senthil Kumaran. | ||||
| * | Issue #26804: urllib.request will prefer lower_case proxy environment variables | Senthil Kumaran | 2016-04-25 | 5 | -11/+80 |
| | | | | | | | | | | | | over UPPER_CASE or Mixed_Case ones. Patch contributed by Hans-Peter Jansen. Reviewed by Martin Panter and Senthil Kumaran. | ||||
* | | Merge with 3.5 | Zachary Ware | 2016-04-25 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | FileExistsError is raised by mkdir when dir exists | Zachary Ware | 2016-04-25 | 1 | -2/+2 |
| | | | | | | | | Reported by Saul Spatz on docs@ | ||||
* | | Issue #23662: Document default value of RFC 2109 attributes | Berker Peksag | 2016-04-25 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #23662: Document default value of RFC 2109 attributes | Berker Peksag | 2016-04-25 | 1 | -1/+1 |
| | | |||||
* | | Remove outdated TkVersion checks. | Serhiy Storchaka | 2016-04-25 | 4 | -16/+1 |
| | | | | | | | | Minimal supported Tcl/Tk version is 8.4, and this is checked in _tkinter.c. | ||||
* | | Merge 3.5 | Serhiy Storchaka | 2016-04-25 | 3 | -3/+83 |
|\ \ | |/ | |||||
| * | Issue #26837: assertSequenceEqual() now correctly outputs non-stringified | Serhiy Storchaka | 2016-04-25 | 3 | -3/+83 |
| | | | | | | | | | | differing items (like bytes in the -b mode). This affects assertListEqual() and assertTupleEqual(). | ||||
* | | Removed unused imports. | Serhiy Storchaka | 2016-04-24 | 26 | -31/+11 |
| | | |||||
* | | Remove more unused imports in tests. | Serhiy Storchaka | 2016-04-24 | 11 | -12/+1 |
| | | |||||
* | | Merge 3.5 | Serhiy Storchaka | 2016-04-24 | 2 | -16/+0 |
|\ \ | |/ | |||||
| * | Remove duplicated tests. | Serhiy Storchaka | 2016-04-24 | 2 | -16/+0 |
| | | | | | | | | There were duplicated methods with the same name and body. | ||||
* | | Remove unused support.run_unittest imports. | Serhiy Storchaka | 2016-04-24 | 15 | -15/+6 |
| | | | | | | | | It is not needed since tests use unittest.main(). | ||||
* | | Issue #26249: Mention PyMem_Malloc() change in What's New in Python 3.6 in the | Victor Stinner | 2016-04-24 | 1 | -0/+7 |
| | | | | | | | | Optimizations section. | ||||
* | | Issue #23277: Remove unused imports in tests. | Serhiy Storchaka | 2016-04-24 | 79 | -117/+23 |
| | | |||||
* | | Issue #23277: Remove unused support.run_unittest import. | Serhiy Storchaka | 2016-04-24 | 15 | -16/+4 |
| | | |||||
* | | Issue #23277: Remove more unused sys and os imports. | Serhiy Storchaka | 2016-04-24 | 13 | -15/+0 |
| | |