| Commit message (Expand) | Author | Age | Files | Lines |
* | The call to PyArg_ParseTuple in al_Connect had one too few arguments. | Guido van Rossum | 1999-12-10 | 1 | -1/+1 |
|
|
* | Added support for abort(), ctermid(), tmpfile(), tempnam(), tmpnam(), | Fred Drake | 1999-12-09 | 1 | -163/+326 |
|
|
* | OpenSSL support. This is based on patches for a version of SSLeay by | Guido van Rossum | 1999-12-07 | 1 | -1/+7 |
|
|
* | OpenSSL support. This is based on patches for a version of SSLeay by | Guido van Rossum | 1999-12-07 | 1 | -1/+290 |
|
|
* | Correct the docstring for byteswap(); error noted by Bernhard Reiter | Fred Drake | 1999-12-03 | 1 | -4/+9 |
|
|
* | Patches by Kannan Vijayan: | Guido van Rossum | 1999-11-18 | 1 | -4/+108 |
|
|
* | Jack Jansen: Mac has no EINTR. | Guido van Rossum | 1999-11-08 | 1 | -0/+4 |
|
|
* | Patch by Dieter Maurer to make things work for Tcl/Tk 8.1. This | Guido van Rossum | 1999-11-05 | 1 | -2/+2 |
|
|
* | Patch by Dieter Maurer to make things work for Tcl/Tk 8.1 (tested with | Guido van Rossum | 1999-11-05 | 1 | -0/+4 |
|
|
* | split() docstring: Made signature and description for the first | Fred Drake | 1999-11-04 | 1 | -3/+3 |
|
|
* | Bugfix by Jack Jansen for Macintosh (for the inet_ntoa/aton changes): | Guido van Rossum | 1999-11-04 | 1 | -1/+6 |
|
|
* | Patch by Jason Trowbridge. (Followup to his PR#110.) (Slightly | Guido van Rossum | 1999-10-19 | 1 | -18/+69 |
|
|
* | John DuBois tells us that SCO OpenServer 5.0 and later requires _SVID3 | Guido van Rossum | 1999-10-19 | 1 | -0/+5 |
|
|
* | Fix PR#110 -- bad input ("====") for a2b_base64() caused it to call | Guido van Rossum | 1999-10-19 | 1 | -0/+2 |
|
|
* | parser__pickler(): Don't drop the third argument to | Fred Drake | 1999-09-20 | 1 | -5/+11 |
|
|
* | Added comment with web location of bsddb windows port. | Guido van Rossum | 1999-09-20 | 1 | -1/+4 |
|
|
* | (1) On Linux, we really need to trust the configure script to select | Guido van Rossum | 1999-09-15 | 1 | -2/+13 |
|
|
* | It appears that inet_aton() doesn't really exist except in libresolv; | Guido van Rossum | 1999-09-09 | 1 | -20/+3 |
|
|
* | Added keyword parameter support to all public interfaces; keyword | Fred Drake | 1999-09-09 | 1 | -62/+76 |
|
|
* | Fixed memory leak in ratecv, in response to PR#72. By Sjoerd Mullender. | Guido van Rossum | 1999-09-07 | 1 | -8/+18 |
|
|
* | Patch by Mark Hammond to avoid certain header files on Windows/CE. | Guido van Rossum | 1999-08-27 | 2 | -0/+4 |
|
|
* | Tiny patch by Mark Hammond to avoid sys/types.h if we don't have it | Guido van Rossum | 1999-08-27 | 1 | -2/+4 |
|
|
* | posix_putenv(): Constrain memory leakage when setting the same | Fred Drake | 1999-08-26 | 1 | -3/+24 |
|
|
* | Port inet_ntoa and inet_aton to Windows: | Guido van Rossum | 1999-08-20 | 1 | -2/+23 |
|
|
* | Patch by Ben Gertzfield to add inet_aton() and inet_ntoa() calls. | Guido van Rossum | 1999-08-20 | 1 | -0/+72 |
|
|
* | In floatsleep(), when using select(), ignore EINTR error. | Guido van Rossum | 1999-08-19 | 1 | -2/+4 |
|
|
* | Patch by Marc-Andre Lemburg to add a bunch more symbols. | Guido van Rossum | 1999-08-09 | 1 | -2/+86 |
|
|
* | It turns out that modifying the environment strings is not safe. | Guido van Rossum | 1999-08-03 | 1 | -6/+16 |
|
|
* | Patch by Stephen Turner, who writes: | Guido van Rossum | 1999-07-13 | 1 | -18/+27 |
|
|
* | Milton L. Hankin reports that on Windows it is possible to have two | Guido van Rossum | 1999-07-02 | 1 | -1/+2 |
|
|
* | New version from Jim: | Guido van Rossum | 1999-06-15 | 1 | -50/+30 |
|
|
* | New version from Jim: don't call Py_FatalError() when initialization fails. | Guido van Rossum | 1999-06-15 | 1 | -5/+2 |
|
|
* | Jim Fulton writes: | Guido van Rossum | 1999-06-09 | 1 | -10/+56 |
|
|
* | posix_listdir(): When an error occurs, call | Barry Warsaw | 1999-05-27 | 1 | -5/+5 |
|
|
* | On HP-UX, -rpath is another option taking an argument that needs to go | Guido van Rossum | 1999-05-21 | 1 | -0/+1 |
|
|
* | Apparently __GNU_LIBRARY__ is defined for glibc as well as for libc5. | Guido van Rossum | 1999-04-23 | 1 | -3/+3 |
|
|
* | Jim Fulton writes: | Guido van Rossum | 1999-04-19 | 1 | -13/+41 |
|
|
* | Patch from Tim Peters to repare a the problem that tracebacks are off | Guido van Rossum | 1999-04-19 | 1 | -2/+9 |
|
|
* | Patch by Drew Csillag for FreeBSD's sh, which doesn't automatically | Guido van Rossum | 1999-04-19 | 1 | -0/+8 |
|
|
* | Avoid triggering Alpha OSF/1 specific code on Alpha NT or Linux. | Guido van Rossum | 1999-04-19 | 1 | -1/+1 |
|
|
* | Put back __osf__ support for gethostbyname_r(); the real bug was that | Guido van Rossum | 1999-04-13 | 1 | -1/+5 |
|
|
* | Fix accidentally reversed NULL test in load_mark(). Suggested by | Guido van Rossum | 1999-04-12 | 1 | -1/+1 |
|
|
* | 'clean' target should remove hassignal. | Guido van Rossum | 1999-04-12 | 1 | -1/+2 |
|
|
* | Cast added by Jack Jansen (for Mac port). | Guido van Rossum | 1999-04-12 | 1 | -1/+2 |
|
|
* | casts for picky compilers. | Guido van Rossum | 1999-04-10 | 2 | -2/+3 |
|
|
* | 3-arg gethostbyname_r doesn't really work on OSF/1. | Guido van Rossum | 1999-04-10 | 1 | -1/+1 |
|
|
* | Patch by Andrew Kuchling to unflush() (flush() for deflating). | Guido van Rossum | 1999-04-07 | 1 | -4/+8 |
|
|
* | Add extern decl for fsync() for SunOS 4.x. | Guido van Rossum | 1999-04-07 | 1 | -0/+1 |
|
|
* | Jonathan Giddy notes, and Chris Lawrence agrees, that some comments on | Guido van Rossum | 1999-04-05 | 1 | -3/+3 |
|
|
* | Protection against picling to/from closed (real) file. | Guido van Rossum | 1999-03-29 | 1 | -0/+8 |
|
|