Fred Drake
d7acf02290
Adjustments to allow elements with subelements as parameters. This is
...
used to deal with the table headings and entries.
An additional flag in the element table is used to indicate elements
which have no "general" content, but which do have subelement
content. These must be flagged distinctly from empty elements.
Currently used for \lineii, \lineiii, and \lineiv.
1999-01-14 17:38:12 +00:00
Fred Drake
79cbadc194
Added fixinfo.el to the list of dependencies.
1999-01-14 17:13:03 +00:00
Fred Drake
79ad1f19dc
Escape special characters on output.
1999-01-14 17:06:09 +00:00
Guido van Rossum
348fd06890
In rcpt(), avoid a space after the TO: address when the option list is
...
empty. Make sure there is a space when there are options.
1999-01-14 04:18:46 +00:00
Guido van Rossum
e1bf7e8c1d
Change the order of the utime() and the chmod() call in copystat().
...
This doesn't make a bit of difference on Unix, but apparently on
Windows NT you need write permission before you can set the utime...
1999-01-14 00:42:00 +00:00
Jack Jansen
9481821123
Updated for 1.5.2b1
1999-01-13 23:04:01 +00:00
Fred Drake
da71e315bb
Update the comments on info files.
1999-01-13 23:02:38 +00:00
Fred Drake
e36e4e6778
Use \refmodule when we say "use the XXX module instead".
...
For the whatsound module, point to sndhdr.
1999-01-13 17:11:52 +00:00
Fred Drake
da94374a86
\seemodule: Fix so that each \seemodule entry gets its own paragraph,
...
so they don't get run together when there's no blank line
between them in the source. The HTML conversion already did
the right thing.
\refmodule: Refer to a module, using a hyperlink in the PDF version.
Visually the same as \module.
1999-01-13 17:09:06 +00:00
Fred Drake
2581704dfa
do_cmd_refmodule(): New function to support new \refmodule macro.
1999-01-13 17:06:34 +00:00
Jack Jansen
b5600e7cb9
Hand't been committed yet (minor changes)
1999-01-13 16:58:53 +00:00
Jack Jansen
50ff95475b
CW Projects for 1.5.2b1
1999-01-13 16:54:34 +00:00
Jack Jansen
e9a4aaf1aa
Distribution databases for 1.5.2b1
1999-01-13 16:52:12 +00:00
Jack Jansen
08cae08a6a
Removed USE_MALLOC_DEBUG that shoulnd't be in the production version.
1999-01-13 16:51:35 +00:00
Greg Ward
d1dc47558c
Added: mems.lib.text_file: provides TextFile class for parsing text
...
files with (optional) comment stripping, blank line skipping, whitespace
removal, and line joining with trailing backslashes.
1999-01-13 16:12:04 +00:00
Guido van Rossum
894ee6f668
Renamed test.py to testcode.py so one can import Python's
...
test package from inside IDLE. (Suggested by Jack Jansen.)
1999-01-12 22:14:34 +00:00
Guido van Rossum
5051f4f80d
Hack to close a window that is colorizing.
1999-01-12 22:09:57 +00:00
Guido van Rossum
5cc3129260
Vladimir Marangozov's patch:
...
The separator dances too much and seems to jump by arbitrary amounts
in arbitrary directions when I try to move it for resizing the frames.
This patch makes it more quiet.
1999-01-12 22:09:18 +00:00
Fred Drake
8d43a2937b
Added a few items.
1999-01-12 21:31:16 +00:00
Fred Drake
fcb7adb6aa
Fix the HTML tarball target to generate the HTML if needed instead of
...
bombing.
1999-01-12 20:32:39 +00:00
Guido van Rossum
7a5f420e67
Chris Herborth's first pass at making config and install
...
for BeOS better.
1999-01-12 20:30:23 +00:00
Guido van Rossum
0039d7b4e6
A gift from Sam Rushing - modules asyncore and asynchat for the
...
standard Python library. (Async socket support.)
1999-01-12 20:19:27 +00:00
Fred Drake
dd7610cac9
Bump the date. Seems like fun. ;-)
1999-01-12 19:51:03 +00:00
Fred Drake
701f10fbea
Simplify command that extracts the number of pages from a PostScript
...
file; use "grep -c" instead of "grep | wc -l | cut ... | tr ...".
1999-01-12 19:28:41 +00:00
Fred Drake
39cddb7439
Added \modulesynopsis.
1999-01-12 19:22:11 +00:00
Fred Drake
03dd3efd5a
<writer>.send_paragraph(): Clarify what needs to be done by this
...
method and what it should not do. (Specifically: handling
breaking of last line of preceeding paragraph.)
1999-01-12 18:33:47 +00:00
Fred Drake
f4bb656a4f
DumbWriter.send_paragraph(): Fix problem with DumbWriter reported to
...
the newsgroup by Raymond Tong Leng Ng <rntl@yahoo.com>.
1999-01-12 18:13:27 +00:00
Guido van Rossum
e23cde2f8d
Avoid overflow if possible in calculations for range(); report
...
unavoidable overflow as OverflowError.
1999-01-12 05:07:47 +00:00
Fred Drake
5a0ca4e55c
do_cmd_methodline(): Fixed reference to method name when generating
...
the output HTML.
1999-01-12 04:16:51 +00:00
Fred Drake
4856d01797
Removed a lot of unnecessary comment markers which cause unexplained
...
numbers to appear in the HTML version of the manual.
1999-01-12 04:15:20 +00:00
Fred Drake
8e2c9457a2
output_body(): For <address> elements, just skip, since they're
...
always part of the page trailer.
1999-01-11 22:30:34 +00:00
Fred Drake
bb3b0028ba
Patches describing the statvfs() and fstatvfs() functions. Additional
...
text about large file support.
All new text by Steve Clift <clift@mail.anacapa.net>, with only minor
revision / addition of markup.
1999-01-11 18:36:23 +00:00
Guido van Rossum
583b019de4
Addition to previous note -- comfigure --without-gcc also works.
1999-01-11 16:47:30 +00:00
Guido van Rossum
f5ade40375
Add note about gcc-2.8.1 setting sys.maxint to -1 on 64-bit IRIX.
1999-01-11 16:45:44 +00:00
Fred Drake
6a1b53c165
get_config_h_filename(): Fix to work with current Python
...
installations; it was picking up a stale config.h from an
overwritten installation.
1999-01-11 15:34:55 +00:00
Guido van Rossum
c66e860418
Some requests have been fulfilled.
1999-01-11 14:52:40 +00:00
Guido van Rossum
245ddc4b88
Set the cursor to a watch when opening the class browser (which may
...
take quite a while, browsing multiple files).
Newer, better center() -- but assumes no wrapping.
1999-01-11 14:51:32 +00:00
Guido van Rossum
b287b3ad1b
Got rid of debug print statement in goto_line_event().
1999-01-11 14:49:00 +00:00
Guido van Rossum
d5c8497a81
I think I like it better if it prints the traceback even when it displays
...
the stack viewer.
1999-01-11 14:47:54 +00:00
Guido van Rossum
9016fcf41c
Bind ESC to close-window.
1999-01-11 14:46:55 +00:00
Guido van Rossum
dc5066ee81
Use a HSeparator between the classes and the items.
...
Make the list of classes wider by default (40 chars).
Bind ESC to close-window.
1999-01-11 14:46:06 +00:00
Guido van Rossum
d5f038098a
Separator classes (draggable divider between two panes).
1999-01-11 14:45:11 +00:00
Guido van Rossum
031d0e5feb
Patch by Charles Waldman -- remove unneeded and even harmful test for
...
float to the negative power (which is already and better done in
floatobject.c.)
1999-01-10 16:56:58 +00:00
Guido van Rossum
0bdbe6c5f0
Added some more comments.
1999-01-10 06:09:13 +00:00
Guido van Rossum
2403b0c5d4
Don't traceback when wakeup() is called when the window has been destroyed.
...
This can happen when a torn-of Windows menu references closed windows.
And Tim Peters claims that the Windows menu is his favorite to tear off...
1999-01-09 22:01:33 +00:00
Guido van Rossum
f52cca9812
Allow tearing off of the Windows menu.
1999-01-09 22:00:10 +00:00
Guido van Rossum
0291d1d1d6
Close on ESC.
1999-01-09 21:58:11 +00:00
Guido van Rossum
dd0d335758
Updated a bunch of things (it was mostly still 0.1!)
1999-01-09 21:57:56 +00:00
Guido van Rossum
5dadf7e976
Use 'xrange', not 'range', in error messages. Reported by Nathan Sullivan.
1999-01-09 21:40:35 +00:00
Barry Warsaw
1a1c6bbf8c
(py-outdent-p): Short circuit infloop for illegal construct
...
(e.g. except: on first line of buffer).
1999-01-09 17:22:38 +00:00