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