| Commit message (Expand) | Author | Age | Files | Lines |
* | Preliminary documentation for turtle module (Tk), by Moshe Zadka. | Fred Drake | 1999-11-15 | 1 | -0/+160 |
|
|
* | Correct typo in module doc string doscovered by Jonathan Giddy. | Guido van Rossum | 1999-11-15 | 1 | -1/+1 |
|
|
* | Added request to please not send HTML email to the newsgroup/mailing | Fred Drake | 1999-11-12 | 1 | -0/+4 |
|
|
* | Document \citetitle and \programopt. | Fred Drake | 1999-11-10 | 1 | -0/+9 |
|
|
* | Use \citetitle and \programopt as appropriate. | Fred Drake | 1999-11-10 | 13 | -144/+149 |
|
|
* | Use \citetitle as appropriate. | Fred Drake | 1999-11-10 | 6 | -44/+47 |
|
|
* | Use \citetitle in several places, and \programopt where appropriate. | Fred Drake | 1999-11-10 | 1 | -20/+23 |
|
|
* | Use \citetitle in several places. | Fred Drake | 1999-11-10 | 1 | -14/+18 |
|
|
* | Use \citetitle instead of \emph. | Fred Drake | 1999-11-09 | 1 | -4/+4 |
|
|
* | Use \citetitle in one place. | Fred Drake | 1999-11-09 | 3 | -3/+3 |
|
|
* | Use the new markup as apporpriate. | Fred Drake | 1999-11-09 | 1 | -17/+17 |
|
|
* | Use \programopt in one place. | Fred Drake | 1999-11-09 | 1 | -7/+7 |
|
|
* | Added citetitle and programopt. | Fred Drake | 1999-11-09 | 1 | -1/+8 |
|
|
* | Use \programopt in one place. | Fred Drake | 1999-11-09 | 2 | -2/+3 |
|
|
* | Missed a couple of program options that had been marked by \code. | Fred Drake | 1999-11-09 | 1 | -4/+4 |
|
|
* | Use \programopt in one place. | Fred Drake | 1999-11-09 | 1 | -1/+1 |
|
|
* | Use \citetitle and \programopt as appropriate. | Fred Drake | 1999-11-09 | 1 | -17/+18 |
|
|
* | \programopt: New macro, used to mark command-line parameters in the | Fred Drake | 1999-11-09 | 1 | -0/+5 |
|
|
* | do_cmd_programopt(): New function, similar to do_cmd_program(). | Fred Drake | 1999-11-09 | 1 | -0/+19 |
|
|
* | Oops. Remove some garbage from the doc string that was accidentally | Guido van Rossum | 1999-11-09 | 1 | -12/+0 |
|
|
* | Jack Jansen: Mac has no EINTR. | Guido van Rossum | 1999-11-08 | 1 | -0/+4 |
|
|
* | Add some header comments to all the files. | Greg Stein | 1999-11-07 | 1 | -0/+7 |
|
|
* | initial checkin for my Python stuff. | Greg Stein | 1999-11-07 | 1 | -0/+492 |
|
|
* | Patch by Dieter Maurer to make things work for Tcl/Tk 8.1. This | Guido van Rossum | 1999-11-05 | 1 | -2/+2 |
|
|
* | Patch by Dieter Maurer to make things work for Tcl/Tk 8.1 (tested with | Guido van Rossum | 1999-11-05 | 1 | -0/+4 |
|
|
* | Added HAVE_LIMITS_H, MAVE_MEMMOVE, HAVE_STRERROR, HAVE_LOCALE_H | Jack Jansen | 1999-11-05 | 1 | -1/+5 |
|
|
* | Changes to ProgressBar: | Jack Jansen | 1999-11-05 | 1 | -4/+10 |
|
|
* | Checking in text versions of release forms and explanation. | Guido van Rossum | 1999-11-05 | 3 | -0/+173 |
|
|
* | split() docstring: Made signature and description for the first | Fred Drake | 1999-11-04 | 2 | -5/+5 |
|
|
* | Bugfix by Jack Jansen for Macintosh (for the inet_ntoa/aton changes): | Guido van Rossum | 1999-11-04 | 1 | -1/+6 |
|
|
* | Typo fixed in docstring; removed unneccesary import. (jvr) | Just van Rossum | 1999-11-04 | 1 | -2/+1 |
|
|
* | Adapted to new macmudulefinder.process() API. (jvr) | Just van Rossum | 1999-11-04 | 2 | -8/+18 |
|
|
* | - changed the API of process() so it will return a list of missing modules in... | Just van Rossum | 1999-11-04 | 1 | -6/+8 |
|
|
* | Several improvements, some of where were contributed by Bernhard | Barry Warsaw | 1999-11-03 | 1 | -44/+86 |
|
|
* | Python equivalent of xgettext(1). This was originally released | Barry Warsaw | 1999-11-03 | 1 | -0/+1 |
|
|
* | Sjoerd Mullender writes: | Guido van Rossum | 1999-11-03 | 1 | -0/+3 |
|
|
* | Oops. spawnl() and spawnle() should be implemented on Windows too. | Guido van Rossum | 1999-11-02 | 1 | -7/+14 |
|
|
* | Fix a bug reported by Toby Dickenson (on 18 May 1999). | Guido van Rossum | 1999-11-02 | 1 | -1/+2 |
|
|
* | Sjoerd Mullender: | Guido van Rossum | 1999-11-02 | 3 | -1/+3 |
|
|
* | Correct typo in walk.__doc__ reported by Francois Pinard. | Guido van Rossum | 1999-11-02 | 2 | -2/+2 |
|
|
* | Checking in a bunch of spawn functions. These are only defined if we | Guido van Rossum | 1999-11-02 | 1 | -2/+80 |
|
|
* | - windowbounds() now works with multiple screens (window position prefs!) | Just van Rossum | 1999-10-30 | 1 | -5/+12 |
|
|
* | Very minor little things... -- jvr | Just van Rossum | 1999-10-30 | 1 | -4/+13 |
|
|
* | New __version__ number (1.0!) -- jvr | Just van Rossum | 1999-10-30 | 2 | -1/+1 |
|
|
* | Minor indentation cleanup -- jvr | Just van Rossum | 1999-10-30 | 1 | -1/+1 |
|
|
* | String values will now always be shown with quotes, so one can see the differ... | Just van Rossum | 1999-10-30 | 1 | -3/+1 |
|
|
* | Change the suggestions pointer at the bottom of generated HTML pages. | Fred Drake | 1999-10-29 | 2 | -4/+4 |
|
|
* | Straighten out dependencies so changes in the texinputs/* get reflected. | Fred Drake | 1999-10-29 | 2 | -30/+32 |
|
|
* | pathes --> paths; typo reported by Gerry Wiener <gerry@ucar.edu>. | Fred Drake | 1999-10-29 | 1 | -1/+1 |
|
|
* | Added dependency on filecmp section, removed dependencies on cmp and | Fred Drake | 1999-10-29 | 1 | -2/+1 |
|
|