Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich ↵ | Guido van Rossum | 2016-01-06 | 4 | -37/+59 |
|\ | | | | | | | Petri. (Merge 3.4->3.5) | ||||
| * | Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri. | Guido van Rossum | 2016-01-06 | 4 | -37/+59 |
| | | |||||
* | | merge from 3.4 | Senthil Kumaran | 2016-01-04 | 1 | -4/+3 |
|\ \ | |/ | | | | | | | | | Issue24898 - Improve str.find documentation. Simplify str.find explaination as per Georg Brandl's suggestion. | ||||
| * | Issue24898 - Improve str.find documentation. | Senthil Kumaran | 2016-01-04 | 1 | -4/+3 |
| | | | | | | | | Simplify str.find explaination as per Georg Brandl's suggestion. | ||||
* | | merge from 3.4 | Senthil Kumaran | 2016-01-03 | 1 | -3/+5 |
|\ \ | |/ | | | | | | | | | | | Issue21221 - Explain the usage of tm_isdst attribute of mktime, with valid values and meaning. Patch contributed by Andrew Scheller. | ||||
| * | Issue21221 - Explain the usage of tm_isdst attribute of mktime, with valid | Senthil Kumaran | 2016-01-03 | 1 | -3/+5 |
| | | | | | | | | | | | | values and meaning. Patch contributed by Andrew Scheller. | ||||
* | | #22709: Use stdin as-is if it does not have a buffer attribute. | R David Murray | 2016-01-02 | 3 | -1/+15 |
| | | | | | | | | | | | | | | This restores backward compatibility lost in the fix for #21075, and is better duck typing. Patch by Akira Li. | ||||
* | | merge from 3.4 | Senthil Kumaran | 2016-01-02 | 2 | -4/+2 |
|\ \ | |/ | | | | | Issue25917 : Fix howto links in docs. Point the reference documentation instead of wiki. | ||||
| * | Issue25917 : Fix howto links in docs. Point the reference documentation ↵ | Senthil Kumaran | 2016-01-02 | 2 | -4/+2 |
| | | | | | | | | instead of wiki. | ||||
* | | Remove a duplicate test_addresses key:value as identified by Vincent | Gregory P. Smith | 2016-01-02 | 1 | -1/+0 |
| | | | | | | | | Davis reviewing code. | ||||
* | | Update copyrights for 2016. | Ned Deily | 2016-01-01 | 5 | -8/+8 |
|\ \ | |/ | |||||
| * | Update copyrights for 2016. | Ned Deily | 2016-01-01 | 5 | -8/+8 |
| | | |||||
* | | Fix grammar. | Zachary Ware | 2016-01-01 | 1 | -1/+1 |
| | | | | | | | | Reported by Anatoly Techtonik on docs@ | ||||
* | | merge 3.4 | Benjamin Peterson | 2016-01-01 | 5 | -32/+1 |
|\ \ | |/ | |||||
| * | merge 3.3 | Benjamin Peterson | 2016-01-01 | 5 | -32/+1 |
| |\ | |||||
| | * | remove some copyright notices supserseded by the toplevel ones | Benjamin Peterson | 2016-01-01 | 4 | -31/+0 |
| | | | |||||
| | * | add 2015 and 2016 | Benjamin Peterson | 2016-01-01 | 1 | -1/+1 |
| | | | |||||
* | | | merge 3.4 | Benjamin Peterson | 2016-01-01 | 1 | -2/+3 |
|\ \ \ | |/ / | |||||
| * | | merge 3.3 | Benjamin Peterson | 2016-01-01 | 1 | -2/+3 |
| |\ \ | | |/ | |||||
| | * | reflow | Benjamin Peterson | 2016-01-01 | 1 | -2/+3 |
| | | | |||||
* | | | merge 3.4 | Benjamin Peterson | 2016-01-01 | 6 | -8/+8 |
|\ \ \ | |/ / | |||||
| * | | merge 3.3 | Benjamin Peterson | 2016-01-01 | 6 | -8/+8 |
| |\ \ | | |/ | |||||
| | * | 2016 will be another year of writing copyrighted code | Benjamin Peterson | 2016-01-01 | 6 | -6/+6 |
| | | | |||||
* | | | Issue #25961: Disallowed null characters in the type name. | Serhiy Storchaka | 2015-12-30 | 2 | -28/+19 |
| | | | | | | | | | | | | Simplified testing for null characters in __name__ setter. | ||||
* | | | Make catched exception more specific and correct a comment. | Serhiy Storchaka | 2015-12-30 | 1 | -3/+3 |
| | | | |||||
* | | | Fixed formatting comman-line usage message. | Serhiy Storchaka | 2015-12-30 | 1 | -4/+4 |
| | | | |||||
* | | | Issue #25977: Fix typos in Lib/tokenize.py | Berker Peksag | 2015-12-29 | 1 | -4/+4 |
| | | | | | | | | | | | | Patch by John Walker. | ||||
* | | | make recording and reporting errors and nonlocal and global directives more ↵ | Benjamin Peterson | 2015-12-29 | 3 | -8/+27 |
| | | | | | | | | | | | | robust (closes #25973) | ||||
* | | | Backport of fix for issue #25930 | Brett Cannon | 2015-12-29 | 1 | -5/+5 |
| | | | |||||
* | | | 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 #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. | ||||
* | | | 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: 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 | -106/+63 |
| | | | | | | | | | | | | The patch is automatically generated, it replaces the code that uses Py_CLEAR. | ||||
* | | | Fixes #25360: Search for pythonw.exe when in pyw.exe. | Vinay Sajip | 2015-12-26 | 1 | -1/+1 |
| | | | |||||
* | | | Closes #25685: Made SocketHandler emission more efficient. | Vinay Sajip | 2015-12-26 | 1 | -0/+2 |
| | | | |||||
* | | | 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 #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. | ||||
* | | | #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: 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 #25827: Add support for ICC to configure | Zachary Ware | 2015-12-21 | 6 | -0/+196 |
| | | | |||||
* | | | Issue #25902: Fixed various refcount issues in ElementTree iteration. | Serhiy Storchaka | 2015-12-21 | 4 | -36/+117 |
| | | | |||||
* | | | Merge 3.4.4 from 3.4 to 3.5. | Larry Hastings | 2015-12-21 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge. | Larry Hastings | 2015-12-21 | 5 | -7/+19 |
| |\ \ | |||||
| | * | | Post-release touchups for Python 3.4.4 final. | Larry Hastings | 2015-12-21 | 2 | -1/+13 |
| | | | | |||||
| | * | | Added tag v3.4.4 for changeset 737efcadf5a6 | Larry Hastings | 2015-12-20 | 1 | -0/+1 |
| | | | | |||||
| | * | | Release bump for Python 3.4.4 final.v3.4.4 | Larry Hastings | 2015-12-20 | 3 | -8/+7 |
| | | | |