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. | ||||
* | Changes for BeOS, QNX and long long, by Chris Herborth. | Guido van Rossum | 1998-08-04 | 1 | -0/+12 |
| | |||||
* | Doc strings added by Mitch Chapman. | Guido van Rossum | 1998-03-03 | 1 | -4/+32 |
| | |||||
* | Added configuration tests for presence of alarm(), pause(), and getpwent() | Guido van Rossum | 1997-08-22 | 1 | -0/+4 |
| | |||||
* | Nailed a couple of memory leaks, caught by Purify. | Barry Warsaw | 1997-01-09 | 1 | -0/+1 |
| | |||||
* | Minor formatting changes. | Barry Warsaw | 1996-12-19 | 1 | -10/+11 |
| | |||||
* | Renamed. | Barry Warsaw | 1996-12-11 | 1 | -23/+29 |
| | |||||
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -12/+19 |
| | |||||
* | patches for NeXT weirdness | Guido van Rossum | 1995-02-07 | 1 | -0/+7 |
| | |||||
* | Added 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 1 | -2/+2 |
| | | | | | Setup.in: clarified Tk comments somewhat. structmodule.c: use memcpy() instead of double precision assignment. | ||||
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -98/+2 |
| | |||||
* | Makefile, import.c: Lance's alternative module search (allow .pyc file | Guido van Rossum | 1993-10-15 | 1 | -1/+0 |
| | | | | | | | | | | without .py file); Bill's dynamic loading for SunOS using shared libraries. pwdmodule.c (mkgrent): remove DECREF of uninitialized variable. classobject.c (instance_getattr): Fix case when class lookup returns unbound method instead of function. | ||||
* | * Changed many files to use mkvalue() instead of newtupleobject(). | Guido van Rossum | 1993-03-16 | 1 | -36/+17 |
| | | | | | | | | | | * Fixcprt.py: added [-y file] option, do only files younger than file. * modsupport.[ch]: added vmkvalue(). * intobject.c: use mkvalue(). * stringobject.c: added "formatstring"; renamed string* to string_*; ceval.c: call formatstring for string % value. * longobject.c: close memory leak in divmod. * parsetok.c: set result node to NULL when returning an error. | ||||
* | Copyright for 1992 added | Guido van Rossum | 1992-04-05 | 1 | -1/+1 |
| | |||||
* | Use getargs() function. | Guido van Rossum | 1992-01-27 | 1 | -4/+4 |
| | |||||
* | Raise KeyError instead of RuntimeError when a uid or name (etc) is not found. | Guido van Rossum | 1991-12-24 | 1 | -4/+4 |
| | |||||
* | Initial revision | Guido van Rossum | 1991-04-10 | 1 | -0/+222 |