1. c29cb41 Fix for last commit on adding reset_name to module_to_load by Brett Cannon · 11 years ago
  2. b60a43e Add a reset_name argument to importlib.util.module_to_load in order to by Brett Cannon · 11 years ago
  3. 028d512 Update What's New for importlib.util.module_to_load name change by Brett Cannon · 11 years ago
  4. 1773811 Add a reference to module_to_load by Brett Cannon · 11 years ago
  5. c7a2825 Issue #18094: test_uuid no more reports skipped tests as passed. by Serhiy Storchaka · 11 years ago
  6. 7d15b54 Issue #18094: test_uuid no more reports skipped tests as passed. by Serhiy Storchaka · 11 years ago
  7. 1acd3a0 Remove duplicate entry due to mismerge and incomplete resolution. by Terry Jan Reedy · 11 years ago
  8. 17bea37 merge by Terry Jan Reedy · 11 years ago
  9. b1165f0 Issue #15392: Finish news entry. by Terry Jan Reedy · 11 years ago
  10. 357c9fb Rename importlib.util.ModuleManager to module_to_load so that the name by Brett Cannon · 11 years ago
  11. 335ab5b Fixed #18075 - Infinite recursion tests triggering a segfault on Mac OS X by Łukasz Langa · 11 years ago
  12. ad0e6b1 Merge heads by Serhiy Storchaka · 11 years ago
  13. d739bda Issue #18084: Use sys.byteorder in wave.py. Original patch by Hideaki Takahashi. by Serhiy Storchaka · 11 years ago
  14. b6cc0aa Merge 3.3. by Stefan Krah · 11 years ago
  15. 04754b0 Support multiarch build in tests. by Stefan Krah · 11 years ago
  16. f7b62a3 Null merge. by Stefan Krah · 11 years ago
  17. 891ca9e Backport bff16086f03b and bcaaaa00425b. by Stefan Krah · 11 years ago
  18. a0547b8 Mark untestable lines for gcov. by Stefan Krah · 11 years ago
  19. 2e537f9 test_decimal: add __sizeof__() tests for code coverage. by Stefan Krah · 11 years ago
  20. 1cfebc7 Issue #9369: The types of `char*` arguments of PyObject_CallFunction() and by Serhiy Storchaka · 11 years ago
  21. 8d90e38 Merge 3.3. by Stefan Krah · 11 years ago
  22. 6edda14 Issue #17768: Support newline fill character in decimal.py and NUL fill by Stefan Krah · 11 years ago
  23. 6b3026c merge from 3.3 by Senthil Kumaran · 11 years ago
  24. c70a6ae #17403: urllib.parse.robotparser normalizes the urls before adding to ruleline. by Senthil Kumaran · 11 years ago
  25. 7b50396 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  26. eb4c9c7 Issue #15392: Do not run tests if threading/_thread not available. Otherwise by Terry Jan Reedy · 11 years ago
  27. 1e170ba #1554133: Document PyOS_InputHook, PyOS_ReadlineFunctionPointer by Andrew Kuchling · 11 years ago
  28. 6750282 Issue #18080: merge from 3.3 by Ned Deily · 11 years ago
  29. 9734568 Issue #18080: When building a C extension module on OS X, if the compiler by Ned Deily · 11 years ago
  30. 56dfc21 Undo a recommendation as load_module() methods might be called directly by Brett Cannon · 11 years ago
  31. 3dc48d6 Issue #18070: importlib.util.module_for_loader() now sets __loader__ by Brett Cannon · 11 years ago
  32. a22faca Clarify some documentation by Brett Cannon · 11 years ago
  33. f5fe130 Update importlib.h by Brett Cannon · 11 years ago
  34. a3687f0 Introduce importlib.util.ModuleManager which is a context manager to by Brett Cannon · 11 years ago
  35. 4dbae88 Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat. by Serhiy Storchaka · 11 years ago
  36. dce0550 Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat. by Serhiy Storchaka · 11 years ago
  37. 281945f Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw by Serhiy Storchaka · 11 years ago
  38. 37a79a1 Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw by Serhiy Storchaka · 11 years ago
  39. 5758fa78 Issue #17746: Skip test_shutil.test_non_matching_mode when run as root or by Serhiy Storchaka · 11 years ago
  40. 12516e2 Issue #17746: Skip test_shutil.test_non_matching_mode when run as root or by Serhiy Storchaka · 11 years ago
  41. 5cc9d32 Issue #18011: Silence an unrelated noise introduced in changeset 1b5ef05d6ced. by Serhiy Storchaka · 11 years ago
  42. 80f3bf9 Move some Misc/NEWS entries to correct place. by Serhiy Storchaka · 11 years ago
  43. 77a3ad7 Issue #18011: base64.b32decode() now raises a binascii.Error if there are by Serhiy Storchaka · 11 years ago
  44. ea2b490 Issue #18011: base64.b32decode() now raises a binascii.Error if there are by Serhiy Storchaka · 11 years ago
  45. 3801f63 Issue #18079: Fix a typo in the tutorial. by Serhiy Storchaka · 11 years ago
  46. fef952a Issue #18079: Fix a typo in the tutorial. by Serhiy Storchaka · 11 years ago
  47. fb1141c Merge with 3.3 by Jason R. Coombs · 11 years ago
  48. b501b56 Use simple call to os.symlink for broken link (intended for previous commit) by Jason R. Coombs · 11 years ago
  49. 8f1a8e3 Merge with 3.3 by Jason R. Coombs · 11 years ago
  50. 3a09286 Issue #13772: Restored directory detection of targets in `os.symlink` on Windows, which was temporarily removed in Python 3.2.3 due to an incomplete implementation. The implementation now works even if the symlink is created in a location other than the current directory. by Jason R. Coombs · 11 years ago
  51. 667a03b Merge with 3.3 by Terry Jan Reedy · 11 years ago
  52. db4e5c5 Issue #15392: Create a unittest framework for IDLE. by Terry Jan Reedy · 11 years ago
  53. fc508dd NEWS entry for issue #18072 by Brett Cannon · 11 years ago
  54. 3b62ca8 Issue #18072: Implement get_code() for importlib.abc.InspectLoader and by Brett Cannon · 11 years ago
  55. acfa291 grammar by Benjamin Peterson · 11 years ago
  56. da5eb5a don't expand the operand to Py_XINCREF/XDECREF/CLEAR/DECREF multiple times (closes #17206) by Benjamin Peterson · 11 years ago
  57. e7b47dd Fix typo in embedding doc and update examples to 3.4. by Ned Deily · 11 years ago
  58. ecf0851 Fix typo in embedding doc and update examples to 3.3. by Ned Deily · 11 years ago
  59. 9ffe85e Move importlib.abc.SourceLoader.source_to_code() to InspectLoader. by Brett Cannon · 11 years ago
  60. 1256f1f Issue #18063: fix some struct specifications in the tests for sys.getsizeof(). by Antoine Pitrou · 11 years ago
  61. 80bc00f Issue #18063: fix some struct specifications in the tests for sys.getsizeof(). by Antoine Pitrou · 11 years ago
  62. a15b955 Mention issue #16832 in Misc/NEWS by Łukasz Langa · 11 years ago
  63. eadd8cf Fix #16832 - expose cache validity checking support in ABCMeta by Łukasz Langa · 11 years ago
  64. b961955 merge by Brett Cannon · 11 years ago
  65. 4b4e38e Mention __cached__ in the import ref. by Brett Cannon · 11 years ago
  66. 21cc628 merge by Brett Cannon · 11 years ago
  67. 533f1ed Add a missing parenthesis. by Brett Cannon · 11 years ago
  68. b39567a merge by Brett Cannon · 11 years ago
  69. 2cefb3c Various tweaks to importlib docs. by Brett Cannon · 11 years ago
  70. 8be9039 Clean-up duplicated code in tests by Eli Bendersky · 11 years ago
  71. 4ace240 Clean-up duplicated code in tests by Eli Bendersky · 11 years ago
  72. 7b3022f Issue #13612: handle unknown encodings without a buffer overflow. by Eli Bendersky · 11 years ago
  73. 6dc32b3 Issue #13612: handle unknown encodings without a buffer overflow. by Eli Bendersky · 11 years ago
  74. 19fef69 Fix compilation under MSVC: ssl_set_mode() is a macro, and the MSVC preprocessor doesn't process #ifdef's inside a macro argument list. by Antoine Pitrou · 11 years ago
  75. 765f3cc Fix test_bad_address on Ubuntu 13.04 by Antoine Pitrou · 11 years ago
  76. 6b5a38c Fix test_bad_address on Ubuntu 13.04 by Antoine Pitrou · 11 years ago
  77. 3a65ad7 Issue #8240: Set the SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag on SSL sockets. by Antoine Pitrou · 11 years ago
  78. 3b84eae Closes #18046: Simplified logging internals relating to levels and their names. Thanks to Alex Gaynor for the patch. by Vinay Sajip · 11 years ago
  79. e08b583 merge 3.3 by Benjamin Peterson · 11 years ago
  80. 3b08a29 indicate that read/write work with bytes (closes #18009) by Benjamin Peterson · 11 years ago
  81. 6489d0b merge fix for issue #17953 by Brett Cannon · 11 years ago
  82. 8307075 Fix #17272 - Make Request.full_url and Request.get_full_url return same result under all circumstances. by Senthil Kumaran · 11 years ago
  83. c3511c1 Issue #17953: document that sys.modules shouldn't be replaced (thanks by Brett Cannon · 11 years ago
  84. dc3e6cc (3.3->default) Issue #17269: Workaround for a platform bug in getaddrinfo on OSX by Ronald Oussoren · 11 years ago
  85. 27a4ac5 Issue #17269: Workaround for a platform bug in getaddrinfo on OSX by Ronald Oussoren · 11 years ago
  86. cbc77bb merge from 3.3 by Senthil Kumaran · 11 years ago
  87. 05ec6ac Fix #18007 : Document CookieJar.add_cookie_header request parameter changes in 3.3 by Senthil Kumaran · 11 years ago
  88. c633f97 Merge issue 17844 from 3.3 by Nick Coghlan · 11 years ago
  89. 650e322 Issue 17844: Clarify meaning of different codec tables by Nick Coghlan · 11 years ago
  90. 8f34da3 merge by Raymond Hettinger · 11 years ago
  91. c1939b8 Issue #18031: %-formatting isn't dead yet and might pull through. by Raymond Hettinger · 11 years ago
  92. 6a00b6f Issue #17532: merge by Ned Deily · 11 years ago
  93. 7f0882c Issue #17532: Always include Options menu for IDLE on OS X. by Ned Deily · 11 years ago
  94. 965efe9 merge 3.3 by Benjamin Peterson · 11 years ago
  95. 6724612 add test for inequality by Benjamin Peterson · 11 years ago
  96. 447b6e3 Issue #16986: ElementTree now correctly parses a string input not only when by Serhiy Storchaka · 11 years ago
  97. 43e145b Move a NEWS entity to a correct place. by Serhiy Storchaka · 11 years ago
  98. 66d53fa Issue #16986: ElementTree now correctly parses a string input not only when by Serhiy Storchaka · 11 years ago
  99. 549681c Issue #17844: Add links to encoders and decoders for bytes-to-bytes codecs. by Serhiy Storchaka · 11 years ago
  100. 9e62d35 Issue #17844: Add links to encoders and decoders for bytes-to-bytes codecs. by Serhiy Storchaka · 11 years ago