| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Issue #11768: signal.set_wakeup_fd() and PySignal_SetWakeupFd() added in 2.6 | Victor Stinner | 2011-04-18 | 1 | -0/+2 |
| | | | | | Fix the documentation. | ||||
| * | #11317: fix wrong info about string exceptions. | Georg Brandl | 2011-02-25 | 1 | -9/+5 |
| | | |||||
| * | Merged revisions 86838 via svnmerge from | Antoine Pitrou | 2010-11-27 | 1 | -74/+4 |
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86838 | antoine.pitrou | 2010-11-27 21:40:43 +0100 (sam., 27 nov. 2010) | 3 lines Make doc for PyErr_Format() up to date. ........ | ||||
| * | Merged revisions 86561-86562,86564-86565,86705,86708,86713 via svnmerge from | Georg Brandl | 2010-11-26 | 1 | -0/+77 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86561 | georg.brandl | 2010-11-20 12:47:10 +0100 (Sa, 20 Nov 2010) | 1 line #10460: Update indent.pro to match PEP 7 better. ........ r86562 | georg.brandl | 2010-11-20 14:44:41 +0100 (Sa, 20 Nov 2010) | 1 line #10439: document PyCodec C APIs. ........ r86564 | georg.brandl | 2010-11-20 15:08:53 +0100 (Sa, 20 Nov 2010) | 1 line #10460: an even better indent.pro. ........ r86565 | georg.brandl | 2010-11-20 15:16:17 +0100 (Sa, 20 Nov 2010) | 1 line socket.gethostbyname(socket.gethostname()) can fail when host name resolution is not set up correctly; do not fail test_socket if this is the case. ........ r86705 | georg.brandl | 2010-11-23 08:54:19 +0100 (Di, 23 Nov 2010) | 1 line #10468: document Unicode exception creation and access functions. ........ r86708 | georg.brandl | 2010-11-23 09:37:54 +0100 (Di, 23 Nov 2010) | 2 lines #10511: clarification of what heaps are; suggested by Johannes Hoff. ........ r86713 | georg.brandl | 2010-11-23 19:14:57 +0100 (Di, 23 Nov 2010) | 1 line assert.h is also included. Thanks to Savio Sena. ........ | ||||
| * | Fix warnings from "make check". | Georg Brandl | 2010-03-12 | 1 | -1/+1 |
| | | |||||
| * | #8044: document Py_{Enter,Leave}RecursiveCall functions. | Georg Brandl | 2010-03-07 | 1 | -0/+30 |
| | | |||||
| * | #7033: add new API function PyErr_NewExceptionWithDoc, for easily giving new ↵ | Georg Brandl | 2009-12-28 | 1 | -0/+9 |
| | | | | | exceptions a docstring. | ||||
| * | Issue #7228: Add '%lld' and '%llu' support to PyFormat_FromString, | Mark Dickinson | 2009-11-15 | 1 | -0/+16 |
| | | | | | PyFormat_FromStringV and PyErr_Format. | ||||
| * | PyErr_PrintEx is also in 2.x... | Georg Brandl | 2009-02-05 | 1 | -1/+10 |
| | | |||||
| * | PyErr_BadInternalCall() raises a SystemError, not TypeError #5112 | Benjamin Peterson | 2009-01-31 | 1 | -3/+4 |
| | | |||||
| * | #4763 PyErr_ExceptionMatches won't blow up with NULL arguments | Benjamin Peterson | 2008-12-28 | 1 | -5/+4 |
| | | |||||
| * | Added PyErr_WarnPy3k function. (issue 2671) I will be converting current ↵ | Benjamin Peterson | 2008-04-27 | 1 | -0/+8 |
| | | | | | Py3k warnings to the use of this function soon. | ||||
| * | Some cleanup in the docs. | Georg Brandl | 2007-12-29 | 1 | -2/+2 |
| | | |||||
| * | Patch #1583 by Adam Olsen. | Guido van Rossum | 2007-12-19 | 1 | -0/+10 |
| | | | | | | | | This adds signal.set_wakeup_fd(fd) which sets a file descriptor to which a zero byte will be written whenever a C exception handler runs. I added a simple C API as well, PySignal_SetWakeupFd(fd). | ||||
| * | Move the 2.6 reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+534 |
