Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added comment with web location of bsddb windows port. | Guido van Rossum | 1999-09-20 | 1 | -1/+4 |
| | |||||
* | Thanks to Chris Herborth, the thread primitives now have proper Py* | Guido van Rossum | 1998-12-21 | 1 | -9/+9 |
| | | | | | names in the source code (they already had those for the linker, through some smart macros; but the source still had the old, un-Py names). | ||||
* | Add DL_EXPORT() to all modules that could possibly be used | Guido van Rossum | 1998-12-04 | 1 | -1/+1 |
| | | | | on BeOS or Windows. | ||||
* | Renamed thread.h to pythread.h. | Guido van Rossum | 1998-10-01 | 1 | -1/+1 |
| | |||||
* | Make new gcc -Wall happy | Guido van Rossum | 1998-04-10 | 1 | -3/+3 |
| | |||||
* | Threading speedup patches by Christopher Lindblad <cjl@infoseek.com>. | Guido van Rossum | 1998-04-09 | 1 | -22/+148 |
| | |||||
* | Apply two changes, systematically: | Guido van Rossum | 1997-10-01 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | (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! | ||||
* | Patches by AMK to check that the db is still open. | Guido van Rossum | 1997-07-17 | 1 | -0/+20 |
| | |||||
* | Already renamed. Indented. | Roger E. Masse | 1997-01-16 | 1 | -471/+513 |
| | |||||
* | Fix bad format char in error msg (%s should be %d). | Guido van Rossum | 1996-12-05 | 1 | -3/+1 |
| | | | | Keep gcc -Wall happy. | ||||
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
| | |||||
* | Force O_BINARY in flags if defined, for e.g. Microsoft platforms. | Guido van Rossum | 1996-09-11 | 1 | -1/+10 |
| | |||||
* | Dynamically initialize ob_type field, for Windows DLL | Guido van Rossum | 1996-09-11 | 1 | -1/+2 |
| | |||||
* | Converted to new style names by Skip Montanaro | Guido van Rossum | 1996-07-24 | 1 | -130/+129 |
| | |||||
* | Be more careful about default args. | Guido van Rossum | 1996-05-23 | 1 | -16/+25 |
| | |||||
* | Initial revision | Guido van Rossum | 1995-08-30 | 1 | -0/+667 |