1. 461c813 Issue #15111: When a module was imported using a 'from import' by Brett Cannon · 12 years ago
  2. c4618e3 Factored out common venv documentation and added more information about Distribute/pip. by Vinay Sajip · 12 years ago
  3. 7d39055 Add simple LaTeX markup by Raymond Hettinger · 12 years ago
  4. 66f3659 fix refleak by Benjamin Peterson · 12 years ago
  5. 7d30b80 Issue #15315: Support VS 2010 in distutils cygwincompiler. by Martin v. Löwis · 12 years ago
  6. 2b9df89 Don't package removed pysetup3 anymore. by Martin v. Löwis · 12 years ago
  7. fa87370 initialize variable for compiler happiness by Benjamin Peterson · 12 years ago
  8. bc8e097 Merge by Brett Cannon · 12 years ago
  9. 77b2abd Issue #15167 (as part of #13959): imp.get_magic() is no implemented in by Brett Cannon · 12 years ago
  10. f07d949 Fix markup by Raymond Hettinger · 12 years ago
  11. afbb5fb Null merge by Antoine Pitrou · 12 years ago
  12. b2dd880 Issue #15294: Fix a regression in pkgutil.extend_path()'s handling of nested namespace packages. by Antoine Pitrou · 12 years ago
  13. 59b9a7b Backport test for nested namespace packages. by Antoine Pitrou · 12 years ago
  14. 7df5e58 merge 3.2 by Martin v. Löwis · 12 years ago
  15. 1d0f6dd normalize whitespace by Martin v. Löwis · 12 years ago
  16. b7439a5 merge heads by Martin v. Löwis · 12 years ago
  17. 79007fa merge 3.2 by Martin v. Löwis · 12 years ago
  18. 9ae3f7a Issue #13532: Check that arguments to sys.stdout.write are strings. by Martin v. Löwis · 12 years ago
  19. 5c453ce Use the proper term. by Brett Cannon · 12 years ago
  20. 3adc7b7 Issue #15242: Have PyImport_GetMagicTag() return a const char * by Brett Cannon · 12 years ago
  21. 903c27c Add a note about pkgutil and how some things do not work in the face of PEP 302 permeating throughout import. by Brett Cannon · 12 years ago
  22. b194497 Issue #15288: Clarify that pkgutil.walk_packages() and friends will no by Brett Cannon · 12 years ago
  23. 19a2f59 Issue #15056: imp.cache_from_source() and source_from_cache() raise by Brett Cannon · 12 years ago
  24. bf7eab0 Issue #15256: Re-use the ImportError exception message as defined by by Brett Cannon · 12 years ago
  25. cd9b746 Added cross-references to venv definition. by Vinay Sajip · 12 years ago
  26. 6dc9f0e Merged upstream changes. by Vinay Sajip · 12 years ago
  27. a945ad1 Issue #15283: Updated pyvenv documentation to expand on activation. by Vinay Sajip · 12 years ago
  28. 848245a Add verbose option for diagnostics by Raymond Hettinger · 12 years ago
  29. cc4cffb Merge with 3.2 Issue 12510 by Terry Jan Reedy · 12 years ago
  30. 44dea9d Issue 12510: Delete actual first param name for all methods; revise tests. by Terry Jan Reedy · 12 years ago
  31. 612a815 revert the changes done for issue14826 - quoting witin Request is not desirable. by Senthil Kumaran · 12 years ago
  32. 168456d revert the changes done for issue14826 - quoting witin Request is not desirable. by Senthil Kumaran · 12 years ago
  33. 9ae9473 Make it easier to search for the grouper() recipe. by Raymond Hettinger · 12 years ago
  34. 86a20f8 Issue 15265: document the exception raised for invalid sample sizes. by Raymond Hettinger · 12 years ago
  35. 42a5f4a Minor algorithmic tweaks, better factoring, improved docstrings and variable names by Raymond Hettinger · 12 years ago
  36. dd445e8 Merge 3.2 closes issue 13557 by Terry Jan Reedy · 12 years ago
  37. 83efd6c Issue #13557: Clarify effect of giving two different namespaces to exec or by Terry Jan Reedy · 12 years ago
  38. 1ced17d Issue #15110: Copy same docstring as other '_exec_module' methods. by Amaury Forgeot d'Arc · 12 years ago
  39. ae7b8f0 Issue #15110: Also hide importlib frames when importing a builtin module fails. by Amaury Forgeot d'Arc · 12 years ago
  40. 9ed3743 test AST base type garbage collection by Benjamin Peterson · 12 years ago
  41. 68aecb5 add news note for 85cccc38d01c by Benjamin Peterson · 12 years ago
  42. 8107176 add gc support to the AST base type (closes #15293) by Benjamin Peterson · 12 years ago
  43. 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
  44. 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
  45. 88bf5ca Merge by Antoine Pitrou · 12 years ago
  46. 5d62a61 Fix test_inspect messing up with linecache.cache. by Antoine Pitrou · 12 years ago
  47. 27396a1 Issue 14814: Remove dead function (noticed by Serhiy Storchaka) by Nick Coghlan · 12 years ago
  48. 6803855 Fix test failure under Windows by Antoine Pitrou · 12 years ago
  49. c2faa5b Merge by Antoine Pitrou · 12 years ago
  50. 5075074 Issue #15291: Fix a memory leak where AST nodes where not properly deallocated. by Antoine Pitrou · 12 years ago
  51. 3f4ce63 Issue #11022 and #15287: correctly remove the TESTFN file in test_builtin. by Florent Xicluna · 12 years ago
  52. bc07a5c Issue #15110: Fix the tracebacks generated by "import xxx" to not show the importlib stack frames. by Antoine Pitrou · 12 years ago
  53. 25bfb52 issue 14826 - Address the buildbot failure quote of url is the required change ( explanation msg164973) by Senthil Kumaran · 12 years ago
  54. 45ce4dc issue 14826 - Address the buildbot failure ( explanation msg164973) by Senthil Kumaran · 12 years ago
  55. 19a9af3 merge heads by Senthil Kumaran · 12 years ago
  56. ac3f4f3 Fix markup for versionchanged sphinx directive. by Senthil Kumaran · 12 years ago
  57. 8d459f0 #15284: Skip {send,recv}msg tests with disabled IPv6 by Ross Lagerwall · 12 years ago
  58. 297b143 Issue 14814: Further error case testing coverage and cleanups by Nick Coghlan · 12 years ago
  59. 540715a Fix issue14826 - make urllib.request.Request quoted url consistent with URLOpener open method. by Senthil Kumaran · 12 years ago
  60. b7451ce Fix issue14826 - make urllib.request.Request quoted url consistent with URLOpener open method. by Senthil Kumaran · 12 years ago
  61. a5e0eaf Fix 5931 - Python runtime hardcoded in wsgiref.simple_server - Now it specifies an implementation specific term. by Senthil Kumaran · 12 years ago
  62. bc1a7dd Check-in compiled importlib changes (you must run "make" after modifying the importlib sources). by Antoine Pitrou · 12 years ago
  63. 31196dd Merge remote by Łukasz Langa · 12 years ago
  64. cba2432 Fixes #14590: ConfigParser doesn't strip inline comment when delimiter occurs by Łukasz Langa · 12 years ago
  65. 5aa4354 Merge with remote. by Ross Lagerwall · 12 years ago
  66. 121d59f #15277: Fix a resource leak in support.py when IPv6 is disabled. by Ross Lagerwall · 12 years ago
  67. d94adb7 Add a blurb about PEP 412 by Antoine Pitrou · 12 years ago
  68. c207401 Some cleanup in the Tools directory. by Florent Xicluna · 12 years ago
  69. 61ea12c trace: remove unused imports. by Florent Xicluna · 12 years ago
  70. 1917ea9 Add tests to marshall double with xmlrpc.client. by Florent Xicluna · 12 years ago
  71. 109d573 Issue #13248: io: Remove obsolete argument "max_buffer_size" of BufferedWriter and BufferedRWPair. by Florent Xicluna · 12 years ago
  72. af1adbe Issue #13248: argparse: Remove obsolete argument "version" of ArgumentParser. by Florent Xicluna · 12 years ago
  73. 3008ec0 Issue 14814: Ensure ordering semantics across all 3 entity types in ipaddress are consistent and well-defined by Nick Coghlan · 12 years ago
  74. 9a9c28c Issue 14814: Correctly return NotImplemented from ipaddress._BaseNetwork.__eq__ by Nick Coghlan · 12 years ago
  75. d46f7d2 Cope with OSs lying - #10142: Support for SEEK_HOLE/SEEK_DATA by Jesus Cea · 12 years ago
  76. ccd712a Issue 14814: Further clean ups to the ipaddress tutorial by Nick Coghlan · 12 years ago
  77. 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
  78. 01ac8b6 Use correct types for ASCII_CHAR_MASK integer constants. by Mark Dickinson · 12 years ago
  79. 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
  80. 79d79a0 Minor refactoring in importlib._bootstrap, and fix the '_wrap' docstring. by Florent Xicluna · 12 years ago
  81. a1c974a Minor refactoring in xml.etree.ElementTree doctype parser. by Florent Xicluna · 12 years ago
  82. fed2c51 Merge branch by Florent Xicluna · 12 years ago
  83. 11f0b41 Issue #14990: tokenize: correctly fail with SyntaxError on invalid encoding declaration. by Florent Xicluna · 12 years ago
  84. 36f8dcd Issue 14814: Provide more informative error messages in ipaddress, and ensure that errors are caught as expected by Nick Coghlan · 12 years ago
  85. 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
  86. 9dc823d - Issue #15268: Search curses.h in /usr/include/ncursesw. by doko@ubuntu.com · 12 years ago
  87. 7d7f40c Issue #15247: FileIO now raises an error when given a file descriptor pointing to a directory. by Antoine Pitrou · 12 years ago
  88. 9235b25 Issue #15247: FileIO now raises an error when given a file descriptor pointing to a directory. by Antoine Pitrou · 12 years ago
  89. 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
  90. 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
  91. 2240ac1 Issue #15261: Stop os.stat(fd) crashing on Windows when fd not open. by Richard Oudkerk · 12 years ago
  92. 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
  93. 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
  94. 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
  95. 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
  96. 53089c6 Issue #15210: Greatly simplify the test for supporting importlib by Brett Cannon · 12 years ago
  97. 3bee1f1 Fix undefined names in __all__. by Mark Dickinson · 12 years ago
  98. 5b381a3 Make ANSI the default output style by Raymond Hettinger · 12 years ago
  99. 0712f40 Add examples to the module docstring by Raymond Hettinger · 12 years ago
  100. 1087d9c Fix spelling. by Raymond Hettinger · 12 years ago