Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Check return value of PyObject_AsFileDescriptor() in _Py_DisplaySourceLine() ↵ | Christian Heimes | 2013-07-20 | 1 | -0/+5 | |
|/ | | | | | | for error CID 486768 | |||||
* | Check return value of PyEval_GetGlobals() for NULL | Christian Heimes | 2013-07-20 | 1 | -2/+7 | |
| | | | | CID 486814 | |||||
* | Check return value of flush_character_buffer() | Christian Heimes | 2013-07-20 | 1 | -1/+3 | |
| | | | | CID 486663 | |||||
* | Check return value of fstat() in _PyImport_GetDynLoadFunc() | Christian Heimes | 2013-07-20 | 1 | -1/+3 | |
| | | | | CID 486250 | |||||
* | Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong ↵ | Mark Dickinson | 2013-07-20 | 2 | -0/+10 | |
| | | | | cmath.rect(0.0,-0.0) results. | |||||
* | Add missing check of PyDict_Update()'s return value in _elementtree.c | Christian Heimes | 2013-07-20 | 1 | -1/+2 | |
| | | | | CID 719637 | |||||
* | Add missing check of PyDict_SetItem()'s return value | Christian Heimes | 2013-07-20 | 1 | -1/+4 | |
| | | | | CID 486659 | |||||
* | Check return value of PyType_Ready(&EncodingMapType) | Christian Heimes | 2013-07-20 | 1 | -1/+2 | |
| | | | | CID 486654 | |||||
* | Add missing check of PyDict_SetItem()'s return value in ↵ | Christian Heimes | 2013-07-20 | 1 | -1/+4 | |
| | | | | | | _PyImport_FindExtensionObject() CID 486649 | |||||
* | Add missing check of PyDict_SetItem()'s return value in PyEval_EvalCodeEx() | Christian Heimes | 2013-07-20 | 1 | -1/+3 | |
| | | | | CID 486647 | |||||
* | Prevent dangling threads/process warning for test_multiprocessing. | Richard Oudkerk | 2013-07-19 | 1 | -4/+7 | |
| | ||||||
* | #18480: Add missing PyType_Ready call to _elementtree extension | Ronald Oussoren | 2013-07-19 | 2 | -5/+11 | |
| | ||||||
* | Fix posix_chflags(): return_value was uninitialized when follow_symlinks=False | Victor Stinner | 2013-07-18 | 1 | -1/+1 | |
| | | | | whereas the fchmodat() function is not avaialble. | |||||
* | Issue #18266: test_largefile now works with unittest test discovery and | Serhiy Storchaka | 2013-07-17 | 2 | -63/+54 | |
| | | | | supports running only selected tests. Patch by Zachary Ware. | |||||
* | Issue #17767: test_locale now works with unittest test discovery. | Serhiy Storchaka | 2013-07-17 | 2 | -58/+39 | |
| | | | | Original patch by Zachary Ware. | |||||
* | Issue #18448: Fix a typo in Tools/demo/eiffel.py. | Serhiy Storchaka | 2013-07-16 | 2 | -1/+3 | |
| | ||||||
* | Issue #18457: Fixed saving of formulas and complex numbers in Tools/demo/ss1.py. | Serhiy Storchaka | 2013-07-16 | 2 | -34/+21 | |
| | | | | | Useed context managers for file I/O. Removed out-of-dated code and misleading comments. | |||||
* | Closes #18475: add unittest.main() to test_email/test_inversions. | R David Murray | 2013-07-16 | 1 | -0/+4 | |
| | | | | Patch by Vajrasky Kok. | |||||
* | Issue #17778: Fix test discovery for test_multiprocessing. (Patch by | Richard Oudkerk | 2013-07-16 | 2 | -122/+107 | |
| | | | | Zachary Ware.) | |||||
* | move declaration to top of block | Benjamin Peterson | 2013-07-16 | 1 | -1/+2 | |
| | ||||||
* | check the return value of new_string() (closes #18470) | Benjamin Peterson | 2013-07-16 | 1 | -36/+46 | |
| | ||||||
* | Issue #18471: Fix typo in heapq documentation (reported by François Pinard). | Ned Deily | 2013-07-16 | 1 | -1/+1 | |
| | ||||||
* | - Issue #18440: Clarify that `hash()` can truncate the value returned from an | Barry Warsaw | 2013-07-15 | 3 | -8/+27 | |
| | | | | object's custom `__hash__()` method. | |||||
* | Closes #18464: fix typo in test name. | R David Murray | 2013-07-15 | 1 | -1/+1 | |
| | ||||||
* | Issue #18344: Fix potential ref-leaks in _bufferedreader_read_all(). | Richard Oudkerk | 2013-07-15 | 2 | -48/+47 | |
| | ||||||
* | Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch by | Serhiy Storchaka | 2013-07-15 | 3 | -14/+18 | |
| | | | | Févry Thibault. | |||||
* | Issue #18452: fix several "occurrence" typos (reported by Févry Thibault). | Ned Deily | 2013-07-14 | 3 | -4/+4 | |
| | ||||||
* | Issue #18432: Fix unintended API change in the sched module | Raymond Hettinger | 2013-07-14 | 3 | -2/+5 | |
| | ||||||
* | Issue #18365: convert buildbot errors to skips. | Terry Jan Reedy | 2013-07-13 | 1 | -1/+4 | |
| | ||||||
* | Issue #18279: Add tests for idlelib/RstripExtension.py. Original patch by | Terry Jan Reedy | 2013-07-13 | 5 | -8/+94 | |
| | | | | | Phil Webster. With that available, modify RstripExtension.py to stop deleting null slices, which caused a file to be marked as changed when it was not. | |||||
* | #18437: fix comment typo. | R David Murray | 2013-07-13 | 1 | -1/+1 | |
| | ||||||
* | Issue #18365: normalize whitespace | Terry Jan Reedy | 2013-07-13 | 2 | -8/+7 | |
| | ||||||
* | Issue #18365: Add mock Text class and test thereof versus tk.Text. | Terry Jan Reedy | 2013-07-13 | 2 | -5/+449 | |
| | | | | Based on patches by Todd.Rovito and Phil Webster. | |||||
* | #18389: Clarify that relpath does not access the file system. | R David Murray | 2013-07-12 | 1 | -2/+4 | |
| | | | | Initial patch by Madison May. | |||||
* | Issue #18433: Clarified venv documentation. | Vinay Sajip | 2013-07-12 | 1 | -3/+10 | |
| | ||||||
* | Issue #18434: Updated example script to tidy up resources. | Vinay Sajip | 2013-07-12 | 1 | -0/+1 | |
| | ||||||
* | Merged upstream changes. | Vinay Sajip | 2013-07-12 | 4 | -3/+73 | |
|\ | ||||||
| * | Merge heads. | R David Murray | 2013-07-12 | 4 | -3/+73 | |
| |\ | ||||||
| | * | #18431: Decode encoded words in atoms in new email parser. | R David Murray | 2013-07-12 | 4 | -3/+73 | |
| | | | | | | | | | | | | | | | | | | There is more to be done here in terms of accepting RFC invalid input that some mailers accept, but this covers the valid RFC places where encoded words can occur in structured headers. | |||||
* | | | Issue #18435: Replaced simple attribute container class Context with ↵ | Vinay Sajip | 2013-07-12 | 1 | -7/+2 | |
|/ / | | | | | | | types.SimpleNamespace. | |||||
* | | Issue #18434: Updated example script in venv docs to use setuptools rather ↵ | Vinay Sajip | 2013-07-12 | 1 | -21/+28 | |
|/ | | | | than Distribute. | |||||
* | #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?= | R David Murray | 2013-07-11 | 5 | -40/+62 | |
| | | | | | | | | | | The problem was I was only checking for decimal digits after the third '?', not for *hex* digits :(. This changeset also fixes a couple of comment typos, deletes an unused function relating to encoded word parsing, and removed an invalid 'if' test from the folding function that was revealed by the tests written to validate this issue. | |||||
* | Issue #17872: Fix a segfault in marshal.load() when input stream returns | Serhiy Storchaka | 2013-07-11 | 3 | -15/+35 | |
| | | | | more bytes than requested. | |||||
* | Issue #18085: Add missed const modifier for some entries in refcounts.dat. | Serhiy Storchaka | 2013-07-11 | 1 | -77/+77 | |
| | ||||||
* | Issue #18101: Tcl.split() now process strings nested in a tuple as it | Serhiy Storchaka | 2013-07-11 | 3 | -0/+78 | |
| | | | | | | do with byte strings. Added tests for Tcl.split() and Tcl.splitline(). | |||||
* | #17987: properly document support.captured_xxx. | R David Murray | 2013-07-11 | 4 | -16/+47 | |
| | | | | Patch by Dmi Baranov. | |||||
* | Fix reference leaks introduced by the patch for issue #5308. | Serhiy Storchaka | 2013-07-11 | 1 | -12/+11 | |
| | ||||||
* | Issue #18336. Fix a link to StreamReader's read() method. | Serhiy Storchaka | 2013-07-11 | 1 | -1/+1 | |
| | ||||||
* | Issue #18426: improve exception message. Courtesy of Amaury | Christian Heimes | 2013-07-11 | 1 | -1/+5 | |
| | ||||||
* | Issue #18426: Fix NULL pointer dereference in C extension import when | Christian Heimes | 2013-07-11 | 2 | -0/+5 | |
| | | | | PyModule_GetDef() returns an error. |