Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure we close the group and password databases when we are done with | Fred Drake | 2001-03-11 | 1 | -0/+1 |
| | | | | them; this closes SF bug #407504. | ||||
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
| | | | | This should match the situation in the 1.6b1 tree. | ||||
* | Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', | Thomas Wouters | 2000-07-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | and a couple of functions that were missed in the previous batches. Not terribly tested, but very carefully scrutinized, three times. All these were found by the little findkrc.py that I posted to python-dev, which means there might be more lurking. Cases such as this: long func(a, b) long a; long b; /* flagword */ { and other cases where the last ; in the argument list isn't followed by a newline and an opening curly bracket. Regexps to catch all are welcome, of course ;) | ||||
* | ANSI-fication of the sources, convert to 4-space indents. | Fred Drake | 2000-07-08 | 1 | -70/+97 |
| | | | | | Use PyArg_ParseTuple() to get better error messages. Add docstrings all around. | ||||
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
| | |||||
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -21/+6 |
| | |||||
* | Add DL_EXPORT() to all modules that could possibly be used | Guido van Rossum | 1998-12-04 | 1 | -1/+1 |
| | | | | on BeOS or Windows. | ||||
* | Nailed a couple of memory leaks, caught by Purify. | Barry Warsaw | 1997-01-09 | 1 | -0/+2 |
| | |||||
* | Eradicated all references to getintarg and getstrarg and substituded the | Roger E. Masse | 1996-12-18 | 1 | -5/+2 |
| | | | | proper functions as defined in rename2.h. Thanks Barry! | ||||
* | Opps, left out two defines needed for argument parsing. | Roger E. Masse | 1996-12-18 | 1 | -0/+3 |
| | |||||
* | Renamed. | Roger E. Masse | 1996-12-18 | 1 | -28/+27 |
| | |||||
* | 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/+6 |
| | |||||
* | 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. | ||||
* | Split pwd in pwd and grp; added imgformat (by Jack) | Guido van Rossum | 1994-06-23 | 1 | -0/+118 |