- 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 12 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).
-
Guido van Rossum yazdı
arguments to NNTP.__init__(), for nntp servers that need them.
-
Guido van Rossum yazdı
"modulename.classname" instead of returning the same as repr().
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
longer exist in the general headers.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
### If you still have sharedmodules in your Modules/Setup file, remove it! ###
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Treat .pyo files like .pyc files.
-