| Commit message (Expand) | Author | Age | Files | Lines |
* | Add invert() and __invert__() as aliases for inv()/__inv__(). | Fred Drake | 2000-09-17 | 1 | -11/+16 |
|
|
* | arraymodule: Fix SF bug 113960. | Tim Peters | 2000-09-16 | 1 | -18/+23 |
|
|
* | Use PyOS_setsig() instead of directly calling signal() or sigaction(). | Guido van Rossum | 2000-09-16 | 1 | -5/+12 |
|
|
* | Use typedef PyOS_sighandler_t and APIs PyOS_getsig() and | Guido van Rossum | 2000-09-16 | 1 | -25/+12 |
|
|
* | Fixed legit gripe from c.l.py that math.fmod docs aren't confusing enough. | Tim Peters | 2000-09-16 | 1 | -1/+2 |
|
|
* | Add a constant "library" to the module which names the library used, | Fred Drake | 2000-09-15 | 1 | -10/+80 |
|
|
* | Some systems need -lucb to compile the mmap module. Add a comment to | Fred Drake | 2000-09-15 | 1 | -1/+4 |
|
|
* | Py_Main(), usage(), usage_mid: Add -h and -V flags to print the usage | Barry Warsaw | 2000-09-15 | 1 | -8/+32 |
|
|
* | Use symbolic constants for allowable short ranges. | Martin v. Löwis | 2000-09-15 | 1 | -4/+7 |
|
|
* | Closes SF bug 113894: on Windows, things like os.listdir("k:") and | Tim Peters | 2000-09-15 | 1 | -9/+7 |
|
|
* | Check range for bytes and shorts. Closes bug #110845. | Martin v. Löwis | 2000-09-15 | 1 | -2/+42 |
|
|
* | Trent Mick points out that the BSD DB also provides an ndbm compatibility | Fred Drake | 2000-09-15 | 1 | -0/+2 |
|
|
* | Use the configure support to determine which ndbm.h header to include. | Fred Drake | 2000-09-14 | 1 | -0/+10 |
|
|
* | Add several dl.RTLD_ constants. Closes bug 110842. | Martin v. Löwis | 2000-09-13 | 1 | -2/+38 |
|
|
* | Simplify some of the code. Use PyErr_Format() instead of sprintf(), etc. | Fred Drake | 2000-09-12 | 1 | -186/+122 |
|
|
* | General cleanup in preparation for a bugfix: removed unused code, useless | Tim Peters | 2000-09-10 | 1 | -65/+27 |
|
|
* | autodetect presence of libdb - this allows bsddbmodule to be built | Skip Montanaro | 2000-09-08 | 1 | -1/+1 |
|
|
* | Oops. Jim's fix didn't. This one does -- I tested it a bit better | Guido van Rossum | 2000-09-07 | 1 | -4/+19 |
|
|
* | Simple fix from Jin Fulton to avoid returning a half-initialized | Guido van Rossum | 2000-09-07 | 1 | -2/+2 |
|
|
* | compromise value for threshold0: not too high, not too low | Jeremy Hylton | 2000-09-05 | 1 | -1/+1 |
|
|
* | Instead of printing all 9 lines of copyright info, print | Guido van Rossum | 2000-09-05 | 1 | -1/+4 |
|
|
* | return -1 for undefined groups (as implemented in 1.5.2) instead of | Fredrik Lundh | 2000-09-02 | 1 | -16/+4 |
|
|
* | 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 |
|
|