- 10 Dec, 1997 12 commits
-
-
Guido van Rossum authored
have been configured, string.atof() should not fail when "import re" fails (usually because pcre is not there). This opens up a tiny security hole: *if* an attacker can make "import re" fail, they can also make string.atof(arbitrary_string) evaluate the arbitrary string. Nothing to keep me awake at night...
-
Guido van Rossum authored
mode. The pickler always uses base 10 so the default base should be fine. (The base gets us in trouble when there's no strop module, as the atoi() in string.py only supports base 10. This is for JPython.)
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
Untabified and minor tweaks by me.
-
Guido van Rossum authored
quicksort. This should be much faster if there are lots of duplicates, and otherwise at least as good.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
that doesn't have a console window attached. stdout/stderr are lost. This is handy though for things like grail.
-
- 09 Dec, 1997 22 commits
-
-
Guido van Rossum authored
to cPickle.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
format. This will complain about illegal formats like "O#" instead of ignoring the '#'.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
liberated. This was originally written by Ken and later revamped by Barry.
-
Guido van Rossum authored
by Scott <scott@chronis.icgroup.com>
-
Fred Drake authored
Modules/Setup.local. Guido: I hope this is ok; it seems to make a lot of sense to get the whole trio of module config files installed as a set rather than doing it partially.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
being destroyed already.
-
Guido van Rossum authored
by Marc Lemburg. There's a path through the code where *val is NULL, but value isn't, and value should be DECREF'ed.
-
Fred Drake authored
-
Guido van Rossum authored
Also reformatted the whole module with 4 spaces and no tabs.
-
- 08 Dec, 1997 6 commits
-
-
Guido van Rossum authored
printing (when Py_DEBUG is defined) happens while there's still a current thread...
-
Guido van Rossum authored
may set the timezone name for BSD systems... (2) fake all of the timezone variables for the mac.
-
Guido van Rossum authored
-
Fred Drake authored
descriptions really make things look a bit better, and should improve the ability to re-purpose the content.
-
Fred Drake authored
if you don't have .perl in your mode table.
-
Fred Drake authored
clean_key(): Override the standard LaTeX2HTML clean_key() to remove a leading HTML tag, if present. This broke the indexes for the library reference (at least) since many of the strings began with <code> or something similar.
-