1. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  2. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 15 years ago
  3. b58e0bd use assert[Not]In where appropriate by Ezio Melotti · 15 years ago
  4. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  5. bed7d04 Merged revisions 74095 via svnmerge from by Benjamin Peterson · 15 years ago
  6. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  7. 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago
  8. 9f0f960 Remove traces of rfc822. by Georg Brandl · 16 years ago
  9. a0c0a4a remove the rfc822 module by Benjamin Peterson · 16 years ago
  10. a5b41eb fix test_pyclbr which failed because the new StringIO presented bases it couldn't find by Benjamin Peterson · 16 years ago
  11. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago
  12. b533e26 Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,63470,63483-63484,63496-63497,63499-63501,63530-63531,63540,63614 via svnmerge from by Georg Brandl · 16 years ago
  13. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  14. eca20b6 Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-63152,63155-63165,63167-63176,63181-63186,63188-63189 via svnmerge from by Alexandre Vassalotti · 16 years ago
  15. d8b61ee Remove the mhlib module. by Brett Cannon · 16 years ago
  16. 2a691a8 Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from by Benjamin Peterson · 16 years ago
  17. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  18. 9bd667a Merged revisions 60124-60142 via svnmerge from by Christian Heimes · 17 years ago
  19. 25bb783 Merged revisions 59883-59920 via svnmerge from by Christian Heimes · 17 years ago
  20. ff73795 Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance). by Christian Heimes · 17 years ago
  21. 4a22b5d Patch from Georg Brandl and me for #1493 Remove unbound method objects by Christian Heimes · 17 years ago
  22. 315d845 Revert revisions 57472, 57474, and 57477 which disabled some tests by Neal Norwitz · 17 years ago
  23. 9befa93 Fix test_pyclbr -- _https_connection is optional. by Guido van Rossum · 17 years ago
  24. cb51c6e Get test_pyclbr to pass after removing the email package by Neal Norwitz · 17 years ago
  25. 1325790 Merged revisions 55795-55816 via svnmerge from by Guido van Rossum · 17 years ago
  26. a8add0e Merged revisions 55270-55324 via svnmerge from by Guido van Rossum · 17 years ago
  27. 221085d Change all the function attributes from func_* -> __*__. This gets rid by Neal Norwitz · 17 years ago
  28. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  29. 08f0046 - Fix conversion glitch in test_pyclbr, which caused a test to not fail by Thomas Wouters · 18 years ago
  30. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  31. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  32. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  33. d858f70 Fix the problems in this test. Boy this is a painful thing to debug -- by Guido van Rossum · 18 years ago
  34. c4536a1 Teach a test about the different kinds of functions. by Raymond Hettinger · 20 years ago
  35. 6db15d7 Whitespace normalization. by Tim Peters · 20 years ago
  36. c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 20 years ago
  37. 264c659 Oops! Restored the pickle test to test_pyclbr, but changed types.py so by Tim Peters · 20 years ago
  38. fa7809d The Darwin-specific getproxies_internetconfig() was added to urllib, by Tim Peters · 20 years ago
  39. a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 21 years ago
  40. 91bbd9a Used sets.Set() to compare unordered sequences. Improves clarity and brevity. by Raymond Hettinger · 21 years ago
  41. e401b6f Last checkin was missing the tuple comma. by Raymond Hettinger · 22 years ago
  42. ecccafb Restore the test of the random module after including "Random" in the by Raymond Hettinger · 22 years ago
  43. 4c47bd5 Temporarily comment out a test that crashes upon the introduction of by Raymond Hettinger · 22 years ago
  44. 7f6a439 Add more sophistication to the comparison between pyclbr output and by Guido van Rossum · 22 years ago
  45. 0ed7aa1 Moderately heavy reorganization of pyclbr to fix package-related bugs. by Guido van Rossum · 22 years ago
  46. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  47. b2622a4 Remove httplib from tested modules. by Jeremy Hylton · 22 years ago
  48. 5e5ca56 assertHasattr(): Made failure msg better than useless. by Tim Peters · 22 years ago
  49. d842e07 SF bug 558179. Change default for get() back to None. Will backport to 2.2.1. by Guido van Rossum · 22 years ago
  50. 3c14efe Stop sucking up xmllib -- it's deprecated. by Tim Peters · 22 years ago
  51. 547a316 Fix pyclbr test of httplib without really understanding pyclbr. by Jeremy Hylton · 22 years ago
  52. 17111f3 SF bug [#467336] doctest failures w/ new-style classes. by Tim Peters · 23 years ago
  53. 7402f79 SF patch [#466616] Exclude imported items from doctest, by Tim Peters · 23 years ago
  54. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 23 years ago
  55. 37a309d builtin_dir(): Treat classic classes like types. Use PyDict_Keys instead by Tim Peters · 23 years ago
  56. 0460106 Repair Unix-specific assumptions that caused this to fail on Windows. by Tim Peters · 23 years ago
  57. 3a28ca8 Nick Mathewson: test suite for the class browser support module. by Fred Drake · 23 years ago