| Commit message (Expand) | Author | Age | Files | Lines |
* | unicode database compression, step 2: | Fredrik Lundh | 2000-09-25 | 4 | -4313/+4564 |
|
|
* | Repaired damaged string. | Tim Peters | 2000-09-24 | 1 | -1/+1 |
|
|
* | xmlparse_ExternalEntityParserCreate(): Add required cast to return to | Fred Drake | 2000-09-24 | 1 | -1/+1 |
|
|
* | unicode database compression, step 1: | Fredrik Lundh | 2000-09-24 | 1 | -11/+1 |
|
|
* | unicode database compression, step 1: | Fredrik Lundh | 2000-09-24 | 3 | -65715/+4398 |
|
|
* | Added ExternalEntityParserCreate method (patch 101635). | Lars Gustäbel | 2000-09-24 | 1 | -0/+66 |
|
|
* | Change the name of the exception from "pyexpat.error" to | Fred Drake | 2000-09-23 | 1 | -12/+13 |
|
|
* | Fix some long/"l" int/"i" mismatches. Fixes bug #113779. | Neil Schemenauer | 2000-09-22 | 1 | -2/+2 |
|
|
* | It's better to test for __hpux rather than __hppa, and hpux or hppa is | Guido van Rossum | 2000-09-22 | 1 | -1/+1 |
|
|
* | Hopefully fix the problem with undeclared fdatasync() on HP-UX that | Guido van Rossum | 2000-09-22 | 1 | -0/+5 |
|
|
* | Address Bug #115057: add a --with-suffix option to set the EXE | Guido van Rossum | 2000-09-22 | 1 | -4/+4 |
|
|
* | - Add DEBUG_SAVEALL option. When enabled all garbage objects found by the | Neil Schemenauer | 2000-09-22 | 1 | -27/+39 |
|
|
* | When PyInt_FromLong() returns NULL, you do not need to check | Fred Drake | 2000-09-22 | 1 | -4/+2 |
|
|
* | Implemented new os.startfile function, unique to Windows, exposing a | Tim Peters | 2000-09-22 | 1 | -0/+33 |
|
|
* | Fix for SF bug 115051: Dodgy use of PyTuple_SET_ITEM in pyexpat.c | Tim Peters | 2000-09-22 | 1 | -2/+1 |
|
|
* | Remove debugging print. ;( | Fred Drake | 2000-09-22 | 1 | -2/+0 |
|
|
* | Added a true unicode_internal_encode function and fixed the | Marc-André Lemburg | 2000-09-21 | 1 | -9/+43 |
|
|
* | Remove memory leaks of strings/Unicode objects passed into the character | Fred Drake | 2000-09-21 | 1 | -58/+21 |
|
|
* | - fixed yet another gcc -pedantic warning | Fredrik Lundh | 2000-09-21 | 1 | -16/+47 |
|
|
* | Use PyOS_setsig() instead of signal(). Also remove redundant spaces | Guido van Rossum | 2000-09-21 | 1 | -15/+15 |
|
|
* | Add a definition of rl_library_version. Reported by jpettit@sourceforge. | Guido van Rossum | 2000-09-20 | 1 | -0/+1 |
|
|
* | Randall Hopper: Add fpectl functionality patch for FreeBSD. | Guido van Rossum | 2000-09-19 | 1 | -0/+15 |
|
|
* | Implement readlines function. Closes Bug #110686. | Martin v. Löwis | 2000-09-19 | 1 | -0/+36 |
|
|
* | Make better use of GNU Pth -- patch by Andy Dustman. | Guido van Rossum | 2000-09-19 | 1 | -0/+9 |
|
|
* | 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 |
|
|