summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* On HP-UX, -rpath is another option taking an argument that needs to goGuido van Rossum1999-05-211-0/+1
* Apparently __GNU_LIBRARY__ is defined for glibc as well as for libc5.Guido van Rossum1999-04-231-3/+3
* Jim Fulton writes:Guido van Rossum1999-04-191-13/+41
* Patch from Tim Peters to repare a the problem that tracebacks are offGuido van Rossum1999-04-191-2/+9
* Patch by Drew Csillag for FreeBSD's sh, which doesn't automaticallyGuido van Rossum1999-04-191-0/+8
* Avoid triggering Alpha OSF/1 specific code on Alpha NT or Linux.Guido van Rossum1999-04-191-1/+1
* Put back __osf__ support for gethostbyname_r(); the real bug was thatGuido van Rossum1999-04-131-1/+5
* Fix accidentally reversed NULL test in load_mark(). Suggested byGuido van Rossum1999-04-121-1/+1
* 'clean' target should remove hassignal.Guido van Rossum1999-04-121-1/+2
* Cast added by Jack Jansen (for Mac port).Guido van Rossum1999-04-121-1/+2
* casts for picky compilers.Guido van Rossum1999-04-102-2/+3
* 3-arg gethostbyname_r doesn't really work on OSF/1.Guido van Rossum1999-04-101-1/+1
* Patch by Andrew Kuchling to unflush() (flush() for deflating).Guido van Rossum1999-04-071-4/+8
* Add extern decl for fsync() for SunOS 4.x.Guido van Rossum1999-04-071-0/+1
* Jonathan Giddy notes, and Chris Lawrence agrees, that some comments onGuido van Rossum1999-04-051-3/+3
* Protection against picling to/from closed (real) file.Guido van Rossum1999-03-291-0/+8
* #$@%! Forgot to remove a #error directive used for testing. Sorry.Guido van Rossum1999-03-291-1/+0
* Chris Lawrence writes:Guido van Rossum1999-03-291-18/+28
* Avoid warnings from AIX compiler. Reported by Vladimir (AIX is myGuido van Rossum1999-03-291-3/+3
* Add an .unused_data attribute to decompressor objects. If .unused_dataAndrew M. Kuchling1999-03-251-0/+22
* Added Greg Stein and Andrew Kuchling's sha module.Guido van Rossum1999-03-242-1/+610
* Implement two suggestions by Jonathan Giddy: (1) in AIX, clear theGuido van Rossum1999-03-241-0/+19
* Vladimir Marangozov implements the AIX 3-arg gethostbyname_r code.Guido van Rossum1999-03-241-14/+32
* Add $(EXE) to various occurrences of python so it will work on CygwinGuido van Rossum1999-03-231-2/+2
* Clean up pass for the previous patches.Guido van Rossum1999-03-221-23/+35
* Jonathan Giddy writes:Guido van Rossum1999-03-221-8/+15
* Fixed the flush() method of compression objects; the test forAndrew M. Kuchling1999-03-221-12/+29
* Use an unsigned cast to avoid a warning in VC++.Guido van Rossum1999-03-191-1/+2
* Docstring fix: acosh() returns the hyperbolic arccosine, not theFred Drake1999-03-161-1/+1
* Patch by Rob Riggs for Linux -- glibc2 has a different argumentGuido van Rossum1999-03-151-0/+24
* Patch by Chris Herborth for BeOS code.Guido van Rossum1999-03-091-14/+8
* # Typo in docstring (Retrun -> Return).Guido van Rossum1999-02-231-1/+1
* Carefully check for overflow when allocating the memory for fromfileGuido van Rossum1999-02-231-1/+8
* Patch by Tadayoshi Funaba (with some changes) to be smarter aboutGuido van Rossum1999-02-231-6/+12
* Document *static* -- in two places!Guido van Rossum1999-02-221-1/+4
* We don't support leap seconds, so the seconds field of a time 9-tupleGuido van Rossum1999-02-221-1/+1
* In atoi(), don't use isxdigit() to test whether the last characterGuido van Rossum1999-02-221-1/+1
* The docstring for ttyname(..) claims a second "mode" argument. TheGuido van Rossum1999-02-221-1/+1
* When the parameter to PyInt_AsLong() has already been checked withFred Drake1999-02-171-2/+2
* Use the portable form of initializing the ob_type field for new types.Fred Drake1999-02-161-2/+8
* The symbols P_* (for spawn*(), MS specific) should not have a leadingGuido van Rossum1999-02-161-5/+5
* Fixed totally bogus conversion factors used in the Win32 version ofGuido van Rossum1999-02-161-3/+10
* Got rid of the file-global PosixError. This was redundant since itBarry Warsaw1999-02-091-8/+4
* On Windows, -i shouldn't call set[v]buf(stdin, ...) because it screwsGuido van Rossum1999-02-091-1/+1
* Fix buglet in load_put -- the test for bad readline result tested theGuido van Rossum1999-02-081-1/+1
* The variable TESTPATH should be initialized to empty.Guido van Rossum1999-02-081-1/+1
* The writelines() function was never tested and contained numerous bugsGuido van Rossum1999-02-081-4/+16
* Jim Fulton: this fixes seg faults with bad pickles like "c".Guido van Rossum1999-02-041-3/+22
* Portability fix for [f]statvfs() return tuple: no longer return theGuido van Rossum1999-02-031-12/+8
* Never mind, this belongs in the PC subdirectory,Guido van Rossum1999-02-021-71/+0