- 31 Eki, 1997 8 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
__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 yazdı
pointer *PyImport_Inittab which is initialized to _PyImport_Inittab.
-
Guido van Rossum yazdı
new "official" pointer *PyImport_Inittab.
-
Guido van Rossum yazdı
will recognize them.
-
Guido van Rossum yazdı
floating point literals. Need to do this differently...
-
Guido van Rossum yazdı
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 yazdı
-
- 30 Eki, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 29 Eki, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Suggestion by Konrad Hinsen.
-
- 27 Eki, 1997 6 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
for r"..." raw strings. (And R"..." string support added by Guido.)
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
problems with this module, even if an instance of a derived class is kept alive longer than the urllib module itself...
-
Guido van Rossum yazdı
-
- 26 Eki, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
call to setattr(). This changes semantics, following the change already implemented in pickle. Also reindented a few lines properly.
-
- 24 Eki, 1997 3 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
- 23 Eki, 1997 4 kayıt (commit)
-
-
Guido van Rossum yazdı
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 yazdı
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 yazdı
-
Guido van Rossum yazdı
-
- 22 Eki, 1997 10 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
syntax, by virtue of the new re module.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
hopefully the last maintenance on this module, ever.
-
Guido van Rossum yazdı
-
- 21 Eki, 1997 2 kayıt (commit)
-
-
Guido van Rossum yazdı
PyCObject_GetDesc().
-
Guido van Rossum yazdı
Thanks to Daniel Larsson.
-
- 20 Eki, 1997 4 kayıt (commit)
-
-
Guido van Rossum yazdı
into 1.5a4.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
reporting a "crash". Use sys.exc_info() instead of sys.exc_type and sys.exc_value.
-
Guido van Rossum yazdı
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).
-