summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Set the recursion limit to 1000 -- 2500 was not enough, let's beGuido van Rossum2000-09-011-1/+1
* Rene Liebscher/Thomas Heller:Greg Ward2000-09-011-20/+22
* Rene Liebscher:Greg Ward2000-09-011-13/+13
* Rene Liebscher: comment fixes.Greg Ward2000-09-011-2/+2
* Rene Liebscher: hack '_init_posix()' to handle the BeOS linker script.Greg Ward2000-09-011-0/+17
* Bump version to 0.9.2.Greg Ward2000-09-011-1/+1
* Added 'run_setup()' to allow outsiders to run a setup script underGreg Ward2000-09-011-1/+89
* Supply missing prototypes for new Py_{Get,Set}RecursionLimit; fixes compiler ...Tim Peters2000-09-012-1/+3
* GNUTranslations._parse(): Fix portability problems on 64-bit machinesBarry Warsaw2000-08-311-5/+14
* closes bug #112468 (and all the other bugs that surfaced whenFredrik Lundh2000-08-312-43/+85
* Fix BeOS check in the libainstall target; noted by Mark FavasFred Drake2000-08-311-1/+1
* Minor adjustment to Setup.in message, based on comment from Barry Warsaw.Fred Drake2000-08-311-7/+7
* After rerunning autoheader, two symbols (HAVE__GETPTY and WITH_LIBDB)Guido van Rossum2000-08-311-6/+6
* Test case to exercise fix for error propogation bug in dictionarys.Fred Drake2000-08-312-2/+28
* Fix markup error and minor consistency nit.Fred Drake2000-08-311-2/+2
* Slight performance hack that also avoids requiring the existence of threadFred Drake2000-08-311-12/+124
* script that reports a fairly safe recursionlimit for a specific platformJeremy Hylton2000-08-311-0/+88
* add user-modifiable recursion_limitJeremy Hylton2000-08-314-15/+84
* Clear errors raised by PyObject_Compare() without losing any existingFred Drake2000-08-311-9/+44
* This module has a poor name, since it can be used under FreeBSD andJeremy Hylton2000-08-311-0/+10
* patch #101733: fix glitch in FreeBSD confJeremy Hylton2000-08-312-3/+3
* Document the limitation that urllib does not work with proxies whichFred Drake2000-08-311-5/+9
* If Setup is older than Setup.in, issue a bold warning that the Setup mayFred Drake2000-08-311-2/+11
* Remove obsolete --with(out)-readline configure optionVladimir Marangozov2000-08-312-506/+460
* Added abstract.Greg Ward2000-08-312-2/+19
* UNARY_NEG is supposed to be UNARY_NEGATIVE (spotted by Charles WaldmanFred Drake2000-08-311-2/+2
* Skip Montanaro <skip@mojam.com>:Fred Drake2000-08-312-327/+371
* Skip Montanaro <skip@mojam.com>:Fred Drake2000-08-315-2/+44
* fixes bug #111951Jeremy Hylton2000-08-313-2/+18
* Update some version information for tools based on prodding from Greg Ward.Fred Drake2000-08-311-12/+11
* _PySys_Init(): When setting up sys.version_info, use #if/#elif.../#endifFred Drake2000-08-311-6/+3
* apply patch #101362 by Vladimir MarangozovJeremy Hylton2000-08-311-33/+24
* Get rid of "sec:" prefix that slipped into a couple of \label's.Greg Ward2000-08-311-4/+4
* GNUTranslations.BE_MAGIC: don't be so clever in calculating this fromBarry Warsaw2000-08-311-1/+1
* New method getnamespace.Sjoerd Mullender2000-08-312-0/+12
* Be a little more careful to avoid including style information in theFred Drake2000-08-311-13/+12
* Always room to remove more formatting from the HTML!Fred Drake2000-08-311-2/+3
* Fix grouping: this is how I intended it, misguided as I was in booleanThomas Wouters2000-08-311-2/+2
* Move common parameters to mkhowto to a variable, add up-link from theFred Drake2000-08-311-19/+13
* Add --up-link and --up-title parameters to allow linking the top levelFred Drake2000-08-311-1/+12
* Push some table header formatting to the style sheet; this also helpsFred Drake2000-08-311-15/+97
* Remove obsolete scripts.Fred Drake2000-08-313-159/+0
* Add --l2h-init option, which can augment the standard LaTeX2HTMLFred Drake2000-08-311-3/+11
* Centralize the processing logic for LaTeX documents into the mkhowto script;Fred Drake2000-08-312-87/+46
* Relocate the popen2 documentation since it is now substantially moreFred Drake2000-08-311-1/+1
* PyOS_CheckStack(): Better ANSI'fy this while we're at it.Fred Drake2000-08-311-1/+1
* Document PyOS_CheckStack().Fred Drake2000-08-311-2/+12
* Add a comment explaining the return value of PyOS_CheckStack().Fred Drake2000-08-311-1/+4
* Peter Schneider-Kamp <nowonder@nowonder.de>:Fred Drake2000-08-314-18/+12
* Removed compiler warning about wanting explicit grouping around &&Fred Drake2000-08-311-4/+6