- 11 Nis, 2001 22 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Barry Warsaw yazdı
prefix to the message lines.
-
Fred Drake yazdı
This closes SF bug #415522. Also fix markup error in text following the example.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
20.7, although not all of the compatibility code for older Emacsen has been removed. Specifically, the old "make sure we have a current custom.el library" stuff is removed, as is the hack-around for an NTEmacs 19.34.6 make-temp-name bug. Updated much of the Commentary section in the initial comments. Much more importantly, I've integrated Ken Manheimer's pdbtrack stuff, which is way cool. When enabled (as by default), this turns on the overlay arrow when pdb is entered, either in the shell buffer or in the *Python* buffer. Specifically: (py-mode-map): Added C-c C-d to toggle pdb tracking. (py-pdbtrack-do-tracking-p): New user customizable variable to control whether overlay arrow tracking is enabled or not. This variable is buffer local and is turned on by default. (py-pdbtrack-minor-mode-string): The string that's added to the minor mode alist when actually doing pdb overlay arrow tracking. User customizable. (py-pdbtrack-toggle-stack-tracking, turn-on-pdbtrack, turn-off-pdbtrack): New commands to control pdb tracking. (py-pdbtrack-is-tracking-p): Helper variable used to control the display of py-pdbtrack-minor-mode-string. Set to true when the overlay arrow is enabled, and false when it's disabled. (py-pdbtrack-stack-entry-regexp, py-pdbtrack-input-prompt, py-pdbtrack-track-range): Inherited from pdbtrack.el and renamed. (py-pdbtrack-overlay-arrow, py-pdbtrack-track-stack-file): New functions which actually do the tracking. (py-shell): Add py-pdbtrack-track-stack-file to comint-output-filter-functions. Finally, add py-pdbtrack-track-stack-file to comint-output-filter-functions at the file level. This and the py-shell addition should ensure that pdb tracking is installed regardless of the order of operation. Also, add py-pdbtrack-minor-mode-string to minor-mode-alist.
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
actually works (it returns a message containing the visible headers, not the original headers). Doc change approved by Fred; closes SF bug #412230.
-
Fred Drake yazdı
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
Call set_lineno() in visitDiscard(), which will generate linenos for discard statements, e.g. the statement "1/0" Fixes SF bug #409587
-
Jeremy Hylton yazdı
Change default dispatch to use extended call syntax in place of apply.
-
Jeremy Hylton yazdı
Fixes SF buf #217004 Add method fixDocstring() to CodeGenerator. It converts the Discard node containing the docstring into an assignment to __doc__.
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
consts, even if it is None. Simplify _lookupName() by removing lots of redundant tests.
-
Jeremy Hylton yazdı
Fix to SF bug #414743 based on Michael Hudson's patch #414750.
-
Jeremy Hylton yazdı
Fix based on patch #414750 by Michael Hudson. New functions get_func_name() and get_func_desc() return reasonable names and descriptions for all objects. XXX Even objects that aren't actually callable.
-
Moshe Zadka yazdı
This fixes 413135
-
Moshe Zadka yazdı
getopt and GNU getopt -- Python is like classical UNIX getopt.
-
Fred Drake yazdı
Change "EOF" to "end-of-file", on the premise that it is easier for new programmers to understand (at least a little). This does not attempt to explain "file or device attached to standard input."
-
Ka-Ping Yee yazdı
can close the request connection when it's done handling it.
-
- 10 Nis, 2001 18 kayıt (commit)
-
-
Neil Schemenauer yazdı
strip them. Closes patch #406287.
-
Fred Drake yazdı
Added description of optional parameter to the TestSuite constructor. Added descriptions of the TestLoader and TextTestRunner classes. Added method descriptions for the TestCase class.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
modified from setup.py version "1.37" to support BeOS build. Contributed by Donn Cave (SF patch 411830).
-
Guido van Rossum yazdı
wrongly. Fixed this. This closes SF bug #412682.
-
Fred Drake yazdı
Added reference to the webbrowser module from the nsremote description.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
Add a description of the ReferenceError exception.
-
Fred Drake yazdı
-
Guido van Rossum yazdı
Michael Hudson suggested this fox for the Tru64 problem (SF bug 232597). It looks reasonable, it works on Tru64, and it doesn't beak anything on Linux, so I say go for it.
-
Fred Drake yazdı
-
Fred Drake yazdı
instead of using the mapping() function.
-
Thomas Heller yazdı
rebuild.
-
Fred Drake yazdı
Update the attribution for the "Curses Programming with Python" How-To. Change the way the reference to the Demo/curses/ directory is marked up.
-
Fred Drake yazdı
-