| Commit message (Expand) | Author | Age | Files | Lines |
* | Tool to generate binary GNU .mo file from .po template files. Written | Barry Warsaw | 2000-09-01 | 1 | -0/+194 |
|
|
* | Added installation of w9xpopen.exe. | Tim Peters | 2000-09-01 | 1 | -1/+6 |
|
|
* | Fix grouping, again. This time properly :-) Sorry, guys. | Thomas Wouters | 2000-09-01 | 1 | -3/+3 |
|
|
* | Applying patch #100994 to allow JPython to use more of the standard | Barry Warsaw | 2000-09-01 | 4 | -12/+19 |
|
|
* | Fix test_popen2 on Windows, recently broken by changes to the dict(!) | Tim Peters | 2000-09-01 | 1 | -1/+57 |
|
|
* | Applied patch #101350, closing it. | Barry Warsaw | 2000-09-01 | 1 | -1/+3 |
|
|
* | Document the new optional argument "rest" on the transfercmd(), | Barry Warsaw | 2000-09-01 | 1 | -5/+22 |
|
|
* | Added support for RFC 959's REST command (restart), closing SF patch | Barry Warsaw | 2000-09-01 | 1 | -23/+38 |
|
|
* | Document PyImport_AppendInittab(), PyImport_ExtendInittab(), and | Fred Drake | 2000-09-01 | 1 | -1/+39 |
|
|
* | set the default threshold much higher | Jeremy Hylton | 2000-09-01 | 1 | -1/+1 |
|
|
* | code part of patch #100895 by Fredrik Lundh | Jeremy Hylton | 2000-09-01 | 1 | -4/+124 |
|
|
* | Don't call Py_FatalError in module initialization | Jeremy Hylton | 2000-09-01 | 2 | -7/+0 |
|
|
* | Revert removal of void from function definition. Guido sez I can take it | Tim Peters | 2000-09-01 | 1 | -1/+1 |
|
|
* | Now that StreamRequestHandler defaults rfile to buffered, make it | Guido van Rossum | 2000-09-01 | 1 | -0/+4 |
|
|
* | In class StreamRequestHandler, make the default buffering for rfile | Guido van Rossum | 2000-09-01 | 1 | -2/+12 |
|
|
* | refactor __del__ exception handler into PyErr_WriteUnraisable | Jeremy Hylton | 2000-09-01 | 5 | -21/+50 |
|
|
* | Add three prototypes for functions in history.h to shut up gcc -Wall. | Guido van Rossum | 2000-09-01 | 1 | -0/+3 |
|
|
* | Moodules -> Modules. | Guido van Rossum | 2000-09-01 | 1 | -1/+1 |
|
|
* | Add parens suggested by gcc -Wall. | Guido van Rossum | 2000-09-01 | 1 | -2/+3 |
|
|
* | Repaired comment. | Tim Peters | 2000-09-01 | 1 | -1/+1 |
|
|
* | 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 |
|
|