1. 8ba76d3 Added test_errno to the test suite by Roger E. Masse · 28 years ago
  2. 7eee08d Test for the dl module. This only works for SunOS and Solaris. by Roger E. Masse · 28 years ago
  3. 2cc8163 nonstandard_expectations is only added when in verbose mode, so we by Barry Warsaw · 28 years ago
  4. 4c23b5f Hmm, now that I think about it, we *can* use time.time() and 'date' if by Barry Warsaw · 28 years ago
  5. 4eb01cd More or less portabilized. by Barry Warsaw · 28 years ago
  6. 3c700ed Fixed by Barry Warsaw · 28 years ago
  7. 0564e12 Added quote_plus() and unquote_plus(), to do space/plus substitutions by Guido van Rossum · 28 years ago
  8. e3c0170 Output file for module struct test by Barry Warsaw · 28 years ago
  9. 27eb14d Added support for 4-channel on SGI. by Guido van Rossum · 28 years ago
  10. 25bcdb0 Added QUADRO. by Guido van Rossum · 28 years ago
  11. 0caa7ec Fixed conversion between seconds and milliseconds. by Guido van Rossum · 28 years ago
  12. 07a0eec A test of the struct module by Barry Warsaw · 28 years ago
  13. cb17a46 Print final report, either all tests OK, or list of failed and missing tests. by Barry Warsaw · 28 years ago
  14. 1c92eba Print a more meaningful message when a test's output file wasn't found. by Barry Warsaw · 28 years ago
  15. 32616fb Make sure ok_builtin_modules, ok_dynamic_modules and by Guido van Rossum · 28 years ago
  16. 15d1079 Fixed test_strftime to be silent when called from autotest. by Guido van Rossum · 28 years ago
  17. 483705c Added test_strftime (Skip Montanaro). by Guido van Rossum · 28 years ago
  18. 6cdd7a0 Add mktime_tz() which turns a date_tz 10-tuple into a standard Unix timestamp. by Guido van Rossum · 28 years ago
  19. c0967cd Added a bunch of new winfo options; we should now be up to date with by Guido van Rossum · 28 years ago
  20. 792c94a A test of the select module that is actually reproduceable! by Barry Warsaw · 28 years ago
  21. 042a207 Output of rgbimg module test by Barry Warsaw · 28 years ago
  22. 8bc74ce Added test of rgbimg module by Barry Warsaw · 28 years ago
  23. 66e7f3a minor formatting nit by Barry Warsaw · 28 years ago
  24. dbfed71 Be more careful with the shuffling of stdout. by Guido van Rossum · 28 years ago
  25. d96dfb7 Output of the nis and pwd module tests by Barry Warsaw · 28 years ago
  26. 3d070fb Test of the pwd module by Barry Warsaw · 28 years ago
  27. ebfa2c4 Added test_pwd by Barry Warsaw · 28 years ago
  28. 2b6c2fa Rewrite without using try-except to break out of two loops. by Guido van Rossum · 28 years ago
  29. 870d5c6 Just test one key/value pair for one NIS map. I.e. don't test them by Barry Warsaw · 28 years ago
  30. 3236b33 test of the nis module by Barry Warsaw · 28 years ago
  31. 7822681 added test_nis by Barry Warsaw · 28 years ago
  32. dde5c70 Test output files in their new location by Barry Warsaw · 28 years ago
  33. e4a252e Directory for test output files: Output => output by Barry Warsaw · 28 years ago
  34. 2e644a0 When run as a script, runs each test and sends results to stdout by Barry Warsaw · 28 years ago
  35. 272c00b New regression testing harness. by Barry Warsaw · 28 years ago
  36. 924e5d5 A test of the `new' module. The new.code() test is fairly bogus since by Barry Warsaw · 28 years ago
  37. 0f150e4 Added test_new. by Barry Warsaw · 28 years ago
  38. 5de1f8d The usual; added several test modules, too. by Guido van Rossum · 28 years ago
  39. bd01374 Add optional data argument to urlopen() and open_http(), to trigger POST. by Guido van Rossum · 28 years ago
  40. 8b82baa In the HTTP reply header, be more accepting in the HTTP version. by Guido van Rossum · 28 years ago
  41. 16f9fd2 Added a test script for dbmmodule.c and added it to testall.py and by Roger E. Masse · 28 years ago
  42. 3ac30af Added test_new by Barry Warsaw · 28 years ago
  43. 7536238 new test script for cryptmodule.py by Roger E. Masse · 28 years ago
  44. b6b85dd Test script/output for cryptmodule.c added to testall.py and testall.out by Roger E. Masse · 28 years ago
  45. 3daddda New test module for complex math module by Roger E. Masse · 28 years ago
  46. b710357 Added test_cmath.py to test complex math module by Roger E. Masse · 28 years ago
  47. 3ab26b9 (testall.py): Slightly improved test harness to make it easier to add by Barry Warsaw · 28 years ago
  48. 4985283 Added test_strop by Barry Warsaw · 28 years ago
  49. ad522fa Added tests of all strop module functions, and touching of module variables by Barry Warsaw · 28 years ago
  50. 6c832eb Added test_array output line. by Guido van Rossum · 28 years ago
  51. 8db1b07 module to test the arraymodule created and added to testall.py by Roger E. Masse · 28 years ago
  52. 6ab7f07 Added test_time by Barry Warsaw · 28 years ago
  53. 5bebca2 Added 'test_time' by Barry Warsaw · 28 years ago
  54. b0c2232 test of time module. not terribly fancy, but it does touch every by Barry Warsaw · 28 years ago
  55. 75eccc5 Unpacker.get_buffer(): new method to access the internal buffer of data by Barry Warsaw · 28 years ago
  56. f06ee5f /usr/local/bin/python -> /usr/bin/env python by Guido van Rossum · 28 years ago
  57. 29e7781 Added safeguard against failure in __del__. by Guido van Rossum · 28 years ago
  58. 40a172c Added ALL='all'. by Guido van Rossum · 28 years ago
  59. 58103d3 Turn leading minus sign into underscore for image widget name -- the by Guido van Rossum · 28 years ago
  60. 27cb8a4 Added support for timezone in date field. getdate_tz() and by Guido van Rossum · 28 years ago
  61. 3c8484e When re-raising an exception raised by a module used internally as by Guido van Rossum · 28 years ago
  62. 3508d60 When removing a messge from all sequences, don't remove from 'cur', by Guido van Rossum · 28 years ago
  63. e08c04c Added 'strict_parsing' option to all parsing functions. This causes a by Guido van Rossum · 28 years ago
  64. 73eba25 Don't require leading '-' on option name to Text.tag_cget by Guido van Rossum · 28 years ago
  65. c5d7e80 Fix the way the Authorization header is sent (how could this have worked?). by Guido van Rossum · 28 years ago
  66. c45289c The usual :-( by Guido van Rossum · 28 years ago
  67. 40f7a55 Get rid of bogus binding of <Delete> to a function that deletes the next by Guido van Rossum · 28 years ago
  68. 16d5b11 Fix truncated paragraph in doc string. Bump version to 2.0. by Guido van Rossum · 28 years ago
  69. 9b67621 Cast mtime gotten from stat() to long int -- else it won't work on the Mac. by Guido van Rossum · 28 years ago
  70. d804bab Make self.rfile unbuffered (self.wfile already is). This should fix by Guido van Rossum · 28 years ago
  71. 1495747 Added support for floating point resolution to Scale.get(). by Guido van Rossum · 28 years ago
  72. 176f10e Get rid of evil workaround for Python 1.4b2 bug. by Guido van Rossum · 28 years ago
  73. 5b1b33c Fix another case where... by Guido van Rossum · 28 years ago
  74. 9cb018e Change the default seeding -- use 8 bits of sub-second precision and by Guido van Rossum · 28 years ago
  75. b6685dc The usual... by Guido van Rossum · 28 years ago
  76. 0c37369 (Tkinter.py): Fixed bug in re-implementation of OptionMenu. by Fred Drake · 28 years ago
  77. 28574b5 (Fred Drake:) Re-wrote the OptionMenu class to allow access to a real by Guido van Rossum · 28 years ago
  78. 008ec68 Added warning not to import directly. by Guido van Rossum · 28 years ago
  79. 4808dcb Allow code objects to be passed to run() and eval(). by Guido van Rossum · 28 years ago
  80. e449af7 Ellipses -> Ellipsis rename (the dictionary really says that it should by Guido van Rossum · 28 years ago
  81. 8741b2b Added Slice and Ellipses types. by Guido van Rossum · 28 years ago
  82. b030bc0 Fix some cases where self.openedurl wasn't set. by Guido van Rossum · 28 years ago
  83. b5fa1cb Don't add names that start with _ by Guido van Rossum · 28 years ago
  84. ca8cdc6 (formatter.py): Simplify NullFormatter definition of add_hor_rule() to match by Fred Drake · 28 years ago
  85. 5b1d9ba Remove RCS crud... Sigh... by Guido van Rossum · 28 years ago
  86. a4a7527 Removed RCS crud from official Python release version. by Guido van Rossum · 28 years ago
  87. b8cc6ae The usual... Sigh... by Guido van Rossum · 28 years ago
  88. 6592f88 Removed debugging print statement by Guido van Rossum · 28 years ago
  89. edaf1c9 Simple test module for strop. by Guido van Rossum · 28 years ago
  90. 3159e1e Change to always call list.append with a single argument. by Guido van Rossum · 28 years ago
  91. 2715bb2 Changes to always call list.append with a single argument. by Guido van Rossum · 28 years ago
  92. b7f48e3 Change to always call list.append with a single argument. by Guido van Rossum · 28 years ago
  93. a97b8ee Set the __file__ attribute of the imported module in both versions of by Guido van Rossum · 28 years ago
  94. ccd8b19 Add provisions to set the (to be documented!) instance variable by Guido van Rossum · 28 years ago
  95. 36fc11e Compromise on test in find_class(): a user-defined function is okay, by Guido van Rossum · 28 years ago
  96. cab3c3b (Tkinter.py): Improve application basename determination to make .py and by Fred Drake · 28 years ago
  97. 4be63d1 Added getparamnames() to Message class -- return a list of all by Guido van Rossum · 28 years ago
  98. 8299e46 Don't auto-install on import. This slows down apps that use by Guido van Rossum · 28 years ago
  99. 3faf9b4 (Tkinter.py): Fixed dumb typo in Misc.tk_setPalette(). by Fred Drake · 28 years ago
  100. fe779a1 Don't mix stdout/stderr. by Guido van Rossum · 28 years ago