1. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago[Renamed (92%) from Lib/test/test_cookie.py]
  2. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  3. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 18 years ago
  4. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  5. 8246c43 Correct test suite for #848017. by Georg Brandl · 19 years ago
  6. d73ef06 Exercise sorted() where possible by Raymond Hettinger · 21 years ago
  7. 4464432 Suppress unsafe *Cookie class warnings by Andrew M. Kuchling · 22 years ago
  8. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  9. a0a6222 Teach regrtest how to pass on doctest failure msgs. This is done via a by Tim Peters · 23 years ago
  10. 2f228e7 Get rid of the superstitious "~" in dict hashing's "i = (~hash) & mask". by Tim Peters · 23 years ago
  11. eb26f95 Since Guido fiddled Cookie.py to work with doctest, it's a Good Thing to by Tim Peters · 23 years ago
  12. 8b94b1c Added test for patch #103473: test an unquoted cookie value containing '=' by Andrew M. Kuchling · 24 years ago
  13. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 24 years ago
  14. f27cc5b Marc-Andre must not have run these tests -- they used verify() but by Guido van Rossum · 24 years ago
  15. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  16. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  17. 103d526 Updated test suite: test repr() and str() of cookies, and test metadata by Andrew M. Kuchling · 24 years ago
  18. 514a102 Adding tests of the "attrs" optional argument, and of the js_output by Moshe Zadka · 24 years ago
  19. cdec8c7 Test case for Cookie.py by Andrew M. Kuchling · 24 years ago