- 09 Feb, 2001 40 commits
-
-
Tim Peters authored
-
Marc-André Lemburg authored
hooks to take over the Python import machinery at a very early stage in the Python startup phase. If there are still places in the Python interpreter which need to bypass the __import__ hook, these places must now use PyImport_ImportModuleEx() instead. So far no other places than in the import mechanism itself have been identified.
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Sjoerd Mullender authored
-
Eric S. Raymond authored
-
Jack Jansen authored
-
Jack Jansen authored
Replaced touched(), which no longer seems to work under os9, with something using an appleevent to the finder. More expensive, but at least it works:-)
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Guido van Rossum authored
spaces->tab conversion for fields added to struct compiling.
-
Marc-André Lemburg authored
-
Eric S. Raymond authored
-
Eric S. Raymond authored
Some of the characters (form feed, vertical tab) are not legal continuation characters anyway, so this was wrong as well as annoying.
-
Eric S. Raymond authored
-
Eric S. Raymond authored
(This one was trivial -- no actual string. references in it!)
-
Eric S. Raymond authored
-
Eric S. Raymond authored
(This one was trivial -- no actual string. references in it!)
-
Eric S. Raymond authored
(This one was trivial -- no actual string. references in it!)
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Eric S. Raymond authored
int().
-
Eric S. Raymond authored
(This one was trivial -- no actual string. references in it!)
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Marc-André Lemburg authored
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-