1. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  2. 81ee3ef Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from by Christian Heimes · 16 years ago
  3. d5e2b6f Merged revisions 61538-61540,61556,61559-61560,61563,61565,61571,61575-61576,61580-61582,61586,61591,61593,61595,61605-61606,61613-61616,61618,61621-61623,61625,61627,61631-61634 via svnmerge from by Christian Heimes · 16 years ago
  4. 3540b50 Good catch Neal! by Christian Heimes · 17 years ago
  5. 454f37b Merged revisions 59864-59882 via svnmerge from by Christian Heimes · 17 years ago
  6. 3b06e53 Another patch for #1762972: __file__ points to the py file instead pyo/pyc file by Christian Heimes · 17 years ago
  7. 13a7a21 Issue #1762972: Readded the reload() function as imp.reload() by Christian Heimes · 17 years ago
  8. a30be30 Removed test from test_import. It will never work on all systems, see #1377 by Christian Heimes · 17 years ago
  9. dd9e3b8 Correct a failing test when test_import is run after test_coding: by Amaury Forgeot d'Arc · 17 years ago
  10. 9c1257e Disabled test_sys_path_with_unicode for now by Christian Heimes · 17 years ago
  11. 204093a Removed non ASCII text from test as requested by Guido. by Christian Heimes · 17 years ago
  12. 1d1a400 Added unit test for bug http://bugs.python.org/issue1293 by Christian Heimes · 17 years ago
  13. 9033339 Fixed unit tests for os.environ. Some of the tests didn't test at all because os.environ was empty. by Christian Heimes · 17 years ago
  14. af554a0 First merge from the trunk straight into the py3k branch. I'm not by Guido van Rossum · 17 years ago
  15. 7a98be2 Remove RISCOS support by Skip Montanaro · 17 years ago
  16. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  17. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  18. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  19. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  20. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
  21. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  22. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  23. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  24. 16d6510 Use relative import now that it is required. (Should this go into 2.5?) by Neal Norwitz · 18 years ago
  25. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  26. 08138fd New tests: by Tim Peters · 20 years ago
  27. a94568a Patch #734231: Update RiscOS support. In particular, correct by Martin v. Löwis · 21 years ago
  28. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  29. 1695bcb Got rid of special case for Macintosh realloc slowdown: Tim fixed the problem. by Jack Jansen · 22 years ago
  30. e36a8e8 Disable the test for importing very long lists for MacPython: it triggers by Jack Jansen · 22 years ago
  31. 0f1afb1 test_module_with_large_stack(): This failed when Python was run with -O, by Tim Peters · 22 years ago
  32. 0672712 test_module_with_large_stack(): This failed on Windows, for the wrong by Tim Peters · 22 years ago
  33. 7fdcb41 Fix SF bug # 561858 Assertion with very long lists by Neal Norwitz · 22 years ago
  34. 40b7703 Verify that the imp can find and load .py files. by Jeremy Hylton · 22 years ago
  35. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 23 years ago
  36. 1e2775f Rip the import repr truncation test out of here and put it in test_repr.py by Barry Warsaw · 23 years ago
  37. f6365e0 Added a test for module repr truncation when the package name is by Barry Warsaw · 23 years ago
  38. c173137 Derived from SF patch #446899 Permit import of .pyw under Windows, from by Tim Peters · 23 years ago
  39. 722d78f s/endswith/startswith/ by Tim Peters · 23 years ago
  40. 66e1a25 Rewritten version of Finn Bock's SF patch #446907 (Allow jython to by Tim Peters · 23 years ago
  41. 72f98e9 SF bug #422177: Results from .pyc differs from .py by Tim Peters · 23 years ago
  42. eba5130 Addrf simple test that import is case-sensitive. by Tim Peters · 23 years ago
  43. bd6f4fb Insert the current directory to the front of sys.path -- and remove it by Guido van Rossum · 24 years ago
  44. 6d699ca Adding Jeremy's new test_import (SF patch 101709). by Tim Peters · 24 years ago