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