- 00f86e6 Of course, when the type of the argument to dis() is unsupported, it by Guido van Rossum · 28 years ago
- bd30795 More user friedly interface: by Guido van Rossum · 28 years ago
- c905fff Added Sjoerd's submitted 'ratecv' method. Made corrections for new names. by Roger E. Masse · 28 years ago
- 1d1394e Make as sure as we can that the forked child does not return and by Guido van Rossum · 28 years ago
- ed648a2 Renamed, but not tested. Guido will you try your test script on this? by Roger E. Masse · 28 years ago
- e474fb3 Renamed. by Roger E. Masse · 28 years ago
- 5c7e711 Test output for the SGI cl C module test script. by Roger E. Masse · 28 years ago
- 69ed964 Lame test script for the SGI cl C module. by Roger E. Masse · 28 years ago
- e886ea9 (puremodule.c): New module which exports the Purify and Quantify C API by Barry Warsaw · 28 years ago
- bb779ec README file for hints on Purify'ing or Quantify'ing the Python by Barry Warsaw · 28 years ago
- d9240d1 Already renamed. Indented. by Roger E. Masse · 28 years ago
- eca63b8 Output from test script for the bsddb C extension module. by Roger E. Masse · 28 years ago
- 352e186 Test script for the bsddb C extension module. by Roger E. Masse · 28 years ago
- 7d18159 Rewrote lookmapping() according to suggestions by Jyrki Alakuijala. by Guido van Rossum · 28 years ago
- 3b039fa Minor output message change by Roger E. Masse · 28 years ago
- d0bc9cb Merge several mods: by Guido van Rossum · 28 years ago
- 5f4ce18 Renamed. by Roger E. Masse · 28 years ago
- 469848a As per GvR recomendations, remove the restriction that binhex only run on by Roger E. Masse · 28 years ago
- 47d3500 set_key(): Use Py_CHARMASK macro to get the character from the array by Barry Warsaw · 28 years ago
- 4852d37 test output for the binascii C module test script. by Roger E. Masse · 28 years ago
- 2a1c834 test script for the binascii C module. by Roger E. Masse · 28 years ago
- fa701a8 reformatted by Barry Warsaw · 28 years ago
- e4d7821 test is no longer needed by Barry Warsaw · 28 years ago
- 52a6ea7 Opps. Added tests for the last two methods that were missing from by Roger E. Masse · 28 years ago
- e17ec8d Modified to use 'rgbimg' instead of the SGI specific 'imgfile' for reading by Roger E. Masse · 28 years ago
- 1ce7c6f Irix 6 specific files -- thanks Sjoerd! by Guido van Rossum · 28 years ago
- 6ad8d13 "ported" Guido's embedding demo to the mac, and wrote some minimal by Jack Jansen · 28 years ago
- 52ac037 Added PyMac_Initialize() routine, to be used by embedding programs (in by Jack Jansen · 28 years ago
- 5cd7520 Describe new ("unsigned") behavior of hex() and oct(). by Guido van Rossum · 28 years ago
- 9a0313c Removed _xdr module by Barry Warsaw · 28 years ago
- bd8a911 test(): close the pipe, just to shut up Purify. by Barry Warsaw · 28 years ago
- 93d29b6 Eliminated gcc -Wall complaints: by Barry Warsaw · 28 years ago
- 61a63e1 Quieted gcc -Wall by removing unused local variables. by Barry Warsaw · 28 years ago
- 54dbf02 Quieted gcc -Wall by removing unused local variables. by Barry Warsaw · 28 years ago
- 845a4c6 Formatting. by Barry Warsaw · 28 years ago
- 41317d1 Obsolete, now that xdrlib.py uses the new-and-improved struct module. by Barry Warsaw · 28 years ago
- 7e98bda Raise ConversionError instances the new fangled way, e.g.: by Barry Warsaw · 28 years ago
- 6f72f97 Increased buffer sizes used by hex() and oct() -- on 64-bit or 128-bit by Guido van Rossum · 28 years ago
- 7a515b9 Output for test of the timing module by Barry Warsaw · 28 years ago
- a6aca46 Test of the timing module by Barry Warsaw · 28 years ago
- 58d40a7 Renamed. by Barry Warsaw · 28 years ago
- 5b45664 Use the new regrtest harness by Barry Warsaw · 28 years ago
- 4a6cf41 Formatting, and minor error detection by Barry Warsaw · 28 years ago
- 6f332d8 updated the hex(-16) test since hex() of a signed literal has changed. by Barry Warsaw · 28 years ago
- 906a5e9 updated the oct(-100) test since oct() of a signed literal has changed. by Barry Warsaw · 28 years ago
- 64278cf initthread(): Removed extraneous Py_INCREF(ThreadError) by Barry Warsaw · 28 years ago
- 3de721d Catch sunaudiodev.error on open() and re-raise TestFailed exception. by Barry Warsaw · 28 years ago
- 59e066e Oops, remove debugging statements by Barry Warsaw · 28 years ago
- b241c42 A slightly better test of sunaudiodev module. Include the audio data by Barry Warsaw · 28 years ago
- dbfb8d4 Rewrite the `hostname mismatch' test as per GvR suggestion. by Barry Warsaw · 28 years ago
- d08735a Skip empty paths read from the registry. by Guido van Rossum · 28 years ago
- 9c6ba5e Fix leak involving BuildValue("...O..."). by Guido van Rossum · 28 years ago
- ebee025 Changed hex() and oct() again, to never emit a '-' sign. by Guido van Rossum · 28 years ago
- fde462e Add the Lib/MACHDEP subdir to TESTPATH. by Guido van Rossum · 28 years ago
- ee88ff9 Add entries for cStringIO and cPickle by Guido van Rossum · 28 years ago
- f22d7e2 On Windows, -u implies binary mode for stdin/stdout by Guido van Rossum · 28 years ago
- 919cf1a New, better hash for floating point and complex by Guido van Rossum · 28 years ago
- 265b5b3 Use new struct which supports standardized sizes by Guido van Rossum · 28 years ago
- 88b85d4 Add __len__ method by Guido van Rossum · 28 years ago
- afe3ebf Use newer struct, which handles unsigned long right by Guido van Rossum · 28 years ago
- fe27a50 Added warning that gethostname() doesn't always return fqdn, and show by Guido van Rossum · 28 years ago
- 5709dcf The usual return-value and memory management checks. I'm not planning by Barry Warsaw · 28 years ago
- 4de02d9 (ftplib.py): Added parse150() function and FTP.ntransfercmd(). This allows by Fred Drake · 28 years ago
- 80dd9b6 Subtle change to hex/oct formatting so the largest negative number by Guido van Rossum · 28 years ago
- 8dc797d Return preferences of unknown type as opaque data by Jack Jansen · 28 years ago
- 466be80 Minor fix to get non-gusi python to compile again by Jack Jansen · 28 years ago
- 8dc8a6e Mac-specific version of getmtime (for non-GUSI Python, which needs by Jack Jansen · 28 years ago
- 41dc09d (Tkinter.py): Add support for Frame(w, class_="classname") as an alternative by Fred Drake · 28 years ago
- 43a476a Formatting changes, plus memory management in initsyslog() by Barry Warsaw · 28 years ago
- 73a75eb initsignal(): Py_DECREFs really should be Py_XDECREFs in case the by Barry Warsaw · 28 years ago
- 42185a2 Plugged a couple of potential return value problems, memory leaks, and by Barry Warsaw · 28 years ago
- 2dc8c2c Primarily formatting changes, but I also plugged a couple of potential by Barry Warsaw · 28 years ago
- 4bc9d39 Nailed a couple of memory leaks, caught by Purify. by Barry Warsaw · 28 years ago
- 4b76ba3 High-level interface to Internet Config (and readability fix to icgluetest.py) by Jack Jansen · 28 years ago
- 5bc697d Test of the sunaudiodev module -- it simply plays a sound if it can by Barry Warsaw · 28 years ago
- dce1005 Added an os._exit(0) in the parent so we don't have two test processes by Barry Warsaw · 28 years ago
- 52e87f3 Added icglue modules and (optionally) NumPy and PIL extensions by Jack Jansen · 28 years ago
- b28efe6 - Added optional profiling support by Jack Jansen · 28 years ago
- 8c69321 Added profiler initialization/finalization code (if __profile__ is defined) by Jack Jansen · 28 years ago
- 8ce72f5 Low-level interface to Internet Config (to be augmented by nice Python by Jack Jansen · 28 years ago
- 3beb336 Minimal test of icglue module by Jack Jansen · 28 years ago
- 0d2971b Document that sys.builtin_module_names is now a tuple. by Guido van Rossum · 28 years ago
- 2f4caa4 cPickle, version 0.1. by Guido van Rossum · 28 years ago
- 55702f8 Jim's latest version. by Guido van Rossum · 28 years ago
- 635abd2 Check for duplicate keyword arguments at compile time. by Guido van Rossum · 28 years ago
- 8f49e12 Make builtin_module_names a tuple instead of a list. by Guido van Rossum · 28 years ago
- 541cdd8 Fix overflow test for multiply to catch some cases it missed. by Guido van Rossum · 28 years ago
- d81a1ba Jim's latest version by Guido van Rossum · 28 years ago
- d4ff1b9 New strop_joinfields implementation, highly optimized for Lists. All by Barry Warsaw · 28 years ago
- 95f92df New output file for strop test by Barry Warsaw · 28 years ago
- da0e520 Added a couple of strop.join() tests for large lists and long items by Barry Warsaw · 28 years ago
- 9c5494a added PyTuple_GET_SIZE macro by Barry Warsaw · 28 years ago
- accfb84 added PyString_GET_SIZE macro by Barry Warsaw · 28 years ago
- 1f2bd07 added PyList_GET_SIZE macro by Barry Warsaw · 28 years ago
- e0548b8 Rewrote translate() as follows: by Guido van Rossum · 28 years ago
- 04d2d15 strop_upper(), strop_lower(): shared code version caused to much of a by Barry Warsaw · 28 years ago
- 7fc0bf8 Fix the following bug: by Guido van Rossum · 28 years ago
- bf0c3ca Renamed but not well tested. by Roger E. Masse · 28 years ago
- 32e949d This is a very inobstrusive test for the existance of the SGI cd module by Roger E. Masse · 28 years ago
- 5150542 Output file for test_cd.py by Roger E. Masse · 28 years ago