- 14 Oct, 2000 24 commits
-
-
Fred Drake authored
class, but not an instance (since an instance will be created using the formatted message string as the constructor parameter).
-
Fred Drake authored
manuals instead of howtos.
-
Fred Drake authored
floating-point values.
-
Fred Drake authored
-
Fred Drake authored
Convert from a howto to a manual, so we can *have* chapters! Comment out the macconsole module documentation; Think C seems to have disappeared.
-
Fred Drake authored
It is no longer needed here.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
be filled in with real information. Contributed by Chris Barker <cbarker@jps.net>.
-
Fred Drake authored
<vincem@en.com>.
-
Fred Drake authored
Small fixes.
-
Fred Drake authored
Various updates and additions.
-
Fred Drake authored
Small clarification, remove the assertion that the module is temporary.
-
Fred Drake authored
Added summary of the strengths and weaknesses of the FrameWork module and fixed some typos.
-
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 2 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-