Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | changed windows test symbols; removed debug printf from sockets | Guido van Rossum | 1996-06-26 | 2 | -26/+26 |
| | |||||
* | Made comment for getprogramname() more helpful. | Guido van Rossum | 1996-06-20 | 1 | -1/+2 |
| | |||||
* | More rational support for Windows (tested on Roj's NT 3.5 machine only). | Guido van Rossum | 1996-06-20 | 1 | -141/+117 |
| | | | | Use PyArg_ParseTuple() where it makes sense. | ||||
* | Added HAVE_FLOCK | Guido van Rossum | 1996-06-20 | 1 | -0/+3 |
| | |||||
* | Some cleanups. Change of address. | Guido van Rossum | 1996-06-20 | 1 | -47/+51 |
| | |||||
* | Some cleanup; make for loops over subdirs less noisy, more informative. | Guido van Rossum | 1996-06-20 | 1 | -25/+27 |
| | |||||
* | Cosmetic change to the dox_8x3 hack. | Guido van Rossum | 1996-06-20 | 1 | -4/+3 |
| | |||||
* | Clear waitpid() status arg in case there's no process to report with | Guido van Rossum | 1996-06-19 | 1 | -1/+1 |
| | | | | WNOHANG set. | ||||
* | Renamed static pow() to powerop() to avoid name conflict in some compilers. | Guido van Rossum | 1996-06-19 | 1 | -4/+4 |
| | |||||
* | Sjoerd's StringIO speed-up | Guido van Rossum | 1996-06-19 | 1 | -7/+30 |
| | |||||
* | Add test that script name ends in .py. | Guido van Rossum | 1996-06-17 | 1 | -9/+10 |
| | | | | Cosmetic changes to usage message (refer to "make install" now). | ||||
* | Get struct _frozen defn from Python.h; new variable names. | Guido van Rossum | 1996-06-17 | 1 | -5/+5 |
| | |||||
* | Added more entries to create required target subdirectories for sharedinstall. | Guido van Rossum | 1996-06-17 | 1 | -2/+14 |
| | |||||
* | get rid of temporary README about Tommy's efforts | Guido van Rossum | 1996-06-17 | 1 | -27/+0 |
| | |||||
* | new simple dialog module, incompatible | Guido van Rossum | 1996-06-17 | 2 | -0/+154 |
| | |||||
* | Change defn of splitnport() to only accept valid digit strings. | Guido van Rossum | 1996-06-17 | 1 | -10/+9 |
| | |||||
* | Import marshal before using it :-( | Guido van Rossum | 1996-06-17 | 1 | -0/+1 |
| | |||||
* | Memoize _deepcopy_tuple() -- maybe this helps Tommy's problem. | Guido van Rossum | 1996-06-17 | 1 | -2/+6 |
| | |||||
* | New style interface via pointer variable. | Guido van Rossum | 1996-06-17 | 1 | -5/+6 |
| | |||||
* | struct frozen is now struct _frozen and comes from import.h. | Guido van Rossum | 1996-06-17 | 1 | -11/+5 |
| | |||||
* | frozen_modules is now officially part of the API, remove _ from new name. | Guido van Rossum | 1996-06-17 | 1 | -1/+1 |
| | |||||
* | Add defs for struct _frozen and struct _frozen *PyImport_FrozenModules(); | Guido van Rossum | 1996-06-17 | 1 | -0/+13 |
| | |||||
* | Define sys.prefix and sys.exec_prefix (see Modules/getpath.c; from Makefile). | Guido van Rossum | 1996-06-17 | 1 | -0/+7 |
| | |||||
* | Test for zero-length argument in capitalize(). | Guido van Rossum | 1996-06-17 | 1 | -1/+1 |
| | |||||
* | Added new.instance(class, dict). | Guido van Rossum | 1996-06-17 | 1 | -0/+26 |
| | |||||
* | Added splitnport(), which is like splitport() but returns a numeric port, | Guido van Rossum | 1996-06-13 | 1 | -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 Rossum | 1996-06-12 | 1 | -0/+45 |
| | |||||
* | Yet another pass at fd2obj -- this time for Windows | Guido van Rossum | 1996-06-12 | 1 | -29/+58 |
| | |||||
* | provide access to $(exec_)prefix | Guido van Rossum | 1996-06-12 | 2 | -0/+25 |
| | |||||
* | ntohs, ntohl, htons, htonl -- thanks to Lance | Guido van Rossum | 1996-06-12 | 1 | -0/+56 |
| | |||||
* | more changes for Windows, sigh | Guido van Rossum | 1996-06-12 | 1 | -29/+57 |
| | |||||
* | Bastionification utility (useful for rexec clients) | Guido van Rossum | 1996-06-11 | 1 | -0/+162 |
| | |||||
* | Add third arg to split(). Add capwords() -- which uses that. | Guido van Rossum | 1996-06-11 | 1 | -1/+15 |
| | |||||
* | Added capitalize() and capwords(). | Guido van Rossum | 1996-06-11 | 2 | -0/+20 |
| | |||||
* | Add a hack for Solaris threads (why not, there are zillions of | Guido van Rossum | 1996-06-11 | 1 | -0/+6 |
| | | | | hacks for Windows and DOS here already :-( ). | ||||
* | Avoid core dump in resizestring() on read() with 0 bytes. | Guido van Rossum | 1996-06-11 | 1 | -4/+5 |
| | |||||
* | Calculate length of AF_UNIX addr struct portably in getsockaddrarg(). | Guido van Rossum | 1996-06-11 | 1 | -1/+1 |
| | |||||
* | Get rid of obsolete allowbroadcast(). | Guido van Rossum | 1996-06-11 | 1 | -23/+2 |
| | | | | Avoid core dumps in resizestring(). | ||||
* | Avoid core dump on symcomp(""). | Guido van Rossum | 1996-06-11 | 1 | -1/+5 |
| | |||||
* | Got rid of florida hack and made it work with Solaris 2.5 pthreads. | Guido van Rossum | 1996-06-11 | 1 | -19/+7 |
| | | | | Wonder if this will break it on all other platforms :-) | ||||
* | A fcntl implementation for systems (like Solaris) without flock() call. | Guido van Rossum | 1996-06-11 | 1 | -0/+27 |
| | | | | By Sjoerd. | ||||
* | regenerated files from IRIX 5.3 headers | Guido van Rossum | 1996-06-11 | 13 | -122/+1224 |
| | |||||
* | Support optional filename argument for retrieve() and urlretrieve(), | Guido van Rossum | 1996-06-11 | 1 | -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 Rossum | 1996-06-10 | 2 | -8/+14 |
| | | | | Note that .pyc files are platform independent. | ||||
* | small fix by Sjoerd | Guido van Rossum | 1996-06-10 | 1 | -3/+12 |
| | |||||
* | Use py_resource module | Jack Jansen | 1996-05-31 | 1 | -46/+10 |
| | |||||
* | Module to handle PYC resources | Jack Jansen | 1996-05-31 | 1 | -0/+76 |
| | |||||
* | PyMac_GetFixed() didn't return 1 on success | Jack Jansen | 1996-05-31 | 1 | -0/+1 |
| | |||||
* | Use correct field of sigaction struct | Guido van Rossum | 1996-05-29 | 1 | -1/+1 |
| | |||||
* | change DumbWriter to derive from NullWriter | Guido van Rossum | 1996-05-29 | 1 | -3/+4 |
| |