- 03 May, 1999 16 commits
-
-
Guido van Rossum authored
(Andrew Dalke & kjpylint)
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
Make error an alias for ValueError. (Andrew Dalke & kjpylint)
-
Guido van Rossum authored
This will enlighten Andrew Dalke; I don't know about kjpylint. :-)
-
Guido van Rossum authored
undefined 'nframes'. Should be self._nframes. (Andrew Dalke & kjpylint)
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
I'm still unsure, but couldn't stand the virtual event trickery so tried a different sin (adding undo_block_start/stop methods to the Text instance in EditorWindow.py). Like it or not, it's efficient and works <wink>. Better idea? Give the attached a whirl. Even if you hate the implementation, I think you'll like the results. Think I caught all the "block edit" cmds, including Format Paragraph, plus subtler ones involving smart indents and backspacing.
-
Guido van Rossum authored
[W]hile trying to dope out how redirection works, stumbled into two possible glitches. In the first, it doesn't appear to make sense to try to rename a command that's already been destroyed; in the second, the name "previous" doesn't really bring to mind "ignore the previous value" <wink>.
-
Guido van Rossum authored
-
Fred Drake authored
and foo/index.html. Make a copy instead. (Appearantly some tar openers on non-Unixlike systems can't handle hard links.)
-
Fred Drake authored
and $part/index.html. Make a copy instead. (Appearantly some tar openers on non-Unixlike systems can't handle hard links.)
-
- 02 May, 1999 2 commits
-
-
Greg Ward authored
meaningful return values: respectively, whether the copy was done, and the list of files that were copied. This meant some trivial changes in core.py as well: the Command methods that mirror 'copy_file()' and 'copy_tree()' have to pass on their return values.
-
Greg Ward authored
of the 'install_py' command rather than 'build_py'. Obviously, this meant that the 'build_py' and 'install_py' modules had to change; less obviously, so did 'install' and 'build', since these higher-level commands must make options available to control the lower-level commands, and some compilation-related options had to migrate with the code.
-
- 01 May, 1999 1 commit
-
-
Barry Warsaw authored
-
- 30 Apr, 1999 3 commits
-
-
Guido van Rossum authored
-
Fred Drake authored
-
Guido van Rossum authored
once for foo + module.so, once for foomodule + .so).
-
- 29 Apr, 1999 18 commits
-
-
Fred Drake authored
there, but the "modules" icon is active.
-
Fred Drake authored
added to the anchors in the navigation bars. These are added somewhere deep with l2h, and are stupid.
-
Fred Drake authored
-
Fred Drake authored
one caused problems on case-insensitive file systems).
-
Fred Drake authored
-
Fred Drake authored
names.
-
Fred Drake authored
Remember to delete index.html for clobber since it is now generated..
-
Fred Drake authored
Hopper <rhh@vislab.epa.gov>.
-
Fred Drake authored
-
Fred Drake authored
index to update the version number; boilerplate.tex remains the only document source for this information.
-
Fred Drake authored
-
Fred Drake authored
while you're at it. Also, when discussing order of reading, make it clear that chapter 2 is assumed background material for the remainder of the manual. That's needed for terminology if nothing else!
-
Fred Drake authored
appear in the examples without any further explanation, and the tutorial doesn't have this information explicit anywhere else. Omission reported by Jon Black <jblack@Ridgeway-Sys.com>.
-
Fred Drake authored
<jblack@Ridgeway-Sys.com>.
-
Guido van Rossum authored
accepts long month names. One essential line was missing. Fixed now.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-