| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Set the recursion limit to 1000 -- 2500 was not enough, let's be | Guido van Rossum | 2000-09-01 | 1 | -1/+1 |
|
|
* | Rene Liebscher/Thomas Heller: | Greg Ward | 2000-09-01 | 1 | -20/+22 |
|
|
* | Rene Liebscher: | Greg Ward | 2000-09-01 | 1 | -13/+13 |
|
|
* | Rene Liebscher: comment fixes. | Greg Ward | 2000-09-01 | 1 | -2/+2 |
|
|
* | Rene Liebscher: hack '_init_posix()' to handle the BeOS linker script. | Greg Ward | 2000-09-01 | 1 | -0/+17 |
|
|
* | Bump version to 0.9.2. | Greg Ward | 2000-09-01 | 1 | -1/+1 |
|
|
* | Added 'run_setup()' to allow outsiders to run a setup script under | Greg Ward | 2000-09-01 | 1 | -1/+89 |
|
|
* | Supply missing prototypes for new Py_{Get,Set}RecursionLimit; fixes compiler ... | Tim Peters | 2000-09-01 | 2 | -1/+3 |
|
|
* | GNUTranslations._parse(): Fix portability problems on 64-bit machines | Barry Warsaw | 2000-08-31 | 1 | -5/+14 |
|
|
* | closes bug #112468 (and all the other bugs that surfaced when | Fredrik Lundh | 2000-08-31 | 2 | -43/+85 |
|
|
* | Fix BeOS check in the libainstall target; noted by Mark Favas | Fred Drake | 2000-08-31 | 1 | -1/+1 |
|
|
* | Minor adjustment to Setup.in message, based on comment from Barry Warsaw. | Fred Drake | 2000-08-31 | 1 | -7/+7 |
|
|
* | After rerunning autoheader, two symbols (HAVE__GETPTY and WITH_LIBDB) | Guido van Rossum | 2000-08-31 | 1 | -6/+6 |
|
|
* | Test case to exercise fix for error propogation bug in dictionarys. | Fred Drake | 2000-08-31 | 2 | -2/+28 |
|
|
* | Fix markup error and minor consistency nit. | Fred Drake | 2000-08-31 | 1 | -2/+2 |
|
|
* | Slight performance hack that also avoids requiring the existence of thread | Fred Drake | 2000-08-31 | 1 | -12/+124 |
|
|
* | script that reports a fairly safe recursionlimit for a specific platform | Jeremy Hylton | 2000-08-31 | 1 | -0/+88 |
|
|
* | add user-modifiable recursion_limit | Jeremy Hylton | 2000-08-31 | 4 | -15/+84 |
|
|
* | 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 |
|
|