- 14 Oct, 2000 10 commits
-
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
Barker <cbarker@jps.net>.
-
Fred Drake authored
the DB 3 module; thanks to Robin Dunn <robind@users.sourceforge.net>. This closes SourceForge bug #116850.
-
Fred Drake authored
cleaner.
-
Greg Ward authored
-
Greg Ward authored
-
Greg Ward authored
an 'other_libraries()' parameter.
-
Greg Ward authored
we actually installed modules to a directory in sys.path.
-
Greg Ward authored
-
- 13 Oct, 2000 14 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
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 authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
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 authored
-
Lars Gustäbel authored
Added SAX2DOM class.
-
Paul Prescod authored
-
Jack Jansen authored
-
Fred Drake authored
-
Neil Schemenauer authored
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 Oct, 2000 16 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
Use MacOS.KeepConsole to always exit if the program calls FrameWork._quit(). Overridable with a class variable keepconsole.
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
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 authored
Eliminate unused variables to appease compiler.
-
Fred Drake authored
Documentation for the codec base classes. Lots of markup adjustments by FLD. This closes SourceForge bug #115308, patch #101877.
-
Jeremy Hylton authored
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 authored
-
Fred Drake authored
<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.
-