Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Doc strings added by Mitch Chapman. | Guido van Rossum | 1998-03-03 | 1 | -7/+67 |
| | |||||
* | Apply two changes, systematically: | Guido van Rossum | 1997-10-01 | 1 | -4/+1 |
| | | | | | | | | | | | | | | | | | (1) Use PyErr_NewException("module.class", NULL, NULL) to create the exception object. (2) Remove all calls to Py_FatalError(); instead, return or ignore the errors -- the import code now checks PyErr_Occurred() after calling a module's init function, so it's no longer a fatal error for the initialization to fail. Also did some small cleanups, e.g. removed unnecessary test for "already initialized" from initfpectl(), and unified initposix()/initnt(). I haven't checked this very thoroughly, so while the changes are pretty trivial -- beware of untested code! | ||||
* | Add 'return' keyword before error calls. | Guido van Rossum | 1997-07-17 | 1 | -8/+8 |
| | |||||
* | The usual return-value and memory management checks. I'm not planning | Barry Warsaw | 1997-01-10 | 1 | -10/+16 |
| | | | | | a test for this module though (it does compile at least on Solaris 2.5) | ||||
* | Fix operator priority bug found thanks to gcc -Wall. | Guido van Rossum | 1996-12-10 | 1 | -1/+1 |
| | |||||
* | * various modules: #include "Python.h" and remove most remporary | Guido van Rossum | 1994-09-14 | 1 | -16/+1 |
| | | | | renaming hacks | ||||
* | Steen Lumholt's termios interface. | Guido van Rossum | 1994-09-12 | 1 | -0/+258 |