1. 466e18e Remove unused imports in tests (GH-14518) (GH-14520) by Victor Stinner · 5 years ago
  2. 91f4380 bpo-36785: PEP 574 implementation (GH-7076) by Antoine Pitrou · 5 years ago
  3. 5086589 bpo-36298: Raise ModuleNotFoundError in pyclbr when a module can't be found (GH-12358) by Brett Cannon · 5 years ago
  4. 3f22811 bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445) by Serhiy Storchaka · 6 years ago
  5. 9f914a0 bpo-31985: Deprecate openfp in aifc, sunau, and wave (#4344) by Brian Curtin · 7 years ago
  6. 246ff3b bpo-6691: Pyclbr now reports nested classes and functions. (#2503) by csabella · 7 years ago
  7. bdf6b91 bpo-29776: Use decorator syntax for properties. (#585) by Serhiy Storchaka · 7 years ago
  8. bd48d27 Issue #22493: Inline flags now should be used only at the start of the by Serhiy Storchaka · 8 years ago
  9. 2d2af91 Closes #25795: Merge with 3.5 by Zachary Ware · 9 years ago
  10. ac28b79 Issue #25795: Fix several tests to run independently. by Zachary Ware · 9 years ago
  11. d65e4f4 Issue #24164: Fix test_pyclbr by Victor Stinner · 9 years ago
  12. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  13. 3402ef6 Silence the failure of test_pyclbr after adding a property in sre_parse by Serhiy Storchaka · 10 years ago
  14. 7c1017b Fix tests for #11798 by Andrew Svetlov · 11 years ago
  15. 4d35e75 #17818: aifc.getparams now returns a namedtuple. by R David Murray · 11 years ago
  16. 8d88604 #14798: pyclbr now raises ImportError instead of KeyError for missing packages by Petri Lehtinen · 12 years ago
  17. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  18. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 14 years ago
  19. b58e0bd use assert[Not]In where appropriate by Ezio Melotti · 15 years ago
  20. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  21. bed7d04 Merged revisions 74095 via svnmerge from by Benjamin Peterson · 15 years ago
  22. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  23. 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago
  24. 9f0f960 Remove traces of rfc822. by Georg Brandl · 16 years ago
  25. a0c0a4a remove the rfc822 module by Benjamin Peterson · 16 years ago
  26. a5b41eb fix test_pyclbr which failed because the new StringIO presented bases it couldn't find by Benjamin Peterson · 16 years ago
  27. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago
  28. 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
  29. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  30. 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
  31. d8b61ee Remove the mhlib module. by Brett Cannon · 16 years ago
  32. 2a691a8 Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from by Benjamin Peterson · 16 years ago
  33. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  34. 9bd667a Merged revisions 60124-60142 via svnmerge from by Christian Heimes · 17 years ago
  35. 25bb783 Merged revisions 59883-59920 via svnmerge from by Christian Heimes · 17 years ago
  36. 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
  37. 4a22b5d Patch from Georg Brandl and me for #1493 Remove unbound method objects by Christian Heimes · 17 years ago
  38. 315d845 Revert revisions 57472, 57474, and 57477 which disabled some tests by Neal Norwitz · 17 years ago
  39. 9befa93 Fix test_pyclbr -- _https_connection is optional. by Guido van Rossum · 17 years ago
  40. cb51c6e Get test_pyclbr to pass after removing the email package by Neal Norwitz · 17 years ago
  41. 1325790 Merged revisions 55795-55816 via svnmerge from by Guido van Rossum · 17 years ago
  42. a8add0e Merged revisions 55270-55324 via svnmerge from by Guido van Rossum · 17 years ago
  43. 221085d Change all the function attributes from func_* -> __*__. This gets rid by Neal Norwitz · 17 years ago
  44. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  45. 08f0046 - Fix conversion glitch in test_pyclbr, which caused a test to not fail by Thomas Wouters · 17 years ago
  46. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  47. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  48. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  49. d858f70 Fix the problems in this test. Boy this is a painful thing to debug -- by Guido van Rossum · 18 years ago
  50. c4536a1 Teach a test about the different kinds of functions. by Raymond Hettinger · 20 years ago
  51. 6db15d7 Whitespace normalization. by Tim Peters · 20 years ago
  52. c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 20 years ago
  53. 264c659 Oops! Restored the pickle test to test_pyclbr, but changed types.py so by Tim Peters · 20 years ago
  54. fa7809d The Darwin-specific getproxies_internetconfig() was added to urllib, by Tim Peters · 20 years ago
  55. a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 21 years ago
  56. 91bbd9a Used sets.Set() to compare unordered sequences. Improves clarity and brevity. by Raymond Hettinger · 21 years ago
  57. e401b6f Last checkin was missing the tuple comma. by Raymond Hettinger · 22 years ago
  58. ecccafb Restore the test of the random module after including "Random" in the by Raymond Hettinger · 22 years ago
  59. 4c47bd5 Temporarily comment out a test that crashes upon the introduction of by Raymond Hettinger · 22 years ago
  60. 7f6a439 Add more sophistication to the comparison between pyclbr output and by Guido van Rossum · 22 years ago
  61. 0ed7aa1 Moderately heavy reorganization of pyclbr to fix package-related bugs. by Guido van Rossum · 22 years ago
  62. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  63. b2622a4 Remove httplib from tested modules. by Jeremy Hylton · 22 years ago
  64. 5e5ca56 assertHasattr(): Made failure msg better than useless. by Tim Peters · 22 years ago
  65. d842e07 SF bug 558179. Change default for get() back to None. Will backport to 2.2.1. by Guido van Rossum · 22 years ago
  66. 3c14efe Stop sucking up xmllib -- it's deprecated. by Tim Peters · 22 years ago
  67. 547a316 Fix pyclbr test of httplib without really understanding pyclbr. by Jeremy Hylton · 22 years ago
  68. 17111f3 SF bug [#467336] doctest failures w/ new-style classes. by Tim Peters · 23 years ago
  69. 7402f79 SF patch [#466616] Exclude imported items from doctest, by Tim Peters · 23 years ago
  70. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 23 years ago
  71. 37a309d builtin_dir(): Treat classic classes like types. Use PyDict_Keys instead by Tim Peters · 23 years ago
  72. 0460106 Repair Unix-specific assumptions that caused this to fail on Windows. by Tim Peters · 23 years ago
  73. 3a28ca8 Nick Mathewson: test suite for the class browser support module. by Fred Drake · 23 years ago