| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge 3.5 | Victor Stinner | 2015-12-13 | 1 | -1/+1 |
| |\ | |||||
| | * | Issue #25696: Don't ignore errors in 'make bininstall' on creating $(LIBPC) ↵ | Victor Stinner | 2015-12-13 | 1 | -1/+1 |
| | | | | | | | | | directory | ||||
| * | | (Merge 3.5) Issue #25696: Fix installation of Python on UNIX with make -j9. | Victor Stinner | 2015-12-13 | 2 | -0/+6 |
| |\ \ | |/ | |||||
| | * | Issue #25696: Fix installation of Python on UNIX with make -j9. | Victor Stinner | 2015-12-13 | 2 | -0/+6 |
| | | | |||||
| * | | Fixes #25844: Merged fix from 3.5. | Vinay Sajip | 2015-12-13 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Fixes #25844: Corrected =/== typo potentially leading to crash in launcher. | Vinay Sajip | 2015-12-13 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Fixes #25844: Corrected =/== typo potentially leading to crash in launcher. | Vinay Sajip | 2015-12-13 | 1 | -2/+2 |
| | | | | |||||
| * | | | Sync asyncio with upstream git repo (conditional import in test_pep492.py). ↵ | Guido van Rossum | 2015-12-13 | 1 | -1/+4 |
| |\ \ \ | |/ / | | | | | | | (Merge 3.5->3.6) | ||||
| | * | | Sync asyncio with upstream git repo (conditional import in test_pep492.py). | Guido van Rossum | 2015-12-13 | 1 | -1/+4 |
| | | | | |||||
| * | | | Issue #19771: Merge runpy error adjustment from 3.5 | Martin Panter | 2015-12-12 | 3 | -0/+19 |
| |\ \ \ | |/ / | |||||
| | * | | Issue #19771: Omit irrelevant message if package could not be initialized | Martin Panter | 2015-12-12 | 3 | -0/+19 |
| | | | | |||||
| * | | | Issue #25845: Merge PyLong_Check() cleanup from 3.5 | Martin Panter | 2015-12-12 | 1 | -2/+2 |
| |\ \ \ | |/ / | |||||
| | * | | Issue #25845: Drop redundant checks leftover from int to long conversion | Martin Panter | 2015-12-12 | 1 | -2/+2 |
| | | | | |||||
| * | | | Issue #25809: Merge French locale test from 3.5 | Martin Panter | 2015-12-12 | 1 | -1/+3 |
| |\ \ \ | |/ / | |||||
| | * | | Issue #25809: Skip testing platform-dependent French thousands separator | Martin Panter | 2015-12-12 | 1 | -1/+3 |
| | | | | |||||
| * | | | Issue #25755: Move PropertyWritableDoc into the test case | Berker Peksag | 2015-12-11 | 1 | -7/+7 |
| |\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | This fixes a test failure in refleak mode because test_property_decorator_doc_writable no longer modifies the class in module level. Initial patch by Nan Wu and Torsten Landschoff (from issue 25757) | ||||
| | * | | Issue #25755: Move PropertyWritableDoc into the test case | Berker Peksag | 2015-12-11 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a test failure in refleak mode because test_property_decorator_doc_writable no longer modifies the class in module level. Initial patch by Nan Wu and Torsten Landschoff (from issue 25757) | ||||
| * | | | Merge 3.5 | Yury Selivanov | 2015-12-11 | 2 | -1/+22 |
| |\ \ \ | |/ / | |||||
| | * | | Merge 3.4 | Yury Selivanov | 2015-12-11 | 2 | -1/+22 |
| | |\ \ | | |/ | |||||
| | | * | asyncio: Make Tasks check if Futures are attached to the same event loop | Yury Selivanov | 2015-12-11 | 2 | -1/+22 |
| | | | | | | | | | | | | | See https://github.com/python/asyncio/pull/303 for details | ||||
| * | | | Merge 3.5 | Yury Selivanov | 2015-12-11 | 2 | -2/+5 |
| |\ \ \ | |/ / | |||||
| | * | | Merge 3.4 | Yury Selivanov | 2015-12-11 | 2 | -2/+5 |
| | |\ \ | | |/ | |||||
| | | * | asyncio: Sync with github | Yury Selivanov | 2015-12-11 | 2 | -2/+5 |
| | | | | |||||
| * | | | Issue #25764: Merge fix for root user from 3.5 | Martin Panter | 2015-12-11 | 1 | -2/+6 |
| |\ \ \ | |/ / | |||||
| | * | | Issue #25764: Skip fork failure test when run as root | Martin Panter | 2015-12-11 | 1 | -2/+6 |
| | | | | |||||
| * | | | Issue #22341: Merge CRC doc from 3.5 | Martin Panter | 2015-12-11 | 6 | -58/+39 |
| |\ \ \ | |/ / | |||||
| | * | | Issue #22341: Drop Python 2 workaround and document CRC initial value | Martin Panter | 2015-12-11 | 6 | -58/+39 |
| | | | | | | | | | | | | | Also align the parameter naming in binascii to be consistent with zlib. | ||||
| * | | | Issue #14285: Merge runpy fix from 3.5 | Martin Panter | 2015-12-11 | 5 | -6/+31 |
| |\ \ \ | |/ / | |||||
| | * | | Issue #14285: Do not catch exceptions initializing any ancestor package | Martin Panter | 2015-12-10 | 5 | -6/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | | The previous fix only handled the case of the parent package of __main__ failing to initialize. Also make the "Error while finding spec" formatting slightly more appealing, and document and test that the module name must be absolute. | ||||
| * | | | Issue #25638: Optimized ElementTree parsing; it is now 10% faster. | Serhiy Storchaka | 2015-12-10 | 2 | -9/+21 |
| | | | | |||||
| * | | | Fixed possible leaks in ElementTree parser. | Serhiy Storchaka | 2015-12-09 | 1 | -2/+8 |
| |\ \ \ | |/ / | |||||
| | * | | Fixed possible leaks in ElementTree parser. | Serhiy Storchaka | 2015-12-09 | 1 | -2/+8 |
| | | | | |||||
| * | | | Fixed possible leak in ElementTree.Element.iter(). | Serhiy Storchaka | 2015-12-09 | 1 | -11/+11 |
| |\ \ \ | |/ / | |||||
| | * | | Fixed possible leak in ElementTree.Element.iter(). | Serhiy Storchaka | 2015-12-09 | 1 | -11/+11 |
| | | | | |||||
| * | | | Merge with 3.5 | Zachary Ware | 2015-12-09 | 1 | -1/+2 |
| |\ \ \ | |/ / | |||||
| | * | | Clarify that only *documentation* bugs should go to docs@python.org | Zachary Ware | 2015-12-09 | 1 | -1/+2 |
| | | | | |||||
| * | | | Issue #25820: Merge test_gdb fixes from 3.5 | Martin Panter | 2015-12-09 | 1 | -3/+1 |
| |\ \ \ | |/ / | |||||
| | * | | Issue #25820: Remove unused assignment and redundant GDB CLI arguments | Martin Panter | 2015-12-08 | 1 | -3/+1 |
| | | | | | | | | | | | | | These were added in revision b71cda2f48c6. | ||||
| * | | | Issue #21240: Add an abstractmethod directive to mark abstract methods in ↵ | Berker Peksag | 2015-12-08 | 4 | -11/+25 |
| |\ \ \ | |/ / | | | | | | | the docs more explicitly | ||||
| | * | | Issue #21240: Add an abstractmethod directive to mark abstract methods in ↵ | Berker Peksag | 2015-12-08 | 4 | -11/+25 |
| | | | | | | | | | | | | | the docs more explicitly | ||||
| * | | | Only update the arr variable when PyObject_RichCompareBool() has been called. | Raymond Hettinger | 2015-12-08 | 1 | -2/+2 |
| | | | | |||||
| * | | | Issue #25701: Merge set and delete documentation from 3.5 | Martin Panter | 2015-12-08 | 4 | -29/+50 |
| |\ \ \ | |/ / | |||||
| | * | | Issue #25701: Document C API functions that both set and delete objects | Martin Panter | 2015-12-08 | 4 | -29/+50 |
| | | | | | | | | | | | | | | | | | | | Also document that the separate functions that delete objects are preferred; using PyObject_SetAttr(), _SetAttrString(), and PySequence_SetItem() to delete is deprecated. | ||||
| * | | | merge 3.5 | doko@ubuntu.com | 2015-12-07 | 0 | -0/+0 |
| |\ \ \ | |/ / | |||||
| | * | | merge 3.4 | doko@ubuntu.com | 2015-12-07 | 0 | -0/+0 |
| | |\ \ | | |/ | |||||
| | | * | Remove x permissions from Lib/test/test_script_helper.py | doko@ubuntu.com | 2015-12-07 | 1 | -0/+0 |
| | | | | |||||
| * | | | Issue #25761: Fixed reference leak added in previous changeset (5c670af0100f). | Serhiy Storchaka | 2015-12-07 | 1 | -0/+1 |
| | | | | |||||
| * | | | Null merge from 3.5. | Larry Hastings | 2015-12-07 | 2 | -3/+6 |
| |\ \ \ | |/ / | |||||
| | * | | Mostly-null merge from 3.4. (Only added the tag for 3.4.4rc1.) | Larry Hastings | 2015-12-07 | 1 | -0/+1 |
| | |\ \ | | |/ | |||||
| | | * | Merge. | Larry Hastings | 2015-12-07 | 4 | -21/+35 |
| | | |\ | |||||
