Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |