summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Document some process group stuff; mkdir mode arg optional; mkfifo.Guido van Rossum1996-06-262-2/+110
* Give correct length of string.Guido van Rossum1996-06-262-2/+2
* Slight update; file args are no longer optional.Guido van Rossum1996-06-262-16/+16
* Add flock; warn about lockdata system dependency when using fcntl.Guido van Rossum1996-06-262-2/+18
* Change of address; 1.4 beta 1.Guido van Rossum1996-06-262-8/+8
* Fixed for Latex2e by Dave Ascher.Guido van Rossum1996-06-261-40/+29
* Patchlevel to 1.4 beta 1.Guido van Rossum1996-06-261-1/+1
* Different logic for defining CHECK(); 16-bit MSC specific define.Guido van Rossum1996-06-261-2/+8
* Added CWI copyright.Guido van Rossum1996-06-261-18/+46
* 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
* Added HAVE_FLOCKGuido van Rossum1996-06-201-0/+3
* Some cleanups. Change of address.Guido van Rossum1996-06-201-47/+51
* Some cleanup; make for loops over subdirs less noisy, more informative.Guido van Rossum1996-06-201-25/+27
* Cosmetic change to the dox_8x3 hack.Guido van Rossum1996-06-201-4/+3
* Clear waitpid() status arg in case there's no process to report withGuido van Rossum1996-06-191-1/+1
* Renamed static pow() to powerop() to avoid name conflict in some compilers.Guido van Rossum1996-06-191-4/+4
* Sjoerd's StringIO speed-upGuido van Rossum1996-06-191-7/+30
* Add test that script name ends in .py.Guido van Rossum1996-06-171-9/+10
* Get struct _frozen defn from Python.h; new variable names.Guido van Rossum1996-06-171-5/+5
* Added more entries to create required target subdirectories for sharedinstall.Guido van Rossum1996-06-171-2/+14
* get rid of temporary README about Tommy's effortsGuido van Rossum1996-06-171-27/+0
* new simple dialog module, incompatibleGuido van Rossum1996-06-172-0/+154
* Change defn of splitnport() to only accept valid digit strings.Guido van Rossum1996-06-171-10/+9
* Import marshal before using it :-(Guido van Rossum1996-06-171-0/+1
* Memoize _deepcopy_tuple() -- maybe this helps Tommy's problem.Guido van Rossum1996-06-171-2/+6
* New style interface via pointer variable.Guido van Rossum1996-06-171-5/+6
* struct frozen is now struct _frozen and comes from import.h.Guido van Rossum1996-06-171-11/+5
* frozen_modules is now officially part of the API, remove _ from new name.Guido van Rossum1996-06-171-1/+1
* Add defs for struct _frozen and struct _frozen *PyImport_FrozenModules();Guido van Rossum1996-06-171-0/+13
* Define sys.prefix and sys.exec_prefix (see Modules/getpath.c; from Makefile).Guido van Rossum1996-06-171-0/+7
* 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 splitnport(), which is like splitport() but returns a numeric port,Guido van Rossum1996-06-131-0/+17
* 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
* Bastionification utility (useful for rexec clients)Guido van Rossum1996-06-111-0/+162
* Add third arg to split(). Add capwords() -- which uses that.Guido van Rossum1996-06-111-1/+15
* Added capitalize() and capwords().Guido van Rossum1996-06-112-0/+20
* Add a hack for Solaris threads (why not, there are zillions ofGuido van Rossum1996-06-111-0/+6
* 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 dump on symcomp("").Guido van Rossum1996-06-111-1/+5
* Got rid of florida hack and made it work with Solaris 2.5 pthreads.Guido van Rossum1996-06-111-19/+7
* A fcntl implementation for systems (like Solaris) without flock() call.Guido van Rossum1996-06-111-0/+27