- 14 May, 1997 5 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
idea how this is used, really.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 13 May, 1997 24 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
(Sorry Jack, all your projects will have to be changed again. :-( )
-
Guido van Rossum authored
By Aaron Watters.
-
Guido van Rossum authored
-
Guido van Rossum authored
in the build tree, when the current directory is the build tree root.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
size of uploads to POST (new version of these patches).
-
Guido van Rossum authored
This silences some compilers.
-
Guido van Rossum authored
No idea if this actually works...
-
Guido van Rossum authored
-
Guido van Rossum authored
Still have to find a way to add symbols that *are* defined...
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
- 12 May, 1997 5 commits
-
-
Guido van Rossum authored
Solaris and Linux: use os.O_NONBLOCK.
-
Guido van Rossum authored
searches /usr/local, /usr and /.
-
Guido van Rossum authored
would always be a hit. Prevent this by only using VPATH if we know we are in the build directory.
-
Guido van Rossum authored
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 authored
- 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 commits
-
-
Guido van Rossum authored
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 authored
Indigo2, reading a 9Meg file from the local disk.
-
- 09 May, 1997 4 commits
-
-
Guido van Rossum authored
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 authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-