Neil Schemenauer
01b66a80c4
Remove bogus PyGC_HEAD_SIZE.
2001-08-29 23:50:42 +00:00
Fred Drake
dff3a37afd
Make more warnings go away on the SGI compiler.
...
This is part of SF patch #424992 .
2001-07-19 21:29:49 +00:00
Guido van Rossum
c8555b38e7
Iterator support: made the xreadlines object its own iterator. This
...
ought to be faster.
2001-05-22 16:41:32 +00:00
Guido van Rossum
9dee48f6e7
Fix a memory leak -- there's no need to INCREF() the result of
...
newreadlinesobject() in xreadlines().
2001-03-23 18:30:19 +00:00
Guido van Rossum
7150a77863
SF Patch #103185 , by jlt63: Some more standard modules cleanup for Cygwin
...
Support building this as a DLL under Cygwin.
2001-01-19 00:29:06 +00:00
Thomas Wouters
9fdcf4ad39
Conform the new module to /the/ C style.
...
Noone but me cares, but Guido said to go ahead and fix it if it bothered me.
2001-01-11 15:40:39 +00:00
Tim Peters
58c82f0b56
Assorted xreadlines problems:
...
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.
2001-01-09 23:26:39 +00:00
Guido van Rossum
ea3375d96b
Jeff Epler's xreadlines module, with slight reformatting and some
...
changes for safety and tuning.
2001-01-09 21:46:50 +00:00