1. 8ba76d3 Added test_errno to the test suite by Roger E. Masse · 28 years ago
  2. 529fcfe list2set(): correct return value (an int, not a PyObject*). by Barry Warsaw · 28 years ago
  3. 0969ad2 Better tuple hash function. by Guido van Rossum · 28 years ago
  4. cc15b42 Change comment about MINSIZE -- 10 is optimal for Python. by Guido van Rossum · 28 years ago
  5. 81a6fe9 Removed a #inlclude <errno.h> since it's implied with "Python.h" by Roger E. Masse · 28 years ago
  6. 24c4b3d list2set(): PyList_GetItem could fail. by Barry Warsaw · 28 years ago
  7. 094579e (libtime.tex): Merged in changes from Tamito Kajiyama. by Fred Drake · 28 years ago
  8. 4b3f031 (lib<all sorts of stuff>.tex): by Fred Drake · 28 years ago
  9. 6dc2aae (tut.tex): Normalized all uses of "UNIX" and "{\UNIX}" to use "\UNIX{}", by Fred Drake · 28 years ago
  10. 3082424 (myformat.sty): Added a note about using \command{} v. {\command} wrt. by Fred Drake · 28 years ago
  11. 0e12032 Renamed. by Roger E. Masse · 28 years ago
  12. 7eee08d Test for the dl module. This only works for SunOS and Solaris. by Roger E. Masse · 28 years ago
  13. 2cc8163 nonstandard_expectations is only added when in verbose mode, so we by Barry Warsaw · 28 years ago
  14. 4c23b5f Hmm, now that I think about it, we *can* use time.time() and 'date' if by Barry Warsaw · 28 years ago
  15. 4eb01cd More or less portabilized. by Barry Warsaw · 28 years ago
  16. 3c700ed Fixed by Barry Warsaw · 28 years ago
  17. 4e7f622 Get rid of it -- use bsddb! by Guido van Rossum · 28 years ago
  18. bd4b961 Opps, fixed a couple of newly introduced wrapping problems. by Roger E. Masse · 28 years ago
  19. e7ee8c3 Reindented via GvR recomendation ala Bwarsaw cppy-style.el by Roger E. Masse · 28 years ago
  20. 8d40c84 Added quote_plus() and unquote_plus(), to do space/plus substitutions by Guido van Rossum · 28 years ago
  21. 0564e12 Added quote_plus() and unquote_plus(), to do space/plus substitutions by Guido van Rossum · 28 years ago
  22. fbcfd52 Added the example "thin ice" from the extensions manual. by Guido van Rossum · 28 years ago
  23. d16ddb6 Typos reported by Tamito Kajiyama. by Guido van Rossum · 28 years ago
  24. f630f6b Renamed, and scrutinized for missed potential error conditions. by Barry Warsaw · 28 years ago
  25. e3c0170 Output file for module struct test by Barry Warsaw · 28 years ago
  26. 27eb14d Added support for 4-channel on SGI. by Guido van Rossum · 28 years ago
  27. 25bcdb0 Added QUADRO. by Guido van Rossum · 28 years ago
  28. 8496d39 Renamed, however there is no test case. I did test some of the module by Barry Warsaw · 28 years ago
  29. 0caa7ec Fixed conversion between seconds and milliseconds. by Guido van Rossum · 28 years ago
  30. 07a0eec A test of the struct module by Barry Warsaw · 28 years ago
  31. 30695fa Renamed. by Barry Warsaw · 28 years ago
  32. eb14d61 (python-cc-style): typo "c-offset-alist" => "c-offsets-alist" by Barry Warsaw · 28 years ago
  33. c2feec3 Renamed, but *not* tested or compiled. I don't even have the STDWIN library. by Barry Warsaw · 28 years ago
  34. cb17a46 Print final report, either all tests OK, or list of failed and missing tests. by Barry Warsaw · 28 years ago
  35. 1c92eba Print a more meaningful message when a test's output file wasn't found. by Barry Warsaw · 28 years ago
  36. c1cb360 Reworked to eliminate all potential memory problems, including by Barry Warsaw · 28 years ago
  37. 32616fb Make sure ok_builtin_modules, ok_dynamic_modules and by Guido van Rossum · 28 years ago
  38. 15d1079 Fixed test_strftime to be silent when called from autotest. by Guido van Rossum · 28 years ago
  39. 483705c Added test_strftime (Skip Montanaro). by Guido van Rossum · 28 years ago
  40. 6cdd7a0 Add mktime_tz() which turns a date_tz 10-tuple into a standard Unix timestamp. by Guido van Rossum · 28 years ago
  41. 21be147 Added remark about time() and sleep()'s subsecond precision. by Guido van Rossum · 28 years ago
  42. 3486f27 Added soundex (sigh) by Guido van Rossum · 28 years ago
  43. c0967cd Added a bunch of new winfo options; we should now be up to date with by Guido van Rossum · 28 years ago
  44. e4ac0aa Several changes... Guido *please* take a look! by Barry Warsaw · 28 years ago
  45. 792c94a A test of the select module that is actually reproduceable! by Barry Warsaw · 28 years ago
  46. 3176bb1 Some more tuning of quicksort: use pointers instead of indexing. by Guido van Rossum · 28 years ago
  47. 042a207 Output of rgbimg module test by Barry Warsaw · 28 years ago
  48. 8bc74ce Added test of rgbimg module by Barry Warsaw · 28 years ago
  49. 66e7f3a minor formatting nit by Barry Warsaw · 28 years ago
  50. 7bd9fbd Grandly renamed. by Barry Warsaw · 28 years ago
  51. dbfed71 Be more careful with the shuffling of stdout. by Guido van Rossum · 28 years ago
  52. 50c5cf1 Renamed. by Barry Warsaw · 28 years ago
  53. d96dfb7 Output of the nis and pwd module tests by Barry Warsaw · 28 years ago
  54. 3d070fb Test of the pwd module by Barry Warsaw · 28 years ago
  55. ebfa2c4 Added test_pwd by Barry Warsaw · 28 years ago
  56. 2b6c2fa Rewrite without using try-except to break out of two loops. by Guido van Rossum · 28 years ago
  57. 870d5c6 Just test one key/value pair for one NIS map. I.e. don't test them by Barry Warsaw · 28 years ago
  58. 3236b33 test of the nis module by Barry Warsaw · 28 years ago
  59. 7822681 added test_nis by Barry Warsaw · 28 years ago
  60. 1abda0f cat and puste errors by Barry Warsaw · 28 years ago
  61. 3696c52 nis_maplist(): Use check of yp_get_default_domain() return value by Barry Warsaw · 28 years ago
  62. adbf4e6 Renamed, and bug fixed: by Barry Warsaw · 28 years ago
  63. 3f236de Added new quicksort implementation, tailored to sorting arrays of by Guido van Rossum · 28 years ago
  64. 53699e9 Renamed. by Barry Warsaw · 28 years ago
  65. dde5c70 Test output files in their new location by Barry Warsaw · 28 years ago
  66. e4a252e Directory for test output files: Output => output by Barry Warsaw · 28 years ago
  67. 2e644a0 When run as a script, runs each test and sends results to stdout by Barry Warsaw · 28 years ago
  68. 272c00b New regression testing harness. by Barry Warsaw · 28 years ago
  69. 0aa9ee6 Moved the raise logic out of the main interpreter loop to a separate function. by Guido van Rossum · 28 years ago
  70. 6c31a14 The usual by Guido van Rossum · 28 years ago
  71. ce45851 Added -lld to AIX LINKFORSHARED. Monty Stein. by Guido van Rossum · 28 years ago
  72. 1d75734 Added a provide so the corresponding require will succeed. by Barry Warsaw · 28 years ago
  73. 924e5d5 A test of the `new' module. The new.code() test is fairly bogus since by Barry Warsaw · 28 years ago
  74. 0f150e4 Added test_new. by Barry Warsaw · 28 years ago
  75. a6b7c71 Renamed. by Barry Warsaw · 28 years ago
  76. 5de1f8d The usual; added several test modules, too. by Guido van Rossum · 28 years ago
  77. bd01374 Add optional data argument to urlopen() and open_http(), to trigger POST. by Guido van Rossum · 28 years ago
  78. 8b82baa In the HTTP reply header, be more accepting in the HTTP version. by Guido van Rossum · 28 years ago
  79. caf7837 Added remaining declarations needed/used in glmodule.c; keeps gcc -Wall happy. by Guido van Rossum · 28 years ago
  80. c1547d9 Better way to handle 64-bit ints, keeping gcc -Wall happy. by Guido van Rossum · 28 years ago
  81. 1a2c5cb Add unistd.h to make gcc -Wall happy. by Guido van Rossum · 28 years ago
  82. 067998f Add const to error and newstring functions by Guido van Rossum · 28 years ago
  83. 36dd0d2 Fix operator priority bug found thanks to gcc -Wall. by Guido van Rossum · 28 years ago
  84. e29ed8f Make gcc -Wall happy; remove dummy variable (can't see where it's needed). by Guido van Rossum · 28 years ago
  85. fb4130d Added extern decl for gethostname() to keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  86. 55db515 Great renaming. by Guido van Rossum · 28 years ago
  87. 09f99df Removed redundant inclusion of <errno.h> (sorry, Roj!). by Guido van Rossum · 28 years ago
  88. b0dfe96 renamed in a grand fashion. by Roger E. Masse · 28 years ago
  89. 16f9fd2 Added a test script for dbmmodule.c and added it to testall.py and by Roger E. Masse · 28 years ago
  90. 3ac30af Added test_new by Barry Warsaw · 28 years ago
  91. abb7efe Renamed a few symbols that were found in comments. by Barry Warsaw · 28 years ago
  92. 3bdf746 Renamed, ungrandly. We don't have the GNU MP library here so we can't by Barry Warsaw · 28 years ago
  93. 56c345b renamed grandly. by Roger E. Masse · 28 years ago
  94. 7536238 new test script for cryptmodule.py by Roger E. Masse · 28 years ago
  95. b6b85dd Test script/output for cryptmodule.c added to testall.py and testall.out by Roger E. Masse · 28 years ago
  96. 5632ce0 (python-cc-style): Although open braces for substatements typically by Barry Warsaw · 28 years ago
  97. 24070ca Renamed Grandly by Roger E. Masse · 28 years ago
  98. 3daddda New test module for complex math module by Roger E. Masse · 28 years ago
  99. b710357 Added test_cmath.py to test complex math module by Roger E. Masse · 28 years ago
  100. 3ab26b9 (testall.py): Slightly improved test harness to make it easier to add by Barry Warsaw · 28 years ago