| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Issue #18589: fix hyperlinking of type slots (tp_*) | Antoine Pitrou | 2013-08-01 | 1 | -6/+6 |
|
|
* | Closes #13638: document PyErr_SetFromErrnoWithFilenameObject, | Georg Brandl | 2013-04-14 | 1 | -11/+29 |
|
|
* | PEP 415: Implement suppression of __context__ display with an exception attri... | Benjamin Peterson | 2012-05-15 | 1 | -7/+1 |
|
|
* | Fix location of versionaddeds and empty lines. | Georg Brandl | 2012-04-24 | 1 | -3/+6 |
|
|
* | Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo. | Martin v. Löwis | 2012-04-19 | 1 | -0/+35 |
|
|
* | Fix #14600. Correct reference handling and naming of ImportError convenience ... | Brian Curtin | 2012-04-17 | 1 | -19/+4 |
|
|
* | Add versionadded tags to newly added ImportError convenience functions. | Brian Curtin | 2012-04-16 | 1 | -0/+5 |
|
|
* | Add documentation for the new PyErr_SetFromImport* functions | Brian Curtin | 2012-04-16 | 1 | -0/+18 |
|
|
* | Close issue #6210: Implement PEP 409 | Nick Coghlan | 2012-02-26 | 1 | -6/+13 |
|
|
* | Merge with 3.2. | Ezio Melotti | 2011-10-19 | 1 | -1/+1 |
|\ |
|
* | | Update index entries | Antoine Pitrou | 2011-10-12 | 1 | -3/+17 |
|
|
* | | Update the C-API docs for exception types | Antoine Pitrou | 2011-10-12 | 1 | -59/+110 |
|/ |
|
* | Clarify that PyErr_NewException creates an exception *class*, not instance. | Georg Brandl | 2011-07-13 | 1 | -3/+3 |
|
|
* | Issue #9738: Fix typo, ASCII-encoding string => ASCII-encoded string | Victor Stinner | 2010-12-28 | 1 | -1/+1 |
|
|
* | Issue #10780: PyErr_SetFromWindowsErrWithFilename() and | Victor Stinner | 2010-12-28 | 1 | -2/+3 |
|
|
* | Issue #10779: PyErr_WarnExplicit() decodes the filename from the filesystem | Victor Stinner | 2010-12-27 | 1 | -2/+3 |
|
|
* | Issue #9738: Document encodings of error and warning functions | Victor Stinner | 2010-12-27 | 1 | -9/+16 |
|
|
* | Fix typo | Daniel Stutzbach | 2010-12-17 | 1 | -3/+3 |
|
|
* | Issue 8753: Added documentation for Py_ReprEntr and Py_ReprLeave. | Daniel Stutzbach | 2010-12-17 | 1 | -0/+29 |
|
|
* | Make doc for PyErr_Format() up to date. | Antoine Pitrou | 2010-11-27 | 1 | -74/+5 |
|
|
* | #10468: document Unicode exception creation and access functions. | Georg Brandl | 2010-11-23 | 1 | -0/+77 |
|
|
* | Issue #9738: Document PyErr_SetString() and PyErr_SetFromErrnoWithFilename() | Victor Stinner | 2010-10-09 | 1 | -1/+3 |
|
|
* | Migrate to Sphinx 1.0 C language constructs. | Georg Brandl | 2010-10-06 | 1 | -145/+145 |
|
|
* | note version | Benjamin Peterson | 2010-09-21 | 1 | -0/+2 |
|
|
* | add PyErr_SyntaxLocationEx, to support adding a column offset | Benjamin Peterson | 2010-09-20 | 1 | -0/+14 |
|
|
* | Issue #9738: PyUnicode_FromFormat() and PyErr_Format() raise an error on | Victor Stinner | 2010-09-11 | 1 | -1/+1 |
|
|
* | Issue #9425: Create PyErr_WarnFormat() function | Victor Stinner | 2010-08-13 | 1 | -3/+10 |
|
|
* | Merged revisions 78760,78771-78773,78802,78922,78952 via svnmerge from | Georg Brandl | 2010-03-14 | 1 | -0/+30 |
|
|
* | Merged revisions 78859-78860 via svnmerge from | Georg Brandl | 2010-03-12 | 1 | -1/+1 |
|
|
* | Merged revisions 77088 via svnmerge from | Georg Brandl | 2009-12-28 | 1 | -0/+9 |
|
|
* | Merged revisions 76308 via svnmerge from | Mark Dickinson | 2009-11-16 | 1 | -0/+16 |
|
|
* | Fix segfaults when running test_exceptions with coverage tracing, caused by w... | Georg Brandl | 2009-03-31 | 1 | -0/+46 |
|
|
* | Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,... | Benjamin Peterson | 2009-02-06 | 1 | -3/+4 |
|
|
* | #5096: document PyErr_PrintEx(). | Georg Brandl | 2009-02-05 | 1 | -1/+10 |
|
|
* | Merged revisions 67952,67957-67958,67960-67961,67963,67973,67978,67995,68030,... | Benjamin Peterson | 2009-01-01 | 1 | -5/+4 |
|
|
* | Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. | Georg Brandl | 2008-05-25 | 1 | -1/+1 |
|
|
* | Remove many "versionchanged" items that didn't use the official markup, | Georg Brandl | 2008-05-12 | 1 | -1/+0 |
|
|
* | Merged revisions 59605-59624 via svnmerge from | Christian Heimes | 2007-12-31 | 1 | -2/+2 |
|
|
* | Merged revisions 59565-59594 via svnmerge from | Christian Heimes | 2007-12-24 | 1 | -0/+10 |
|
|
* | Remove versionadded and versionchanged directives, fold information into text... | Georg Brandl | 2007-09-01 | 1 | -21/+1 |
|
|
* | Move the 3k reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+515 |
|
|