summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Protect against core dumps in gdbm: don't allow access by key once theFred Drake2000-02-071-2/+8
* Patch from Paul Sokolovsky <Paul.Sokolovsky@technologist.com>:Fred Drake2000-02-043-3/+9
* Added docstring to crypt.crypt() based on the documentation.Fred Drake2000-02-011-1/+10
* The initialization of posix_putenv_garbage should only be done when itGuido van Rossum2000-01-311-0/+2
* The rest of the changes by Trent Mick and Dale Nagata for warning-freeGuido van Rossum2000-01-201-1/+1
* According to Ron Bickers, and with apparent approval of ChrisGuido van Rossum2000-01-141-1/+1
* The functions asctime() and mktime() are documented to take a 9-tupleGuido van Rossum2000-01-121-4/+10
* setup_confname_table(): Use size_t instead of int for an index whenFred Drake1999-12-301-1/+1
* For ZlibError and ZLIB_VERSION, only attempt to add entry to theFred Drake1999-12-221-3/+6
* Fix typo in docstring: wbites -> wbitsAndrew M. Kuchling1999-12-201-1/+1
* Patch and new file by Geoff Furnish for C++ compilation.Guido van Rossum1999-12-162-2/+17
* Rip out the code to check the ordering of the tables used to mapFred Drake1999-12-151-31/+65
* Added table entries for Irix 6.5 names for confstr()/sysconf()/Fred Drake1999-12-151-0/+174
* Added support for getlogin(); does *not* use getlogin_r() whereFred Drake1999-12-141-44/+73
* Removed debugging prints.Fred Drake1999-12-131-4/+0
* Added bindings for getgroups(), fpathconf(), pathconf(), confstr(),Fred Drake1999-12-131-1/+863
* The call to PyArg_ParseTuple in al_Connect had one too few arguments.Guido van Rossum1999-12-101-1/+1
* Added support for abort(), ctermid(), tmpfile(), tempnam(), tmpnam(),Fred Drake1999-12-091-163/+326
* OpenSSL support. This is based on patches for a version of SSLeay byGuido van Rossum1999-12-071-1/+7
* OpenSSL support. This is based on patches for a version of SSLeay byGuido van Rossum1999-12-071-1/+290
* Correct the docstring for byteswap(); error noted by Bernhard ReiterFred Drake1999-12-031-4/+9
* Patches by Kannan Vijayan:Guido van Rossum1999-11-181-4/+108
* Jack Jansen: Mac has no EINTR.Guido van Rossum1999-11-081-0/+4
* Patch by Dieter Maurer to make things work for Tcl/Tk 8.1. ThisGuido van Rossum1999-11-051-2/+2
* Patch by Dieter Maurer to make things work for Tcl/Tk 8.1 (tested withGuido van Rossum1999-11-051-0/+4
* split() docstring: Made signature and description for the firstFred Drake1999-11-041-3/+3
* Bugfix by Jack Jansen for Macintosh (for the inet_ntoa/aton changes):Guido van Rossum1999-11-041-1/+6
* Patch by Jason Trowbridge. (Followup to his PR#110.) (SlightlyGuido van Rossum1999-10-191-18/+69
* John DuBois tells us that SCO OpenServer 5.0 and later requires _SVID3Guido van Rossum1999-10-191-0/+5
* Fix PR#110 -- bad input ("====") for a2b_base64() caused it to callGuido van Rossum1999-10-191-0/+2
* parser__pickler(): Don't drop the third argument toFred Drake1999-09-201-5/+11
* Added comment with web location of bsddb windows port.Guido van Rossum1999-09-201-1/+4
* (1) On Linux, we really need to trust the configure script to selectGuido van Rossum1999-09-151-2/+13
* It appears that inet_aton() doesn't really exist except in libresolv;Guido van Rossum1999-09-091-20/+3
* Added keyword parameter support to all public interfaces; keywordFred Drake1999-09-091-62/+76
* Fixed memory leak in ratecv, in response to PR#72. By Sjoerd Mullender.Guido van Rossum1999-09-071-8/+18
* Patch by Mark Hammond to avoid certain header files on Windows/CE.Guido van Rossum1999-08-272-0/+4
* Tiny patch by Mark Hammond to avoid sys/types.h if we don't have itGuido van Rossum1999-08-271-2/+4
* posix_putenv(): Constrain memory leakage when setting the sameFred Drake1999-08-261-3/+24
* Port inet_ntoa and inet_aton to Windows:Guido van Rossum1999-08-201-2/+23
* Patch by Ben Gertzfield to add inet_aton() and inet_ntoa() calls.Guido van Rossum1999-08-201-0/+72
* In floatsleep(), when using select(), ignore EINTR error.Guido van Rossum1999-08-191-2/+4
* Patch by Marc-Andre Lemburg to add a bunch more symbols.Guido van Rossum1999-08-091-2/+86
* It turns out that modifying the environment strings is not safe.Guido van Rossum1999-08-031-6/+16
* Patch by Stephen Turner, who writes:Guido van Rossum1999-07-131-18/+27
* Milton L. Hankin reports that on Windows it is possible to have twoGuido van Rossum1999-07-021-1/+2
* New version from Jim:Guido van Rossum1999-06-151-50/+30
* New version from Jim: don't call Py_FatalError() when initialization fails.Guido van Rossum1999-06-151-5/+2
* Jim Fulton writes:Guido van Rossum1999-06-091-10/+56
* posix_listdir(): When an error occurs, callBarry Warsaw1999-05-271-5/+5