1. 1c1dcbf Trying to import a submodule from another module and not a package was raising by Brett Cannon · 15 years ago
  2. 82a23fe test_pep3120 is no longer a problem for importlib as the test was tweaked. by Brett Cannon · 15 years ago
  3. 2dd66ce Make the exception message check for malformed UTF-8 source looser so that SyntaxError triggered from UnicodeDecodeError is also acceptable. by Brett Cannon · 15 years ago
  4. de4ebfe When the globals argument to importlib.__import__() contained any value for by Brett Cannon · 15 years ago
  5. ce7d4cb Turn on verbose2 for importlib.test.regrtest so as to see failures when they occur. by Brett Cannon · 15 years ago
  6. 6afbaef Raise TypeError if the name given to importlib.__import__() lacks an rpartition by Brett Cannon · 15 years ago
  7. 44b28a9 Fix the importlib_only test decorator to work again; don't capture the flag variable as it might change later. by Brett Cannon · 15 years ago
  8. a650360 Use the public API, not a private one. by Brett Cannon · 15 years ago
  9. 9e0e1a6 Allow importlib.__import__ to accept any iterable for fromlist. Discovered when by Brett Cannon · 15 years ago
  10. 12c3fc9 Provide module docstrings for the two main test drivers in importlib that by Brett Cannon · 15 years ago
  11. 6cc8310 Tweak importlib.test.regrtest to only specify the implicit tests to exclude by Brett Cannon · 15 years ago
  12. 757df6e Document the import semantics that if None is found in sys.modules for a module then ImportError is raised. by Brett Cannon · 15 years ago
  13. 4d75fc1 Have importlib raise ImportError if None is found in sys.modules. This matches by Brett Cannon · 15 years ago
  14. ccd686a Merged revisions 74581 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  15. 8d9a6eb Blocked revisions 72880,74098,74100,74463,74522,74537,74543,74569-74570 via svnmerge by Benjamin Peterson · 15 years ago
  16. 1d983dd Blocked revisions 74575 via svnmerge by Mark Dickinson · 15 years ago
  17. bfdfdda Merged revisions 74571 via svnmerge from by Lars Gustäbel · 15 years ago
  18. d314e1b Merged revisions 74564 via svnmerge from by Mark Dickinson · 15 years ago
  19. 5e129db Add a test file to importlib that runs regrtest using importlib.__import__. by Brett Cannon · 15 years ago
  20. 5c26eaa Add support for a --builtin argument to importlib.test to trigger running by Brett Cannon · 15 years ago
  21. 2153dc0 Move over to using assertRaises as a context manager for importlib tests. by Brett Cannon · 15 years ago
  22. c5951fc Make __package__ setting tests specific to importlib. Also move to assertRaises context manager. by Brett Cannon · 15 years ago
  23. 6d2bb7f Move a test-skipping decorator over to unittest.skipIf. by Brett Cannon · 15 years ago
  24. 0f46ffd the old buffer object doesn't exist in Python 3 #6659 by Benjamin Peterson · 15 years ago
  25. f3b3322 Merged revisions 74533 via svnmerge from by Tarek Ziadé · 15 years ago
  26. 3ee22ec Added section on exceptions raised during logging. by Vinay Sajip · 15 years ago
  27. 4a608c0 Merged revisions 74526 via svnmerge from by Tarek Ziadé · 15 years ago
  28. 21baf33 Blocked revisions 74503 via svnmerge by Tarek Ziadé · 15 years ago
  29. 6253871 Clean up a minor bit of wording. by Brett Cannon · 15 years ago
  30. bcd03df Merged revisions 74507-74511,74517 via svnmerge from by Guilherme Polo · 15 years ago
  31. f290cb5 missing module ref (issue6723) by Skip Montanaro · 15 years ago
  32. 6173285 Merged revisions 74501 via svnmerge from by Tarek Ziadé · 15 years ago
  33. de55055 Merged revisions 74495 via svnmerge from by Tarek Ziadé · 15 years ago
  34. 74c23ac Merged revisions 74493 via svnmerge from by Tarek Ziadé · 15 years ago
  35. 8c6b0a5 Further refined section on logging to one file from multiple processes. by Vinay Sajip · 15 years ago
  36. d8fe8bf Merged revisions 74479 via svnmerge from by Gregory P. Smith · 15 years ago
  37. 1768343 Merged revisions 74477 via svnmerge from by Frank Wierzbicki · 15 years ago
  38. 0109970 Merged revisions 74475 via svnmerge from by Gregory P. Smith · 15 years ago
  39. c3b2ae4 Moved entry about issue #1135 to the proper place. by Guilherme Polo · 15 years ago
  40. 5d377bd Merged revisions 74471-74472 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  41. f70ce68 Fixing Issue6711 - macurl2path has typos that raise AttributeError by Senthil Kumaran · 15 years ago
  42. 5a92b13 Refined section on logging to one file from multiple processes. by Vinay Sajip · 15 years ago
  43. a7471bf Added section on logging to one file from multiple processes. by Vinay Sajip · 15 years ago
  44. 4d51aaa Blocked revisions 74445 via svnmerge by Benjamin Peterson · 15 years ago
  45. 1432771 Merged revisions 74457 via svnmerge from by Benjamin Peterson · 15 years ago
  46. 1fff008 Merged revisions 74446-74449 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  47. 6837083 Recorded merge of revisions 74429 via svnmerge from by Georg Brandl · 15 years ago
  48. 2f82738 Backport of r77429. Not merged/blocked as svnmerge.py is not liking me right now. by Brett Cannon · 15 years ago
  49. dffc1b8 Merged revisions 74411 via svnmerge from by Georg Brandl · 15 years ago
  50. 4a52a4c Merged revisions 74404 via svnmerge from by Georg Brandl · 15 years ago
  51. 3517e37 Fix duplicate sentence. by Georg Brandl · 15 years ago
  52. c2da5ce #6694: fix old function names. by Georg Brandl · 15 years ago
  53. 1b5ab45 Merged revisions 74328,74332-74333,74365 via svnmerge from by Georg Brandl · 15 years ago
  54. d07ac64 #6126: fix pdb stepping and breakpoints by giving the executed code the correct filename; this used execfile() in 2.x which did this automatically. by Georg Brandl · 15 years ago
  55. 019f361 search through db.h in binary #6680 by Benjamin Peterson · 15 years ago
  56. 2349020 fix typo in c++ ifdef by Benjamin Peterson · 15 years ago
  57. f363732 Fix typo by Antoine Pitrou · 15 years ago
  58. a0ceb73 Merged revisions 74336 via svnmerge from by Antoine Pitrou · 15 years ago
  59. 5a54539 typo by Philip Jenvey · 15 years ago
  60. 090e30f #6648: mention surrogateescape handler where all standard handlers are listed. by Georg Brandl · 15 years ago
  61. ea1158f Issue #6622: Fix 'variable referenced before assignment' bug in POP3.apop. by Mark Dickinson · 15 years ago
  62. ba5c743 Issue 5449: Fix io.BytesIO to not accept arbitrary keywords by Alexandre Vassalotti · 15 years ago
  63. bbffb25 Merged revisions 74312 via svnmerge from by Mark Dickinson · 15 years ago
  64. 61b96dc Slightly improve buffer-related error message. by Georg Brandl · 15 years ago
  65. 3eb562b Merged revisions 74307 via svnmerge from by Georg Brandl · 15 years ago
  66. e5842c1 Merged revisions 74303 via svnmerge from by Mark Dickinson · 15 years ago
  67. 54628fa Issue 6637: defaultdict.copy() failed with an empty factory. by Raymond Hettinger · 15 years ago
  68. fe800a3 #6618: fix invalid 3k syntax. by Georg Brandl · 15 years ago
  69. 0d0367f Merged revisions 74291 via svnmerge from by Frank Wierzbicki · 15 years ago
  70. 45f799f Issues #2715, #6621: Remove unused and undefined references to FSSpec by Mark Dickinson · 15 years ago
  71. a1a54bc Merged revisions 74285 via svnmerge from by Mark Dickinson · 15 years ago
  72. ea7cbe0 Blocked revisions 74281 via svnmerge by Mark Dickinson · 15 years ago
  73. 345adc4 Issue #6595: Allow Decimal constructor to accept non-European decimal digits, as recommended by the specification. by Mark Dickinson · 15 years ago
  74. 642d96a - Issue #6624: yArg_ParseTuple with "s" format when parsing argument with by Sean Reifscheider · 15 years ago
  75. beddd70 Merged revisions 74269 via svnmerge from by Eric Smith · 15 years ago
  76. c5e2bb9 Merged revisions 74265 via svnmerge from by Mark Dickinson · 15 years ago
  77. e223eb8 Merged revisions 74075,74187,74197,74201,74216,74225 via svnmerge from by Alexandre Vassalotti · 15 years ago
  78. e9ce1fb Blocked revisions 74134,74147 via svnmerge by Alexandre Vassalotti · 15 years ago
  79. 6d3dfc3 Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-74261 via svnmerge from by Alexandre Vassalotti · 15 years ago
  80. fc230e8 Blocked revisions 74256 via svnmerge by Georg Brandl · 15 years ago
  81. b90be69 #6586: fix return/argument type doc for os.read() and os.write(). by Georg Brandl · 15 years ago
  82. e5e3f91 Recorded merge of revisions 74228 via svnmerge from by R. David Murray · 15 years ago
  83. 81c09db Merged revisions 74239 via svnmerge from by Georg Brandl · 15 years ago
  84. bc34780 Merged revisions 74245 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  85. 06c3369 Blocked revisions 74243 via svnmerge by Amaury Forgeot d'Arc · 15 years ago
  86. 1c277ec Blocked revisions 74240 via svnmerge by Mark Dickinson · 15 years ago
  87. 1f26828 Issue #6561: '\d' in a regular expression should match only Unicode by Mark Dickinson · 15 years ago
  88. 6bd13fb Blocked revisions 74234 via svnmerge by Mark Dickinson · 15 years ago
  89. c2eab89 Merged revisions 74184,74230 via svnmerge from by Mark Dickinson · 15 years ago
  90. e805ecc Issue 6573: Fix set.union() for cases where self is in the argument chain. by Raymond Hettinger · 15 years ago
  91. e7ac4f7 - belated ACK for issue #6106 by Jack Diederich · 15 years ago
  92. 88af743 Sync trunk and py3k versions of string formatting. Manual merge of r74219. by Eric Smith · 15 years ago
  93. 34f7e32 Blocked revisions 74219 via svnmerge by Eric Smith · 15 years ago
  94. 36596a3 - fix issue #6106, Telnet.process_rawq default handling of WILL/WONT/DO/DONT by Jack Diederich · 15 years ago
  95. f346ac0 Merged revisions 74205 via svnmerge from by Georg Brandl · 15 years ago
  96. 502d9a5 Merged revisions 74207 via svnmerge from by Georg Brandl · 15 years ago
  97. 22b3431 Merged revisions 74209 via svnmerge from by Georg Brandl · 15 years ago
  98. 7a72b3a Recorded merge of revisions 74210 via svnmerge from by Georg Brandl · 15 years ago
  99. 6730538 Fixing module names in the NEWS entry. by Senthil Kumaran · 15 years ago
  100. 2e910fd versionadded: 3.2. not 3.1. by Senthil Kumaran · 15 years ago