- 14 Eki, 2000 9 kayıt (commit)
-
-
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 17 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.
-
Fred Drake yazdı
Documentation for the codec base classes. Lots of markup adjustments by FLD. This closes SourceForge bug #115308, patch #101877.
-
Jeremy Hylton yazdı
transformer.py: return '*', None from com_import_as_name pycodegen.py: special case for name == '*' pyassem.py: fix stack counting for IMPORT_ opcodes
-
Fred Drake yazdı
-
Fred Drake yazdı
<loewis@informatik.hu-berlin.de>. Reorganized to be more like other parts of the documentation in its arrangement, but with few content changes. This closes SourceForge patch #101850.
-
Jeremy Hylton yazdı
msg/headers are empty and the entire response is treated as the body.
-