Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #28987: Merge doc and comment fixes from 3.6 | Martin Panter | 2016-12-18 | 2 | -4/+4 |
|\ | |||||
| * | Issue #28987: Typos, grammar, spelling in documentation | Martin Panter | 2016-12-18 | 1 | -4/+4 |
| | | |||||
| * | Merge spelling and grammar from 3.5 | Martin Panter | 2016-12-18 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix spelling and grammar in code comments and documentation | Martin Panter | 2016-12-18 | 1 | -1/+1 |
| | | | |||||
* | | | Merge #28407 Improve test coverage of make_msgid. | R David Murray | 2016-12-18 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge #28407 Improve test coverage of make_msgid. | R David Murray | 2016-12-18 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | #28407 Improve test coverage of make_msgid. | R David Murray | 2016-12-18 | 1 | -0/+1 |
| | | | | | | | | | | | | Patch by Dillon Brock. | ||||
* | | | Issue #25778: winreg does not truncase string correctly (Patch by Eryk Sun) | Steve Dower | 2016-12-17 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | Issue #25778: winreg does not truncase string correctly (Patch by Eryk Sun) | Steve Dower | 2016-12-17 | 1 | -0/+2 |
| | | | |||||
* | | | Issue #29000: Fixed bytes formatting of octals with zero padding in alternate | Serhiy Storchaka | 2016-12-17 | 1 | -0/+3 |
|\ \ \ | |/ / | | | | | | | form. | ||||
| * | | Issue #29000: Fixed bytes formatting of octals with zero padding in alternate | Serhiy Storchaka | 2016-12-17 | 1 | -0/+3 |
| |\ \ | | |/ | | | | | | | form. | ||||
| | * | Issue #29000: Fixed bytes formatting of octals with zero padding in alternate | Serhiy Storchaka | 2016-12-17 | 1 | -0/+3 |
| | | | | | | | | | | | | form. | ||||
| * | | Merge 3.6.0rc2 Misc/NEWS entries into 3.6.1 | Ned Deily | 2016-12-17 | 1 | -8/+31 |
| | | | |||||
* | | | Issue #28596: The preferred encoding is UTF-8 on Android. | Xavier de Gaye | 2016-12-17 | 1 | -0/+3 |
| | | | |||||
* | | | merge | Raymond Hettinger | 2016-12-16 | 1 | -0/+3 |
|\ \ \ | |/ / | |||||
| * | | merge | Raymond Hettinger | 2016-12-16 | 1 | -0/+3 |
| |\ \ | | |/ | |||||
| | * | Issue #28991: Fix obscure reentrancy bug in functools.lru_cache(). | Raymond Hettinger | 2016-12-16 | 1 | -0/+3 |
| | | | |||||
| * | | Merge 3.5 (issue #28990) | Yury Selivanov | 2016-12-16 | 1 | -0/+4 |
| |\ \ | | |/ | |||||
| | * | Issue #28990: Fix SSL hanging if connection is closed before handshake ↵ | Yury Selivanov | 2016-12-16 | 1 | -0/+4 |
| | | | | | | | | | | | | completed. | ||||
* | | | Issue #18896: Python function can now have more than 255 parameters. | Serhiy Storchaka | 2016-12-16 | 1 | -0/+3 |
| | | | | | | | | | | | | collections.namedtuple() now supports tuples with more than 255 elements. | ||||
* | | | Merge 3.6. | Xavier de Gaye | 2016-12-15 | 1 | -0/+4 |
|\ \ \ | |/ / | |||||
| * | | Issue #26919: On Android, operating system data is now always encoded/decoded | Xavier de Gaye | 2016-12-15 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | to/from UTF-8, instead of the locale encoding to avoid inconsistencies with os.fsencode() and os.fsdecode() which are already using UTF-8. | ||||
* | | | Merge 3.6 | Victor Stinner | 2016-12-15 | 1 | -0/+4 |
|\ \ \ | |/ / | |||||
| * | | Fix a memory leak in split-table dictionaries | Victor Stinner | 2016-12-15 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | Issue #28147: Fix a memory leak in split-table dictionaries: setattr() must not convert combined table into split table. Patch written by INADA Naoki. | ||||
* | | | Merge from 3.6. | Serhiy Storchaka | 2016-12-14 | 1 | -3/+0 |
|\ \ \ | |/ / | |||||
| * | | Merge from 3.6. | Serhiy Storchaka | 2016-12-14 | 1 | -3/+0 |
| |\ \ | | |/ | |||||
| | * | Revert changeset 1f31bf3f76f5 (issue5322) except tests. | Serhiy Storchaka | 2016-12-14 | 1 | -3/+0 |
| | | | |||||
* | | | Issue #28683: Merge 3.6. | Xavier de Gaye | 2016-12-14 | 1 | -0/+3 |
|\ \ \ | |/ / | |||||
| * | | Issue #28683: Fix the tests that bind() a unix socket and raise PermissionError | Xavier de Gaye | 2016-12-14 | 1 | -0/+3 |
| | | | | | | | | | | | | on Android for a non-root user. | ||||
* | | | Issue #20211: Merge 3.6. | Xavier de Gaye | 2016-12-14 | 1 | -0/+4 |
|\ \ \ | |/ / | |||||
| * | | Issue #20211: Do not add the directory for installing C header files and | Xavier de Gaye | 2016-12-14 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | the directory for installing object code libraries to the cross compilation search paths. | ||||
* | | | Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes. | Yury Selivanov | 2016-12-14 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | Special thanks to INADA Naoki for pushing the patch through the last mile, Serhiy Storchaka for reviewing the code, and to Victor Stinner for suggesting the idea (originally implemented in the PyPy project). | ||||
* | | | Issue #16255: subrocess.Popen uses /system/bin/sh on Android as the shell, | Xavier de Gaye | 2016-12-13 | 1 | -0/+3 |
| | | | | | | | | | | | | instead of /bin/sh. | ||||
* | | | Issue #26936: Fix the test_socket failures on Android - getservbyname(), | Xavier de Gaye | 2016-12-13 | 1 | -0/+3 |
| | | | | | | | | | | | | getservbyport() and getaddrinfo() are broken on some Android API levels. | ||||
* | | | Issue #28896: Disable WindowsRegistryFinder by default. | Steve Dower | 2016-12-12 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Issue #28896: Disable WindowsRegistryFinder by default. | Steve Dower | 2016-12-12 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #28739: f-string expressions no longer accepted as docstrings and | Serhiy Storchaka | 2016-12-11 | 1 | -0/+3 |
|\ \ \ | |/ / | | | | | | | by ast.literal_eval() even if they do not include subexpressions. | ||||
| * | | Issue #28739: f-string expressions no longer accepted as docstrings and | Serhiy Storchaka | 2016-12-11 | 1 | -0/+3 |
| | | | | | | | | | | | | by ast.literal_eval() even if they do not include subexpressions. | ||||
* | | | Issue #28512: Fixed setting the offset attribute of SyntaxError by | Serhiy Storchaka | 2016-12-11 | 1 | -0/+3 |
|\ \ \ | |/ / | | | | | | | PyErr_SyntaxLocationEx() and PyErr_SyntaxLocationObject(). | ||||
| * | | Issue #28512: Fixed setting the offset attribute of SyntaxError by | Serhiy Storchaka | 2016-12-11 | 1 | -0/+3 |
| |\ \ | | |/ | | | | | | | PyErr_SyntaxLocationEx() and PyErr_SyntaxLocationObject(). | ||||
| | * | Issue #28512: Fixed setting the offset attribute of SyntaxError by | Serhiy Storchaka | 2016-12-11 | 1 | -0/+3 |
| | | | | | | | | | | | | PyErr_SyntaxLocationEx() and PyErr_SyntaxLocationObject(). | ||||
* | | | Issue #28849: Merge 3.6. | Xavier de Gaye | 2016-12-10 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | Issue #28849: Do not define sys.implementation._multiarch on Android. | Xavier de Gaye | 2016-12-10 | 1 | -0/+5 |
| | | | |||||
* | | | Issue #28779: multiprocessing.set_forkserver_preload() would crash the ↵ | Antoine Pitrou | 2016-12-10 | 1 | -0/+4 |
|\ \ \ | |/ / | | | | | | | forkserver process if a preloaded module instantiated some multiprocessing objects such as locks. | ||||
| * | | Issue #28779: multiprocessing.set_forkserver_preload() would crash the ↵ | Antoine Pitrou | 2016-12-10 | 1 | -0/+4 |
| |\ \ | | |/ | | | | | | | forkserver process if a preloaded module instantiated some multiprocessing objects such as locks. | ||||
| | * | Issue #28779: multiprocessing.set_forkserver_preload() would crash the ↵ | Antoine Pitrou | 2016-12-10 | 1 | -0/+4 |
| | | | | | | | | | | | | forkserver process if a preloaded module instantiated some multiprocessing objects such as locks. | ||||
* | | | Issue #28918: Merge 3.6. | Xavier de Gaye | 2016-12-10 | 1 | -0/+3 |
|\ \ \ | |/ / | |||||
| * | | Issue #28918: Fix the cross compilation of xxlimited when Python | Xavier de Gaye | 2016-12-10 | 1 | -0/+3 |
| | | | | | | | | | | | | has been built with Py_DEBUG defined. | ||||
* | | | Issue #26937: Merge 3.6. | Xavier de Gaye | 2016-12-09 | 1 | -0/+4 |
|\ \ \ | |/ / | |||||
| * | | Issue #26937: The chown() method of the tarfile.TarFile class does not fail now | Xavier de Gaye | 2016-12-09 | 1 | -0/+4 |
| | | | | | | | | | | | | when the grp module cannot be imported, as for example on Android platforms. |