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