1. 5bbab3e Merged revisions 74672 via svnmerge from by Ronald Oussoren · 16 years ago
  2. 2b6705f Merged revisions 74677 via svnmerge from by Mark Dickinson · 16 years ago
  3. 54a3db9 Merged revisions 74673 via svnmerge from by Mark Dickinson · 16 years ago
  4. 9c11336 Merged revisions 74667 via svnmerge from by Mark Dickinson · 16 years ago
  5. 8b93952 Issue 6239: ctypes.c_char_p return value must return bytes. by Thomas Heller · 16 years ago
  6. b6b1324 Remove the just-removed "help" from __all__. by Georg Brandl · 16 years ago
  7. 447324f Recorded merge of revisions 74655-74656 via svnmerge from by Georg Brandl · 16 years ago
  8. 9c33cbf Fixes issue #6838: use a list to accumulate the value instead of repeatedly concatenating strings. by Chris Withers · 16 years ago
  9. 9338585 Blocked revisions 74653 via svnmerge by Georg Brandl · 16 years ago
  10. 4cb97d0 Recorded merge of revisions 74650 via svnmerge from by Georg Brandl · 16 years ago
  11. 9cf32a1 Turn some comments into docstrings. by Georg Brandl · 16 years ago
  12. 4eff9f7 Remove pseudo-end markers from http.cookies. by Georg Brandl · 16 years ago
  13. 85477af Remove backwards compatibility stuff from profile/cProfile. by Georg Brandl · 16 years ago
  14. 395ed24 #5221: fix related topics: SEQUENCEMETHODS[12] doesnt exist any more. by Georg Brandl · 16 years ago
  15. 353411d Merged revisions 74640 via svnmerge from by Brett Cannon · 16 years ago
  16. 23cf574 Rework importlib benchmarks so that they measure number of executions within a by Brett Cannon · 16 years ago
  17. f31f7bb - apply issue 6582 to test all the write methods of telnetlib by Jack Diederich · 16 years ago
  18. 35ac3a8 Merged revisions 74633 via svnmerge from by Georg Brandl · 16 years ago
  19. 1824415 Switch more function arguments docs to new-style. by Georg Brandl · 16 years ago
  20. 0bb1cc7 Use true booleans and a bit more PEP8. by Georg Brandl · 16 years ago
  21. 7837a96 Use true kwonly arg instead of **kwds hackaround. by Georg Brandl · 16 years ago
  22. 5dbb84a #6819: fix typo. by Georg Brandl · 16 years ago
  23. d02c102 Remove old news entry that got merged. by Georg Brandl · 16 years ago
  24. a6053b4 Merged revisions 74542,74544-74548,74550,74554-74555,74578,74588,74590,74603,74616-74618,74621 via svnmerge from by Georg Brandl · 16 years ago
  25. 2c52e2f #6732: fix return value of module init function in example. by Georg Brandl · 16 years ago
  26. 11b6a64 #6754: remove old struct member nb_inplace_divide. by Georg Brandl · 16 years ago
  27. 2f3ed68 Recorded merge of revisions 74614 via svnmerge from by Georg Brandl · 16 years ago
  28. c9a5a0e #6814: remove traces of xrange(). by Georg Brandl · 16 years ago
  29. a4c05a2 Recorded merge of revisions 74608 via svnmerge from by Georg Brandl · 16 years ago
  30. 8aa8bbe Doc fix for issue2637. by Senthil Kumaran · 16 years ago
  31. 9b3d557 Merged revisions 74604 via svnmerge from by Mark Dickinson · 16 years ago
  32. d95863f Clarify why test_import is failing under importlib. by Brett Cannon · 16 years ago
  33. 17c9b4a Loosen an exception test in test_import to not require an explicit message but instead just the proper exception. by Brett Cannon · 16 years ago
  34. 1c1dcbf Trying to import a submodule from another module and not a package was raising by Brett Cannon · 16 years ago
  35. 82a23fe test_pep3120 is no longer a problem for importlib as the test was tweaked. by Brett Cannon · 16 years ago
  36. 2dd66ce Make the exception message check for malformed UTF-8 source looser so that SyntaxError triggered from UnicodeDecodeError is also acceptable. by Brett Cannon · 16 years ago
  37. de4ebfe When the globals argument to importlib.__import__() contained any value for by Brett Cannon · 16 years ago
  38. ce7d4cb Turn on verbose2 for importlib.test.regrtest so as to see failures when they occur. by Brett Cannon · 16 years ago
  39. 6afbaef Raise TypeError if the name given to importlib.__import__() lacks an rpartition by Brett Cannon · 16 years ago
  40. 44b28a9 Fix the importlib_only test decorator to work again; don't capture the flag variable as it might change later. by Brett Cannon · 16 years ago
  41. a650360 Use the public API, not a private one. by Brett Cannon · 16 years ago
  42. 9e0e1a6 Allow importlib.__import__ to accept any iterable for fromlist. Discovered when by Brett Cannon · 16 years ago
  43. 12c3fc9 Provide module docstrings for the two main test drivers in importlib that by Brett Cannon · 16 years ago
  44. 6cc8310 Tweak importlib.test.regrtest to only specify the implicit tests to exclude by Brett Cannon · 16 years ago
  45. 757df6e Document the import semantics that if None is found in sys.modules for a module then ImportError is raised. by Brett Cannon · 16 years ago
  46. 4d75fc1 Have importlib raise ImportError if None is found in sys.modules. This matches by Brett Cannon · 16 years ago
  47. ccd686a Merged revisions 74581 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  48. 8d9a6eb Blocked revisions 72880,74098,74100,74463,74522,74537,74543,74569-74570 via svnmerge by Benjamin Peterson · 16 years ago
  49. 1d983dd Blocked revisions 74575 via svnmerge by Mark Dickinson · 16 years ago
  50. bfdfdda Merged revisions 74571 via svnmerge from by Lars Gustäbel · 16 years ago
  51. d314e1b Merged revisions 74564 via svnmerge from by Mark Dickinson · 16 years ago
  52. 5e129db Add a test file to importlib that runs regrtest using importlib.__import__. by Brett Cannon · 16 years ago
  53. 5c26eaa Add support for a --builtin argument to importlib.test to trigger running by Brett Cannon · 16 years ago
  54. 2153dc0 Move over to using assertRaises as a context manager for importlib tests. by Brett Cannon · 16 years ago
  55. c5951fc Make __package__ setting tests specific to importlib. Also move to assertRaises context manager. by Brett Cannon · 16 years ago
  56. 6d2bb7f Move a test-skipping decorator over to unittest.skipIf. by Brett Cannon · 16 years ago
  57. 0f46ffd the old buffer object doesn't exist in Python 3 #6659 by Benjamin Peterson · 16 years ago
  58. f3b3322 Merged revisions 74533 via svnmerge from by Tarek Ziadé · 16 years ago
  59. 3ee22ec Added section on exceptions raised during logging. by Vinay Sajip · 16 years ago
  60. 4a608c0 Merged revisions 74526 via svnmerge from by Tarek Ziadé · 16 years ago
  61. 21baf33 Blocked revisions 74503 via svnmerge by Tarek Ziadé · 16 years ago
  62. 6253871 Clean up a minor bit of wording. by Brett Cannon · 16 years ago
  63. bcd03df Merged revisions 74507-74511,74517 via svnmerge from by Guilherme Polo · 16 years ago
  64. f290cb5 missing module ref (issue6723) by Skip Montanaro · 16 years ago
  65. 6173285 Merged revisions 74501 via svnmerge from by Tarek Ziadé · 16 years ago
  66. de55055 Merged revisions 74495 via svnmerge from by Tarek Ziadé · 16 years ago
  67. 74c23ac Merged revisions 74493 via svnmerge from by Tarek Ziadé · 16 years ago
  68. 8c6b0a5 Further refined section on logging to one file from multiple processes. by Vinay Sajip · 16 years ago
  69. d8fe8bf Merged revisions 74479 via svnmerge from by Gregory P. Smith · 16 years ago
  70. 1768343 Merged revisions 74477 via svnmerge from by Frank Wierzbicki · 16 years ago
  71. 0109970 Merged revisions 74475 via svnmerge from by Gregory P. Smith · 16 years ago
  72. c3b2ae4 Moved entry about issue #1135 to the proper place. by Guilherme Polo · 16 years ago
  73. 5d377bd Merged revisions 74471-74472 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 16 years ago
  74. f70ce68 Fixing Issue6711 - macurl2path has typos that raise AttributeError by Senthil Kumaran · 16 years ago
  75. 5a92b13 Refined section on logging to one file from multiple processes. by Vinay Sajip · 16 years ago
  76. a7471bf Added section on logging to one file from multiple processes. by Vinay Sajip · 16 years ago
  77. 4d51aaa Blocked revisions 74445 via svnmerge by Benjamin Peterson · 16 years ago
  78. 1432771 Merged revisions 74457 via svnmerge from by Benjamin Peterson · 16 years ago
  79. 1fff008 Merged revisions 74446-74449 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 16 years ago
  80. 6837083 Recorded merge of revisions 74429 via svnmerge from by Georg Brandl · 16 years ago
  81. 2f82738 Backport of r77429. Not merged/blocked as svnmerge.py is not liking me right now. by Brett Cannon · 16 years ago
  82. dffc1b8 Merged revisions 74411 via svnmerge from by Georg Brandl · 16 years ago
  83. 4a52a4c Merged revisions 74404 via svnmerge from by Georg Brandl · 16 years ago
  84. 3517e37 Fix duplicate sentence. by Georg Brandl · 16 years ago
  85. c2da5ce #6694: fix old function names. by Georg Brandl · 16 years ago
  86. 1b5ab45 Merged revisions 74328,74332-74333,74365 via svnmerge from by Georg Brandl · 16 years ago
  87. 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 · 16 years ago
  88. 019f361 search through db.h in binary #6680 by Benjamin Peterson · 16 years ago
  89. 2349020 fix typo in c++ ifdef by Benjamin Peterson · 16 years ago
  90. f363732 Fix typo by Antoine Pitrou · 16 years ago
  91. a0ceb73 Merged revisions 74336 via svnmerge from by Antoine Pitrou · 16 years ago
  92. 5a54539 typo by Philip Jenvey · 16 years ago
  93. 090e30f #6648: mention surrogateescape handler where all standard handlers are listed. by Georg Brandl · 16 years ago
  94. ea1158f Issue #6622: Fix 'variable referenced before assignment' bug in POP3.apop. by Mark Dickinson · 16 years ago
  95. ba5c743 Issue 5449: Fix io.BytesIO to not accept arbitrary keywords by Alexandre Vassalotti · 16 years ago
  96. bbffb25 Merged revisions 74312 via svnmerge from by Mark Dickinson · 16 years ago
  97. 61b96dc Slightly improve buffer-related error message. by Georg Brandl · 16 years ago
  98. 3eb562b Merged revisions 74307 via svnmerge from by Georg Brandl · 16 years ago
  99. e5842c1 Merged revisions 74303 via svnmerge from by Mark Dickinson · 16 years ago
  100. 54628fa Issue 6637: defaultdict.copy() failed with an empty factory. by Raymond Hettinger · 16 years ago