- 29 Ock, 1999 32 kayıt (commit)
-
-
Guido van Rossum yazdı
second time!
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
Fred Drake yazdı
the info tarball.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
applied to all filenames before they are compared, looked up in the breaks dictionary, etc. The default implementation does nothing -- it's implented as fast as possible via str(). A useful implementation would make everything a absolute, e.g. return os.path.normcase( os.path.abspath(filename)).
-
Barry Warsaw yazdı
Purify) being caused by a bug in the readline library. Nothing we can do about it. Cause: readline_initialize_everything() throws away the return value from rl_read_init_file(), but that happens to be the last reference to a dynamically allocated char*.
-
Andrew M. Kuchling yazdı
decompressor object. This required adding a flag to the struct which is true if initialisation was completed; on object destruction, deflateEnd() is only called if the flag is true.
-
Fred Drake yazdı
-
Fred Drake yazdı
the DTD.
-
Fred Drake yazdı
this takes 5 minutes off the conversion of the whole tree by reducing the number of tree-traversals from 14 to 1.
-
Barry Warsaw yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
the right <signature>s and <description>. This seems to work a lot better now!
-
Guido van Rossum yazdı
-
Barry Warsaw yazdı
leaf_exc flag to zero otherwise the name leaks memory.
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Fred Drake yazdı
version of the Python interpreter. This is \version in the LaTeX format of the documentation.
-
Fred Drake yazdı
-
Just van Rossum yazdı
-
Fred Drake yazdı
-
Just van Rossum yazdı
-
Fred Drake yazdı
-
Jack Jansen yazdı
bundle to its own Rez source file. With these changes various resources are all set automatically from .h files.
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
- 28 Ock, 1999 8 kayıt (commit)
-
-
Fred Drake yazdı
Lots of changes to get the paragraph marking to work, and not go into an infinite recursion. Start to rationalize markup of method signatures; not complete. find_all_elements(): similar to getElementsByTagName(), but operates on the not-quite-legal fragments we deal with here. Simplifies several individual transforms. fixup_sectionauthors(): Convert \sectionauthor items to <author> just after the <section>'s <title>.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
with changed APIs -- it makes much more sense there. Also add a new feature: if the first character of a menu label is a '!', it gets a checkbox. Checkboxes are bound to Boolean Tcl variables that can be accessed through the new getvar/setvar/getrawvar API; the variable is named after the event to which the menu is bound.
-
Guido van Rossum yazdı
-
Barry Warsaw yazdı
With -s only a single test is run. The next test run is chosen sequentially from the list of all tests.
-