summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Collapse)AuthorAgeFilesLines
* Added CWI copyright.Guido van Rossum1996-06-261-18/+46
| | | | | | | | Updated some comments. Fixed bug in Merge() called with NULL args. Get rid of TkDefaultAppName() -- it is not used anywhere. Pass error message on when Appinit fails. Create/Delete FileHandler assume fd is a socket on Windows.
* changed windows test symbols; removed debug printf from socketsGuido van Rossum1996-06-262-26/+26
|
* Made comment for getprogramname() more helpful.Guido van Rossum1996-06-201-1/+2
|
* More rational support for Windows (tested on Roj's NT 3.5 machine only).Guido van Rossum1996-06-201-141/+117
| | | | Use PyArg_ParseTuple() where it makes sense.
* Clear waitpid() status arg in case there's no process to report withGuido van Rossum1996-06-191-1/+1
| | | | WNOHANG set.
* Added more entries to create required target subdirectories for sharedinstall.Guido van Rossum1996-06-171-2/+14
|
* Test for zero-length argument in capitalize().Guido van Rossum1996-06-171-1/+1
|
* Added new.instance(class, dict).Guido van Rossum1996-06-171-0/+26
|
* added capitalize()Guido van Rossum1996-06-121-0/+45
|
* Yet another pass at fd2obj -- this time for WindowsGuido van Rossum1996-06-121-29/+58
|
* provide access to $(exec_)prefixGuido van Rossum1996-06-122-0/+25
|
* ntohs, ntohl, htons, htonl -- thanks to LanceGuido van Rossum1996-06-121-0/+56
|
* more changes for Windows, sighGuido van Rossum1996-06-121-29/+57
|
* Avoid core dump in resizestring() on read() with 0 bytes.Guido van Rossum1996-06-111-4/+5
|
* Calculate length of AF_UNIX addr struct portably in getsockaddrarg().Guido van Rossum1996-06-111-1/+1
|
* Get rid of obsolete allowbroadcast().Guido van Rossum1996-06-111-23/+2
| | | | Avoid core dumps in resizestring().
* Avoid core dump on symcomp("").Guido van Rossum1996-06-111-1/+5
|
* A fcntl implementation for systems (like Solaris) without flock() call.Guido van Rossum1996-06-111-0/+27
| | | | By Sjoerd.
* Use correct field of sigaction structGuido van Rossum1996-05-291-1/+1
|
* 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
| | | | | 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
|