Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove bogus PyGC_HEAD_SIZE. | Neil Schemenauer | 2001-08-29 | 1 | -1/+1 |
| | |||||
* | Make more warnings go away on the SGI compiler. | Fred Drake | 2001-07-19 | 1 | -3/+1 |
| | | | | This is part of SF patch #424992. | ||||
* | Iterator support: made the xreadlines object its own iterator. This | Guido van Rossum | 2001-05-22 | 1 | -25/+81 |
| | | | | ought to be faster. | ||||
* | Fix a memory leak -- there's no need to INCREF() the result of | Guido van Rossum | 2001-03-23 | 1 | -1/+0 |
| | | | | newreadlinesobject() in xreadlines(). | ||||
* | SF Patch #103185, by jlt63: Some more standard modules cleanup for Cygwin | Guido van Rossum | 2001-01-19 | 1 | -1/+2 |
| | | | | Support building this as a DLL under Cygwin. | ||||
* | Conform the new module to /the/ C style. | Thomas Wouters | 2001-01-11 | 1 | -5/+9 |
| | | | | Noone but me cares, but Guido said to go ahead and fix it if it bothered me. | ||||
* | Assorted xreadlines problems: | Tim Peters | 2001-01-09 | 1 | -1/+1 |
| | | | | | | | Wasn't built on Windows; not in config.c either. Module init function missing DL_EXPORT magic. test_xreadline output file obviously wrong (started w/ "test_xrl"). test program very unclear about what was expected. | ||||
* | Jeff Epler's xreadlines module, with slight reformatting and some | Guido van Rossum | 2001-01-09 | 1 | -0/+118 |
changes for safety and tuning. |