| Commit message (Expand) | Author | Age | Files | Lines |
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 48 | -464/+0 |
* | The second argument to start_new_thread() is not a tuple, as pointed | Guido van Rossum | 2000-09-01 | 1 | -2/+2 |
* | Repaired damaged comments, and extra spaces in fatal error msgs we'd better | Tim Peters | 2000-09-01 | 1 | -6/+7 |
* | Move the Py_DECREF(x) after the error: label so that we don't leak x | Guido van Rossum | 2000-09-01 | 1 | -1/+1 |
* | Do the absolute minimal amount of modifications to eradicate | Barry Warsaw | 2000-09-01 | 15 | -67/+31 |
* | Fix test_popen2 on Windows, recently broken by changes to the dict(!) | Tim Peters | 2000-09-01 | 1 | -1/+57 |
* | set the default threshold much higher | Jeremy Hylton | 2000-09-01 | 1 | -1/+1 |
* | Don't call Py_FatalError in module initialization | Jeremy Hylton | 2000-09-01 | 2 | -7/+0 |
* | refactor __del__ exception handler into PyErr_WriteUnraisable | Jeremy Hylton | 2000-09-01 | 1 | -1/+10 |
* | 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 |
* | Minor adjustment to Setup.in message, based on comment from Barry Warsaw. | Fred Drake | 2000-08-31 | 1 | -7/+7 |
* | This module has a poor name, since it can be used under FreeBSD and | Jeremy Hylton | 2000-08-31 | 1 | -0/+10 |
* | If Setup is older than Setup.in, issue a bold warning that the Setup may | Fred Drake | 2000-08-31 | 1 | -2/+11 |
* | Skip Montanaro <skip@mojam.com>: | Fred Drake | 2000-08-31 | 3 | -1/+16 |
* | apply patch #101362 by Vladimir Marangozov | Jeremy Hylton | 2000-08-31 | 1 | -33/+24 |
* | Peter Schneider-Kamp <nowonder@nowonder.de>: | Fred Drake | 2000-08-31 | 3 | -11/+9 |
* | Remove one compiler warning found with -Wstrict-prototypes. | Fred Drake | 2000-08-31 | 1 | -1/+1 |
* | oops. accidentally reintroduced a memory leak. put the bugfix back. | Fredrik Lundh | 2000-08-27 | 1 | -3/+4 |
* | don't mistake memory errors (including reaching the recursion limit) | Fredrik Lundh | 2000-08-27 | 1 | -18/+24 |
* | Add three new APIs: PyRun_AnyFileEx(), PyRun_SimpleFileEx(), | Guido van Rossum | 2000-08-27 | 1 | -4/+3 |
* | Charles Waldman's patch to reinitialize the interpreter lock after a | Guido van Rossum | 2000-08-27 | 1 | -0/+1 |
* | Fixed this problem. | Thomas Wouters | 2000-08-26 | 1 | -4/+0 |
* | Try to supply a prototype for the module init function but avoid | Tim Peters | 2000-08-26 | 2 | -2/+2 |
* | Update the parser module to support augmented assignment. | Fred Drake | 2000-08-25 | 1 | -6/+30 |
* | initpyexpat(): Code cleanup; makes it more robust and reduces warnings. | Fred Drake | 2000-08-25 | 1 | -126/+143 |
* | Not every OS that support poll seems to support POLLMSG. | Sjoerd Mullender | 2000-08-25 | 1 | -0/+2 |
* | Add interface to poll() system call (SF patch #100852) | Andrew M. Kuchling | 2000-08-25 | 1 | -2/+319 |
* | Adjust the name for the socket module in the SSL line. | Thomas Wouters | 2000-08-24 | 1 | -1/+1 |
* | Fix the evil booboos. ;( Causes discussed with Jeremy offline. | Fred Drake | 2000-08-24 | 1 | -2/+2 |
* | Remove the Py_FatalError() from initpyexpat(); the Guido has decreed | Fred Drake | 2000-08-24 | 1 | -10/+22 |
* | validate_listmaker(): Revise to match Skip's latest changes to the | Fred Drake | 2000-08-23 | 1 | -6/+12 |
* | Nuked unused variable. | Tim Peters | 2000-08-22 | 1 | -1/+0 |
* | Update to reflect recent grammar changes (list comprehensions, extended | Fred Drake | 2000-08-21 | 1 | -178/+363 |
* | Add alias for old function name -- removing it broke Alexei Gilchrist's cfm | Andrew M. Kuchling | 2000-08-20 | 1 | -0/+2 |
* | Use METH_VARARGS constant in example module. | Andrew M. Kuchling | 2000-08-19 | 1 | -6/+6 |
* | Removed references to Py_FPROTO. | Sjoerd Mullender | 2000-08-18 | 1 | -2/+2 |
* | ANSI-fy function headers. Not much more can be done since I don't | Barry Warsaw | 2000-08-18 | 1 | -249/+82 |
* | lad_dealloc(): if xp->x_fd == -1, it means the descriptor's already | Barry Warsaw | 2000-08-18 | 1 | -1/+3 |
* | pattern_findall(): Plug small memory leak discovered by Insure. | Barry Warsaw | 2000-08-18 | 1 | -3/+3 |
* | init_locale(): This file defines the _locale module, so the | Barry Warsaw | 2000-08-18 | 1 | -1/+1 |
* | The sre test suite currently overruns the stack on Win64, Linux64, and Monterey | Trent Mick | 2000-08-16 | 1 | -2/+11 |
* | The socket module is now _socket on all platforms. | Fred Drake | 2000-08-16 | 1 | -2/+1 |
* | Remove a lot of the confusing conditional compilation from the beginning | Fred Drake | 2000-08-16 | 1 | -47/+4 |
* | Chris Herborth <chrish@pobox.com>: | Fred Drake | 2000-08-15 | 3 | -21/+1 |
* | Fix new compiler warnings. Unused var in compile.c. Argsize mismatches | Tim Peters | 2000-08-15 | 1 | -1/+1 |
* | binascii_unhexlify(): Better error message, courtesy effbot. | Barry Warsaw | 2000-08-15 | 1 | -5/+5 |
* | After a brief conversation and code review with TP, adding two very | Barry Warsaw | 2000-08-15 | 1 | -22/+126 |
* | SHA_hexdigest(): A couple of small patches to this function, added | Barry Warsaw | 2000-08-15 | 1 | -2/+10 |
* | md5_hexdigest(): After a brief conversation with TP, added hexdigest() | Barry Warsaw | 2000-08-15 | 1 | -9/+41 |