Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Issue #25972, #20440: Fix compilation on Windows | Zachary Ware | 2015-12-29 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Issue #25802: Deprecate load_module() on ↵ | Brett Cannon | 2015-12-29 | 5 | -1517/+1535 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | importlib.machinery.SourceFileLoader and SourcelessFileLoader. They were the only remaining implementations of load_module() not documented as deprecated. | |||||
* | | | | | Merge for backport of fix for issue #25930 | Brett Cannon | 2015-12-29 | 0 | -0/+0 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Backport of fix for issue #25930 | Brett Cannon | 2015-12-29 | 1 | -5/+5 | |
| | | | | | ||||||
* | | | | | Issue #25930: Document that os.unlink and os.remove are *semantically* ↵ | Brett Cannon | 2015-12-29 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | identical. Saying that the functions were identical confused some users who were upset when the functions were no longer simply the same function under different names. Thanks to Anthony Sottile for the bug report and Swati Jaiswal for the initial patch. | |||||
* | | | | | Issue #25234: Skip test_eintr.test_os_open under OS X. | Brett Cannon | 2015-12-29 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | Test inconsistently hangs. | |||||
* | | | | | Tweak skipping message | Brett Cannon | 2015-12-29 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Merge | Brett Cannon | 2015-12-29 | 1 | -0/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | Issue #25940: Make buildbots usable again until a solution is found. | Stefan Krah | 2015-12-29 | 1 | -0/+2 | |
| | | | | | | ||||||
* | | | | | | Issue #24725: Skip the test_socket.testFDPassEmpty on OS X. | Brett Cannon | 2015-12-29 | 1 | -0/+1 | |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | In OS X 10.11, the test fails consistently due to a platform change since 10.10. Thanks to Jeff Ramnani for the patch. | |||||
* | | | | | Issue #25928: Temporarily disable some tests in test_statistics in order | Stefan Krah | 2015-12-28 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | to sort out its assumptions about the as_integer_ratio() interface. | |||||
* | | | | | Fix typo. | Stefan Krah | 2015-12-28 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Merge. | Stefan Krah | 2015-12-28 | 3 | -2/+32 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge heads | Serhiy Storchaka | 2015-12-28 | 1 | -4/+4 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Issue #25447: Copying the lru_cache() wrapper object now always works, | Serhiy Storchaka | 2015-12-28 | 3 | -2/+32 | |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | | independedly from the type of the wrapped object (by returning the original object unchanged). | |||||
| | * | | | | | Issue #25447: Copying the lru_cache() wrapper object now always works, | Serhiy Storchaka | 2015-12-28 | 3 | -2/+32 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | independedly from the type of the wrapped object (by returning the original object unchanged). | |||||
* | | | | | | | Issue #25928: Add Decimal.as_integer_ratio(). Python parts and docs by | Stefan Krah | 2015-12-28 | 7 | -3/+213 | |
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | Mark Dickinson. | |||||
* | | | | | | Remove duplicate method in test_pathlib. Initial patch by Navneet Suman. | Ezio Melotti | 2015-12-28 | 1 | -4/+4 | |
|/ / / / / | ||||||
* | | | | | Issue #25768: Make compileall functions return booleans and document | Brett Cannon | 2015-12-27 | 6 | -14/+49 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the return values as well as test them. Thanks to Nicholas Chammas for the bug report and initial patch. | |||||
* | | | | | Merge for issue #12484 | Brett Cannon | 2015-12-27 | 3 | -19/+1 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Issue #12484: Remove a mention of Py_InitModule() and ↵ | Brett Cannon | 2015-12-27 | 3 | -19/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | _PyImport_FixupExtension(). Thanks to Alejandro Santos for the bug report and Anish Shah for the patch. | |||||
* | | | | | Merge for issue #25874 | Brett Cannon | 2015-12-27 | 2 | -0/+9 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Issue #25874: Clarify platform support in the "Using Python on Windows" doc. | Brett Cannon | 2015-12-27 | 2 | -0/+9 | |
| | | | | | | | | | | | | | | | | | | | | Thanks to Chris Wilcox for the initial patch. | |||||
* | | | | | Issue #20440: Cleaning up the code by using Py_SETREF and Py_CLEAR. | Serhiy Storchaka | 2015-12-27 | 9 | -71/+23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Old code is correct, but with Py_SETREF and Py_CLEAR it can be cleaner. This patch doesn't fix bugs and hence there is no need to backport it. | |||||
* | | | | | Issue #20440: More use of Py_SETREF. | Serhiy Storchaka | 2015-12-27 | 8 | -63/+40 | |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | This patch is manually crafted and contains changes that couldn't be handled automatically. | |||||
| * | | | | Issue #20440: More use of Py_SETREF. | Serhiy Storchaka | 2015-12-27 | 7 | -58/+39 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | This patch is manually crafted and contains changes that couldn't be handled automatically. | |||||
* | | | | | Issue #20440: Applied yet one patch for using Py_SETREF. | Serhiy Storchaka | 2015-12-27 | 11 | -105/+62 | |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | The patch is automatically generated, it replaces the code that uses Py_CLEAR. | |||||
| * | | | | Issue #20440: Applied yet one patch for using Py_SETREF. | Serhiy Storchaka | 2015-12-27 | 11 | -106/+63 | |
| | | | | | | | | | | | | | | | | | | | | The patch is automatically generated, it replaces the code that uses Py_CLEAR. | |||||
* | | | | | Closes #25360: Merged fix from 3.5. | Vinay Sajip | 2015-12-26 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Fixes #25360: Search for pythonw.exe when in pyw.exe. | Vinay Sajip | 2015-12-26 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Closes #25685: Merged fix from 3.5. | Vinay Sajip | 2015-12-26 | 1 | -0/+2 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Closes #25685: Made SocketHandler emission more efficient. | Vinay Sajip | 2015-12-26 | 1 | -0/+2 | |
| | | | | | ||||||
* | | | | | Closes #25789: Improved buffering behaviour in launcher. | Vinay Sajip | 2015-12-26 | 1 | -2/+3 | |
| | | | | | ||||||
* | | | | | Issue #22995: Instances of extension types with a state that aren't | Serhiy Storchaka | 2015-12-25 | 4 | -15/+67 | |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | subclasses of list or dict and haven't implemented any pickle-related methods (__reduce__, __reduce_ex__, __getnewargs__, __getnewargs_ex__, or __getstate__), can no longer be pickled. Including memoryview. | |||||
| * | | | | Issue #22995: Instances of extension types with a state that aren't | Serhiy Storchaka | 2015-12-25 | 4 | -15/+67 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | subclasses of list or dict and haven't implemented any pickle-related methods (__reduce__, __reduce_ex__, __getnewargs__, __getnewargs_ex__, or __getstate__), can no longer be pickled. Including memoryview. | |||||
* | | | | | Issue #25923: Added more const qualifiers to signatures of static and ↵ | Serhiy Storchaka | 2015-12-25 | 60 | -191/+210 | |
| | | | | | | | | | | | | | | | | | | | | private functions. | |||||
* | | | | | Issue #25923: Added the const qualifier to static constant arrays. | Serhiy Storchaka | 2015-12-25 | 44 | -134/+139 | |
| | | | | | ||||||
* | | | | | Issue #24103: Fixed possible use after free in ElementTree.XMLPullParser. | Serhiy Storchaka | 2015-12-24 | 2 | -19/+15 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Issue #24103: Fixed possible use after free in ElementTree.XMLPullParser. | Serhiy Storchaka | 2015-12-24 | 2 | -19/+15 | |
| | | | | | ||||||
* | | | | | Issue #20440: Massive replacing unsafe attribute setting code with special | Serhiy Storchaka | 2015-12-24 | 28 | -120/+92 | |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | macro Py_SETREF. | |||||
| * | | | | Issue #20440: Massive replacing unsafe attribute setting code with special | Serhiy Storchaka | 2015-12-24 | 28 | -120/+92 | |
| | | | | | | | | | | | | | | | | | | | | macro Py_SETREF. | |||||
* | | | | | Merge: #1753718: clarify RFC compliance and bytes/string argument types. | R David Murray | 2015-12-24 | 1 | -57/+71 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | #1753718: clarify RFC compliance and bytes/string argument types. | R David Murray | 2015-12-24 | 1 | -57/+71 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch includes contributions by Isobel Hooper, incorporating suggestions from Paul Winkler. Reviewed by Martin Panter. In addition to accepting the corrections for the RFC compliance wording, I went through and corrected all the argument and return types, and made the pattern of how the arguments and return types are documented consistent. So, this patch also addresses #20782, though I had forgotten about that issue and its patch. | |||||
* | | | | | Issue #25860: Fixed test failure caused by inconsistency of os.walk() and | Serhiy Storchaka | 2015-12-22 | 1 | -0/+2 | |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | os.fwalk() parameter names. | |||||
| * | | | | Issue #25860: Fixed test failure caused by inconsistency of os.walk() and | Serhiy Storchaka | 2015-12-22 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | os.fwalk() parameter names. | |||||
* | | | | | Issue #25860: os.fwalk() no longer skips remaining directories when error ↵ | Serhiy Storchaka | 2015-12-22 | 3 | -12/+24 | |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | occurs. Original patch by Samson Lee. | |||||
| * | | | | Issue #25860: os.fwalk() no longer skips remaining directories when error ↵ | Serhiy Storchaka | 2015-12-22 | 3 | -12/+24 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | occurs. Original patch by Samson Lee. | |||||
* | | | | | Issue #25914: Fixed and simplified OrderedDict.__sizeof__. | Serhiy Storchaka | 2015-12-22 | 5 | -25/+45 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Issue #25914: Fixed and simplified OrderedDict.__sizeof__. | Serhiy Storchaka | 2015-12-22 | 5 | -25/+45 | |
| | | | | | ||||||
* | | | | | Issue #25827: Merge with 3.5 | Zachary Ware | 2015-12-21 | 6 | -0/+196 | |
|\ \ \ \ \ | |/ / / / |