Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | Made var get renamed to varname (more like DocBook). Other names should probably be changed as well; still waiting for the DocBook book to arrive. | ||||
* | 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 |
| | | | | | | | | | text. Looks like \program. \citetitle: New macro, used to mark titles of cited works (like the names of the Python manuals). Accepts & discards an optional parameter that is only used by the HTML formatter. Looks like \emph. | ||||
* | do_cmd_programopt(): New function, similar to do_cmd_program(). | Fred Drake | 1999-11-09 | 1 | -0/+19 |
| | | | | | | | | do_cmd_citetitle(): New function. Extracts one optional and one required parameter. If the optional one is provided, it is used a URL (or relative URL) and the text of the required parameter is turned into a hyperlink. | ||||
* | Oops. Remove some garbage from the doc string that was accidentally | Guido van Rossum | 1999-11-09 | 1 | -12/+0 |
| | | | | | checked in due to a patching mishap. Reported by Detlef Lannert; thanks! | ||||
* | 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 |
| | | | | | | simply moves the call to Tk_MainWindow() after the Tcl/Tk initialization calls. The patch is unconditional, it works with earlier and later versions as well. | ||||
* | Patch by Dieter Maurer to make things work for Tcl/Tk 8.1 (tested with | Guido van Rossum | 1999-11-05 | 1 | -0/+4 |
| | | | | | | 8.1.1). His approach doesn't work with Tcl/Tk 8.2, so I've placed it inside #if TKMAJORMINOR == 8001 and #endif. See also his patch for tkappinit.c. | ||||
* | Added HAVE_LIMITS_H, MAVE_MEMMOVE, HAVE_STRERROR, HAVE_LOCALE_H | Jack Jansen | 1999-11-05 | 1 | -1/+5 |
| | | | | | since we have these in the current CW release (and probably already had them quite some time, but never added the defines). | ||||
* | Changes to ProgressBar: | Jack Jansen | 1999-11-05 | 1 | -4/+10 |
| | | | | | - Don't crash if max=0 - set() now has an optional max parameter, to set the maximum value. | ||||
* | 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 |
| | | | | | parameter match. Error pointed out by François Pinard <pinard@iro.umontreal.ca> on c.l.py. | ||||
* | Bugfix by Jack Jansen for Macintosh (for the inet_ntoa/aton changes): | Guido van Rossum | 1999-11-04 | 1 | -1/+6 |
| | | | | | <arpa/inet.h> doesn't exist and isn't needed; and inet_addr() returns a structure containing a long rather than a long. | ||||
* | 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 ↵ | Just van Rossum | 1999-11-04 | 1 | -6/+8 |
| | | | | | | | instead of raising an exception. - minor cleanups (jvr) | ||||
* | Several improvements, some of where were contributed by Bernhard | Barry Warsaw | 1999-11-03 | 1 | -44/+86 |
| | | | | | | | | | | | | | | | | Herzog <herzog@online.de>. Specifically, --verbose/-v flag added pot_header added to make msgmerge and Emacs po-mode work better normalize(), escape(), safe_eval(): Improved normalization of strings for more .po file compatibility (e.g. C style). Handles emmbedded newlines better. Also added an identity function called _() and use it in the file where messages are printed. This allows us to selftest pygettext.py with itself as input. | ||||
* | Python equivalent of xgettext(1). This was originally released | Barry Warsaw | 1999-11-03 | 1 | -0/+1 |
| | | | | separately but now is included in the standard Python distribution. | ||||
* | Sjoerd Mullender writes: | Guido van Rossum | 1999-11-03 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | I regularly find that pdb sets the breakpoint on the wrong line when I try to set a breakpoint on a function. This fixes the problem somewhat. The real problem is that pdb tries to parse the Python source code to find the first executable line. A better way might be to inspect the code object, or even have a variable in the code object co_firstexecutablelineno, but that's too much work. The patch fixes the problem when the first code line after the def statement contains the start *and* end of a triple-quoted string. The code assumed that the end of a triple-quoted string is not on the same line as the start, and so it would skip to the end of the *next* triple-quoted string. | ||||
* | Oops. spawnl() and spawnle() should be implemented on Windows too. | Guido van Rossum | 1999-11-02 | 1 | -7/+14 |
| | | | | | Also added a comment that the 'p' variants (spawnvp() etc.) are *not* supported on Windows. (They could be by adding them to posixmodule.c) | ||||
* | Fix a bug reported by Toby Dickenson (on 18 May 1999). | Guido van Rossum | 1999-11-02 | 1 | -1/+2 |
| | | | | Sometimes there's no parent, so don't try to get its __name__. | ||||
* | Sjoerd Mullender: | Guido van Rossum | 1999-11-02 | 3 | -1/+3 |
| | | | | Added some declarations to shut up compiler. | ||||
* | 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 |
| | | | | | | | | have fork and execv (and friends) but not spawnv. They operate exactly like the spawn functions on Windows. A limited set of needed constants is also defined (P_WAIT, P_NOWAIT etc.). Also add getenv() as a familiar alias for environ.get(). | ||||
* | - windowbounds() now works with multiple screens (window position prefs!) | Just van Rossum | 1999-10-30 | 1 | -5/+12 |
| | | | | | - Minor tab behavior tweak -- jvr | ||||
* | 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 ↵ | Just van Rossum | 1999-10-30 | 1 | -3/+1 |
| | | | | difference between the value 2 and the value '2'. -- jvr | ||||
* | 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 |
| | | | | cmpcache sections. | ||||
* | Make references to new filecmp module hyperlinks now that there's | Fred Drake | 1999-10-29 | 1 | -2/+2 |
| | | | | documentation. | ||||
* | Added section for filecmp. | Fred Drake | 1999-10-29 | 1 | -0/+1 |
| | |||||
* | filecmp documentation from Moshe Zadka <moshez@math.huji.ac.il>. | Fred Drake | 1999-10-29 | 1 | -0/+40 |
| | |||||
* | Added deprecation notes, in case anyone decides to read these anyway. | Fred Drake | 1999-10-26 | 2 | -0/+6 |
| | |||||
* | cmp and cmpcache are now obsolete, so don't include their | Fred Drake | 1999-10-26 | 1 | -2/+2 |
| | | | | documentation sections. | ||||
* | Added cmp and cmpcache to the "Obsolete" section. | Fred Drake | 1999-10-26 | 1 | -7/+14 |
| | |||||
* | New module by Moshe Zadka (submitted on Sept. 25). This unifies the | Guido van Rossum | 1999-10-26 | 1 | -0/+57 |
| | | | | | functionality of cmp.py and cmpcache.py, which are hereby declared obsolescent. | ||||
* | Patch by Michael Hudson: when the object of attribute expansion is a | Guido van Rossum | 1999-10-26 | 1 | -3/+26 |
| | | | | | class instance, include the class attributes in the list of possible expansions. |