summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | Add mktime() overflow test and make it NeXT robust by initializing the structure from localtime().
* 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
| | | | ascii input (thanks to Donald Beaudry for pointing these out)
* 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
|
* add BGN/END_SAVE macros around fcntl/ioctl callsGuido van Rossum1995-10-071-2/+12
|
* Added base64 supportJack Jansen1995-10-041-0/+141
|
* Removed unused variableJack Jansen1995-10-031-1/+1
|
* Move some stuff around so customizations in Setup take precedenceGuido van Rossum1995-09-301-4/+9
|
* re-enable new.code(...) with new argsGuido van Rossum1995-09-301-3/+18
|
* clear quitMainLoop when we fall through the main loopGuido van Rossum1995-09-301-0/+1
|