| Commit message (Expand) | Author | Age | Files | Lines |
* | Massive patch by Skip Montanaro to add ":name" to as many | Guido van Rossum | 2000-02-29 | 31 | -231/+231 |
|
|
* | Better fix for mpzmodule problem reported by Peter Funk: just use | Andrew M. Kuchling | 2000-02-25 | 1 | -6/+2 |
|
|
* | Delete references to _SC_AIO_LIST_MAX; it appears that that symbol was | Guido van Rossum | 2000-02-25 | 1 | -3/+0 |
|
|
* | Peter Funk: | Guido van Rossum | 2000-02-24 | 1 | -0/+5 |
|
|
* | What used to be tp_xxx4 is now tp_flags; set it to Py_TPFLAGS_DEFAULT. | Fred Drake | 2000-02-21 | 1 | -2/+1 |
|
|
* | Patch from Vladimir Marangozov <marangoz@python.inrialpes.fr> | Andrew M. Kuchling | 2000-02-18 | 1 | -6/+6 |
|
|
* | Patch from Vladimir Marangozov <marangoz@python.inrialpes.fr>: | Andrew M. Kuchling | 2000-02-18 | 1 | -4/+2 |
|
|
* | Patch by Jim Ahlstrom to add crc32, a useful checksum function | Guido van Rossum | 2000-02-16 | 1 | -0/+141 |
|
|
* | Protect against core dumps in gdbm: don't allow access by key once the | Fred Drake | 2000-02-07 | 1 | -2/+8 |
|
|
* | Patch from Paul Sokolovsky <Paul.Sokolovsky@technologist.com>: | Fred Drake | 2000-02-04 | 3 | -3/+9 |
|
|
* | Added docstring to crypt.crypt() based on the documentation. | Fred Drake | 2000-02-01 | 1 | -1/+10 |
|
|
* | The initialization of posix_putenv_garbage should only be done when it | Guido van Rossum | 2000-01-31 | 1 | -0/+2 |
|
|
* | The rest of the changes by Trent Mick and Dale Nagata for warning-free | Guido van Rossum | 2000-01-20 | 1 | -1/+1 |
|
|
* | According to Ron Bickers, and with apparent approval of Chris | Guido van Rossum | 2000-01-14 | 1 | -1/+1 |
|
|
* | The functions asctime() and mktime() are documented to take a 9-tuple | Guido van Rossum | 2000-01-12 | 1 | -4/+10 |
|
|
* | setup_confname_table(): Use size_t instead of int for an index when | Fred Drake | 1999-12-30 | 1 | -1/+1 |
|
|
* | For ZlibError and ZLIB_VERSION, only attempt to add entry to the | Fred Drake | 1999-12-22 | 1 | -3/+6 |
|
|
* | Fix typo in docstring: wbites -> wbits | Andrew M. Kuchling | 1999-12-20 | 1 | -1/+1 |
|
|
* | Patch and new file by Geoff Furnish for C++ compilation. | Guido van Rossum | 1999-12-16 | 2 | -2/+17 |
|
|
* | Rip out the code to check the ordering of the tables used to map | Fred Drake | 1999-12-15 | 1 | -31/+65 |
|
|
* | Added table entries for Irix 6.5 names for confstr()/sysconf()/ | Fred Drake | 1999-12-15 | 1 | -0/+174 |
|
|
* | Added support for getlogin(); does *not* use getlogin_r() where | Fred Drake | 1999-12-14 | 1 | -44/+73 |
|
|
* | Removed debugging prints. | Fred Drake | 1999-12-13 | 1 | -4/+0 |
|
|
* | Added bindings for getgroups(), fpathconf(), pathconf(), confstr(), | Fred Drake | 1999-12-13 | 1 | -1/+863 |
|
|
* | 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 |
|
|