1. 3e0651b Issue #18065: For frozen packages set __path__ to []. by Brett Cannon · 11 years ago
  2. 0e75c06 fix whitespace by Brett Cannon · 11 years ago
  3. 0dbb4c7 Issues #18088, 18089: Introduce by Brett Cannon · 11 years ago
  4. f1d7b11 Docstring cleanup by Brett Cannon · 11 years ago
  5. c29cb41 Fix for last commit on adding reset_name to module_to_load by Brett Cannon · 11 years ago
  6. b60a43e Add a reset_name argument to importlib.util.module_to_load in order to by Brett Cannon · 11 years ago
  7. 028d512 Update What's New for importlib.util.module_to_load name change by Brett Cannon · 11 years ago
  8. 1773811 Add a reference to module_to_load by Brett Cannon · 11 years ago
  9. c7a2825 Issue #18094: test_uuid no more reports skipped tests as passed. by Serhiy Storchaka · 11 years ago
  10. 1acd3a0 Remove duplicate entry due to mismerge and incomplete resolution. by Terry Jan Reedy · 11 years ago
  11. 17bea37 merge by Terry Jan Reedy · 11 years ago
  12. 357c9fb Rename importlib.util.ModuleManager to module_to_load so that the name by Brett Cannon · 11 years ago
  13. 335ab5b Fixed #18075 - Infinite recursion tests triggering a segfault on Mac OS X by Łukasz Langa · 11 years ago
  14. ad0e6b1 Merge heads by Serhiy Storchaka · 11 years ago
  15. d739bda Issue #18084: Use sys.byteorder in wave.py. Original patch by Hideaki Takahashi. by Serhiy Storchaka · 11 years ago
  16. b6cc0aa Merge 3.3. by Stefan Krah · 11 years ago
  17. f7b62a3 Null merge. 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. 6b3026c merge from 3.3 by Senthil Kumaran · 11 years ago
  23. 7b50396 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  24. 1e170ba #1554133: Document PyOS_InputHook, PyOS_ReadlineFunctionPointer by Andrew Kuchling · 11 years ago
  25. 6750282 Issue #18080: merge from 3.3 by Ned Deily · 11 years ago
  26. 56dfc21 Undo a recommendation as load_module() methods might be called directly by Brett Cannon · 11 years ago
  27. 3dc48d6 Issue #18070: importlib.util.module_for_loader() now sets __loader__ by Brett Cannon · 11 years ago
  28. a22faca Clarify some documentation by Brett Cannon · 11 years ago
  29. f5fe130 Update importlib.h by Brett Cannon · 11 years ago
  30. a3687f0 Introduce importlib.util.ModuleManager which is a context manager to by Brett Cannon · 11 years ago
  31. 4dbae88 Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat. by Serhiy Storchaka · 11 years ago
  32. 281945f Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw by Serhiy Storchaka · 11 years ago
  33. 5758fa78 Issue #17746: Skip test_shutil.test_non_matching_mode when run as root or by Serhiy Storchaka · 11 years ago
  34. 5cc9d32 Issue #18011: Silence an unrelated noise introduced in changeset 1b5ef05d6ced. by Serhiy Storchaka · 11 years ago
  35. 80f3bf9 Move some Misc/NEWS entries to correct place. by Serhiy Storchaka · 11 years ago
  36. 77a3ad7 Issue #18011: base64.b32decode() now raises a binascii.Error if there are by Serhiy Storchaka · 11 years ago
  37. 3801f63 Issue #18079: Fix a typo in the tutorial. by Serhiy Storchaka · 11 years ago
  38. fb1141c Merge with 3.3 by Jason R. Coombs · 11 years ago
  39. 8f1a8e3 Merge with 3.3 by Jason R. Coombs · 11 years ago
  40. 667a03b Merge with 3.3 by Terry Jan Reedy · 11 years ago
  41. fc508dd NEWS entry for issue #18072 by Brett Cannon · 11 years ago
  42. 3b62ca8 Issue #18072: Implement get_code() for importlib.abc.InspectLoader and by Brett Cannon · 11 years ago
  43. acfa291 grammar by Benjamin Peterson · 11 years ago
  44. da5eb5a don't expand the operand to Py_XINCREF/XDECREF/CLEAR/DECREF multiple times (closes #17206) by Benjamin Peterson · 11 years ago
  45. e7b47dd Fix typo in embedding doc and update examples to 3.4. by Ned Deily · 11 years ago
  46. 9ffe85e Move importlib.abc.SourceLoader.source_to_code() to InspectLoader. by Brett Cannon · 11 years ago
  47. 1256f1f Issue #18063: fix some struct specifications in the tests for sys.getsizeof(). by Antoine Pitrou · 11 years ago
  48. a15b955 Mention issue #16832 in Misc/NEWS by Łukasz Langa · 11 years ago
  49. eadd8cf Fix #16832 - expose cache validity checking support in ABCMeta by Łukasz Langa · 11 years ago
  50. b961955 merge by Brett Cannon · 11 years ago
  51. 21cc628 merge by Brett Cannon · 11 years ago
  52. b39567a merge by Brett Cannon · 11 years ago
  53. 8be9039 Clean-up duplicated code in tests by Eli Bendersky · 11 years ago
  54. 7b3022f Issue #13612: handle unknown encodings without a buffer overflow. by Eli Bendersky · 11 years ago
  55. 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
  56. 765f3cc Fix test_bad_address on Ubuntu 13.04 by Antoine Pitrou · 11 years ago
  57. 3a65ad7 Issue #8240: Set the SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag on SSL sockets. by Antoine Pitrou · 11 years ago
  58. 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
  59. e08b583 merge 3.3 by Benjamin Peterson · 11 years ago
  60. 6489d0b merge fix for issue #17953 by Brett Cannon · 11 years ago
  61. 8307075 Fix #17272 - Make Request.full_url and Request.get_full_url return same result under all circumstances. by Senthil Kumaran · 11 years ago
  62. dc3e6cc (3.3->default) Issue #17269: Workaround for a platform bug in getaddrinfo on OSX by Ronald Oussoren · 11 years ago
  63. cbc77bb merge from 3.3 by Senthil Kumaran · 11 years ago
  64. c633f97 Merge issue 17844 from 3.3 by Nick Coghlan · 11 years ago
  65. 8f34da3 merge by Raymond Hettinger · 11 years ago
  66. 6a00b6f Issue #17532: merge by Ned Deily · 11 years ago
  67. 965efe9 merge 3.3 by Benjamin Peterson · 11 years ago
  68. 447b6e3 Issue #16986: ElementTree now correctly parses a string input not only when by Serhiy Storchaka · 11 years ago
  69. 43e145b Move a NEWS entity to a correct place. by Serhiy Storchaka · 11 years ago
  70. 549681c Issue #17844: Add links to encoders and decoders for bytes-to-bytes codecs. by Serhiy Storchaka · 11 years ago
  71. 80e1c43 Fix issue #17996: expose socket.AF_LINK constant on BSD and OSX. by Giampaolo Rodola' · 11 years ago
  72. b3a5792 merge #17973: fix technical inaccuracy in faq entry (it now passes doctest). by R David Murray · 11 years ago
  73. 3ee6dab Issue #17900: Allowed pickling of recursive OrderedDicts. Decreased pickled by Serhiy Storchaka · 11 years ago
  74. b10c71d Backed out changeset c0f2b038fc12 by Charles-François Natali · 11 years ago
  75. c7c333d Issue #17683: socket module: return AF_UNIX addresses in Linux abstract by Charles-François Natali · 11 years ago
  76. 87ff387 #14146: merge with 3.3. by Roger Serwy · 11 years ago
  77. 067e48b Closes #17743: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  78. 1eae223 Closes #17744: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  79. de88c0d Issue #18026: merge by Ned Deily · 11 years ago
  80. 8d89c2a change AST codegen to use PyModule_AddIntMacro by Benjamin Peterson · 11 years ago
  81. 74ca886 Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant() by Charles-Francois Natali · 11 years ago
  82. d66b10e Issue #17684: Fix some test_socket failures due to limited FD passing support by Charles-Francois Natali · 11 years ago
  83. 7c4f8da Issue #17914: We can now inline _bsd_cpu_count(). by Charles-Francois Natali · 11 years ago
  84. d59087d Issue #17914: Remove OS-X special-case, and use the correct int type. by Charles-Francois Natali · 11 years ago
  85. cc00e01 test that the compiler support -Werror=statement-after-declaration before using it by Benjamin Peterson · 11 years ago
  86. 63f7290 Merge #17973: Add FAQ entry for ([],)[0] += [1] both extending and raising. by R David Murray · 11 years ago
  87. 2a9c8e8 #17955: minor updates to Functional howto by Andrew Kuchling · 11 years ago
  88. 44feda3 Issue #17914: Add os.cpu_count(). Patch by Yogesh Chaudhari, based on an by Charles-Francois Natali · 11 years ago
  89. 93c6770 #14097: merge with 3.3. by Ezio Melotti · 11 years ago
  90. d2cef8a merge 3.3 by Benjamin Peterson · 11 years ago
  91. a369923 Get rid of ugly code duplication for ElementTree.parse when the accelerator by Eli Bendersky · 11 years ago
  92. e26fa1b Add some testing to verify which module was imported in ET tests. by Eli Bendersky · 11 years ago
  93. 3a36756 Issue #17989: fix typo in error message by Eli Bendersky · 11 years ago
  94. 8687245 normalize whitespace by Eli Bendersky · 11 years ago
  95. e6a951b Cleanup even more dead code by Eli Bendersky · 11 years ago
  96. c4e98a6 Cleanup more old ET library leftovers by Eli Bendersky · 11 years ago
  97. 46955b2 Issue #17988: remove unused alias for Element and rename the used one by Eli Bendersky · 11 years ago
  98. fb62544 Clarify docs too: events can be any sequence (not that the C code supports it) by Eli Bendersky · 11 years ago
  99. 3a4fbd8 _elementtree.XMLParser._setevents should support any sequence, not just tuples by Eli Bendersky · 11 years ago
  100. 5b6616d Try to make test more reliable (saw some sporadic failures on buildbots) by Antoine Pitrou · 11 years ago