| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. | Yury Selivanov | 2015-07-03 | 1 | -3/+9 |
| | | |||||
| * | Fixed documentation of functions with const char* arguments. | Serhiy Storchaka | 2015-06-21 | 1 | -4/+4 |
| |\ | |||||
| | * | Fixed documentation of functions with const char* arguments. | Serhiy Storchaka | 2015-06-21 | 1 | -4/+4 |
| | | | |||||
| * | | Added the const qualifier for char* argument of Py_EnterRecursiveCall(). | Serhiy Storchaka | 2015-06-21 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Added the const qualifier for char* argument of Py_EnterRecursiveCall(). | Serhiy Storchaka | 2015-06-21 | 1 | -1/+1 |
| | | | |||||
| * | | merge 3.4 (#23221) | Benjamin Peterson | 2015-01-13 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | fix instances of consecutive articles (closes #23221) | Benjamin Peterson | 2015-01-13 | 1 | -1/+1 |
| | | | | | | | | | Patch by Karan Goel. | ||||
| * | | Doc: fix default role usage (except in unittest mock docs) | Georg Brandl | 2014-10-30 | 1 | -1/+1 |
| | | | |||||
| * | | merge with 3.4 | Georg Brandl | 2014-10-06 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Closes #22565: fix argument types of PyErr_WarnEx. | Georg Brandl | 2014-10-06 | 1 | -1/+1 |
| | | | |||||
| * | | Reorganize C API docs of the exception API | Antoine Pitrou | 2014-09-30 | 1 | -151/+191 |
| | | | |||||
| * | | Issue #18711: Add a new `PyErr_FormatV` function, similar to `PyErr_Format` ↵ | Antoine Pitrou | 2014-09-30 | 1 | -0/+8 |
| | | | | | | | | | but accepting a `va_list` argument. | ||||
| * | | Issue #22018: On Windows, signal.set_wakeup_fd() now also supports sockets. | Victor Stinner | 2014-07-29 | 1 | -3/+8 |
| | | | | | | | | | A side effect is that Python depends to the WinSock library. | ||||
| * | | Backout 42ced0d023cd: oops, i didn't want to push this changeset :-/ | Victor Stinner | 2014-07-24 | 1 | -10/+3 |
| | | | |||||
| * | | tets | Victor Stinner | 2014-07-24 | 1 | -3/+10 |
| |/ | |||||
| * | Get rid of deprecated IOError in the doc | Andrew Svetlov | 2014-03-31 | 1 | -2/+2 |
| | | |||||
| * | Fix a few scoping issues with versionadded/versionchanged directives. | Georg Brandl | 2014-03-24 | 1 | -4/+4 |
| | | |||||
| * | Merge in all documentation changes since branching 3.4.0rc1. | Larry Hastings | 2014-03-16 | 1 | -4/+4 |
| | | |||||
| * | Issue #20517: Removed unnecessary new (short-lived) functions from PyErr. | Larry Hastings | 2014-02-10 | 1 | -25/+0 |
| | | |||||
| * | Issue #20517: Functions in the os module that accept two filenames | Larry Hastings | 2014-02-10 | 1 | -7/+43 |
| | | | | | | | now register both filenames in the exception on failure. This required adding new C API functions allowing OSError exceptions to reference two filenames instead of one. | ||||
| * | Close #20105: set __traceback__ when chaining exceptions in C | Nick Coghlan | 2014-01-26 | 1 | -0/+10 |
| | | |||||
| * | Close #11619: The parser and the import machinery do not encode Unicode | Victor Stinner | 2013-08-26 | 1 | -11/+25 |
| | | | | | filenames anymore on Windows. | ||||
| * | 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 |
| | | | | | | | | PyErr_SetFromWindowsErrWithFilenameObject, and PyErr_SetExcFromWindowsErrWithFilenameObject. Note that PyErr_SetExcFromWindowsErrWithFilenameObjectAndSomeOtherParametersSoThatTheNameGetsSoLongThatNobodyIsEverGonnaUseThisStrangeFunctionForAnything is still undocumented. | ||||
| * | PEP 415: Implement suppression of __context__ display with an exception ↵ | Benjamin Peterson | 2012-05-15 | 1 | -7/+1 |
| | | | | | | | attribute This replaces the original PEP 409 implementation. See #14133. | ||||
| * | 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 |
| | | | | | Patch by Stefan Behnel. | ||||
| * | Fix #14600. Correct reference handling and naming of ImportError convenience ↵ | Brian Curtin | 2012-04-17 | 1 | -19/+4 |
| | | | | | function | ||||
| * | 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 |
| | | | | | | PyErr_SetExcFromWindowsErrWithFilename() decode the filename from the filesystem encoding instead of UTF-8. | ||||
| * | Issue #10779: PyErr_WarnExplicit() decodes the filename from the filesystem | Victor Stinner | 2010-12-27 | 1 | -2/+3 |
| | | | | | encoding instead of UTF-8. | ||||
| * | 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 |
| | | | | | encodings | ||||
| * | 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 |
| | | | | | | | a non-ASCII byte in the format string. Document also the encoding. | ||||
| * | Issue #9425: Create PyErr_WarnFormat() function | Victor Stinner | 2010-08-13 | 1 | -3/+10 |
| | | | | | | | | Similar to PyErr_WarnEx() but use PyUnicode_FromFormatV() to format the warning message. Strip also some trailing spaces. | ||||
| * | Merged revisions 78760,78771-78773,78802,78922,78952 via svnmerge from | Georg Brandl | 2010-03-14 | 1 | -0/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78760 | georg.brandl | 2010-03-07 16:23:59 +0100 (So, 07 Mär 2010) | 1 line #5341: more built-in vs builtin fixes. ........ r78771 | georg.brandl | 2010-03-07 21:58:31 +0100 (So, 07 Mär 2010) | 1 line #8085: The function is called PyObject_NewVar, not PyObject_VarNew. ........ r78772 | georg.brandl | 2010-03-07 22:12:28 +0100 (So, 07 Mär 2010) | 1 line #8039: document conditional expressions better, giving them their own section. ........ r78773 | georg.brandl | 2010-03-07 22:32:06 +0100 (So, 07 Mär 2010) | 1 line #8044: document Py_{Enter,Leave}RecursiveCall functions. ........ r78802 | georg.brandl | 2010-03-08 17:28:40 +0100 (Mo, 08 Mär 2010) | 1 line Fix typo. ........ r78922 | georg.brandl | 2010-03-13 14:41:58 +0100 (Sa, 13 Mär 2010) | 1 line Update for new download location. ........ r78952 | georg.brandl | 2010-03-14 10:55:08 +0100 (So, 14 Mär 2010) | 1 line #8137: add iso-8859-16 to the standard encodings table. ........ | ||||
