summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Adding Tim Peters' ndiff utility.Guido van Rossum1998-05-061-0/+667
* When a file name is selected ("OK" button, <Return> in the filename entry),Fred Drake1998-05-061-1/+5
* 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
* 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
* 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
* Take out the check for AUTH-LOGIN or AUTH=LOGIN in login() -- someGuido van Rossum1998-05-051-3/+0
* REMOVE samefile(), sameopenfile(), samestat() -- these cannot be madeGuido van Rossum1998-05-022-56/+0
* Change the names of all methods in the Wm class: they are nowGuido van Rossum1998-05-011-27/+56
* Use (void) to throw away a function result, not (void *) !Guido van Rossum1998-05-011-1/+1
* Another optimization, probably of negligeable effect: instead ofGuido van Rossum1998-04-301-82/+78
* Add some help for AIX. (Konrad Hinsen)Guido van Rossum1998-04-301-0/+4
* In _bind(), found a way to test for break without a temp variable.Guido van Rossum1998-04-291-5/+5
* Save a tiny bit of time: self.tk.call takes a tuple argument so it'sGuido van Rossum1998-04-291-70/+62
* Import MacOS at the top instead of insize Tk.__init__() -- the latterGuido van Rossum1998-04-291-10/+7
* cleanup(): Remove *all* the temp files related to index generation!Fred Drake1998-04-291-1/+3
* When following symlinks to the real executable, use a loop so aGuido van Rossum1998-04-291-1/+2
* Work around lack of support for \if... in latex2html.Fred Drake1998-04-292-0/+16
* Set $TEXINPUTS='' to make l2h pick up the right thing from the environment.Fred Drake1998-04-291-0/+2
* Still somewhat experimental speedup. This appears to speed up theGuido van Rossum1998-04-291-9/+110
* Add a new method of interpreter objects, interpaddr(). This returnsGuido van Rossum1998-04-291-0/+13
* Fix documentation based on comments from Sean ReifschneiderFred Drake1998-04-292-60/+64
* Replace all calls to acquire_lock() and release_lock() with acquire()Guido van Rossum1998-04-291-25/+25
* Made lint a bit happier.Fred Drake1998-04-291-54/+80
* Move a bit closer to HTML generation without depending on the temp filesFred Drake1998-04-281-19/+23
* do_cmd_sectcode(): Obsolete; removed.Fred Drake1998-04-281-5/+0
* Remove extra cruft for texi processing.Fred Drake1998-04-282-10/+0
* Do better hiding of internal names.Fred Drake1998-04-282-25/+25
* do_cmd_key(): Obsolete; removed.Fred Drake1998-04-281-1/+0
* Fixed \code so word wrapping is allowed.Fred Drake1998-04-281-142/+141
* Section for bisect module.Fred Drake1998-04-282-0/+110
* Moved popen2 entry to make more sense.Fred Drake1998-04-282-2/+4
* Updated.Fred Drake1998-04-282-26/+0
* Get rid of the unused ifdefed-out old sort code.Guido van Rossum1998-04-281-76/+0
* On the Mac a call to TkMacInitMenus is needed. Also, we passGuido van Rossum1998-04-281-2/+31