Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add DL_EXPORT() to all modules that could possibly be used | Guido van Rossum | 1998-12-04 | 1 | -1/+1 |
| | | | | on BeOS or Windows. | ||||
* | Purported fixes for 64-bit platforms with help from John Jorgensen | Guido van Rossum | 1998-04-23 | 1 | -42/+54 |
| | |||||
* | Apply two changes, systematically: | Guido van Rossum | 1997-10-01 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | | (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! | ||||
* | Partial(?) 64bit patch (AMK). | Guido van Rossum | 1997-05-22 | 1 | -6/+6 |
| | |||||
* | Keep Microsoft VC happy. | Guido van Rossum | 1997-04-11 | 1 | -10/+10 |
| | |||||
* | (Jack:) fopen arg typo (?) "rw" changed to "rb". | Guido van Rossum | 1997-04-11 | 1 | -1/+1 |
| | |||||
* | Change all three fopen calls to use binary mode. | Guido van Rossum | 1997-02-21 | 1 | -3/+3 |
| | |||||
* | Primarily formatting changes, but I also plugged a couple of potential | Barry Warsaw | 1997-01-09 | 1 | -302/+308 |
| | | | | return value problems, memory leaks, and descriptor leaks. | ||||
* | Reindented. | Roger E. Masse | 1997-01-03 | 1 | -516/+546 |
| | |||||
* | Grandly renamed. | Barry Warsaw | 1996-12-11 | 1 | -50/+52 |
| | | | | | Note that since I have no idea how to test this, I didn't write a test case. It does seem to at least compile on my system though. | ||||
* | Keep gcc -Wall happy. | Guido van Rossum | 1996-12-05 | 1 | -1/+1 |
| | |||||
* | Declare a bunch of internal routines as returning void. | Guido van Rossum | 1996-08-19 | 1 | -13/+13 |
| | |||||
* | Another bulky set of minor changes. | Guido van Rossum | 1995-01-02 | 1 | -1/+1 |
| | | | | | Note addition of gethostbyaddr() and improved repr() for sockets, renaming of md5.md5() to md5.new(), and fixing of leaks in threads. | ||||
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -3/+5 |
| | |||||
* | Integers are specified as "i" and not as "d". | Sjoerd Mullender | 1994-01-07 | 1 | -1/+1 |
| | |||||
* | Added function ttob. | Sjoerd Mullender | 1993-12-24 | 1 | -4/+41 |
| | |||||
* | ANSIfied somewhat. | Sjoerd Mullender | 1993-12-24 | 1 | -21/+22 |
| | |||||
* | rgbimgmodule.c, Makefile, config.c: new module to read RGB image files. | Sjoerd Mullender | 1993-12-21 | 1 | -0/+712 |
Does not need any SGI-specific libraries. cgen.py, cstubs, Makefile: Generate glmodule.c differently so that it can be compiled using an ANSI compiler. |