| Commit message (Expand) | Author | Age | Files | Lines |
* | Clear errors raised by PyObject_Compare() without losing any existing | Fred Drake | 2000-08-31 | 1 | -9/+44 |
|
|
* | This module has a poor name, since it can be used under FreeBSD and | Jeremy Hylton | 2000-08-31 | 1 | -0/+10 |
|
|
* | patch #101733: fix glitch in FreeBSD conf | Jeremy Hylton | 2000-08-31 | 2 | -3/+3 |
|
|
* | Document the limitation that urllib does not work with proxies which | Fred Drake | 2000-08-31 | 1 | -5/+9 |
|
|
* | If Setup is older than Setup.in, issue a bold warning that the Setup may | Fred Drake | 2000-08-31 | 1 | -2/+11 |
|
|
* | Remove obsolete --with(out)-readline configure option | Vladimir Marangozov | 2000-08-31 | 2 | -506/+460 |
|
|
* | Added abstract. | Greg Ward | 2000-08-31 | 2 | -2/+19 |
|
|
* | UNARY_NEG is supposed to be UNARY_NEGATIVE (spotted by Charles Waldman | Fred Drake | 2000-08-31 | 1 | -2/+2 |
|
|
* | Skip Montanaro <skip@mojam.com>: | Fred Drake | 2000-08-31 | 2 | -327/+371 |
|
|
* | Skip Montanaro <skip@mojam.com>: | Fred Drake | 2000-08-31 | 5 | -2/+44 |
|
|
* | fixes bug #111951 | Jeremy Hylton | 2000-08-31 | 3 | -2/+18 |
|
|
* | Update some version information for tools based on prodding from Greg Ward. | Fred Drake | 2000-08-31 | 1 | -12/+11 |
|
|
* | _PySys_Init(): When setting up sys.version_info, use #if/#elif.../#endif | Fred Drake | 2000-08-31 | 1 | -6/+3 |
|
|
* | apply patch #101362 by Vladimir Marangozov | Jeremy Hylton | 2000-08-31 | 1 | -33/+24 |
|
|
* | Get rid of "sec:" prefix that slipped into a couple of \label's. | Greg Ward | 2000-08-31 | 1 | -4/+4 |
|
|
* | GNUTranslations.BE_MAGIC: don't be so clever in calculating this from | Barry Warsaw | 2000-08-31 | 1 | -1/+1 |
|
|
* | New method getnamespace. | Sjoerd Mullender | 2000-08-31 | 2 | -0/+12 |
|
|
* | Be a little more careful to avoid including style information in the | Fred Drake | 2000-08-31 | 1 | -13/+12 |
|
|
* | Always room to remove more formatting from the HTML! | Fred Drake | 2000-08-31 | 1 | -2/+3 |
|
|
* | Fix grouping: this is how I intended it, misguided as I was in boolean | Thomas Wouters | 2000-08-31 | 1 | -2/+2 |
|
|
* | Move common parameters to mkhowto to a variable, add up-link from the | Fred Drake | 2000-08-31 | 1 | -19/+13 |
|
|
* | Add --up-link and --up-title parameters to allow linking the top level | Fred Drake | 2000-08-31 | 1 | -1/+12 |
|
|
* | Push some table header formatting to the style sheet; this also helps | Fred Drake | 2000-08-31 | 1 | -15/+97 |
|
|
* | Remove obsolete scripts. | Fred Drake | 2000-08-31 | 3 | -159/+0 |
|
|
* | Add --l2h-init option, which can augment the standard LaTeX2HTML | Fred Drake | 2000-08-31 | 1 | -3/+11 |
|
|
* | Centralize the processing logic for LaTeX documents into the mkhowto script; | Fred Drake | 2000-08-31 | 2 | -87/+46 |
|
|
* | Relocate the popen2 documentation since it is now substantially more | Fred Drake | 2000-08-31 | 1 | -1/+1 |
|
|
* | PyOS_CheckStack(): Better ANSI'fy this while we're at it. | Fred Drake | 2000-08-31 | 1 | -1/+1 |
|
|
* | Document PyOS_CheckStack(). | Fred Drake | 2000-08-31 | 1 | -2/+12 |
|
|
* | Add a comment explaining the return value of PyOS_CheckStack(). | Fred Drake | 2000-08-31 | 1 | -1/+4 |
|
|
* | Peter Schneider-Kamp <nowonder@nowonder.de>: | Fred Drake | 2000-08-31 | 4 | -18/+12 |
|
|
* | Removed compiler warning about wanting explicit grouping around && | Fred Drake | 2000-08-31 | 1 | -4/+6 |
|
|
* | Added a little more dependency information. | Fred Drake | 2000-08-31 | 1 | -1/+1 |
|
|
* | Added prototype for PyToken_ThreeChars(), to remove compiler warning | Fred Drake | 2000-08-31 | 1 | -0/+1 |
|
|
* | Added note about documenting the SSL support in the socket module. | Fred Drake | 2000-08-31 | 1 | -0/+2 |
|
|
* | Remove one compiler warning found with -Wstrict-prototypes. | Fred Drake | 2000-08-31 | 1 | -1/+1 |
|
|
* | tg@freebsd.org | Jeremy Hylton | 2000-08-31 | 10 | -0/+1629 |
|
|
* | Add /GX to 'compile_options'. This is definitely needed for C++ source; | Greg Ward | 2000-08-31 | 1 | -2/+3 |
|
|
* | adds support for --with-pydebug configure option | Skip Montanaro | 2000-08-30 | 4 | -461/+523 |
|
|
* | Better error message with UnboundLocalError | Paul Prescod | 2000-08-30 | 1 | -11/+39 |
|
|
* | Add ".cxx" to the list of known C++ extensions. | Greg Ward | 2000-08-30 | 1 | -1/+1 |
|
|
* | Added docstring for 'wrap()' function. | Greg Ward | 2000-08-30 | 1 | -0/+5 |
|
|
* | PyOS_CheckStack() returns 1 when failing, not -1. | Guido van Rossum | 2000-08-30 | 1 | -1/+1 |
|
|
* | Push a little more here to avoid style information in the generation | Fred Drake | 2000-08-30 | 1 | -0/+3 |
|
|
* | Remove the reference to stdwin. The comment was still true, but no | Fred Drake | 2000-08-30 | 1 | -6/+4 |
|
|
* | doc changes to parallel changes to calendar.py module | Skip Montanaro | 2000-08-30 | 1 | -11/+46 |
|
|
* | patches from David Goodger. Closes patch 101085. | Skip Montanaro | 2000-08-30 | 1 | -69/+104 |
|
|
* | Fix markup error | Andrew M. Kuchling | 2000-08-30 | 1 | -1/+1 |
|
|
* | Markup revisions. Nothing was actually required to be able to format it, | Fred Drake | 2000-08-30 | 1 | -54/+55 |
|
|
* | Expand the test suite to test both the GNU gettext and translation | Barry Warsaw | 2000-08-30 | 2 | -257/+154 |
|
|