summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Applying patch #100994 to allow JPython to use more of the standardBarry Warsaw2000-09-014-12/+19
* Fix test_popen2 on Windows, recently broken by changes to the dict(!)Tim Peters2000-09-011-1/+57
* Applied patch #101350, closing it.Barry Warsaw2000-09-011-1/+3
* Document the new optional argument "rest" on the transfercmd(),Barry Warsaw2000-09-011-5/+22
* Added support for RFC 959's REST command (restart), closing SF patchBarry Warsaw2000-09-011-23/+38
* Document PyImport_AppendInittab(), PyImport_ExtendInittab(), andFred Drake2000-09-011-1/+39
* set the default threshold much higherJeremy Hylton2000-09-011-1/+1
* code part of patch #100895 by Fredrik LundhJeremy Hylton2000-09-011-4/+124
* Don't call Py_FatalError in module initializationJeremy Hylton2000-09-012-7/+0
* Revert removal of void from function definition. Guido sez I can take itTim Peters2000-09-011-1/+1
* Now that StreamRequestHandler defaults rfile to buffered, make itGuido van Rossum2000-09-011-0/+4
* In class StreamRequestHandler, make the default buffering for rfileGuido van Rossum2000-09-011-2/+12
* refactor __del__ exception handler into PyErr_WriteUnraisableJeremy Hylton2000-09-015-21/+50
* Add three prototypes for functions in history.h to shut up gcc -Wall.Guido van Rossum2000-09-011-0/+3
* Moodules -> Modules.Guido van Rossum2000-09-011-1/+1
* Add parens suggested by gcc -Wall.Guido van Rossum2000-09-011-2/+3
* Repaired comment.Tim Peters2000-09-011-1/+1
* 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