- 03 Nov, 1997 4 commits
-
-
Guido van Rossum authored
- The interp->builtins variable (and hence, __main__.__builtins__) is once again initialized to the built-in *module* instead of its dictionary. - The finalization order is once again changed. Signals are finalized relatively early, because (1) it DECREF's the signal handlers, and if a signal handler happens to be a bound method, deleting it could cause problems when there's no current thread around, and (2) we don't want to risk executing signal handlers during finalization.
-
Guido van Rossum authored
handlers. After this has been called, our signal handlers are no longer active!
-
Guido van Rossum authored
his *own* RCS file for python-mode.el, and I've agreed that it would be better if his version was in the Python source tree. However I don't want to totally get rid of the old RCS file (which has interesting info such as which version was in which Python release). So I've moved the old one to python-mode-old.el behind the scenes, and this checkin message indicates that I'm now deleting it. If you do an update, you will actually get Barry's *new* version!
-
Barry Warsaw authored
Introductory comment updates. (python-font-lock-keywords): Added "assert" (py-block-closing-keywords-re): New variable. (py-no-outdent-re): Rewrite to use py-block-closing-keywords-re. (py-shell): py-process-filter should no longer be necessary. Comint should do all the work. Note that more fixes to the py-shell process mechanism need to be done. (py-execute-region): Check for empty region. Some questionable changes to set-buffer after shell-command-on-region. Again, this all needs to be closely examined for X/Emacs 19/20 compatibility. (py-goto-beyond-final-line): py-parse-partial-sexp-works-p should no longer be necessary. (py-statement-closes-block-p): Use py-block-closing-keywords-re.
-
- 31 Oct, 1997 8 commits
-
-
Guido van Rossum authored
-
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.
-