Fred Drake
fa615bfee1
Ignore .tar.gz files in this directory.
1998-05-07 14:56:41 +00:00
Fred Drake
4383e6e24f
Don't ignore the html/ directory.
1998-05-07 14:54:21 +00:00
Fred Drake
8920156d04
New script to drive HTML generation.
1998-05-07 14:53:55 +00:00
Fred Drake
4c9542b271
Ignore subdirectories if your name is "cvs".
1998-05-07 14:51:53 +00:00
Fred Drake
60515f49b8
Sub-makefile that can be used to drive the HTML conversion from this subdir.
...
Most of the logic is still in the primary Makefile and a new script in
Doc/tools/.
1998-05-07 14:50:22 +00:00
Guido van Rossum
89df70bfbb
Support HPUX 10.20 DCE threads.
1998-05-07 13:28:23 +00:00
Guido van Rossum
b93a86297d
support hpux pthreads
1998-05-07 13:27:32 +00:00
Guido van Rossum
2cb5660da1
Get rid of test for -lsun (very old IRIX); add test for -lm (needed on
...
enough platforms).
1998-05-07 13:25:56 +00:00
Jack Jansen
0072b8d994
An applet with Popt and GUSI preferences but without alis resource
...
didn't work, because the resource file chain was incomplete when we
tried to open the preference file. Fixed.
1998-05-07 13:08:58 +00:00
Fred Drake
4775d0a353
Relocating file to mac.
1998-05-07 12:58:57 +00:00
Fred Drake
0a52bdfd4f
Relocating file to Doc/ext.
1998-05-07 01:50:47 +00:00
Fred Drake
cda63cc875
Relocating file to Doc/lib/
1998-05-07 01:49:07 +00:00
Fred Drake
bbe33c5594
More changes to support the new directory structure.
1998-05-07 01:39:06 +00:00
Fred Drake
5360879740
New helper script to build the .dvi for a Python manual; usable for the
...
api, ext, ref, and tut manuals. The Library Reference requires too much
special index processing to make it beneficial to extend this to support
it.
1998-05-07 01:38:16 +00:00
Fred Drake
8e6c6b2645
Relocating file to Doc/ref.
1998-05-07 01:36:12 +00:00
Fred Drake
64958d593c
Relocating file to Doc/mac.
1998-05-06 21:54:44 +00:00
Fred Drake
2880beb3d9
Relocating file to Doc/api.
1998-05-06 21:51:05 +00:00
Fred Drake
56727e2b70
Relocating file to Doc/tut.
1998-05-06 21:49:56 +00:00
Fred Drake
99a5c087c6
Change the set of subdirectories to ignore.
1998-05-06 21:46:08 +00:00
Fred Drake
ffe9b459ab
Ignore intermediate files.
1998-05-06 21:43:40 +00:00
Fred Drake
f24b3a3c7c
Ignore temporary files.
1998-05-06 21:43:11 +00:00
Fred Drake
0d162d0eb6
Modified version of ../texinputs/pypaper.sty that specifies A4 paper.
1998-05-06 21:40:50 +00:00
Fred Drake
dde91f000a
Fix a bogus \code@...@ to be \code{...}.
...
Normalize some other markup.
1998-05-06 20:59:46 +00:00
Fred Drake
744a662f36
Relocating file to Doc/texinputs.
1998-05-06 20:20:14 +00:00
Fred Drake
f666917ab7
The Python Reference Manual.
1998-05-06 19:52:49 +00:00
Fred Drake
a6bb39622c
First cut at welcoming the Python Reference Manual back to the fold.
1998-05-06 19:51:39 +00:00
Fred Drake
0cabff904f
\itembreak,
...
\itemjoin,
\kwindex: Revived definitions to support the Python Reference Manual.
1998-05-06 19:36:01 +00:00
Guido van Rossum
83b851885d
Adding Tim Peters' ndiff utility.
...
This is handy for comparing plain-text documentation files,
since it displays intra-line differences.
1998-05-06 17:43:30 +00:00
Fred Drake
073b829021
When a file name is selected ("OK" button, <Return> in the filename entry),
...
and the "key" keyword parameter was used to invoke .go(), use the directory
of the selected file as the stored directory to return to when the same key
is used again. This is useful since the user may well entry at least part
of the path in the filename box instead of doing a lot of clicking around in
the listboxes.
1998-05-06 17:28:23 +00:00
Jack Jansen
bb6193c553
Added a PopupMenu class.
1998-05-06 15:33:09 +00:00
Guido van Rossum
e7b6e396fc
New files from Thomas Gellekum
1998-05-06 15:14:36 +00:00
Guido van Rossum
4a114313a8
After variable expansion, what was formerly a single word can now
...
contain multiple words, all of which may have to be joined with the
path of the extension directory.
(Sjoerd)
1998-05-06 14:38:30 +00:00
Guido van Rossum
e10053b881
Remove Emacs cruft at end.
1998-05-06 14:37:41 +00:00
Guido van Rossum
d618c91f14
Added table of WSA error codes.
1998-05-06 13:48:04 +00:00
Jack Jansen
1ed70366e3
Version for 1.5.1
1998-05-06 13:25:42 +00:00
Jack Jansen
4bfe2c7840
Final projects for 1.5.1
1998-05-06 13:25:28 +00:00
Jack Jansen
845264f081
Mods by Just
1998-05-06 13:24:38 +00:00
Fred Drake
f7ffa92ce3
Fix typo in example found by Anthony Starks <anthony_starks@merck.com>,
...
reported to me by Piers Lauder <piers@cs.su.oz.au>.
1998-05-06 12:42:37 +00:00
Guido van Rossum
91aaa92c88
Ugly band-aid to work around a bug in Linux ftell().
1998-05-05 22:21:35 +00:00
Guido van Rossum
a58153e8bf
Avoid using cut; sed can do this just as well...
1998-05-05 20:40:18 +00:00
Guido van Rossum
c594baa552
Avoid using dirname; sed can do this just as well...
1998-05-05 20:39:58 +00:00
Guido van Rossum
e0c0da98d8
Patches to make the proxy code work again. (Why does that always break
...
as soon as I change things even just a little bit? :-) Even works
when accessing a password-protected page through the proxy. Prompted
by complaints from, and correct operation verified by, Nigel O'Brian.
1998-05-05 13:58:13 +00:00
Guido van Rossum
a986bb7e5c
Take out the check for AUTH-LOGIN or AUTH=LOGIN in login() -- some
...
servers support LOGIN but don't advertise it. If it's not supported
the protocol will respond NO. Approved by Piers Lauder.
1998-05-05 03:08:46 +00:00
Guido van Rossum
b485224d82
REMOVE samefile(), sameopenfile(), samestat() -- these cannot be made
...
to work reliably (at least I wouldn't know how).
1998-05-02 00:47:09 +00:00
Guido van Rossum
e365a590d4
Change the names of all methods in the Wm class: they are now
...
wm_title(), etc. The old names (title() etc.) are still defined as
aliases.
This brings all methods up to use the same naming convention: whether
the Tcl syntax is
.window.path.name command subcommand [options]
or
command subcommand .window.path.name [optins]
the Python equivalent is always
windowobject.command_subcommand(options)
1998-05-01 19:48:20 +00:00
Guido van Rossum
a5e54d02a0
Use (void) to throw away a function result, not (void *) !
1998-05-01 18:58:59 +00:00
Guido van Rossum
0132f69c2e
Another optimization, probably of negligeable effect: instead of
...
calling self.tk.getint() and self.tk.getdouble(), call the globals
getint() and getdouble(), which in turn are just names for the Python
builtins int() and double(). (Making them globals actually save a
dict lookup compared to using the built-in.) The corresponding
methods of class Misc have been changed similarly. (Note that
getboolean() hasn't been changed because there's no Python
equivalent.)
The use of int() and float() has another advantage: if/when Tcl calls
can actually return Tcl objects with other types than string, use of
int() and float() is essential.
1998-04-30 17:50:36 +00:00
Guido van Rossum
cc8e1a4ed7
Add some help for AIX. (Konrad Hinsen)
1998-04-30 13:34:12 +00:00
Guido van Rossum
dc59340646
In _bind(), found a way to test for break without a temp variable.
1998-04-29 22:16:57 +00:00
Guido van Rossum
f975699c07
Save a tiny bit of time: self.tk.call takes a tuple argument so it's
...
not needed to say apply(self.tk.call, t); self.tk.call(t) has the same
effect. This cuts down tremendously on the number of apply() calls
made. No measurable effect, but at the very least it saves the lookup
of apply() in the globals!
1998-04-29 21:57:08 +00:00