- 21 Oct, 1998 11 commits
-
-
Guido van Rossum authored
(The GLHACK variable isn't really needed since the change to glmodule.c, but I'm too busy to remove it. It's harmless.)
-
Guido van Rossum authored
solves the conflict with curses over the 'clear' entry point much nicer. (Jack had checked in the changes to cstubs eons ago, but I never regenrated glmodule.c :-( )
-
Guido van Rossum authored
Noted by Fredrik Lundh. (Note -- this module is pretty silly.)
-
Guido van Rossum authored
the compilation flags for the gl, fl and fm modules. This avoids a name conflict with the curses module (both gl and curses have an entry point called 'clear').
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Jack Jansen authored
-
Fred Drake authored
the latest latex2html beta.
-
Fred Drake authored
the latest latex2html beta.
-
Fred Drake authored
with the latest latex2html.
-
- 20 Oct, 1998 5 commits
-
-
Barry Warsaw authored
-
Fred Drake authored
based on email from Ross Moore <ross@mpce.mq.edu.au>. Set $HTML_VERSION to 4.0, since that's what we really generate (well, 4.0 "transitional").
-
Guido van Rossum authored
""" the NEWS file of Python 1.5.2a2 inspired me to look at Tools/scripts/untabify.py. I wonder why it accepts a -t argument but ignores it. The following patch tries to make it somewhat useful (i.e., to override the tabsize=8 setting). Is that agreeable? """
-
Guido van Rossum authored
-
Guido van Rossum authored
""" The FieldStorage constructor calls the read_multi method. The read_multi method creates new FieldStorage objects, re-invoking the constructor (on the new objects). The problem is that the 'environ', 'keep_blank_values', and 'strict_parsing' arguments originally passed to the constructor are not propigated to the new object constructors. This causes os.environ to be used, leading to a miss-handling of the parts. I fixed this by passing these arguments to read_multi and then on to the constructor. See the context diff below. """
-
- 19 Oct, 1998 16 commits
-
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
directory as the HTML (--iconserver .), copy the icons into place. Clarify that lynx is needed for --text in the usage message. Fix a typo in a comment.
-
Guido van Rossum authored
for b/w compatibility with 1.5.1.
-
Fred Drake authored
-
Guido van Rossum authored
the `builtins' initialization fails. Vladimir Marangozov.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
<sometag attrib=">"> correctly. Also changed comparisons of re matches and searches into explicit comparisons with None. (Sjoerd Mullender)
-
Guido van Rossum authored
-
Guido van Rossum authored
Patch linecache.checkcache() to keep our special entries alive. Add popup menu to all editor windows to set a breakpoint.
-
Guido van Rossum authored
Default source and globals checkboxes to false. Don't interact in user_return(). Add primitive set_breakpoint() method.
-
Guido van Rossum authored
priority over text colorization (which on Windows is almost the same color as the selection background). Define a tag and color for breakpoints ("BREAK").
-
Guido van Rossum authored
-
Guido van Rossum authored
If set, redo the display even if it's the same dict.
-
- 17 Oct, 1998 4 commits
-
-
cvs2svn authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 16 Oct, 1998 4 commits
-
-
Barry Warsaw authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-