Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get rid of confusing 'global' statement in global code. | Guido van Rossum | 1999-05-03 | 1 | -1/+0 |
| | | | | (Andrew Dalke & kjpylint) | ||||
* | No need to import sys or string. (Andrew Dalke & kjpylint) | Guido van Rossum | 1999-05-03 | 1 | -1/+1 |
| | |||||
* | Clarify why we define disco. Suggested by Andrew Dalke. | Guido van Rossum | 1999-05-03 | 1 | -1/+1 |
| | |||||
* | Clarify why we define error. Suggested by Andrew Dalke. | Guido van Rossum | 1999-05-03 | 1 | -1/+1 |
| | |||||
* | No need to import sys or linecache. (Andrew Dalke & kjpylint) | Guido van Rossum | 1999-05-03 | 1 | -2/+0 |
| | |||||
* | No need to import gmtime, ctime, asctime. | Guido van Rossum | 1999-05-03 | 1 | -2/+2 |
| | | | | | Make error an alias for ValueError. (Andrew Dalke & kjpylint) | ||||
* | Clarify why there are dynamic imports in AudioDev(). | Guido van Rossum | 1999-05-03 | 1 | -0/+1 |
| | | | | This will enlighten Andrew Dalke; I don't know about kjpylint. :-) | ||||
* | The _comp_data() function never worked, it contained a reference to | Guido van Rossum | 1999-05-03 | 1 | -1/+1 |
| | | | | undefined 'nframes'. Should be self._nframes. (Andrew Dalke & kjpylint) | ||||
* | No need to import sys, time, socket or SocketServer. (Andrew Dalke & kjpylint) | Guido van Rossum | 1999-05-03 | 1 | -4/+0 |
| | |||||
* | No need to import sys, time, or socket. (Andrew Dalke & kjpylint) | Guido van Rossum | 1999-05-03 | 1 | -3/+0 |
| | |||||
* | No need to import rfc822. (Andrew Dalke & kjpylint) | Guido van Rossum | 1999-05-03 | 1 | -1/+0 |
| | |||||
* | Tim Peters writes: | Guido van Rossum | 1999-05-03 | 4 | -38/+123 |
| | | | | | | | | | | | | 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. | ||||
* | Tim Peters writes: | Guido van Rossum | 1999-05-03 | 1 | -2/+2 |
| | | | | | | | [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>. | ||||
* | The case-insensitive _Environ class was lacking a case-insensitive has_key(). | Guido van Rossum | 1999-05-03 | 1 | -0/+2 |
| | |||||
* | Make sure latex2html doesn't produce a hard link between foo/foo.html | Fred Drake | 1999-05-03 | 1 | -0/+3 |
| | | | | | and foo/index.html. Make a copy instead. (Appearantly some tar openers on non-Unixlike systems can't handle hard links.) | ||||
* | Make sure latex2html doesn't produce a hard link from $part/$part.html | Fred Drake | 1999-05-03 | 1 | -1/+4 |
| | | | | | and $part/index.html. Make a copy instead. (Appearantly some tar openers on non-Unixlike systems can't handle hard links.) | ||||
* | The 'copy_file()' and 'copy_tree()' functions in util.py now have | Greg Ward | 1999-05-02 | 2 | -20/+38 |
| | | | | | | | 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. | ||||
* | Rearranged things so that compilation of .py files is the responsibility | Greg Ward | 1999-05-02 | 5 | -42/+73 |
| | | | | | | | | | 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. | ||||
* | updates for latest release | Barry Warsaw | 1999-05-01 | 1 | -7/+9 |
| | |||||
* | Support for using idle as a package. | Guido van Rossum | 1999-04-30 | 1 | -0/+1 |
| | |||||
* | Revert constraint on the GIF wildcard; we missed a few! | Fred Drake | 1999-04-30 | 1 | -1/+1 |
| | |||||
* | Avoid listing files more than once (e.g. foomodule.so has two hits: | Guido van Rossum | 1999-04-30 | 1 | -1/+2 |
| | | | | once for foo + module.so, once for foomodule + .so). | ||||
* | Added top navigation bar for consistency and color. There's not a lot | Fred Drake | 1999-04-29 | 1 | -0/+20 |
| | | | | there, but the "modules" icon is active. | ||||
* | make_nav_panel(): Remove the spurious NAME="tex2html\d+" attributes | Fred Drake | 1999-04-29 | 1 | -16/+18 |
| | | | | | added to the anchors in the navigation bars. These are added somewhere deep with l2h, and are stupid. | ||||
* | Added wcnew target to run the "wcnew" version of webchecker. | Fred Drake | 1999-04-29 | 1 | -0/+11 |
| | |||||
* | Use the new module-key for the FL module when hyperlinking (the old | Fred Drake | 1999-04-29 | 1 | -1/+2 |
| | | | | one caused problems on case-insensitive file systems). | ||||
* | For the tutorial, use numeric node names and split by chapter. | Fred Drake | 1999-04-29 | 1 | -6/+6 |
| | |||||
* | Nasty hack to add a --numeric parameter to skip the use of "logical" | Fred Drake | 1999-04-29 | 1 | -3/+14 |
| | | | | names. | ||||
* | Move index.html rules to the end since it wedges font-lock. | Fred Drake | 1999-04-29 | 1 | -13/+19 |
| | | | | Remember to delete index.html for clobber since it is now generated.. | ||||
* | Added index entries for operator precedence; suggestion from Randall | Fred Drake | 1999-04-29 | 1 | -8/+10 |
| | | | | Hopper <rhh@vislab.epa.gov>. | ||||
* | Make sure the global module index is added to the HTML tarball. | Fred Drake | 1999-04-29 | 1 | -1/+1 |
| | |||||
* | Generate index.html from index.html.in. This avoids having to modify the | Fred Drake | 1999-04-29 | 4 | -39/+74 |
| | | | | | index to update the version number; boilerplate.tex remains the only document source for this information. | ||||
* | Constrain a wildcard a little more. | Fred Drake | 1999-04-29 | 1 | -1/+1 |
| | |||||
* | Don't point readers to rand, point to random! And make it a hyperlink | Fred Drake | 1999-04-29 | 1 | -1/+5 |
| | | | | | | | | 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! | ||||
* | Explain comments at the start of chapter 3. This is needed since they | Fred Drake | 1999-04-29 | 1 | -2/+21 |
| | | | | | | 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>. | ||||
* | Minor nits, partly in response to comments from Jonathan Black | Fred Drake | 1999-04-29 | 1 | -3/+3 |
| | | | | <jblack@Ridgeway-Sys.com>. | ||||
* | Mike Meyer reports a bug in his patch (several months ago) that | Guido van Rossum | 1999-04-29 | 1 | -0/+1 |
| | | | | accepts long month names. One essential line was missing. Fixed now. | ||||
* | Annotate a couple of entries further. | Fred Drake | 1999-04-29 | 1 | -3/+5 |
| | |||||
* | Fill in a few holes in the "Very High Level" chapter. | Fred Drake | 1999-04-29 | 1 | -0/+37 |
| | |||||
* | Always use "section" when referring to sections of a document, not "Section". | Fred Drake | 1999-04-29 | 3 | -5/+5 |
| | |||||
* | Clarify that the Modules/ directory is in an unpacked source | Fred Drake | 1999-04-29 | 1 | -3/+3 |
| | | | | distribution; this is not clear for Windows users. | ||||
* | Update starship URLs. | Fred Drake | 1999-04-29 | 3 | -4/+4 |
| | |||||
* | Message.getheader(): Fixed grammatical error in docstring. | Fred Drake | 1999-04-28 | 1 | -1/+26 |
| | | | | | Message.getheaders(): Method to get list of all values for each instance of a named header. See docstring for more. | ||||
* | Add a scale widget and command line options to set the output volume. | Barry Warsaw | 1999-04-28 | 2 | -18/+65 |
| | | | | Bump version number 1.0 | ||||
* | Remove the \date macro; just pick it up from boilerplate.tex. | Fred Drake | 1999-04-28 | 1 | -2/+2 |
| | |||||
* | Use \rfc to mark some remaining RFC references. | Fred Drake | 1999-04-28 | 1 | -12/+10 |
| | | | | | | | | | Remove comment about full name bug in getaddrlist(); this has been fixed for a while now. Work around LaTeX2HTML space-dropping bug. Mention that the fp attribute can be used to read the message body. | ||||
* | Added test case that includes a comma in the full name. This tests | Fred Drake | 1999-04-28 | 1 | -0/+7 |
| | | | | | for an old bug that's been gone a while, but was still documented until a few minutes from now. | ||||
* | setup_column_alignments(): Adding valign=baseline to the <td> tag | Fred Drake | 1999-04-28 | 1 | -1/+2 |
| | | | | | | makes the alignment work on Navigator as well as IE. Uglier HTML, but it looks right. | ||||
* | Let's try again: new assertion. | Fred Drake | 1999-04-28 | 1 | -1/+1 |
| | |||||
* | Removed (empty) description of \optional from the "Inline Markup" | Fred Drake | 1999-04-28 | 1 | -3/+0 |
| | | | | section; that's not really the right place for it. |