1. 3dd990c Move the statistical tests for four distributions into the unittest suite. by Raymond Hettinger · 22 years ago
  2. 15ec373 Add a test case. by Raymond Hettinger · 22 years ago
  3. 5bd844e Tweak __version__ -- the current code is between Optik 1.4 and 1.4.1. by Greg Ward · 22 years ago
  4. 8afa3a3 module to run commands in a Terminal.app window by Just van Rossum · 22 years ago
  5. 5e1222b Add Shockwave Flash. by Guido van Rossum · 22 years ago
  6. 73ced7e Correct long standing bugs in the methods for random distributions. by Raymond Hettinger · 22 years ago
  7. adf6420 A new implementation of astimezone() that does what we agreed on in all by Tim Peters · 22 years ago
  8. 8ec7881 Test an edge case for sample(). by Raymond Hettinger · 22 years ago
  9. 8b9aa8d Remove the random=None nonsense from sample() before it gets set in stone. by Raymond Hettinger · 22 years ago
  10. 1061e72 M AutoExpand.py by Kurt B. Kaiser · 22 years ago
  11. 25c7b50 Convert Tcl path objects to strings. Fixes #661357. by Martin v. Löwis · 22 years ago
  12. 8fa8972 Remove a list comprehension, because a loop over the list by Walter Dörwald · 22 years ago
  13. 51cc72c Pass the strict argument from read() on to readfp(), so the by Walter Dörwald · 22 years ago
  14. bb51ed3 Fix read_mime_types() so that it returns a dict as documented. by Walter Dörwald · 22 years ago
  15. 61cdac6 Fix SF #659228, 'realpath' function missing from os.path by Neal Norwitz · 22 years ago
  16. 51a6a4c [Patch #658094 ] PEP 301 implementation Add the 'register' distutils command by Andrew M. Kuchling · 22 years ago
  17. 282e2c3 [Patch #658094] PEP 301 implementation by Andrew M. Kuchling · 22 years ago
  18. 9a3129c Fix for bug #661136 by Just van Rossum · 22 years ago
  19. 8d0ffe0 Remove debugging prints. by Michael W. Hudson · 22 years ago
  20. 3d59781 Jack complained that on test_crlf_separation() was failing on MacOS9 by Barry Warsaw · 22 years ago
  21. 397301e The tzinfo methods utcoffset() and dst() must return a timedelta object by Tim Peters · 22 years ago
  22. 4abd5f0 Allow list sort's comparison function to explicitly be None. See SF patch by Skip Montanaro · 22 years ago
  23. fe8496c 1. Remove obsolete, incorrect comment on non-package installation by Kurt B. Kaiser · 22 years ago
  24. 710fb15 astimezone() internals: if utcoffset() returns a duration, complain if by Tim Peters · 22 years ago
  25. e23ca3c Improve exception handling. by Kurt B. Kaiser · 22 years ago
  26. b4a2df0 SF #660795 by Neal Norwitz · 22 years ago
  27. 109ecbf Replaced imp.set_frozenmodules() cruft with proper zipimport support. by Just van Rossum · 22 years ago
  28. d35c6db Ugh, zipimport is virtually broken in 2.3a1 :-( It worked by accident in by Just van Rossum · 22 years ago
  29. c6fff89 EMX fork() emulation not good enough to cope with test_socketserver by Andrew MacIntyre · 22 years ago
  30. 4cedc1e Clearing out old patch queue. Patch #558547, make SocketServer more by Anthony Baxter · 22 years ago
  31. f361515 A quicker astimezone() implementation, rehabilitating an earlier by Tim Peters · 22 years ago
  32. 4e8f549 Revert last change -- test works on HPUX again after Martin's checkin by Neal Norwitz · 22 years ago
  33. 14e73b1 Expose I_ constants. Auto-detect stropts.h. Properly configure the slave terminal. by Martin v. Löwis · 22 years ago
  34. 36087ed The failure of the last-second addition to the timezone coversion test is by Tim Peters · 22 years ago
  35. 50e9c4f More installation info. Bump alpha version. by Kurt B. Kaiser · 22 years ago
  36. 38f1110 Debugger was tracing through rpc.py when IDLEfork was not started by Kurt B. Kaiser · 22 years ago
  37. 7cca3d8 Improve exception handling. by Kurt B. Kaiser · 22 years ago
  38. b1dcbd2 Make two tests non-locale-dependent by Barry Warsaw · 22 years ago
  39. 1856541 Replace all but one explicit emit('SET_LINENO') with call to set_lineno(). by Jeremy Hylton · 22 years ago
  40. cf94ee8 Don't let the docstring end up in __main__.__doc__ by Tony Lownds · 22 years ago
  41. bc38baf test01_close_dbenv_before_db(): Added an XXX comment that this test is by Barry Warsaw · 22 years ago
  42. 0aae2b0 Comment out test, since it hangs on HPUX, still investigating by Neal Norwitz · 22 years ago
  43. accb62b SF patch [ 597919 ] compiler package and SET_LINENO by Jeremy Hylton · 22 years ago
  44. 2cb5402 Update (slightly) for Alpha release by Kurt B. Kaiser · 22 years ago
  45. 64aa5f6 Remove bogus test; the master is not a terminal on Solaris and HP-UX. by Martin v. Löwis · 22 years ago
  46. 085ce5a Move history to HISTORY.txt by Kurt B. Kaiser · 22 years ago
  47. f5934dd Update for Alpha 0 Release by Kurt B. Kaiser · 22 years ago
  48. 521fc15 A new, and much hairier, implementation of astimezone(), building on by Tim Peters · 22 years ago
  49. e2c6491 Further cleanup of exceptions. All interpolation-related exceptions by Fred Drake · 22 years ago
  50. d8a6c5f Keep __main__ namespace clean by Tony Lownds · 22 years ago
  51. e29310a patch attached to sf item #643711: by Just van Rossum · 22 years ago
  52. 41c554f moving modulefinder.py to the standard library by Just van Rossum · 22 years ago
  53. 6655e4b Whitespace Normalization by Kurt B. Kaiser · 22 years ago
  54. 96a60e4 Patch #658927: Add getctime to os.path. by Martin v. Löwis · 22 years ago
  55. c70a8e4 OS/2 EMX has no popen2.Popen3 even though bunzip2 is available by Andrew MacIntyre · 22 years ago
  56. fd07e7d add list of expected skips for the OS/2 EMX port by Andrew MacIntyre · 22 years ago
  57. b456e4f Make sure PrettyPrinter methods that mirror the module-level by Fred Drake · 22 years ago
  58. 397b615 - PrettyPrinter.isreadable(), .isrecursive(): by Fred Drake · 22 years ago
  59. 5478219 Add a test that InterpolationError is constructed properly and raised by Fred Drake · 22 years ago
  60. 00dc5a9 ConfigParser._interpolate(): Pass the missing key to the by Fred Drake · 22 years ago
  61. 0146f41 Fix name error, found by pychecker. by Guido van Rossum · 22 years ago
  62. d8b5e3f Tix update from Mike Clarkson (maintainer) by Neal Norwitz · 22 years ago
  63. 8d5dd98 - added InterpolationSyntaxError to __all__ - added docstring to exceptions by Fred Drake · 22 years ago
  64. ce1d944 Add missing InterpolationSyntaxError. XXX Not sure this is correct. by Neal Norwitz · 22 years ago
  65. 6ec0a8a sys was already imported, remove second import by Neal Norwitz · 22 years ago
  66. a872595 - prefer "import ... as" to "import / (assignments) / del" for most things by Fred Drake · 22 years ago
  67. acda339 Updated the expected skips for MacOSX. by Jack Jansen · 22 years ago
  68. 06f0cef Skip this test on MacOSX: the locale support is too minimal to make it pass. by Jack Jansen · 22 years ago
  69. a093424 Use the dummy_thread module in Queue.py and tempfile.py. by Guido van Rossum · 22 years ago
  70. ad50ca9 Brett Cannon's dummy_thread and dummy_threading modules (SF patch by Guido van Rossum · 22 years ago
  71. 5efc50d Fix SF #658820, regex fixes for _strptime (Brett Cannon) by Neal Norwitz · 22 years ago
  72. 0940c62 These were somehow never added to CVS. by Jack Jansen · 22 years ago
  73. 52e14d6 PEP 302 + zipimport: by Just van Rossum · 22 years ago
  74. 60087fb Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used both by Jack Jansen · 22 years ago
  75. c262a1f Add __all__. (Brett Cannon.) by Guido van Rossum · 22 years ago
  76. 9a0d779 Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now at by Barry Warsaw · 22 years ago
  77. 0a26235 Add some missing tests. Should now test everything that pybsddb's by Barry Warsaw · 22 years ago
  78. bad8ff0 A step on the way to making tzinfo classes writable by mortals: get rid by Tim Peters · 22 years ago
  79. 74859f3 Template for future tests. by Barry Warsaw · 22 years ago
  80. 3ea60c2 Match new sequence behavior. User defined types now behave better as and by Neil Schemenauer · 22 years ago
  81. 10ee7a7 test_bad_8bit_header(): Tests for optional argument `errors'. See SF by Barry Warsaw · 22 years ago
  82. f4fdff7 Header.__init__(), .append(): Add an optional argument `errors' which by Barry Warsaw · 22 years ago
  83. 72261c9 Actually, make this 2.5a1 since it will include API changes that may by Barry Warsaw · 22 years ago
  84. 207d1c2 Bump to 2.5 by Barry Warsaw · 22 years ago
  85. f29ffbd TestMIMEAudio.setUp(): Use the email package's copy of the audio test by Barry Warsaw · 22 years ago
  86. c99c08c A copy of the audio test file from Lib/test, needed because some by Barry Warsaw · 22 years ago
  87. 31cc315 Added tests that conversion to our own timezone is always an identity, by Tim Peters · 22 years ago
  88. ba97659 parsedate_tz(): Fix SF bug #552345, optional FWS between the comma and by Barry Warsaw · 22 years ago
  89. 795833f test_parsedate_compact(): A test for optional FWS between the comma by Barry Warsaw · 22 years ago
  90. 1024bf8 Beefed up the timezone conversion test by adding a phony UTC zone that's by Tim Peters · 22 years ago
  91. 5c8fef9 A code cleansing pass by Barry Warsaw · 22 years ago
  92. 1fb22bb Port rfc822.py changes that didn't make it into this copy, by Barry Warsaw · 22 years ago
  93. edb59c1 test_name_with_dots(): A new test to ensure that we're implementing by Barry Warsaw · 22 years ago
  94. 63b482c String tests should test 8-bit strings :-) by Marc-André Lemburg · 22 years ago
  95. e401b6f Last checkin was missing the tuple comma. by Raymond Hettinger · 22 years ago
  96. ecccafb Restore the test of the random module after including "Random" in the by Raymond Hettinger · 22 years ago
  97. 4c47bd5 Temporarily comment out a test that crashes upon the introduction of by Raymond Hettinger · 22 years ago
  98. dd24a9f This test depends on the exact ordering produced by the WichmannHill by Raymond Hettinger · 22 years ago
  99. 621818b A start at non-trivial (== DST-aware) tests of timezone conversion. by Tim Peters · 22 years ago
  100. 40f6217 SF patch 658251: Install a C implementation of the Mersenne Twister as the by Raymond Hettinger · 22 years ago