summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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
| | | | WNOHANG set.
* 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
| | | | Cosmetic changes to usage message (refer to "make install" now).
* 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
| | | | | is forgiving about semi-numeric port numbers, and allows you to specify a default port (default is -1, None returned for nonnumeric port).
* 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
| | | | hacks for Windows and DOS here already :-( ).
* 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
|
* Got rid of florida hack and made it work with Solaris 2.5 pthreads.Guido van Rossum1996-06-111-19/+7
| | | | Wonder if this will break it on all other platforms :-)
* A fcntl implementation for systems (like Solaris) without flock() call.Guido van Rossum1996-06-111-0/+27
| | | | By Sjoerd.
* regenerated files from IRIX 5.3 headersGuido van Rossum1996-06-1113-122/+1224
|
* Support optional filename argument for retrieve() and urlretrieve(),Guido van Rossum1996-06-111-8/+12
| | | | | to specify where it should go (if specified, even local files will be copied into the given file).
* Note that EOF is ^Z on DOS. Spell Unix as \UNIX in some more places.Guido van Rossum1996-06-102-8/+14
| | | | Note that .pyc files are platform independent.
* small fix by SjoerdGuido van Rossum1996-06-101-3/+12
|
* Use py_resource moduleJack Jansen1996-05-311-46/+10
|
* Module to handle PYC resourcesJack Jansen1996-05-311-0/+76
|
* PyMac_GetFixed() didn't return 1 on successJack Jansen1996-05-311-0/+1
|
* Use correct field of sigaction structGuido van Rossum1996-05-291-1/+1
|
* change DumbWriter to derive from NullWriterGuido van Rossum1996-05-291-3/+4
|