Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Formatting, and minor error detection | Barry Warsaw | 1997-01-13 | 1 | -49/+52 |
| | |||||
* | updated the hex(-16) test since hex() of a signed literal has changed. | Barry Warsaw | 1997-01-13 | 1 | -1/+1 |
| | |||||
* | updated the oct(-100) test since oct() of a signed literal has changed. | Barry Warsaw | 1997-01-13 | 1 | -1/+1 |
| | |||||
* | initthread(): Removed extraneous Py_INCREF(ThreadError) | Barry Warsaw | 1997-01-13 | 1 | -1/+0 |
| | |||||
* | Catch sunaudiodev.error on open() and re-raise TestFailed exception. | Barry Warsaw | 1997-01-13 | 1 | -3/+7 |
| | |||||
* | Oops, remove debugging statements | Barry Warsaw | 1997-01-13 | 1 | -1/+0 |
| | |||||
* | A slightly better test of sunaudiodev module. Include the audio data | Barry Warsaw | 1997-01-13 | 2 | -22/+9 |
| | | | | in the distribution. | ||||
* | Rewrite the `hostname mismatch' test as per GvR suggestion. | Barry Warsaw | 1997-01-13 | 1 | -2/+8 |
| | | | | | | | Don't assume gethostbyaddr()'s primary hostname is the same as gethostname(), or even that gethostname() can be found in the list of hosts returned by gethostbyaddr(). We do test for at least one FQDN in gethostbyaddr(). | ||||
* | Skip empty paths read from the registry. | Guido van Rossum | 1997-01-12 | 1 | -6/+8 |
| | |||||
* | Fix leak involving BuildValue("...O..."). | Guido van Rossum | 1997-01-12 | 1 | -3/+7 |
| | |||||
* | Changed hex() and oct() again, to never emit a '-' sign. | Guido van Rossum | 1997-01-12 | 1 | -7/+2 |
| | |||||
* | Add the Lib/MACHDEP subdir to TESTPATH. | Guido van Rossum | 1997-01-11 | 1 | -1/+1 |
| | |||||
* | Add entries for cStringIO and cPickle | Guido van Rossum | 1997-01-11 | 1 | -0/+3 |
| | |||||
* | On Windows, -u implies binary mode for stdin/stdout | Guido van Rossum | 1997-01-11 | 1 | -0/+4 |
| | | | | (as well as unbuffered stdout/stderr). | ||||
* | New, better hash for floating point and complex | Guido van Rossum | 1997-01-11 | 2 | -6/+41 |
| | |||||
* | Use new struct which supports standardized sizes | Guido van Rossum | 1997-01-11 | 1 | -5/+2 |
| | |||||
* | Add __len__ method | Guido van Rossum | 1997-01-11 | 1 | -0/+4 |
| | |||||
* | Use newer struct, which handles unsigned long right | Guido van Rossum | 1997-01-11 | 1 | -3/+1 |
| | |||||
* | Added warning that gethostname() doesn't always return fqdn, and show | Guido van Rossum | 1997-01-11 | 2 | -0/+10 |
| | | | | how to find it using gethostbyaddr(). | ||||
* | The usual return-value and memory management checks. I'm not planning | Barry Warsaw | 1997-01-10 | 1 | -10/+16 |
| | | | | | a test for this module though (it does compile at least on Solaris 2.5) | ||||
* | (ftplib.py): Added parse150() function and FTP.ntransfercmd(). This allows | Fred Drake | 1997-01-10 | 1 | -3/+30 |
| | | | | access to the expected size of a transfer when available. | ||||
* | Subtle change to hex/oct formatting so the largest negative number | Guido van Rossum | 1997-01-10 | 1 | -2/+2 |
| | | | | does not receive a minus sign. | ||||
* | Return preferences of unknown type as opaque data | Jack Jansen | 1997-01-10 | 1 | -1/+14 |
| | |||||
* | Minor fix to get non-gusi python to compile again | Jack Jansen | 1997-01-10 | 1 | -5/+0 |
| | |||||
* | Mac-specific version of getmtime (for non-GUSI Python, which needs | Jack Jansen | 1997-01-10 | 1 | -0/+50 |
| | | | | different include files) | ||||
* | (Tkinter.py): Add support for Frame(w, class_="classname") as an alternative | Fred Drake | 1997-01-10 | 2 | -2/+8 |
| | | | | | | | to Frame(w, cnf={"class": "classname"}). I think this is the only widget other than Toplevel that needs to be concerned about setting the widget's class (-class must be the first option on the Tcl widget creation command). | ||||
* | Formatting changes, plus memory management in initsyslog() | Barry Warsaw | 1997-01-09 | 1 | -90/+102 |
| | |||||
* | initsignal(): Py_DECREFs really should be Py_XDECREFs in case the | Barry Warsaw | 1997-01-09 | 1 | -34/+34 |
| | | | | PyInt_FromLong's failed. | ||||
* | Plugged a couple of potential return value problems, memory leaks, and | Barry Warsaw | 1997-01-09 | 1 | -8/+13 |
| | | | | descriptor leaks. | ||||
* | Primarily formatting changes, but I also plugged a couple of potential | Barry Warsaw | 1997-01-09 | 1 | -302/+308 |
| | | | | return value problems, memory leaks, and descriptor leaks. | ||||
* | Nailed a couple of memory leaks, caught by Purify. | Barry Warsaw | 1997-01-09 | 4 | -8/+25 |
| | |||||
* | High-level interface to Internet Config | Jack Jansen | 1997-01-09 | 2 | -1/+246 |
| | | | | (and readability fix to icgluetest.py) | ||||
* | Test of the sunaudiodev module -- it simply plays a sound if it can | Barry Warsaw | 1997-01-07 | 2 | -0/+39 |
| | | | | | | find one and doesn't output any data that can be verified. If it can't find a sound file by looking in the standard Solaris locations (which we can extend later), it raises an ImportError. | ||||
* | Added an os._exit(0) in the parent so we don't have two test processes | Barry Warsaw | 1997-01-07 | 1 | -0/+3 |
| | | | | after test_socket.py is run! | ||||
* | Added icglue modules and (optionally) NumPy and PIL extensions | Jack Jansen | 1997-01-07 | 1 | -0/+11 |
| | |||||
* | - Added optional profiling support | Jack Jansen | 1997-01-07 | 30 | -5795/+6237 |
| | | | | | - Added Internet Config interface - Use different ports of zlib and libpng | ||||
* | Added profiler initialization/finalization code (if __profile__ is defined) | Jack Jansen | 1997-01-07 | 1 | -1/+12 |
| | |||||
* | Low-level interface to Internet Config (to be augmented by nice Python | Jack Jansen | 1997-01-07 | 1 | -0/+596 |
| | | | | wrapper shortly) | ||||
* | Minimal test of icglue module | Jack Jansen | 1997-01-07 | 1 | -0/+27 |
| | |||||
* | Document that sys.builtin_module_names is now a tuple. | Guido van Rossum | 1997-01-06 | 2 | -2/+2 |
| | |||||
* | cPickle, version 0.1. | Guido van Rossum | 1997-01-06 | 1 | -0/+3767 |
| | |||||
* | Jim's latest version. | Guido van Rossum | 1997-01-06 | 1 | -90/+129 |
| | |||||
* | Check for duplicate keyword arguments at compile time. | Guido van Rossum | 1997-01-06 | 1 | -12/+20 |
| | |||||
* | Make builtin_module_names a tuple instead of a list. | Guido van Rossum | 1997-01-06 | 1 | -0/+5 |
| | |||||
* | Fix overflow test for multiply to catch some cases it missed. | Guido van Rossum | 1997-01-06 | 1 | -2/+4 |
| | | | | Added warning about dependency of float/complex hash on int hash. | ||||
* | Jim's latest version | Guido van Rossum | 1997-01-06 | 1 | -8/+12 |
| | |||||
* | New strop_joinfields implementation, highly optimized for Lists. All | Barry Warsaw | 1997-01-06 | 1 | -60/+82 |
| | | | | | | other sequences use the Sequence protocol from the abstract API. The algorithm has changed so that only one pass through the sequences are made. | ||||
* | New output file for strop test | Barry Warsaw | 1997-01-06 | 1 | -0/+2 |
| | |||||
* | Added a couple of strop.join() tests for large lists and long items | Barry Warsaw | 1997-01-06 | 1 | -1/+20 |
| | | | | within the lists (new output file to be checked in shortly). | ||||
* | added PyTuple_GET_SIZE macro | Barry Warsaw | 1997-01-06 | 1 | -0/+1 |
| |