| Commit message (Expand) | Author | Age |
* | Issue #21715: Extracted shared complicated code in the _io module to new | Serhiy Storchaka | 2014-10-08 |
* | Issue #20517: Removed unnecessary new (short-lived) functions from PyErr. | Larry Hastings | 2014-02-10 |
* | Issue #20517: Functions in the os module that accept two filenames | Larry Hastings | 2014-02-09 |
* | Issue #19512, #19515: remove shared identifiers, move identifiers where they | Victor Stinner | 2013-11-07 |
* | Issue #19512: add _PyUnicode_CompareWithId() function | Victor Stinner | 2013-11-07 |
* | Issue #19512: add some common identifiers to only create common strings once, | Victor Stinner | 2013-11-06 |
* | Don't export internal symbols ("make smelly") | Antoine Pitrou | 2013-10-12 |
* | Factor-out the common code for setting a KeyError. | Raymond Hettinger | 2013-09-02 |
* | Issue #18571: Implementation of the PEP 446: file descriptors and file handles | Victor Stinner | 2013-08-28 |
* | Close #11619: The parser and the import machinery do not encode Unicode | Victor Stinner | 2013-08-26 |
* | Issue #18664, #18408: Rewrite PyErr_WriteUnraisable() to handle errors | Victor Stinner | 2013-08-26 |
* | Issue #18520: PyErr_NoMemory() now fails with a fatal error if it is called | Victor Stinner | 2013-07-22 |
* | Issue #18408: PyEval_EvalFrameEx() and PyEval_CallObjectWithKeywords() now fail | Victor Stinner | 2013-07-18 |
* | Issue #18408: Fix PyErr_SetImportError(), handle PyDict_SetItemString() failure | Victor Stinner | 2013-07-17 |
* | Issue #18408: Fix PyErr_NormalizeException(), handle PyObject_IsSubclass() fa... | Victor Stinner | 2013-07-17 |
* | Issue #18408: errors.c: in debug mode, calling PyErr_BadInternalCall() now | Victor Stinner | 2013-07-12 |
* | Issue #15767: Revert 3a50025f1900 for ModuleNotFoundError | Brett Cannon | 2013-07-04 |
* | Issue #15767: Touch up ModuleNotFoundError usage by import. | Brett Cannon | 2013-06-12 |
* | Issue #16719: Get rid of WindowsError. Use OSError instead | Andrew Svetlov | 2012-12-19 |
* | Issue #7317: Display full tracebacks when an error occurs asynchronously. | Andrew Svetlov | 2012-11-03 |
* | Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo. | Martin v. Löwis | 2012-04-19 |
* | Fix it for good :-) | Antoine Pitrou | 2012-04-18 |
* | fix refcnt/style/debuging oversights | Benjamin Peterson | 2012-04-18 |
* | Fix email post-commit review comments. | Brian Curtin | 2012-04-18 |
* | Fix #14600. Correct reference handling and naming of ImportError convenience ... | Brian Curtin | 2012-04-17 |
* | Issue #1559549: Add 'name' and 'path' attributes to ImportError. | Brett Cannon | 2012-04-12 |
* | Issue #13560: Locale codec functions use the classic "errors" parameter, | Victor Stinner | 2011-12-17 |
* | Issue #13560: os.strerror() now uses the current locale encoding instead of U... | Victor Stinner | 2011-12-17 |
* | Issue #13575: there is only one class type. | Florent Xicluna | 2011-12-12 |
* | Instantiate the OS-related exception as soon as we raise it, so that "except" | Victor Stinner | 2011-10-17 |
* | Port SetAttrString/HasAttrString to SetAttrId/GetAttrId. | Martin v. Löwis | 2011-10-14 |
* | Rename _Py_identifier to _Py_IDENTIFIER. | Martin v. Löwis | 2011-10-14 |
* | Instantiate the OS-related exception as soon as we raise it, so that | Antoine Pitrou | 2011-10-12 |
* | PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy. | Antoine Pitrou | 2011-10-12 |
* | Use identifier API for PyObject_GetAttrString. | Martin v. Löwis | 2011-10-10 |
* | Implement PEP 393. | Martin v. Löwis | 2011-09-28 |
* | Issue #10780: PyErr_SetFromWindowsErrWithFilename() and | Victor Stinner | 2010-12-28 |
* | Issue #5437: A preallocated MemoryError instance should not hold traceback | Antoine Pitrou | 2010-10-28 |
* | Add a new warning gategory, ResourceWarning, as discussed on python-dev. It ... | Georg Brandl | 2010-10-24 |
* | PyErr_SyntaxLocationEx() uses PyUnicode_DecodeFSDefault(), instead of | Victor Stinner | 2010-10-17 |
* | add PyErr_SyntaxLocationEx, to support adding a column offset | Benjamin Peterson | 2010-09-20 |
* | Issue #8848: U / U# formats of Py_BuildValue() are just alias to s / s# | Victor Stinner | 2010-06-07 |
* | Make PyErr_Occurred return NULL if there is no current thread. Previously it | Jeffrey Yasskin | 2010-05-13 |
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 |
* | PyErr_SetFromErrnoWithFilename() decodes the filename using | Victor Stinner | 2010-05-08 |
* | Poor PLAN9, it isn't supported | Antoine Pitrou | 2010-02-22 |
* | Merged revisions 77088 via svnmerge from | Georg Brandl | 2009-12-28 |
* | Merged revisions 72698-72699 via svnmerge from | Hirokazu Yamamoto | 2009-05-17 |
* | Merged revisions 71024,71058 via svnmerge from | Georg Brandl | 2009-04-11 |
* | Issue 3611: in some cases (a __del__ re-raising an exception, when called fro... | Amaury Forgeot d'Arc | 2008-08-29 |