- 06 Ock, 1998 6 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
- New folder names in sys.path initialisation - Version number, preffilename upped
-
Jack Jansen yazdı
-
- 04 Ock, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
is used), do a recursive delete. Use -r with even more caution! Also changed usage message into a doc string, added a comment or two, and rearranged a long line.
-
- 02 Ock, 1998 6 kayıt (commit)
-
-
Fred Drake yazdı
gave the return type as part of the function field and used an empty return type field. Fixed. Function name field for PyLong_FromString() included an asterisk at the beginning of the function name field; removed.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
Enhance the "theindex" environment to add an entry to the table of contents.
-
Fred Drake yazdı
"\code{\\(}" produces "(" in the .dvi file and "<BR> (" in the latex2html output (the font was right). Changed to "\code{{\e}(}" variation, which fixes both. Breaks the .texi file generation again. Oh well.
-
- 31 Ara, 1997 8 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
cvs2svn yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 30 Ara, 1997 19 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Added _test() that behaves (a bit) like gzip. Fix a comment (*sequential* access is okay -- *random* access it out!)
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
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 yazdı
-
Guido van Rossum yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
1.5, it produces Perl style syntax. Also change "Python's regular expressions" into plain "regular expression" in the intro.
-
Fred Drake yazdı
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 yazdı
-
Guido van Rossum yazdı
abstract. Alas, I didn't get to do anything else before the release :-(
-
Guido van Rossum yazdı
Added a warning about the incompleteness to the front. Added a reminder about CObject to the back.
-