- 13 May, 1997 15 kayıt (commit)
-
-
Guido van Rossum yazdı
size of uploads to POST (new version of these patches).
-
Guido van Rossum yazdı
This silences some compilers.
-
Guido van Rossum yazdı
No idea if this actually works...
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Still have to find a way to add symbols that *are* defined...
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
- 12 May, 1997 5 kayıt (commit)
-
-
Guido van Rossum yazdı
Solaris and Linux: use os.O_NONBLOCK.
-
Guido van Rossum yazdı
searches /usr/local, /usr and /.
-
Guido van Rossum yazdı
would always be a hit. Prevent this by only using VPATH if we know we are in the build directory.
-
Guido van Rossum yazdı
otherwise laudible attempt to rationalize the argument parsing): it would save a copy of the original string instead of a reference to it. Go back to saving a reference, but keep the "s#" format (using a hack that involves two argument parsing steps, first using "O", then using "s#").
-
Jack Jansen yazdı
- Window has a titlebar, and title() changes it - The label is changed with label() - The window is now movable-modal - Cancel is now called Stop, and works.
-
- 10 May, 1997 2 kayıt (commit)
-
-
Guido van Rossum yazdı
this many bytes have been read, readlines stops. Because of buffering, the amount of bytes read is usually at least 8K more than the hint. Also changed read() and readline() to use PyArg_ParseTuple(). (Note that the *previous* checkin also fixed error handling and narrowed the range of thread unblocking for all methods using fread().)
-
Guido van Rossum yazdı
Indigo2, reading a 9Meg file from the local disk.
-
- 09 May, 1997 18 kayıt (commit)
-
-
Guido van Rossum yazdı
see if we can guess the #bytes until the end of the file. If we can't, increment the buffer size increments up to 0.5Meg to avoid realloc'ing too much.
-
cvs2svn yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Infinite failure stack, some bugs fixed (fastmap, star_jump, register bug).
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Document how to get exit status of a popen() command.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-