- 30 Dec, 1997 24 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
Added _test() that behaves (a bit) like gzip. Fix a comment (*sequential* access is okay -- *random* access it out!)
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
type for all functions. However many function call PyArg_Parse() and need a 0. This is so that when they didn't change anything, the can do Py_INCREF(args); return args. Reverted this back. For atof(), there's no reason not to use PyArg_ParseTuple(), so I changed the code (atoi and atol already used that).
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Fred Drake authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
1.5, it produces Perl style syntax. Also change "Python's regular expressions" into plain "regular expression" in the intro.
-
Fred Drake authored
Removed implied future availability of an info/texi version of the other manuals (the word "yet"). Guido, you might want to check this file to see if any other changes are required.
-
Guido van Rossum authored
-
Guido van Rossum authored
abstract. Alas, I didn't get to do anything else before the release :-(
-
Guido van Rossum authored
Added a warning about the incompleteness to the front. Added a reminder about CObject to the back.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
patches provided by Greg (am I glad I sent him my latest version!).
-
- 29 Dec, 1997 16 commits
-
-
Fred Drake authored
python-lib.info. The annotation is needed to prevent at least GNU make from building a second set of info files with the lib.info base name.
-
Guido van Rossum authored
-
Guido van Rossum authored
for the 1.5 release version of the file.
-
Fred Drake authored
I'll get to it when I can.
-
Fred Drake authored
the info generation phases. Most of the errors had occurred in the makeinfo step. Commented out the warning at the top; this should still really be removed before 1.5, but that's not my call. It generated problems for the info conversion as well.
-
Fred Drake authored
-
Fred Drake authored
Removed BaseHTTPServer.py from list of undocumented modules.
-
Fred Drake authored
-
Fred Drake authored
-
Guido van Rossum authored
input. When an EOF is read, break out of the loop instead of (by default) writing an empty line (which doesn't do much good). Don't close self when falling through the loop.
-
Fred Drake authored
-
Guido van Rossum authored
DosSleep().
-
Fred Drake authored
-
Guido van Rossum authored
latest OS/2 patch set.
-
Guido van Rossum authored
Moved docs for "re" to before docs for "regex".
-
Fred Drake authored
be a dictionary...).
-