1. 2623a37 Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  2. aa98058 use assert[Not]In where appropriate by Ezio Melotti · 15 years ago
  3. 71ff646 Patch #1001604: glob.glob() now returns unicode filenames if it was by Georg Brandl · 18 years ago
  4. a31bf18 glob('anything*/') would fail because isdir is in os.path, not os. by Neal Norwitz · 19 years ago
  5. a3beee1 Clean up tests by reusing functions from other modules: by Johannes Gijsbers · 20 years ago
  6. 836f543 Patch #943206: by Johannes Gijsbers · 20 years ago
  7. ae882f7 Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists in glob.glob. by Johannes Gijsbers · 20 years ago
  8. a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 21 years ago
  9. d4e48b7 Patch #839877: Remove unused lambda expression. by Martin v. Löwis · 21 years ago
  10. 91bbd9a Used sets.Set() to compare unordered sequences. Improves clarity and brevity. by Raymond Hettinger · 21 years ago
  11. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  12. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 23 years ago
  13. ab9ba27 Whitespace normalization. by Tim Peters · 23 years ago
  14. 99e87f9 Test for the "glob" module, contributed by Nick Mathewson. by Fred Drake · 23 years ago