1. cfe3b61 Opps, left out two defines needed for argument parsing. by Roger E. Masse · 28 years ago
  2. a09ec19 Test of the operator module by Barry Warsaw · 28 years ago
  3. 3990042 Added pointer to framereader distribution. by Guido van Rossum · 28 years ago
  4. 19f61ae Tabification changes only; the module was already newly named. by Barry Warsaw · 28 years ago
  5. b2b44e5 Renamed. by Roger E. Masse · 28 years ago
  6. 96bd636 Test script output for the UNIX group file access module (grp) by Roger E. Masse · 28 years ago
  7. 749cc6b Test script for the UNIX group file access module (grp) by Roger E. Masse · 28 years ago
  8. f90edde PySequence_Index(): set exception when object is not found in by Barry Warsaw · 28 years ago
  9. 2e63139 Added Jeremy's resource module. by Guido van Rossum · 28 years ago
  10. 3c7b2dc Added docs for Jeremy's resource module. by Guido van Rossum · 28 years ago
  11. 5eaf457 Different operation in verbose mode: show the supported nonstandard by Guido van Rossum · 28 years ago
  12. af82a7e In lieu of harness rewrite, fixed problem with test_thread ImportError by Barry Warsaw · 28 years ago
  13. 4a48809 Correct *another* mistake (initmath() always fell through to fatal error). by Guido van Rossum · 28 years ago
  14. 4c4cbf3 Correct 1-char typo / syntax error. by Guido van Rossum · 28 years ago
  15. b053993 (py-delete-function): new variable by Barry Warsaw · 28 years ago
  16. 5c8bef1 (python-mode): added comment-end definitions. by Barry Warsaw · 28 years ago
  17. c88c9cb Corrected two errors introduced by the renaming (and the subsequent by Guido van Rossum · 28 years ago
  18. b15bef8 Renamed in a grand-ee-ous way! by Roger E. Masse · 28 years ago
  19. d87e0bf Test output for the GNU dbm module (gdbm) by Roger E. Masse · 28 years ago
  20. 62a017c Test script for the GNU dbm module (gdbm) by Roger E. Masse · 28 years ago
  21. 4ca4b075 Opps, left in a /*#include "modsupport.h"*/ by Roger E. Masse · 28 years ago
  22. 919213a Grandly renamed. by Roger E. Masse · 28 years ago
  23. 0bff94f Added the test output for fcntl. by Roger E. Masse · 28 years ago
  24. fb01d4b Added a test script for the fcntl C module. by Roger E. Masse · 28 years ago
  25. 4004e21 Another fix for Split() -- don't refuse {"} but turn it into ". by Guido van Rossum · 28 years ago
  26. 0f86837 Check errors returned by recursive call to Split(). by Guido van Rossum · 28 years ago
  27. fc93f75 Better error checking in initmath(). by Barry Warsaw · 28 years ago
  28. d0c1042 Renamed. by Barry Warsaw · 28 years ago
  29. 8069f43 Output for _xdr module test by Barry Warsaw · 28 years ago
  30. 10f124c Updated to standard Python C coding style, and fixed a few error checking nits. by Barry Warsaw · 28 years ago
  31. 3863fb5 A test of the _xdrmodule (not the entire xdr.py module). by Barry Warsaw · 28 years ago
  32. 237efc5 Added _xdrmodule test by Barry Warsaw · 28 years ago
  33. ac3acc2 (test_thread): output from thread test by Barry Warsaw · 28 years ago
  34. af0a1a6 (test_thread.py): modifications to quiet it up when not running as a script. by Barry Warsaw · 28 years ago
  35. 63a0c37 (libunix.tex): Changed two occurances of "Unix" to "\UNIX{}". by Fred Drake · 28 years ago
  36. 09bcf8c (sgmllib.py): Partial acceptance of patch from David Leonard by Fred Drake · 28 years ago
  37. b6454e5 Updated test_crypt test to jive with bwarsaw testing style by Roger E. Masse · 28 years ago
  38. a38ab50 Revised output for test_crypt by Roger E. Masse · 28 years ago
  39. 9c6db35 Revised test for errno ala bwarsaw's testing paradigm. by Roger E. Masse · 28 years ago
  40. 8a51de4 Output files for test_dl and test_errno by Roger E. Masse · 28 years ago
  41. e00d4da Added test_dl to harness by Roger E. Masse · 28 years ago
  42. 2362b58 Revised strategy for testing recomended by bwarsaw by Roger E. Masse · 28 years ago
  43. 14ed5fb initsignal(): Added SIGXCPU and SIGXFSZ. Left in the definitions for by Barry Warsaw · 28 years ago
  44. 8ba76d3 Added test_errno to the test suite by Roger E. Masse · 28 years ago
  45. 529fcfe list2set(): correct return value (an int, not a PyObject*). by Barry Warsaw · 28 years ago
  46. 0969ad2 Better tuple hash function. by Guido van Rossum · 28 years ago
  47. cc15b42 Change comment about MINSIZE -- 10 is optimal for Python. by Guido van Rossum · 28 years ago
  48. 81a6fe9 Removed a #inlclude <errno.h> since it's implied with "Python.h" by Roger E. Masse · 28 years ago
  49. 24c4b3d list2set(): PyList_GetItem could fail. by Barry Warsaw · 28 years ago
  50. 094579e (libtime.tex): Merged in changes from Tamito Kajiyama. by Fred Drake · 28 years ago
  51. 4b3f031 (lib<all sorts of stuff>.tex): by Fred Drake · 28 years ago
  52. 6dc2aae (tut.tex): Normalized all uses of "UNIX" and "{\UNIX}" to use "\UNIX{}", by Fred Drake · 28 years ago
  53. 3082424 (myformat.sty): Added a note about using \command{} v. {\command} wrt. by Fred Drake · 28 years ago
  54. 0e12032 Renamed. by Roger E. Masse · 28 years ago
  55. 7eee08d Test for the dl module. This only works for SunOS and Solaris. by Roger E. Masse · 28 years ago
  56. 2cc8163 nonstandard_expectations is only added when in verbose mode, so we by Barry Warsaw · 28 years ago
  57. 4c23b5f Hmm, now that I think about it, we *can* use time.time() and 'date' if by Barry Warsaw · 28 years ago
  58. 4eb01cd More or less portabilized. by Barry Warsaw · 28 years ago
  59. 3c700ed Fixed by Barry Warsaw · 28 years ago
  60. 4e7f622 Get rid of it -- use bsddb! by Guido van Rossum · 28 years ago
  61. bd4b961 Opps, fixed a couple of newly introduced wrapping problems. by Roger E. Masse · 28 years ago
  62. e7ee8c3 Reindented via GvR recomendation ala Bwarsaw cppy-style.el by Roger E. Masse · 28 years ago
  63. 8d40c84 Added quote_plus() and unquote_plus(), to do space/plus substitutions by Guido van Rossum · 28 years ago
  64. 0564e12 Added quote_plus() and unquote_plus(), to do space/plus substitutions by Guido van Rossum · 28 years ago
  65. fbcfd52 Added the example "thin ice" from the extensions manual. by Guido van Rossum · 28 years ago
  66. d16ddb6 Typos reported by Tamito Kajiyama. by Guido van Rossum · 28 years ago
  67. f630f6b Renamed, and scrutinized for missed potential error conditions. by Barry Warsaw · 28 years ago
  68. e3c0170 Output file for module struct test by Barry Warsaw · 28 years ago
  69. 27eb14d Added support for 4-channel on SGI. by Guido van Rossum · 28 years ago
  70. 25bcdb0 Added QUADRO. by Guido van Rossum · 28 years ago
  71. 8496d39 Renamed, however there is no test case. I did test some of the module by Barry Warsaw · 28 years ago
  72. 0caa7ec Fixed conversion between seconds and milliseconds. by Guido van Rossum · 28 years ago
  73. 07a0eec A test of the struct module by Barry Warsaw · 28 years ago
  74. 30695fa Renamed. by Barry Warsaw · 28 years ago
  75. eb14d61 (python-cc-style): typo "c-offset-alist" => "c-offsets-alist" by Barry Warsaw · 28 years ago
  76. c2feec3 Renamed, but *not* tested or compiled. I don't even have the STDWIN library. by Barry Warsaw · 28 years ago
  77. cb17a46 Print final report, either all tests OK, or list of failed and missing tests. by Barry Warsaw · 28 years ago
  78. 1c92eba Print a more meaningful message when a test's output file wasn't found. by Barry Warsaw · 28 years ago
  79. c1cb360 Reworked to eliminate all potential memory problems, including by Barry Warsaw · 28 years ago
  80. 32616fb Make sure ok_builtin_modules, ok_dynamic_modules and by Guido van Rossum · 28 years ago
  81. 15d1079 Fixed test_strftime to be silent when called from autotest. by Guido van Rossum · 28 years ago
  82. 483705c Added test_strftime (Skip Montanaro). by Guido van Rossum · 28 years ago
  83. 6cdd7a0 Add mktime_tz() which turns a date_tz 10-tuple into a standard Unix timestamp. by Guido van Rossum · 28 years ago
  84. 21be147 Added remark about time() and sleep()'s subsecond precision. by Guido van Rossum · 28 years ago
  85. 3486f27 Added soundex (sigh) by Guido van Rossum · 28 years ago
  86. c0967cd Added a bunch of new winfo options; we should now be up to date with by Guido van Rossum · 28 years ago
  87. e4ac0aa Several changes... Guido *please* take a look! by Barry Warsaw · 28 years ago
  88. 792c94a A test of the select module that is actually reproduceable! by Barry Warsaw · 28 years ago
  89. 3176bb1 Some more tuning of quicksort: use pointers instead of indexing. by Guido van Rossum · 28 years ago
  90. 042a207 Output of rgbimg module test by Barry Warsaw · 28 years ago
  91. 8bc74ce Added test of rgbimg module by Barry Warsaw · 28 years ago
  92. 66e7f3a minor formatting nit by Barry Warsaw · 28 years ago
  93. 7bd9fbd Grandly renamed. by Barry Warsaw · 28 years ago
  94. dbfed71 Be more careful with the shuffling of stdout. by Guido van Rossum · 28 years ago
  95. 50c5cf1 Renamed. by Barry Warsaw · 28 years ago
  96. d96dfb7 Output of the nis and pwd module tests by Barry Warsaw · 28 years ago
  97. 3d070fb Test of the pwd module by Barry Warsaw · 28 years ago
  98. ebfa2c4 Added test_pwd by Barry Warsaw · 28 years ago
  99. 2b6c2fa Rewrite without using try-except to break out of two loops. by Guido van Rossum · 28 years ago
  100. 870d5c6 Just test one key/value pair for one NIS map. I.e. don't test them by Barry Warsaw · 28 years ago