- 24 Eki, 1997 1 kayıt (commit)
-
-
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 20 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.
-
Guido van Rossum yazdı
code had the assignments switched around). Also rename sharedmodules to lib-dynload.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
to use the same, better words to explain start/end.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
Also got rid of some unnecessary code.
-
- 15 Eki, 1997 1 kayıt (commit)
-
-
Fred Drake yazdı
since that's now the recommended way to do it. In pickling discussion, change "code{pickle}" (not missing leading "\") to "This" since the immediately preceeding sentence ended with the same text (with the proper "\"). Fixes a formatting bug and an odd glitch in the writing.
-
- 14 Eki, 1997 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 13 Eki, 1997 1 kayıt (commit)
-
-
Fred Drake yazdı
module documentation.
-