summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use \citetitle instead of \emph.Fred Drake1999-11-091-4/+4
* Use \citetitle in one place.Fred Drake1999-11-093-3/+3
* Use the new markup as apporpriate.Fred Drake1999-11-091-17/+17
* Use \programopt in one place.Fred Drake1999-11-091-7/+7
* Added citetitle and programopt.Fred Drake1999-11-091-1/+8
* Use \programopt in one place.Fred Drake1999-11-092-2/+3
* Missed a couple of program options that had been marked by \code.Fred Drake1999-11-091-4/+4
* Use \programopt in one place.Fred Drake1999-11-091-1/+1
* Use \citetitle and \programopt as appropriate.Fred Drake1999-11-091-17/+18
* \programopt: New macro, used to mark command-line parameters in theFred Drake1999-11-091-0/+5
* do_cmd_programopt(): New function, similar to do_cmd_program().Fred Drake1999-11-091-0/+19
* Oops. Remove some garbage from the doc string that was accidentallyGuido van Rossum1999-11-091-12/+0
* Jack Jansen: Mac has no EINTR.Guido van Rossum1999-11-081-0/+4
* Add some header comments to all the files.Greg Stein1999-11-071-0/+7
* initial checkin for my Python stuff.Greg Stein1999-11-071-0/+492
* Patch by Dieter Maurer to make things work for Tcl/Tk 8.1. ThisGuido van Rossum1999-11-051-2/+2
* Patch by Dieter Maurer to make things work for Tcl/Tk 8.1 (tested withGuido van Rossum1999-11-051-0/+4
* Added HAVE_LIMITS_H, MAVE_MEMMOVE, HAVE_STRERROR, HAVE_LOCALE_HJack Jansen1999-11-051-1/+5
* Changes to ProgressBar:Jack Jansen1999-11-051-4/+10
* Checking in text versions of release forms and explanation.Guido van Rossum1999-11-053-0/+173
* split() docstring: Made signature and description for the firstFred Drake1999-11-042-5/+5
* Bugfix by Jack Jansen for Macintosh (for the inet_ntoa/aton changes):Guido van Rossum1999-11-041-1/+6
* Typo fixed in docstring; removed unneccesary import. (jvr)Just van Rossum1999-11-041-2/+1
* Adapted to new macmudulefinder.process() API. (jvr)Just van Rossum1999-11-042-8/+18
* - changed the API of process() so it will return a list of missing modules in...Just van Rossum1999-11-041-6/+8
* Several improvements, some of where were contributed by BernhardBarry Warsaw1999-11-031-44/+86
* Python equivalent of xgettext(1). This was originally releasedBarry Warsaw1999-11-031-0/+1
* Sjoerd Mullender writes:Guido van Rossum1999-11-031-0/+3
* Oops. spawnl() and spawnle() should be implemented on Windows too.Guido van Rossum1999-11-021-7/+14
* Fix a bug reported by Toby Dickenson (on 18 May 1999).Guido van Rossum1999-11-021-1/+2
* Sjoerd Mullender:Guido van Rossum1999-11-023-1/+3
* Correct typo in walk.__doc__ reported by Francois Pinard.Guido van Rossum1999-11-022-2/+2
* Checking in a bunch of spawn functions. These are only defined if weGuido van Rossum1999-11-021-2/+80
* - windowbounds() now works with multiple screens (window position prefs!)Just van Rossum1999-10-301-5/+12
* Very minor little things... -- jvrJust van Rossum1999-10-301-4/+13
* New __version__ number (1.0!) -- jvrJust van Rossum1999-10-302-1/+1
* Minor indentation cleanup -- jvrJust van Rossum1999-10-301-1/+1
* String values will now always be shown with quotes, so one can see the differ...Just van Rossum1999-10-301-3/+1
* Change the suggestions pointer at the bottom of generated HTML pages.Fred Drake1999-10-292-4/+4
* Straighten out dependencies so changes in the texinputs/* get reflected.Fred Drake1999-10-292-30/+32
* pathes --> paths; typo reported by Gerry Wiener <gerry@ucar.edu>.Fred Drake1999-10-291-1/+1
* Added dependency on filecmp section, removed dependencies on cmp andFred Drake1999-10-291-2/+1
* Make references to new filecmp module hyperlinks now that there'sFred Drake1999-10-291-2/+2
* Added section for filecmp.Fred Drake1999-10-291-0/+1
* filecmp documentation from Moshe Zadka <moshez@math.huji.ac.il>.Fred Drake1999-10-291-0/+40
* Added deprecation notes, in case anyone decides to read these anyway.Fred Drake1999-10-262-0/+6
* cmp and cmpcache are now obsolete, so don't include theirFred Drake1999-10-261-2/+2
* Added cmp and cmpcache to the "Obsolete" section.Fred Drake1999-10-261-7/+14
* New module by Moshe Zadka (submitted on Sept. 25). This unifies theGuido van Rossum1999-10-261-0/+57
* Patch by Michael Hudson: when the object of attribute expansion is aGuido van Rossum1999-10-261-3/+26