1. bf7eab0 Issue #15256: Re-use the ImportError exception message as defined by by Brett Cannon · 12 years ago
  2. cd9b746 Added cross-references to venv definition. by Vinay Sajip · 12 years ago
  3. 6dc9f0e Merged upstream changes. by Vinay Sajip · 12 years ago
  4. a945ad1 Issue #15283: Updated pyvenv documentation to expand on activation. by Vinay Sajip · 12 years ago
  5. 848245a Add verbose option for diagnostics by Raymond Hettinger · 12 years ago
  6. cc4cffb Merge with 3.2 Issue 12510 by Terry Jan Reedy · 12 years ago
  7. 44dea9d Issue 12510: Delete actual first param name for all methods; revise tests. by Terry Jan Reedy · 12 years ago
  8. 612a815 revert the changes done for issue14826 - quoting witin Request is not desirable. by Senthil Kumaran · 12 years ago
  9. 168456d revert the changes done for issue14826 - quoting witin Request is not desirable. by Senthil Kumaran · 12 years ago
  10. 9ae9473 Make it easier to search for the grouper() recipe. by Raymond Hettinger · 12 years ago
  11. 86a20f8 Issue 15265: document the exception raised for invalid sample sizes. by Raymond Hettinger · 12 years ago
  12. 42a5f4a Minor algorithmic tweaks, better factoring, improved docstrings and variable names by Raymond Hettinger · 12 years ago
  13. dd445e8 Merge 3.2 closes issue 13557 by Terry Jan Reedy · 12 years ago
  14. 83efd6c Issue #13557: Clarify effect of giving two different namespaces to exec or by Terry Jan Reedy · 12 years ago
  15. 1ced17d Issue #15110: Copy same docstring as other '_exec_module' methods. by Amaury Forgeot d'Arc · 12 years ago
  16. ae7b8f0 Issue #15110: Also hide importlib frames when importing a builtin module fails. by Amaury Forgeot d'Arc · 12 years ago
  17. 9ed3743 test AST base type garbage collection by Benjamin Peterson · 12 years ago
  18. 68aecb5 add news note for 85cccc38d01c by Benjamin Peterson · 12 years ago
  19. 8107176 add gc support to the AST base type (closes #15293) by Benjamin Peterson · 12 years ago
  20. 4d378d8 Closes #15281, #15283: Don't make venv scripts executable, but copy source mode instead, and provide better help for pyvenv. by Vinay Sajip · 12 years ago
  21. 07c4e33 Issue 14814: The new systematic tests aren't just about error reporting any more - change names accordingly. Added and tweaked some example to ensure they were covering the intended code paths by Nick Coghlan · 12 years ago
  22. 88bf5ca Merge by Antoine Pitrou · 12 years ago
  23. 5d62a61 Fix test_inspect messing up with linecache.cache. by Antoine Pitrou · 12 years ago
  24. 27396a1 Issue 14814: Remove dead function (noticed by Serhiy Storchaka) by Nick Coghlan · 12 years ago
  25. 6803855 Fix test failure under Windows by Antoine Pitrou · 12 years ago
  26. c2faa5b Merge by Antoine Pitrou · 12 years ago
  27. 5075074 Issue #15291: Fix a memory leak where AST nodes where not properly deallocated. by Antoine Pitrou · 12 years ago
  28. 3f4ce63 Issue #11022 and #15287: correctly remove the TESTFN file in test_builtin. by Florent Xicluna · 12 years ago
  29. bc07a5c Issue #15110: Fix the tracebacks generated by "import xxx" to not show the importlib stack frames. by Antoine Pitrou · 12 years ago
  30. 25bfb52 issue 14826 - Address the buildbot failure quote of url is the required change ( explanation msg164973) by Senthil Kumaran · 12 years ago
  31. 45ce4dc issue 14826 - Address the buildbot failure ( explanation msg164973) by Senthil Kumaran · 12 years ago
  32. 19a9af3 merge heads by Senthil Kumaran · 12 years ago
  33. ac3f4f3 Fix markup for versionchanged sphinx directive. by Senthil Kumaran · 12 years ago
  34. 8d459f0 #15284: Skip {send,recv}msg tests with disabled IPv6 by Ross Lagerwall · 12 years ago
  35. 297b143 Issue 14814: Further error case testing coverage and cleanups by Nick Coghlan · 12 years ago
  36. 540715a Fix issue14826 - make urllib.request.Request quoted url consistent with URLOpener open method. by Senthil Kumaran · 12 years ago
  37. b7451ce Fix issue14826 - make urllib.request.Request quoted url consistent with URLOpener open method. by Senthil Kumaran · 12 years ago
  38. a5e0eaf Fix 5931 - Python runtime hardcoded in wsgiref.simple_server - Now it specifies an implementation specific term. by Senthil Kumaran · 12 years ago
  39. bc1a7dd Check-in compiled importlib changes (you must run "make" after modifying the importlib sources). by Antoine Pitrou · 12 years ago
  40. 31196dd Merge remote by Łukasz Langa · 12 years ago
  41. cba2432 Fixes #14590: ConfigParser doesn't strip inline comment when delimiter occurs by Łukasz Langa · 12 years ago
  42. 5aa4354 Merge with remote. by Ross Lagerwall · 12 years ago
  43. 121d59f #15277: Fix a resource leak in support.py when IPv6 is disabled. by Ross Lagerwall · 12 years ago
  44. d94adb7 Add a blurb about PEP 412 by Antoine Pitrou · 12 years ago
  45. c207401 Some cleanup in the Tools directory. by Florent Xicluna · 12 years ago
  46. 61ea12c trace: remove unused imports. by Florent Xicluna · 12 years ago
  47. 1917ea9 Add tests to marshall double with xmlrpc.client. by Florent Xicluna · 12 years ago
  48. 109d573 Issue #13248: io: Remove obsolete argument "max_buffer_size" of BufferedWriter and BufferedRWPair. by Florent Xicluna · 12 years ago
  49. af1adbe Issue #13248: argparse: Remove obsolete argument "version" of ArgumentParser. by Florent Xicluna · 12 years ago
  50. 3008ec0 Issue 14814: Ensure ordering semantics across all 3 entity types in ipaddress are consistent and well-defined by Nick Coghlan · 12 years ago
  51. 9a9c28c Issue 14814: Correctly return NotImplemented from ipaddress._BaseNetwork.__eq__ by Nick Coghlan · 12 years ago
  52. d46f7d2 Cope with OSs lying - #10142: Support for SEEK_HOLE/SEEK_DATA by Jesus Cea · 12 years ago
  53. ccd712a Issue 14814: Further clean ups to the ipaddress tutorial by Nick Coghlan · 12 years ago
  54. b582ecc Issue 14814: Explain how to get more error detail in the ipaddress tutorial, and tweak the display for octet errors in IPv4 (noticed the formatting problem when adding to the docs) by Nick Coghlan · 12 years ago
  55. 01ac8b6 Use correct types for ASCII_CHAR_MASK integer constants. by Mark Dickinson · 12 years ago
  56. 7319f69 Issue 14814: Make the ipaddress code easier to follow by using newer language features (patch by Serhiy Storchaka) by Nick Coghlan · 12 years ago
  57. 79d79a0 Minor refactoring in importlib._bootstrap, and fix the '_wrap' docstring. by Florent Xicluna · 12 years ago
  58. a1c974a Minor refactoring in xml.etree.ElementTree doctype parser. by Florent Xicluna · 12 years ago
  59. fed2c51 Merge branch by Florent Xicluna · 12 years ago
  60. 11f0b41 Issue #14990: tokenize: correctly fail with SyntaxError on invalid encoding declaration. by Florent Xicluna · 12 years ago
  61. 36f8dcd Issue 14814: Provide more informative error messages in ipaddress, and ensure that errors are caught as expected by Nick Coghlan · 12 years ago
  62. 912238e Issue 14814: %s implies coercion with str() - remove a lot of redundant str() calls from the ipaddress implementation by Nick Coghlan · 12 years ago
  63. 9dc823d - Issue #15268: Search curses.h in /usr/include/ncursesw. by doko@ubuntu.com · 12 years ago
  64. 7d7f40c Issue #15247: FileIO now raises an error when given a file descriptor pointing to a directory. by Antoine Pitrou · 12 years ago
  65. 9235b25 Issue #15247: FileIO now raises an error when given a file descriptor pointing to a directory. by Antoine Pitrou · 12 years ago
  66. 5cf896f Issue 14814: Eliminate bytes warnings from ipaddress by correctly throwing an exception early when given bytes data of the wrong length. Also removes 2.x backwards compatibility code from associated tests. by Nick Coghlan · 12 years ago
  67. 3c2570c Issue 14814: Better handling of cases where octet/hextet parsing fails, including ensuring that tracebacks are still clean even when calling class constructors directly by Nick Coghlan · 12 years ago
  68. 2240ac1 Issue #15261: Stop os.stat(fd) crashing on Windows when fd not open. by Richard Oudkerk · 12 years ago
  69. 74de153 Issue #15020: The program name used to search for Python's path is now python3 under Unix, not python. by Antoine Pitrou · 12 years ago
  70. 01cca5e Issue #15020: The program name used to search for Python's path is now "python3" under Unix, not "python". by Antoine Pitrou · 12 years ago
  71. f28fbab Fix issue # 15033 - Return the proper exitcode for failure when modules are invoked using -m switch. Patch contributed by Jeff Knupp by Senthil Kumaran · 12 years ago
  72. f01a337 Fix issue # 15033 - Return the proper exitcode for failure when modules are invoked using -m switch. Patch contributed by Jeff Knupp by Senthil Kumaran · 12 years ago
  73. 53089c6 Issue #15210: Greatly simplify the test for supporting importlib by Brett Cannon · 12 years ago
  74. 3bee1f1 Fix undefined names in __all__. by Mark Dickinson · 12 years ago
  75. 5b381a3 Make ANSI the default output style by Raymond Hettinger · 12 years ago
  76. 0712f40 Add examples to the module docstring by Raymond Hettinger · 12 years ago
  77. 1087d9c Fix spelling. by Raymond Hettinger · 12 years ago
  78. 3a96161 Add support for ANSI escape sequences by Raymond Hettinger · 12 years ago
  79. ed1f7c8 Closes #14902: Fixed timezone conversion of a date/time in the past. Thanks to Yuriy Syrovetskiy for the report and Juancarlo Añez for the patch on which this fix is based. by Vinay Sajip · 12 years ago
  80. 5da6039 Refactor to isolate HTML encoding step from the parsing step. by Raymond Hettinger · 12 years ago
  81. 3575f91 Closes #15241: Added information on venv prefixes to pyvenv section. by Vinay Sajip · 12 years ago
  82. 3874e54 Issue #15241: Added test for venv prefixes. by Vinay Sajip · 12 years ago
  83. abd344c Issue 15241: Improved site.py documentation relating to venvs. by Vinay Sajip · 12 years ago
  84. 0a02801 NULL MERGE: Issue #1677: Unused variable warning in Non-Windows by Jesus Cea · 12 years ago
  85. 035997f Issue #1677: Unused variable warning in Non-Windows by Jesus Cea · 12 years ago
  86. ac5f846 Fix keyword argument by Raymond Hettinger · 12 years ago
  87. cf6eac4 Minor cleanups by Raymond Hettinger · 12 years ago
  88. ecea0fb Use new-style string formatting for the HTML template by Raymond Hettinger · 12 years ago
  89. f57baab Clean-up unused variable by Raymond Hettinger · 12 years ago
  90. f2cc352 Do HTML escaping after the tokenization step. by Raymond Hettinger · 12 years ago
  91. 98979b8 Issue #15166: Re-implement imp.get_tag() using sys.implementation. by Brett Cannon · 12 years ago
  92. 8e2f556 Issue #15210: If _frozen_importlib is not found in sys.modules by by Brett Cannon · 12 years ago
  93. 1e33156 Closes #15030: Make importlib.abc.PyPycLoader respect the new .pyc by Brett Cannon · 12 years ago
  94. d57caf3 Remove ISSUES.txt. by Stefan Krah · 12 years ago
  95. 15bac0f - Issue #15235: Allow Berkley DB versions up to 5.3 to build the dbm module. by doko@ubuntu.com · 12 years ago
  96. 487f191 Fix filename. by Georg Brandl · 12 years ago
  97. c9d2fc3 Merge with 3.2. by Georg Brandl · 12 years ago
  98. 29feb1f Make call of os.getppid() conditional: it is not available on Windows. by Georg Brandl · 12 years ago
  99. 3aa0c9d Fix inconsistent function name in embedding howto. by Georg Brandl · 12 years ago
  100. e4870b5 Limit which operators get colorized by Raymond Hettinger · 12 years ago