- 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 20 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.
-
Guido van Rossum authored
"modulename.classname" instead of returning the same as repr().
-
Guido van Rossum authored
-
Guido van Rossum authored
longer exist in the general headers.
-
Guido van Rossum authored
-
Guido van Rossum authored
### If you still have sharedmodules in your Modules/Setup file, remove it! ###
-
Guido van Rossum authored
-
Guido van Rossum authored
Treat .pyo files like .pyc files.
-
Guido van Rossum authored
code had the assignments switched around). Also rename sharedmodules to lib-dynload.
-
Guido van Rossum authored
-
Guido van Rossum authored
to use the same, better words to explain start/end.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Barry Warsaw authored
-
Barry Warsaw authored
Also got rid of some unnecessary code.
-
- 15 Oct, 1997 1 commit
-
-
Fred Drake authored
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.
-