Fred Drake
2697694e4a
ExtendedEsisBuilder.push(): Override inherited definition. We don't
...
want to push nodes into the document, but into a document
fragment, since we're not necesarily working with something
that's well-formed.
1999-05-07 21:14:28 +00:00
Fred Drake
f79acbdaa1
Fix some bugs introduced in the previous checkin.
1999-05-07 21:12:21 +00:00
Fred Drake
96c00b0b5e
Define & use a Conversion object. It's still really ugly, but at
...
least there's a token object in here now! ;-)
1999-05-07 19:59:02 +00:00
Fred Drake
b0bc7f2d6c
Updated connect_ex() documentation based on comments in the newgroup
...
(M.-A. Lemburg and GvR).
1999-05-06 22:03:50 +00:00
Fred Drake
a871c2e747
Make it work for "manual" documents as well as "howto" documents.
...
This still doesn't understand anything about multiple source files or
checking time dependencies.
1999-05-06 19:37:38 +00:00
Fred Drake
1ea7c75687
Reflect recent patch for float % and divmod() by Tim Peters. Content
...
updates by Tim Peters, markup by FLD.
1999-05-06 14:46:35 +00:00
Guido van Rossum
9263e78ff2
Tim Peters writes:
...
1. Fixes float divmod so that the quotient it returns is always an integral
value.
2. Fixes float % and float divmod so that the remainder always gets the
right sign (the current code uses a "are the signs different?" test that
doesn't work half the time <wink> when the product of the divisor and the
remainder underflows to 0).
1999-05-06 14:26:34 +00:00
Guido van Rossum
8e40759d5a
Nathan Paul Simons noticed that the grid_remove() method was missing.
...
(The difference between grid_remove() and grid_forget() is that the
former remembers the options for the slave.)
1999-05-05 23:03:48 +00:00
Guido van Rossum
3ed1be9fbd
Regression test for date format code, by Mike Meyer.
...
(I tweaked it slightly so examples are allowed to have no date too.)
1999-05-03 19:57:01 +00:00
Guido van Rossum
4f13669cf0
No need to import find(). (Andrew Dalke & kjpylint)
1999-05-03 18:16:23 +00:00
Guido van Rossum
73898c7b15
No need to import os or string. (Andrew Dalke & kjpylint)
1999-05-03 18:14:16 +00:00
Guido van Rossum
96d80f984a
No need to import sys. (Andrew Dalke & kjpylint)
1999-05-03 18:13:51 +00:00
Guido van Rossum
138bdafa8d
Typo. (Andrew Dalke, without kjpylint)
1999-05-03 18:13:29 +00:00
Guido van Rossum
6952f17f31
No need to import string. (Andrew Dalke & kjpylint)
1999-05-03 18:13:00 +00:00
Guido van Rossum
ff3932abcd
No need to import os in test(). (Andrew Dalke & kjpylint)
1999-05-03 18:12:36 +00:00
Guido van Rossum
699f3bbba3
Get rid of confusing 'global' statement in global code.
...
(Andrew Dalke & kjpylint)
1999-05-03 18:12:08 +00:00
Guido van Rossum
1e1cfa3a1c
No need to import sys or string. (Andrew Dalke & kjpylint)
1999-05-03 18:10:37 +00:00
Guido van Rossum
1cc2b9de35
Clarify why we define disco. Suggested by Andrew Dalke.
1999-05-03 18:09:53 +00:00
Guido van Rossum
287b3996d5
Clarify why we define error. Suggested by Andrew Dalke.
1999-05-03 18:09:26 +00:00
Guido van Rossum
db6d12c498
No need to import sys or linecache. (Andrew Dalke & kjpylint)
1999-05-03 18:08:16 +00:00
Guido van Rossum
00245cfbaa
No need to import gmtime, ctime, asctime.
...
Make error an alias for ValueError.
(Andrew Dalke & kjpylint)
1999-05-03 18:07:40 +00:00
Guido van Rossum
92b44517cb
Clarify why there are dynamic imports in AudioDev().
...
This will enlighten Andrew Dalke; I don't know about kjpylint. :-)
1999-05-03 18:04:07 +00:00
Guido van Rossum
5c071fab8f
The _comp_data() function never worked, it contained a reference to
...
undefined 'nframes'. Should be self._nframes. (Andrew Dalke & kjpylint)
1999-05-03 18:02:44 +00:00
Guido van Rossum
f8fd11d039
No need to import sys, time, socket or SocketServer. (Andrew Dalke & kjpylint)
1999-05-03 18:01:31 +00:00
Guido van Rossum
3a64e058eb
No need to import sys, time, or socket. (Andrew Dalke & kjpylint)
1999-05-03 18:00:48 +00:00
Guido van Rossum
e6e8818c03
No need to import rfc822. (Andrew Dalke & kjpylint)
1999-05-03 18:00:20 +00:00
Guido van Rossum
318a70d976
Tim Peters writes:
...
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.
1999-05-03 15:49:52 +00:00
Guido van Rossum
2d6a568a0f
Tim Peters writes:
...
[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>.
1999-05-03 15:38:56 +00:00
Guido van Rossum
b46413f274
The case-insensitive _Environ class was lacking a case-insensitive has_key().
1999-05-03 15:23:24 +00:00
Fred Drake
4437fdf265
Make sure latex2html doesn't produce a hard link between foo/foo.html
...
and foo/index.html. Make a copy instead. (Appearantly some tar
openers on non-Unixlike systems can't handle hard links.)
1999-05-03 14:29:07 +00:00
Fred Drake
d2d1eef025
Make sure latex2html doesn't produce a hard link from $part/$part.html
...
and $part/index.html. Make a copy instead. (Appearantly some tar
openers on non-Unixlike systems can't handle hard links.)
1999-05-03 14:27:45 +00:00
Greg Ward
884df454b2
The 'copy_file()' and 'copy_tree()' functions in util.py now have
...
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.
1999-05-02 21:42:05 +00:00
Greg Ward
0f72695da3
Rearranged things so that compilation of .py files is the responsibility
...
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.
1999-05-02 21:39:13 +00:00
Barry Warsaw
85460a58f8
updates for latest release
1999-05-01 16:27:23 +00:00
Guido van Rossum
7238401488
Support for using idle as a package.
1999-04-30 19:39:25 +00:00
Fred Drake
ab005d5f6c
Revert constraint on the GIF wildcard; we missed a few!
1999-04-30 15:58:45 +00:00
Guido van Rossum
78608120de
Avoid listing files more than once (e.g. foomodule.so has two hits:
...
once for foo + module.so, once for foomodule + .so).
1999-04-30 15:14:05 +00:00
Fred Drake
8961bd1529
Added top navigation bar for consistency and color. There's not a lot
...
there, but the "modules" icon is active.
1999-04-29 19:54:08 +00:00
Fred Drake
a00754468f
make_nav_panel(): Remove the spurious NAME="tex2html\d+" attributes
...
added to the anchors in the navigation bars. These
are added somewhere deep with l2h, and are stupid.
1999-04-29 19:06:56 +00:00
Fred Drake
50c507e4b4
Added wcnew target to run the "wcnew" version of webchecker.
1999-04-29 19:04:55 +00:00
Fred Drake
673c65e500
Use the new module-key for the FL module when hyperlinking (the old
...
one caused problems on case-insensitive file systems).
1999-04-29 18:42:18 +00:00
Fred Drake
dbf7d99ae7
For the tutorial, use numeric node names and split by chapter.
1999-04-29 18:29:38 +00:00
Fred Drake
c1db512b2b
Nasty hack to add a --numeric parameter to skip the use of "logical"
...
names.
1999-04-29 18:28:48 +00:00
Fred Drake
664c72f8a1
Move index.html rules to the end since it wedges font-lock.
...
Remember to delete index.html for clobber since it is now generated..
1999-04-29 17:04:21 +00:00
Fred Drake
d09120b5b9
Added index entries for operator precedence; suggestion from Randall
...
Hopper <rhh@vislab.epa.gov>.
1999-04-29 16:43:42 +00:00
Fred Drake
62e80138f4
Make sure the global module index is added to the HTML tarball.
1999-04-29 15:44:49 +00:00
Fred Drake
5cc0a9b252
Generate index.html from index.html.in. This avoids having to modify the
...
index to update the version number; boilerplate.tex remains the only document
source for this information.
1999-04-29 15:42:19 +00:00
Fred Drake
fe1e207841
Constrain a wildcard a little more.
1999-04-29 15:32:27 +00:00
Fred Drake
d03e9e34de
Don't point readers to rand, point to random! And make it a hyperlink
...
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!
1999-04-29 13:41:17 +00:00
Fred Drake
bdadf0f7f3
Explain comments at the start of chapter 3. This is needed since they
...
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>.
1999-04-29 13:20:25 +00:00