summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add the Lib/MACHDEP subdir to TESTPATH.Guido van Rossum1997-01-111-1/+1
* Add entries for cStringIO and cPickleGuido van Rossum1997-01-111-0/+3
* On Windows, -u implies binary mode for stdin/stdoutGuido van Rossum1997-01-111-0/+4
* New, better hash for floating point and complexGuido van Rossum1997-01-112-6/+41
* Use new struct which supports standardized sizesGuido van Rossum1997-01-111-5/+2
* Add __len__ methodGuido van Rossum1997-01-111-0/+4
* Use newer struct, which handles unsigned long rightGuido van Rossum1997-01-111-3/+1
* Added warning that gethostname() doesn't always return fqdn, and showGuido van Rossum1997-01-112-0/+10
* The usual return-value and memory management checks. I'm not planningBarry Warsaw1997-01-101-10/+16
* (ftplib.py): Added parse150() function and FTP.ntransfercmd(). This allowsFred Drake1997-01-101-3/+30
* Subtle change to hex/oct formatting so the largest negative numberGuido van Rossum1997-01-101-2/+2
* Return preferences of unknown type as opaque dataJack Jansen1997-01-101-1/+14
* Minor fix to get non-gusi python to compile againJack Jansen1997-01-101-5/+0
* Mac-specific version of getmtime (for non-GUSI Python, which needsJack Jansen1997-01-101-0/+50
* (Tkinter.py): Add support for Frame(w, class_="classname") as an alternativeFred Drake1997-01-102-2/+8
* Formatting changes, plus memory management in initsyslog()Barry Warsaw1997-01-091-90/+102
* initsignal(): Py_DECREFs really should be Py_XDECREFs in case theBarry Warsaw1997-01-091-34/+34
* Plugged a couple of potential return value problems, memory leaks, andBarry Warsaw1997-01-091-8/+13
* Primarily formatting changes, but I also plugged a couple of potentialBarry Warsaw1997-01-091-302/+308
* Nailed a couple of memory leaks, caught by Purify.Barry Warsaw1997-01-094-8/+25
* High-level interface to Internet ConfigJack Jansen1997-01-092-1/+246
* Test of the sunaudiodev module -- it simply plays a sound if it canBarry Warsaw1997-01-072-0/+39
* Added an os._exit(0) in the parent so we don't have two test processesBarry Warsaw1997-01-071-0/+3
* Added icglue modules and (optionally) NumPy and PIL extensionsJack Jansen1997-01-071-0/+11
* - Added optional profiling supportJack Jansen1997-01-0730-5795/+6237
* Added profiler initialization/finalization code (if __profile__ is defined)Jack Jansen1997-01-071-1/+12
* Low-level interface to Internet Config (to be augmented by nice PythonJack Jansen1997-01-071-0/+596
* Minimal test of icglue moduleJack Jansen1997-01-071-0/+27
* Document that sys.builtin_module_names is now a tuple.Guido van Rossum1997-01-062-2/+2
* cPickle, version 0.1.Guido van Rossum1997-01-061-0/+3767
* Jim's latest version.Guido van Rossum1997-01-061-90/+129
* Check for duplicate keyword arguments at compile time.Guido van Rossum1997-01-061-12/+20
* Make builtin_module_names a tuple instead of a list.Guido van Rossum1997-01-061-0/+5
* Fix overflow test for multiply to catch some cases it missed.Guido van Rossum1997-01-061-2/+4
* Jim's latest versionGuido van Rossum1997-01-061-8/+12
* New strop_joinfields implementation, highly optimized for Lists. AllBarry Warsaw1997-01-061-60/+82
* New output file for strop testBarry Warsaw1997-01-061-0/+2
* Added a couple of strop.join() tests for large lists and long itemsBarry Warsaw1997-01-061-1/+20
* added PyTuple_GET_SIZE macroBarry Warsaw1997-01-061-0/+1
* added PyString_GET_SIZE macroBarry Warsaw1997-01-061-1/+2
* added PyList_GET_SIZE macroBarry Warsaw1997-01-061-1/+2
* Rewrote translate() as follows:Guido van Rossum1997-01-061-28/+52
* strop_upper(), strop_lower(): shared code version caused to much of aBarry Warsaw1997-01-031-27/+65
* Fix the following bug:Guido van Rossum1997-01-032-8/+12
* Renamed but not well tested.Roger E. Masse1997-01-031-273/+278
* This is a very inobstrusive test for the existance of the SGI cd moduleRoger E. Masse1997-01-031-0/+26
* Output file for test_cd.pyRoger E. Masse1997-01-031-0/+1
* Several changes:Barry Warsaw1997-01-031-142/+106
* Some small changes.Guido van Rossum1997-01-031-5/+15
* Renamed, but not throughly tested.Roger E. Masse1997-01-031-226/+235