1. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 17 years ago
  2. 9bd667a Merged revisions 60124-60142 via svnmerge from by Christian Heimes · 17 years ago
  3. 25bb783 Merged revisions 59883-59920 via svnmerge from by Christian Heimes · 17 years ago
  4. 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
  5. 4a22b5d Patch from Georg Brandl and me for #1493 Remove unbound method objects by Christian Heimes · 17 years ago
  6. 315d845 Revert revisions 57472, 57474, and 57477 which disabled some tests by Neal Norwitz · 17 years ago
  7. 9befa93 Fix test_pyclbr -- _https_connection is optional. by Guido van Rossum · 17 years ago
  8. cb51c6e Get test_pyclbr to pass after removing the email package by Neal Norwitz · 17 years ago
  9. 1325790 Merged revisions 55795-55816 via svnmerge from by Guido van Rossum · 17 years ago
  10. a8add0e Merged revisions 55270-55324 via svnmerge from by Guido van Rossum · 17 years ago
  11. 221085d Change all the function attributes from func_* -> __*__. This gets rid by Neal Norwitz · 18 years ago
  12. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  13. 08f0046 - Fix conversion glitch in test_pyclbr, which caused a test to not fail by Thomas Wouters · 18 years ago
  14. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  15. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  16. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
  17. d858f70 Fix the problems in this test. Boy this is a painful thing to debug -- by Guido van Rossum · 19 years ago
  18. c4536a1 Teach a test about the different kinds of functions. by Raymond Hettinger · 20 years ago
  19. 6db15d7 Whitespace normalization. by Tim Peters · 20 years ago
  20. c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 20 years ago
  21. 264c659 Oops! Restored the pickle test to test_pyclbr, but changed types.py so by Tim Peters · 20 years ago
  22. fa7809d The Darwin-specific getproxies_internetconfig() was added to urllib, by Tim Peters · 20 years ago
  23. a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 21 years ago
  24. 91bbd9a Used sets.Set() to compare unordered sequences. Improves clarity and brevity. by Raymond Hettinger · 21 years ago
  25. e401b6f Last checkin was missing the tuple comma. by Raymond Hettinger · 22 years ago
  26. ecccafb Restore the test of the random module after including "Random" in the by Raymond Hettinger · 22 years ago
  27. 4c47bd5 Temporarily comment out a test that crashes upon the introduction of by Raymond Hettinger · 22 years ago
  28. 7f6a439 Add more sophistication to the comparison between pyclbr output and by Guido van Rossum · 22 years ago
  29. 0ed7aa1 Moderately heavy reorganization of pyclbr to fix package-related bugs. by Guido van Rossum · 22 years ago
  30. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  31. b2622a4 Remove httplib from tested modules. by Jeremy Hylton · 22 years ago
  32. 5e5ca56 assertHasattr(): Made failure msg better than useless. by Tim Peters · 22 years ago
  33. d842e07 SF bug 558179. Change default for get() back to None. Will backport to 2.2.1. by Guido van Rossum · 22 years ago
  34. 3c14efe Stop sucking up xmllib -- it's deprecated. by Tim Peters · 23 years ago
  35. 547a316 Fix pyclbr test of httplib without really understanding pyclbr. by Jeremy Hylton · 23 years ago
  36. 17111f3 SF bug [#467336] doctest failures w/ new-style classes. by Tim Peters · 23 years ago
  37. 7402f79 SF patch [#466616] Exclude imported items from doctest, by Tim Peters · 23 years ago
  38. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 23 years ago
  39. 37a309d builtin_dir(): Treat classic classes like types. Use PyDict_Keys instead by Tim Peters · 23 years ago
  40. 0460106 Repair Unix-specific assumptions that caused this to fail on Windows. by Tim Peters · 23 years ago
  41. 3a28ca8 Nick Mathewson: test suite for the class browser support module. by Fred Drake · 23 years ago