1. 58d40a7 Renamed. by Barry Warsaw · 28 years ago
  2. 5b45664 Use the new regrtest harness by Barry Warsaw · 28 years ago
  3. 4a6cf41 Formatting, and minor error detection by Barry Warsaw · 28 years ago
  4. 6f332d8 updated the hex(-16) test since hex() of a signed literal has changed. by Barry Warsaw · 28 years ago
  5. 906a5e9 updated the oct(-100) test since oct() of a signed literal has changed. by Barry Warsaw · 28 years ago
  6. 64278cf initthread(): Removed extraneous Py_INCREF(ThreadError) by Barry Warsaw · 28 years ago
  7. 3de721d Catch sunaudiodev.error on open() and re-raise TestFailed exception. by Barry Warsaw · 28 years ago
  8. 59e066e Oops, remove debugging statements by Barry Warsaw · 28 years ago
  9. b241c42 A slightly better test of sunaudiodev module. Include the audio data by Barry Warsaw · 28 years ago
  10. dbfb8d4 Rewrite the `hostname mismatch' test as per GvR suggestion. by Barry Warsaw · 28 years ago
  11. d08735a Skip empty paths read from the registry. by Guido van Rossum · 28 years ago
  12. 9c6ba5e Fix leak involving BuildValue("...O..."). by Guido van Rossum · 28 years ago
  13. ebee025 Changed hex() and oct() again, to never emit a '-' sign. by Guido van Rossum · 28 years ago
  14. fde462e Add the Lib/MACHDEP subdir to TESTPATH. by Guido van Rossum · 28 years ago
  15. ee88ff9 Add entries for cStringIO and cPickle by Guido van Rossum · 28 years ago
  16. f22d7e2 On Windows, -u implies binary mode for stdin/stdout by Guido van Rossum · 28 years ago
  17. 919cf1a New, better hash for floating point and complex by Guido van Rossum · 28 years ago
  18. 265b5b3 Use new struct which supports standardized sizes by Guido van Rossum · 28 years ago
  19. 88b85d4 Add __len__ method by Guido van Rossum · 28 years ago
  20. afe3ebf Use newer struct, which handles unsigned long right by Guido van Rossum · 28 years ago
  21. fe27a50 Added warning that gethostname() doesn't always return fqdn, and show by Guido van Rossum · 28 years ago
  22. 5709dcf The usual return-value and memory management checks. I'm not planning by Barry Warsaw · 28 years ago
  23. 4de02d9 (ftplib.py): Added parse150() function and FTP.ntransfercmd(). This allows by Fred Drake · 28 years ago
  24. 80dd9b6 Subtle change to hex/oct formatting so the largest negative number by Guido van Rossum · 28 years ago
  25. 8dc797d Return preferences of unknown type as opaque data by Jack Jansen · 28 years ago
  26. 466be80 Minor fix to get non-gusi python to compile again by Jack Jansen · 28 years ago
  27. 8dc8a6e Mac-specific version of getmtime (for non-GUSI Python, which needs by Jack Jansen · 28 years ago
  28. 41dc09d (Tkinter.py): Add support for Frame(w, class_="classname") as an alternative by Fred Drake · 28 years ago
  29. 43a476a Formatting changes, plus memory management in initsyslog() by Barry Warsaw · 28 years ago
  30. 73a75eb initsignal(): Py_DECREFs really should be Py_XDECREFs in case the by Barry Warsaw · 28 years ago
  31. 42185a2 Plugged a couple of potential return value problems, memory leaks, and by Barry Warsaw · 28 years ago
  32. 2dc8c2c Primarily formatting changes, but I also plugged a couple of potential by Barry Warsaw · 28 years ago
  33. 4bc9d39 Nailed a couple of memory leaks, caught by Purify. by Barry Warsaw · 28 years ago
  34. 4b76ba3 High-level interface to Internet Config (and readability fix to icgluetest.py) by Jack Jansen · 28 years ago
  35. 5bc697d Test of the sunaudiodev module -- it simply plays a sound if it can by Barry Warsaw · 28 years ago
  36. dce1005 Added an os._exit(0) in the parent so we don't have two test processes by Barry Warsaw · 28 years ago
  37. 52e87f3 Added icglue modules and (optionally) NumPy and PIL extensions by Jack Jansen · 28 years ago
  38. b28efe6 - Added optional profiling support by Jack Jansen · 28 years ago
  39. 8c69321 Added profiler initialization/finalization code (if __profile__ is defined) by Jack Jansen · 28 years ago
  40. 8ce72f5 Low-level interface to Internet Config (to be augmented by nice Python by Jack Jansen · 28 years ago
  41. 3beb336 Minimal test of icglue module by Jack Jansen · 28 years ago
  42. 0d2971b Document that sys.builtin_module_names is now a tuple. by Guido van Rossum · 28 years ago
  43. 2f4caa4 cPickle, version 0.1. by Guido van Rossum · 28 years ago
  44. 55702f8 Jim's latest version. by Guido van Rossum · 28 years ago
  45. 635abd2 Check for duplicate keyword arguments at compile time. by Guido van Rossum · 28 years ago
  46. 8f49e12 Make builtin_module_names a tuple instead of a list. by Guido van Rossum · 28 years ago
  47. 541cdd8 Fix overflow test for multiply to catch some cases it missed. by Guido van Rossum · 28 years ago
  48. d81a1ba Jim's latest version by Guido van Rossum · 28 years ago
  49. d4ff1b9 New strop_joinfields implementation, highly optimized for Lists. All by Barry Warsaw · 28 years ago
  50. 95f92df New output file for strop test by Barry Warsaw · 28 years ago
  51. da0e520 Added a couple of strop.join() tests for large lists and long items by Barry Warsaw · 28 years ago
  52. 9c5494a added PyTuple_GET_SIZE macro by Barry Warsaw · 28 years ago
  53. accfb84 added PyString_GET_SIZE macro by Barry Warsaw · 28 years ago
  54. 1f2bd07 added PyList_GET_SIZE macro by Barry Warsaw · 28 years ago
  55. e0548b8 Rewrote translate() as follows: by Guido van Rossum · 28 years ago
  56. 04d2d15 strop_upper(), strop_lower(): shared code version caused to much of a by Barry Warsaw · 28 years ago
  57. 7fc0bf8 Fix the following bug: by Guido van Rossum · 28 years ago
  58. bf0c3ca Renamed but not well tested. by Roger E. Masse · 28 years ago
  59. 32e949d This is a very inobstrusive test for the existance of the SGI cd module by Roger E. Masse · 28 years ago
  60. 5150542 Output file for test_cd.py by Roger E. Masse · 28 years ago
  61. e8fc29c Several changes: by Barry Warsaw · 28 years ago
  62. 9d1a02c Some small changes. by Guido van Rossum · 28 years ago
  63. a2a8b27 Renamed, but not throughly tested. by Roger E. Masse · 28 years ago
  64. 4a9ac06 Output file for test_al.py by Roger E. Masse · 28 years ago
  65. 1f983df This is a very inobstrusive test for the existance of the al module and all by Roger E. Masse · 28 years ago
  66. 7ba4c07 Renamed, but untested. by Roger E. Masse · 28 years ago
  67. 9bc7e0a Added PyLong*UnsignedLong and PyCobject interfaces. by Guido van Rossum · 28 years ago
  68. d44be3f very minor typo by Barry Warsaw · 28 years ago
  69. 61bc874 Output of socket module test. by Barry Warsaw · 28 years ago
  70. cf3d4b5 Test of the socket module. The following functions and methods are by Barry Warsaw · 28 years ago
  71. eaa6e11 Renamed, reindented. (was already partially complete) by Roger E. Masse · 28 years ago
  72. 6530717 'I' and 'L' now always return a Python long. by Guido van Rossum · 28 years ago
  73. b0b8181 Added unsigned data formats (B, H, I, L). by Guido van Rossum · 28 years ago
  74. 7a61f87 Updated to include the verbose flag from test_support by Roger E. Masse · 28 years ago
  75. 549ab71 Add new formats B, H, I, L for unsigned data types (analogous to the by Guido van Rossum · 28 years ago
  76. 6c87eca Changed the ``add/sub_offset'' hacks for dealing with C's unsigned by Guido van Rossum · 28 years ago
  77. 04ebf5c Change the ``calcsize*3'' test to be portable to 64-bit machines. by Guido van Rossum · 28 years ago
  78. 5b0eba3 Reindented. by Roger E. Masse · 28 years ago
  79. 752300b Check of return values and proper error handling. by Barry Warsaw · 28 years ago
  80. 53756b1 Added PyLong_FromUnsignedLong() and PyLong_AsUnsignedLong(). by Guido van Rossum · 28 years ago
  81. 461a1c1 Output for signal module test by Barry Warsaw · 28 years ago
  82. 042a051 Add $(srcdir) in front of the test program's name (else it won't work by Guido van Rossum · 28 years ago
  83. b9d338c Fill pad bytes with zeros (fixing a bug dating from the very first version!). by Guido van Rossum · 28 years ago
  84. dbadd55 Describe standard float/double support. by Guido van Rossum · 28 years ago
  85. b9a781e Scratch the ears of gcc -Wall. by Barry Warsaw · 28 years ago
  86. f3f41a9 Added declaration for PyErr_SetInterrupt. by Barry Warsaw · 28 years ago
  87. 9297117 Several changes: by Barry Warsaw · 28 years ago
  88. 420c11c Added f/d tests for specific byte orders. by Guido van Rossum · 28 years ago
  89. 4ccc531 Ok, ok, I've fixed gradual underflow on packing too. by Guido van Rossum · 28 years ago
  90. 6083f0e Use the new struct module's ability to pack and unpack standardized by Guido van Rossum · 28 years ago
  91. 07ef655 Oops -- unpack float/double didn't do the right thing if e==0. by Guido van Rossum · 28 years ago
  92. 74679b4 Support float and double in non-native formats. by Guido van Rossum · 28 years ago
  93. 9e3fceb rotorobj_setkey(): A single string argument is now required (i.e. no by Barry Warsaw · 28 years ago
  94. 5afafad <rotorobj>.setkey() now requires exactly one argument by Barry Warsaw · 28 years ago
  95. 9121ab9 Switched over to use the new testregr.py test harness. by Barry Warsaw · 28 years ago
  96. 6717030 setkey method's argument is no longer optional (it used to be a no-op by Barry Warsaw · 28 years ago
  97. b02092a Added characteristics of shttp, https, and snews. by Guido van Rossum · 28 years ago
  98. 6757748 Properly parenthesize a long Boolean combination. Formerly, you could by Guido van Rossum · 28 years ago
  99. 3c83bb4 The usual... by Guido van Rossum · 28 years ago
  100. 8c4ed9a Rewritten the readline test, hopefully it's okay now. by Guido van Rossum · 28 years ago