- 31 Oct, 1997 7 commits
-
-
Guido van Rossum authored
__init__.py (or __init__.pyc/.pyo, whichever applies) is considered a package. All other subdirectories are left alone. Should make Konrad Hinsen happy!
-
Guido van Rossum authored
pointer *PyImport_Inittab which is initialized to _PyImport_Inittab.
-
Guido van Rossum authored
new "official" pointer *PyImport_Inittab.
-
Guido van Rossum authored
will recognize them.
-
Guido van Rossum authored
floating point literals. Need to do this differently...
-
Guido van Rossum authored
in libmath.a so they are available to mathmodule.so (in case it is shared). While this still gets triggered on Solaris 2.x, this appears to be harmless there.
-
Guido van Rossum authored
-
- 30 Oct, 1997 1 commit
-
-
Guido van Rossum authored
-
- 29 Oct, 1997 1 commit
-
-
Guido van Rossum authored
Suggestion by Konrad Hinsen.
-
- 27 Oct, 1997 6 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
for r"..." raw strings. (And R"..." string support added by Guido.)
-
Guido van Rossum authored
-
Guido van Rossum authored
problems with this module, even if an instance of a derived class is kept alive longer than the urllib module itself...
-
Guido van Rossum authored
-
- 26 Oct, 1997 1 commit
-
-
Guido van Rossum authored
call to setattr(). This changes semantics, following the change already implemented in pickle. Also reindented a few lines properly.
-
- 24 Oct, 1997 3 commits
-
-
Fred Drake authored
-
Fred Drake authored
-
Guido van Rossum authored
-
- 23 Oct, 1997 4 commits
-
-
Guido van Rossum authored
There are two ways to use this -- as a filter (e.g. using C-U M-| on a regex string literal in an Emacs buffer) or from a Python program which imports this as a module. Read the doc string for more info, and also some caveats (some cases aren't handled right).
-
Guido van Rossum authored
from regex to re style regular expressions. This should make sgmllib and htmllib threadsafe, so I can now create a threaded version of webchecker...
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 22 Oct, 1997 10 commits
-
-
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
syntax, by virtue of the new re module.
-
Guido van Rossum authored
-
Guido van Rossum authored
hopefully the last maintenance on this module, ever.
-
Guido van Rossum authored
-
- 21 Oct, 1997 2 commits
-
-
Guido van Rossum authored
PyCObject_GetDesc().
-
Guido van Rossum authored
Thanks to Daniel Larsson.
-
- 20 Oct, 1997 5 commits
-
-
Guido van Rossum authored
into 1.5a4.
-
Guido van Rossum authored
-
Guido van Rossum authored
reporting a "crash". Use sys.exc_info() instead of sys.exc_type and sys.exc_value.
-
Guido van Rossum authored
Also change all occurrences of "x == None" to "x is None" (not that it matters much, these functions are all reimplemented in strop -- but count() is not).
-
Guido van Rossum authored
arguments to NNTP.__init__(), for nntp servers that need them.
-