- 14 Eki, 2000 14 kayıt (commit)
-
-
Fred Drake yazdı
Small fixes.
-
Fred Drake yazdı
Various updates and additions.
-
Fred Drake yazdı
Small clarification, remove the assertion that the module is temporary.
-
Fred Drake yazdı
Added summary of the strengths and weaknesses of the FrameWork module and fixed some typos.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
Barker <cbarker@jps.net>.
-
Fred Drake yazdı
the DB 3 module; thanks to Robin Dunn <robind@users.sourceforge.net>. This closes SourceForge bug #116850.
-
Fred Drake yazdı
cleaner.
-
Greg Ward yazdı
-
Greg Ward yazdı
-
Greg Ward yazdı
an 'other_libraries()' parameter.
-
Greg Ward yazdı
we actually installed modules to a directory in sys.path.
-
Greg Ward yazdı
-
- 13 Eki, 2000 14 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
If we're installing to another partition than the system partition offer to copy PythonCore in stead of aliasing it. This should fix the applet problems some people have.
-
Jack Jansen yazdı
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
1.5.2. The compiler generates code for the version of the interpreter it is run under. ast.py: Print and Printnl add dest attr for extended print new node AugAssign for augmented assignments new nodes ListComp, ListCompFor, and ListCompIf for list comprehensions pyassem.py: add work around for string-Unicode comparison raising UnicodeError on comparison of two objects in code object's const table pycodegen.py: define VERSION, the Python major version number get magic number using imp.get_magic() instead of hard coding implement list comprehensions, extended print, and augmented assignment; augmented assignment uses Delegator classes (see doc string) fix import and tuple unpacking for 1.5.2 transformer.py: various changes to support new 2.0 grammar and old 1.5 grammar add debug_tree helper than converts and symbol and token numbers to their names
-
Lars Gustäbel yazdı
-
Lars Gustäbel yazdı
Added SAX2DOM class.
-
Paul Prescod yazdı
-
Jack Jansen yazdı
-
Fred Drake yazdı
-
Neil Schemenauer yazdı
First, only report garbage that the GC cannot free. Second, only report the number of objects found, not their repr(). People can dig deeper on their own if they find a leak.
-
- 12 Eki, 2000 12 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Use MacOS.KeepConsole to always exit if the program calls FrameWork._quit(). Overridable with a class variable keepconsole.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Extension to Findertools by Erik van Blokland. In Contrib because I don't have the time to merge it into findertools before the distribution.
-
Fred Drake yazdı
Eliminate unused variables to appease compiler.
-