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