1. 2a0711d Removing this -- complex numbers are now builtin, by Guido van Rossum · 27 years ago
  2. ad183bb Removed nonstandard strftime formats (strftime is tested more by Guido van Rossum · 27 years ago
  3. 7801614 Remove some bogus code that would cause a NameError if a -r option was passed. by Guido van Rossum · 27 years ago
  4. 13ddde0 Remove %n and %t from the list of standard expectations. by Guido van Rossum · 27 years ago
  5. 19302de join(): Wax the incorrect leading comment by Barry Warsaw · 27 years ago
  6. 384d249 join(): join one or more path components by Barry Warsaw · 27 years ago
  7. b67a25c Store the current regex syntax along with the regular expression by Barry Warsaw · 27 years ago
  8. 152f9d9 Put back #! /usr/local/bin/python. For cgi scripts, /usr/bin/env is by Guido van Rossum · 27 years ago
  9. 9580609 Require _tkinter -- don't attempt to import tkinter when _tkinter does by Guido van Rossum · 27 years ago
  10. 764d6c7 Gave the Listbox selection methods their correct (longer) names. by Guido van Rossum · 27 years ago
  11. c8504e2 Added test for ratecv (from Sjoerd, reformatted). by Guido van Rossum · 27 years ago
  12. 17ca992 Put support for a cnf dictionary back in, since it is still supported by Guido van Rossum · 27 years ago
  13. 50b82e8 Merged in Jack's fixes. This brings some lines beyond 79 chars again; by Guido van Rossum · 27 years ago
  14. 838cb28 Put a new, more useful, set of references in the leading comment. by Guido van Rossum · 27 years ago
  15. d23d940 Move the 'import os' in URLopener.cleanup() to inside the block by Guido van Rossum · 28 years ago
  16. bbf8c2f Skip Montanaro's robots.txt parser. by Guido van Rossum · 28 years ago
  17. fc167c6 Did nobody ever notice that "make test" didn't print the summary line by Guido van Rossum · 28 years ago
  18. 866016b new.code() has grown another foot, eh, another two arguments. by Guido van Rossum · 28 years ago
  19. 73e122f Fix splitext() to go up to the last dot, not the first. by Guido van Rossum · 28 years ago
  20. 76f587b Avoid traceback in selection_own_get() when no Tk widget owns the by Guido van Rossum · 28 years ago
  21. 04f2b45 Version 1.1. Fix memory leak and expensive comparison with None. by Guido van Rossum · 28 years ago
  22. e9fd28d Add stacksize argument to new.code(). by Guido van Rossum · 28 years ago
  23. 00f86e6 Of course, when the type of the argument to dis() is unsupported, it by Guido van Rossum · 28 years ago
  24. bd30795 More user friedly interface: by Guido van Rossum · 28 years ago
  25. 1d1394e Make as sure as we can that the forked child does not return and by Guido van Rossum · 28 years ago
  26. 5c7e711 Test output for the SGI cl C module test script. by Roger E. Masse · 28 years ago
  27. 69ed964 Lame test script for the SGI cl C module. by Roger E. Masse · 28 years ago
  28. eca63b8 Output from test script for the bsddb C extension module. by Roger E. Masse · 28 years ago
  29. 352e186 Test script for the bsddb C extension module. by Roger E. Masse · 28 years ago
  30. 3b039fa Minor output message change by Roger E. Masse · 28 years ago
  31. d0bc9cb Merge several mods: by Guido van Rossum · 28 years ago
  32. 469848a As per GvR recomendations, remove the restriction that binhex only run on by Roger E. Masse · 28 years ago
  33. 4852d37 test output for the binascii C module test script. by Roger E. Masse · 28 years ago
  34. 2a1c834 test script for the binascii C module. by Roger E. Masse · 28 years ago
  35. e4d7821 test is no longer needed by Barry Warsaw · 28 years ago
  36. 52a6ea7 Opps. Added tests for the last two methods that were missing from by Roger E. Masse · 28 years ago
  37. e17ec8d Modified to use 'rgbimg' instead of the SGI specific 'imgfile' for reading by Roger E. Masse · 28 years ago
  38. 1ce7c6f Irix 6 specific files -- thanks Sjoerd! by Guido van Rossum · 28 years ago
  39. bd8a911 test(): close the pipe, just to shut up Purify. by Barry Warsaw · 28 years ago
  40. 7e98bda Raise ConversionError instances the new fangled way, e.g.: by Barry Warsaw · 28 years ago
  41. 7a515b9 Output for test of the timing module by Barry Warsaw · 28 years ago
  42. a6aca46 Test of the timing module by Barry Warsaw · 28 years ago
  43. 5b45664 Use the new regrtest harness by Barry Warsaw · 28 years ago
  44. 6f332d8 updated the hex(-16) test since hex() of a signed literal has changed. by Barry Warsaw · 28 years ago
  45. 906a5e9 updated the oct(-100) test since oct() of a signed literal has changed. by Barry Warsaw · 28 years ago
  46. 3de721d Catch sunaudiodev.error on open() and re-raise TestFailed exception. by Barry Warsaw · 28 years ago
  47. 59e066e Oops, remove debugging statements by Barry Warsaw · 28 years ago
  48. b241c42 A slightly better test of sunaudiodev module. Include the audio data by Barry Warsaw · 28 years ago
  49. dbfb8d4 Rewrite the `hostname mismatch' test as per GvR suggestion. by Barry Warsaw · 28 years ago
  50. 265b5b3 Use new struct which supports standardized sizes by Guido van Rossum · 28 years ago
  51. 88b85d4 Add __len__ method by Guido van Rossum · 28 years ago
  52. afe3ebf Use newer struct, which handles unsigned long right by Guido van Rossum · 28 years ago
  53. 4de02d9 (ftplib.py): Added parse150() function and FTP.ntransfercmd(). This allows by Fred Drake · 28 years ago
  54. 41dc09d (Tkinter.py): Add support for Frame(w, class_="classname") as an alternative by Fred Drake · 28 years ago
  55. 5bc697d Test of the sunaudiodev module -- it simply plays a sound if it can by Barry Warsaw · 28 years ago
  56. dce1005 Added an os._exit(0) in the parent so we don't have two test processes by Barry Warsaw · 28 years ago
  57. 95f92df New output file for strop test by Barry Warsaw · 28 years ago
  58. da0e520 Added a couple of strop.join() tests for large lists and long items by Barry Warsaw · 28 years ago
  59. 7fc0bf8 Fix the following bug: by Guido van Rossum · 28 years ago
  60. 32e949d This is a very inobstrusive test for the existance of the SGI cd module by Roger E. Masse · 28 years ago
  61. 5150542 Output file for test_cd.py by Roger E. Masse · 28 years ago
  62. 9d1a02c Some small changes. by Guido van Rossum · 28 years ago
  63. 4a9ac06 Output file for test_al.py by Roger E. Masse · 28 years ago
  64. 1f983df This is a very inobstrusive test for the existance of the al module and all by Roger E. Masse · 28 years ago
  65. 61bc874 Output of socket module test. by Barry Warsaw · 28 years ago
  66. cf3d4b5 Test of the socket module. The following functions and methods are by Barry Warsaw · 28 years ago
  67. 7a61f87 Updated to include the verbose flag from test_support by Roger E. Masse · 28 years ago
  68. 04ebf5c Change the ``calcsize*3'' test to be portable to 64-bit machines. by Guido van Rossum · 28 years ago
  69. 461a1c1 Output for signal module test by Barry Warsaw · 28 years ago
  70. 420c11c Added f/d tests for specific byte orders. by Guido van Rossum · 28 years ago
  71. 6083f0e Use the new struct module's ability to pack and unpack standardized by Guido van Rossum · 28 years ago
  72. 5afafad <rotorobj>.setkey() now requires exactly one argument by Barry Warsaw · 28 years ago
  73. b02092a Added characteristics of shttp, https, and snews. by Guido van Rossum · 28 years ago
  74. 6757748 Properly parenthesize a long Boolean combination. Formerly, you could by Guido van Rossum · 28 years ago
  75. 2823168 (formatter.py): Add a flush() method to the writer interface. This really by Fred Drake · 28 years ago
  76. 2a37850 Exercise the new feature set somewhat. by Guido van Rossum · 28 years ago
  77. 36bb181 Rewrote _{read,write}_{short,long} to use the newly revamped struct by Guido van Rossum · 28 years ago
  78. c17a268 Added support for RFC 850 style dates, as used by some HTTP servers by Guido van Rossum · 28 years ago
  79. 178ff35 Fix bogus implementation of Group.bind(). by Guido van Rossum · 28 years ago
  80. 8371013 Added config(ure) method to Image class. (Fred Drake) by Guido van Rossum · 28 years ago
  81. 0b96b94 Change the default values for IntVar and DoubleVar to numbers (they by Guido van Rossum · 28 years ago
  82. 671dc20 Crude but effective hack to clear the parser cache every so often. (Fred Drake.) by Guido van Rossum · 28 years ago
  83. cf284cc Test output for the gl C extension module. by Roger E. Masse · 28 years ago
  84. 6da2953 gl is a *huge* module. This is a very simple test that insures that by Roger E. Masse · 28 years ago
  85. fb817cd Output files by Barry Warsaw · 28 years ago
  86. 5e056bb test_rotor.py: New test of the rotor module. by Barry Warsaw · 28 years ago
  87. f85f052 Very very small comment change. by Roger E. Masse · 28 years ago
  88. fab8ab8 Many scripts, but small changes. Update the way the scripts obtain the by Roger E. Masse · 28 years ago
  89. 4b72278 added test of the regex module by Barry Warsaw · 28 years ago
  90. 4455cd8 More and better comments. by Roger E. Masse · 28 years ago
  91. 3507f50 Minor semantic cleanup. by Roger E. Masse · 28 years ago
  92. e9e0bd9 Output for test script for the SGI imgfile module. by Roger E. Masse · 28 years ago
  93. 033d91b Test script for the SGI imgfile module. by Roger E. Masse · 28 years ago
  94. 470dcbf 8 bit greyscale test file needed for testing imageop and imgfile. by Roger E. Masse · 28 years ago
  95. 47e9830 Test program for the SGI imageop module. by Roger E. Masse · 28 years ago
  96. cfaac40 test output for SGI imageop C module. by Roger E. Masse · 28 years ago
  97. 0b25a66 Two new files (to shut up regrtest). by Guido van Rossum · 28 years ago
  98. 4f30aff Added example DL for SGI IRIX. by Guido van Rossum · 28 years ago
  99. 4fdb744 Added test for minmax. by Guido van Rossum · 28 years ago
  100. 152494a New regression test harness. See usage message / doc string. by Guido van Rossum · 28 years ago