summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add check to conjugate() that there are no excess arguments.Guido van Rossum1998-05-071-2/+5
|
* AMK's revised version of the previous patch.Guido van Rossum1998-05-073-11/+29
|
* Preliminary convenience Makefile.Fred Drake1998-05-072-0/+28
|
* Better go ahead and remove some cruftiness....Fred Drake1998-05-071-6/+0
|
* Support the new directory structure.Fred Drake1998-05-071-85/+72
| | | | | | Some targets may be a little raw, but the basic formatting targets are all tested, primarily for use from the subdirs. There are probably a few gotchas, and the paper-*/ directories could use "helper" Makefiles.
* Relocating file to Doc/html.Fred Drake1998-05-071-25/+0
|
* Ignore .tar.gz files in this directory.Fred Drake1998-05-072-0/+2
|
* Don't ignore the html/ directory.Fred Drake1998-05-071-1/+0
|
* New script to drive HTML generation.Fred Drake1998-05-071-0/+27
|
* Ignore subdirectories if your name is "cvs".Fred Drake1998-05-071-0/+6
|
* Sub-makefile that can be used to drive the HTML conversion from this subdir.Fred Drake1998-05-071-0/+34
| | | | | Most of the logic is still in the primary Makefile and a new script in Doc/tools/.
* Support HPUX 10.20 DCE threads.Guido van Rossum1998-05-071-0/+6
|
* support hpux pthreadsGuido van Rossum1998-05-072-107/+161
|
* Get rid of test for -lsun (very old IRIX); add test for -lm (needed onGuido van Rossum1998-05-072-4/+7
| | | | enough platforms).
* An applet with Popt and GUSI preferences but without alis resourceJack Jansen1998-05-071-2/+3
| | | | | didn't work, because the resource file chain was incomplete when we tried to open the preference file. Fixed.
* Relocating file to mac.Fred Drake1998-05-072-357/+0
|
* Relocating file to Doc/ext.Fred Drake1998-05-071-1502/+0
|
* Relocating file to Doc/lib/Fred Drake1998-05-07142-21211/+0
|
* More changes to support the new directory structure.Fred Drake1998-05-071-34/+50
|
* New helper script to build the .dvi for a Python manual; usable for theFred Drake1998-05-071-0/+26
| | | | | | 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.
* Relocating file to Doc/ref.Fred Drake1998-05-079-3364/+0
|
* Relocating file to Doc/mac.Fred Drake1998-05-0612-1468/+0
|
* Relocating file to Doc/api.Fred Drake1998-05-061-3016/+0
|
* Relocating file to Doc/tut.Fred Drake1998-05-061-3495/+0
|
* Change the set of subdirectories to ignore.Fred Drake1998-05-061-5/+1
|
* Ignore intermediate files.Fred Drake1998-05-061-0/+11
|
* Ignore temporary files.Fred Drake1998-05-061-0/+11
|
* Modified version of ../texinputs/pypaper.sty that specifies A4 paper.Fred Drake1998-05-061-0/+5
|
* Fix a bogus \code@...@ to be \code{...}.Fred Drake1998-05-062-48/+46
| | | | Normalize some other markup.
* Relocating file to Doc/texinputs.Fred Drake1998-05-062-39/+0
|
* The Python Reference Manual.Fred Drake1998-05-0618-0/+6730
|
* First cut at welcoming the Python Reference Manual back to the fold.Fred Drake1998-05-061-14/+23
|
* \itembreak,Fred Drake1998-05-061-0/+14
| | | | | \itemjoin, \kwindex: Revived definitions to support the Python Reference Manual.
* Adding Tim Peters' ndiff utility.Guido van Rossum1998-05-061-0/+667
| | | | | This is handy for comparing plain-text documentation files, since it displays intra-line differences.
* When a file name is selected ("OK" button, <Return> in the filename entry),Fred Drake1998-05-061-1/+5
| | | | | | | | 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.
* Added a PopupMenu class.Jack Jansen1998-05-061-4/+26
|
* New files from Thomas GellekumGuido van Rossum1998-05-0610-5/+1202
|
* After variable expansion, what was formerly a single word can nowGuido van Rossum1998-05-061-7/+8
| | | | | | contain multiple words, all of which may have to be joined with the path of the extension directory. (Sjoerd)
* Remove Emacs cruft at end.Guido van Rossum1998-05-061-4/+0
|
* Added table of WSA error codes.Guido van Rossum1998-05-061-0/+19
|
* Version for 1.5.1Jack Jansen1998-05-061-1/+1
|
* Final projects for 1.5.1Jack Jansen1998-05-069-1052/+953
|
* Mods by JustJack Jansen1998-05-061-5/+5
|
* Fix typo in example found by Anthony Starks <anthony_starks@merck.com>,Fred Drake1998-05-062-2/+2
| | | | reported to me by Piers Lauder <piers@cs.su.oz.au>.
* Ugly band-aid to work around a bug in Linux ftell().Guido van Rossum1998-05-051-1/+3
|
* Avoid using cut; sed can do this just as well...Guido van Rossum1998-05-051-1/+1
|
* Avoid using dirname; sed can do this just as well...Guido van Rossum1998-05-051-1/+2
|
* Patches to make the proxy code work again. (Why does that always breakGuido van Rossum1998-05-051-2/+3
| | | | | | 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.
* Take out the check for AUTH-LOGIN or AUTH=LOGIN in login() -- someGuido van Rossum1998-05-051-3/+0
| | | | | servers support LOGIN but don't advertise it. If it's not supported the protocol will respond NO. Approved by Piers Lauder.
* REMOVE samefile(), sameopenfile(), samestat() -- these cannot be madeGuido van Rossum1998-05-022-56/+0
| | | | to work reliably (at least I wouldn't know how).