summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Changed NT -> MSC or WATCOMGuido van Rossum1996-05-281-1/+1
* grand renaming; added copyright to some filesGuido van Rossum1996-05-282-20/+35
* Use ../install-sh to install files.Guido van Rossum1996-05-241-3/+11
* Made all c_* symbols static.Guido van Rossum1996-05-241-20/+20
* rename exported symbols with _Py_ prefixGuido van Rossum1996-05-242-0/+21
* make soundex_hash staticGuido van Rossum1996-05-241-1/+1
* Added mkfifo, ftruncate. Windows/PC changes.Guido van Rossum1996-05-231-31/+214
* Be more careful about default args.Guido van Rossum1996-05-231-16/+25
* Use struct _inittab def from import.hGuido van Rossum1996-05-231-4/+1
* Added flock().Guido van Rossum1996-05-231-0/+29
* Microsoft C changesGuido van Rossum1996-05-231-1/+4
* Subtle Windows changesGuido van Rossum1996-05-231-2/+2
* Use sigaction if possibleGuido van Rossum1996-05-231-0/+6
* Windows/PC changesGuido van Rossum1996-05-231-7/+40
* Added __doc__ strings. Added get_soundex().Guido van Rossum1996-05-231-2/+36
* Watcom changes.Guido van Rossum1996-05-231-1/+18
* Patch from the net for 4.1 file handler changes.Guido van Rossum1996-05-161-1/+19
* Add __sinit() call according to Jack.Guido van Rossum1996-05-161-0/+1
* remove unused variablesGuido van Rossum1996-02-271-9/+2
* default CLOCKS_PER_SEC to CLK_TCK if it existsGuido van Rossum1996-02-251-0/+4
* Made 2nd arg to mkdir optionalGuido van Rossum1996-02-251-2/+13
* Include ncurses.h where neededGuido van Rossum1996-02-251-0/+5
* Include stdlib.h or declare getenvGuido van Rossum1996-02-251-0/+6
* Add unsigned char castGuido van Rossum1996-02-251-1/+1
* Changes needed to build with Tcl/Tk beta 2!Guido van Rossum1996-02-251-16/+38
* Changes to make it work with Tcl/Tk beta 1.Guido van Rossum1996-02-251-33/+48
* Include GUSI.h if using gusi-socketsJack Jansen1996-02-141-0/+5
* mark strftime as varargsGuido van Rossum1996-02-131-1/+1
* add remove==unlink; mark strftime as varargsGuido van Rossum1996-02-131-0/+1
* get rid of bogus name for init_tkinter()Guido van Rossum1996-02-131-3/+1
* remove rcs historyGuido van Rossum1996-01-261-32/+0
* support fast mode for gdmbGuido van Rossum1996-01-261-9/+16
* Added 16-bit pixel support for some operations.Jack Jansen1996-01-221-8/+15
* Fixed off-by-one error in rle-decode, and allow whitespace in base64Jack Jansen1996-01-221-5/+5
* adde cmath; added version numbers to tk/tcl libsGuido van Rossum1996-01-121-1/+2
* added default hypot() implementationGuido van Rossum1996-01-121-4/+21
* 64-bit patchGuido van Rossum1996-01-121-0/+15
* added new.classobj()Guido van Rossum1996-01-121-0/+19
* fix argcount bug for build_node_childrenGuido van Rossum1996-01-121-1/+1
* clear addr buffer before calling getsocknameGuido van Rossum1996-01-121-0/+1
* complex mathGuido van Rossum1996-01-121-0/+314
* Allow '@' for ' ' in uuencoded files.Jack Jansen1995-11-141-2/+5
* Initialize GUSI on the mac.Jack Jansen1995-11-141-0/+21
* Fix to load needed resources on a macJack Jansen1995-10-311-0/+40
* Renamed module tkinter to _tkinter, moved source to _tkinter.cJack Jansen1995-10-232-7/+7
* rename binasciimodule.c -> binascii.c; disable parsermodule.cGuido van Rossum1995-10-121-2/+6
* Fred Drake's new parser moduleGuido van Rossum1995-10-112-52/+2121
* changes by Steve CliftGuido van Rossum1995-10-111-80/+92
* Removed declaration of sginap because it conflicted with a header file.Sjoerd Mullender1995-10-111-2/+0
* Propagate variable calls both to the linker and the compiler.Sjoerd Mullender1995-10-111-1/+2