1. 11d752e Remove unused import by Nick Coghlan · 12 years ago
  2. eb8d627 Issue #6074: Apply an appropriate fix for importlib based imports by Nick Coghlan · 12 years ago
  3. d79ac0f merge 3.2 by Benjamin Peterson · 12 years ago
  4. d388c4e use modern conditional syntax by Benjamin Peterson · 12 years ago
  5. 5d06124 Issue #15828: Restore support for C extension modules in imp.load_module() by Nick Coghlan · 12 years ago
  6. a508770 Close #2501: Permission bits are once again correctly copied from the source file to the cached bytecode file. Test by Eric Snow. by Nick Coghlan · 12 years ago
  7. 7385adc Issue #15715: Ignore failed imports triggered by the use of fromlist. by Brett Cannon · 12 years ago
  8. 336d9ac Issue #15425: Don't rely on the assumption that the current working directory is on sys.path (this will hopefully appease the XP buildbots) by Nick Coghlan · 12 years ago
  9. 42c0766 Close #15486: Simplify the mechanism used to remove importlib frames from tracebacks when they just introduce irrelevant noise by Nick Coghlan · 12 years ago
  10. 5ee9892 Close #15425: Eliminate more importlib related traceback noise by Nick Coghlan · 12 years ago
  11. d0118e1 Restored test by specifying that the symlink links to a target (currently required for Windows symlinks). See issue15093 for details. by Jason R. Coombs · 12 years ago
  12. 86ae981 Fix an import from the importlib.test move. by Brett Cannon · 12 years ago
  13. 6ee9695 Issue #15091: Call importlib.invalidate_caches() and reactivate a test by Brett Cannon · 12 years ago
  14. ba52586 Running the importlib tests from test_import is redundant as there is by Brett Cannon · 12 years ago
  15. be7e49f Close #15386: There was a loophole that meant importlib.machinery and imp would sometimes reference an uninitialised copy of importlib._bootstrap by Nick Coghlan · 12 years ago
  16. c27ace6 Issue #15338: skip test_UNC_path when the current user doesn't have enough permissions to access the path. by Antoine Pitrou · 12 years ago
  17. 68f4247 Issue #15338: skip test_UNC_path when the current user doesn't have enough permissions to access the path. by Antoine Pitrou · 12 years ago
  18. 5df0204 For diagnosis, try to list the directory first by Antoine Pitrou · 12 years ago
  19. f189e80 Small improvements to test_unc_path by Antoine Pitrou · 12 years ago
  20. 021548c Try to fix or diagnose buildbot failures by Antoine Pitrou · 12 years ago
  21. 6803855 Fix test failure under Windows by Antoine Pitrou · 12 years ago
  22. bc07a5c Issue #15110: Fix the tracebacks generated by "import xxx" to not show the importlib stack frames. by Antoine Pitrou · 12 years ago
  23. d4daa87 Properly cleanup pep3147 modules in test_import by Antoine Pitrou · 12 years ago
  24. 42c9b04 Prefer assertEqual to simply assert per recommendation in issue6727. by Jason R. Coombs · 12 years ago
  25. 48114b9 Issue #14657: The frozen instance of importlib used for bootstrap is now also the module imported as importlib._bootstrap. by Antoine Pitrou · 12 years ago
  26. 658dc3f Disable test on Unix. Causes buildbots to fail. See Issue #15091 by Jason R. Coombs · 12 years ago
  27. 71fde31 Adding test from issue6727 demonstrating that symlink import issue does not occur here in 3.3 by Jason R. Coombs · 12 years ago
  28. 984b11f issue 14660: Implement PEP 420, namespace packages. by Eric V. Smith · 12 years ago
  29. b8c0206 Issue #14637: Fix the UNC import test under Windows to actually use by Brett Cannon · 12 years ago
  30. 9e924ed Fix a cleanup. by Brett Cannon · 12 years ago
  31. bbdc9cd Use a skipUnless decorator instead of conditional renaming. by Brett Cannon · 12 years ago
  32. 1032af9 Issue #14585: test_import now runs all tests under by Brett Cannon · 12 years ago
  33. f0434e6 Issue #14599: Generalize a test for ImportError.path and add support by Brett Cannon · 12 years ago
  34. a2898c1 Try to debug a Windows failure on the buildbots. by Brett Cannon · 12 years ago
  35. 4132368 Issue #14599: Fix an import caching race condition. by Brett Cannon · 12 years ago
  36. b206a80 Fix #10854. Make use of the new path and name attributes on ImportError by Brian Curtin · 12 years ago
  37. 73def61 Try to fix a sporadic test failure from what is probably a caching race condition. by Brett Cannon · 12 years ago
  38. fd07415 Issue #2377: Make importlib the implementation of __import__(). by Brett Cannon · 12 years ago
  39. c541f8e Issue #14043: Speed up importlib's _FileFinder by at least 8x, and add a new importlib.invalidate_caches() function. by Antoine Pitrou · 13 years ago
  40. 5816166 Port import fixes from 2.7. by Antoine Pitrou · 13 years ago
  41. 33d15f7 Port import fixes from 2.7. by Antoine Pitrou · 13 years ago
  42. 157c126 Port remaining test fixes, and fix test_importlib too. by Antoine Pitrou · 13 years ago
  43. dd21f68 Port remaining test fixes, and fix test_importlib too. by Antoine Pitrou · 13 years ago
  44. 05f29b7 Make test work under 32-bit systems, and when invoked through Lib/test/regrtest.py by Antoine Pitrou · 13 years ago
  45. abaf89b Issue #11235: Fix OverflowError when trying to import a source file whose modification time doesn't fit in a 32-bit timestamp. by Antoine Pitrou · 13 years ago
  46. 2be60af Issue #11235: Fix OverflowError when trying to import a source file whose modification time doesn't fit in a 32-bit timestamp. by Antoine Pitrou · 13 years ago
  47. 28f8bee Issue #13645: fix test_import failure when run immediately after test_coding. by Antoine Pitrou · 13 years ago
  48. 5136ac0 Issue #13645: pyc files now contain the size of the corresponding source by Antoine Pitrou · 13 years ago
  49. f0a49a9 Issue #13645: fix test_import failure when run immediately after test_coding. by Antoine Pitrou · 13 years ago
  50. 0c929d9 Issue #13303: Fix bytecode file default permission. by Charles-François Natali · 13 years ago
  51. c12e093 Back out changeset b6336ba796d4 until fix for #13303. by Charles-François Natali · 13 years ago
  52. 31846c4 test_import: test_execute_bit_not_copied() was actually a no-op: enable it. by Charles-François Natali · 13 years ago
  53. 69d44fd test_import: test_execute_bit_not_copied() was actually a no-op: fix it. by Charles-François Natali · 13 years ago
  54. 035018d os.geteuid() may not be available... by Charles-François Natali · 13 years ago
  55. 79164c8 Issue #11956: Always skip test_import.test_unwritable_directory when run as by Charles-François Natali · 13 years ago
  56. a13b1fa Issue #11956: Skip test_import.test_unwritable_directory on FreeBSD when run as by Charles-François Natali · 13 years ago
  57. 09252c4 os.geteuid() may not be available... by Charles-François Natali · 13 years ago
  58. 5f99c91 Issue #11956: Always skip test_import.test_unwritable_directory when run as by Charles-François Natali · 13 years ago
  59. e39b112 Issue #11956: Skip test_import.test_unwritable_directory on FreeBSD when run as by Charles-François Natali · 13 years ago
  60. a1fe1f8 Merge 3.2: Issue #7732: Don't open a directory as a file anymore while by Victor Stinner · 13 years ago
  61. 53ffdc5 Issue #7732: Don't open a directory as a file anymore while importing a by Victor Stinner · 13 years ago
  62. bf81622 Issue #12451: Add support.create_empty_file() by Victor Stinner · 13 years ago
  63. 59cc684 Try to make test_import a bit more robust by Antoine Pitrou · 13 years ago
  64. 46719af Try to make test_import a bit more robust by Antoine Pitrou · 13 years ago
  65. ecc2db5 Remove an overly specific exception message test. by Brett Cannon · 13 years ago
  66. ce4b170 #4236: avoid possible Fatal Error when import is called from __del__ by R. David Murray · 14 years ago
  67. e048797 close open file from find_module() by Benjamin Peterson · 14 years ago
  68. 1c87e29 condense by Benjamin Peterson · 14 years ago
  69. 0bbf9c9 kill pointless function imports by Benjamin Peterson · 14 years ago
  70. 1a7127f remove useless assignment by Benjamin Peterson · 14 years ago
  71. 1c2a7b7 Better check for "any optimize option given". by Georg Brandl · 14 years ago
  72. fb3c84a #9964: fix running test_import under -O or -OO. by Georg Brandl · 14 years ago
  73. c9c29e2 I get it wrong in r84097: s/relative/absolute/ by Florent Xicluna · 14 years ago
  74. 27354cc Use test.support and unittest features. Fix duplicated test (bad merge in r79033). Fix comment for issue #7902. by Florent Xicluna · 14 years ago
  75. 6c6f851 Issue #9425: skip tests if a filename is not encodable by Victor Stinner · 14 years ago
  76. 42e54b2 Stop shadowing a test class. by Brett Cannon · 14 years ago
  77. 1f27479 Explicitly test relative imports by reusing importlib tests. by Brett Cannon · 14 years ago
  78. 2cab50b Make test_import a little bit more robust for cleaning up after itself in the by Brett Cannon · 14 years ago
  79. 556d800 Merged revisions 81380 via svnmerge from by Benjamin Peterson · 14 years ago
  80. 04b5684 Repair test failure. Bug 8727. by Barry Warsaw · 14 years ago
  81. 9fad92a Make test_module_with_large_stack as an expected failure because of a change in by Brett Cannon · 14 years ago
  82. e88e6ce Fix a comment to state the right thing. by Brett Cannon · 14 years ago
  83. 93220d0 A test was not guaranteeing cleanup in the face of an exception. by Brett Cannon · 14 years ago
  84. 28a691b PEP 3147 by Barry Warsaw · 14 years ago
  85. 8fbddf1 Merged revisions 79030-79032 via svnmerge from by Florent Xicluna · 14 years ago
  86. 6498cff Add tests for overriding and shadowing __import__; these are a useful tripwire for an incoming JIT optimization. by Collin Winter · 14 years ago
  87. 88e333d Merged revisions 79016 via svnmerge from by Collin Winter · 14 years ago
  88. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  89. 6ead552 Note that a number of the changes listed below were not applicable to the Py3k branch, and hence the corresponding by Nick Coghlan · 15 years ago
  90. 17c9b4a Loosen an exception test in test_import to not require an explicit message but instead just the proper exception. by Brett Cannon · 15 years ago
  91. 9d58e3e Merged revisions 73870,73879,73899-73900,73905-73906 via svnmerge from by Alexandre Vassalotti · 15 years ago
  92. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  93. 16a1f63 make file closing more robust by Benjamin Peterson · 15 years ago
  94. d9aab51 Add a test for UNC import paths, see issue 3677 by Kristján Valur Jónsson · 16 years ago
  95. d35cbf6 Merged revisions 68360-68361 via svnmerge from by Antoine Pitrou · 16 years ago
  96. fcf5d63 forward port r66386 by Benjamin Peterson · 16 years ago
  97. 1cd0247 Merged revisions 66321 via svnmerge from by Brett Cannon · 16 years ago
  98. 2ee470f Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from by Georg Brandl · 16 years ago
  99. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  100. 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