1. 30298b4 Closes #11959: SMTPServer and SMTPChannel now take an optional map, use of which avoids affecting global state. by Vinay Sajip · 11 years ago
  2. 6f69251 Add reference implementation for PEP 443 by Łukasz Langa · 11 years ago
  3. 697fd46 merge by Raymond Hettinger · 11 years ago
  4. d710017 Clarify which dictionaries are updateable by Raymond Hettinger · 11 years ago
  5. 3e0651b Issue #18065: For frozen packages set __path__ to []. by Brett Cannon · 11 years ago
  6. 0dbb4c7 Issues #18088, 18089: Introduce by Brett Cannon · 11 years ago
  7. b60a43e Add a reset_name argument to importlib.util.module_to_load in order to by Brett Cannon · 11 years ago
  8. 028d512 Update What's New for importlib.util.module_to_load name change by Brett Cannon · 11 years ago
  9. 1773811 Add a reference to module_to_load by Brett Cannon · 11 years ago
  10. 357c9fb Rename importlib.util.ModuleManager to module_to_load so that the name by Brett Cannon · 11 years ago
  11. 1cfebc7 Issue #9369: The types of `char*` arguments of PyObject_CallFunction() and by Serhiy Storchaka · 11 years ago
  12. 1e170ba #1554133: Document PyOS_InputHook, PyOS_ReadlineFunctionPointer by Andrew Kuchling · 11 years ago
  13. 56dfc21 Undo a recommendation as load_module() methods might be called directly by Brett Cannon · 11 years ago
  14. 3dc48d6 Issue #18070: importlib.util.module_for_loader() now sets __loader__ by Brett Cannon · 11 years ago
  15. a22faca Clarify some documentation by Brett Cannon · 11 years ago
  16. a3687f0 Introduce importlib.util.ModuleManager which is a context manager to by Brett Cannon · 11 years ago
  17. 4dbae88 Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat. by Serhiy Storchaka · 11 years ago
  18. dce0550 Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat. by Serhiy Storchaka · 11 years ago
  19. 77a3ad7 Issue #18011: base64.b32decode() now raises a binascii.Error if there are by Serhiy Storchaka · 11 years ago
  20. ea2b490 Issue #18011: base64.b32decode() now raises a binascii.Error if there are by Serhiy Storchaka · 11 years ago
  21. 3801f63 Issue #18079: Fix a typo in the tutorial. by Serhiy Storchaka · 11 years ago
  22. fef952a Issue #18079: Fix a typo in the tutorial. by Serhiy Storchaka · 11 years ago
  23. 8f1a8e3 Merge with 3.3 by Jason R. Coombs · 11 years ago
  24. 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
  25. 3b62ca8 Issue #18072: Implement get_code() for importlib.abc.InspectLoader and by Brett Cannon · 11 years ago
  26. e7b47dd Fix typo in embedding doc and update examples to 3.4. by Ned Deily · 11 years ago
  27. ecf0851 Fix typo in embedding doc and update examples to 3.3. by Ned Deily · 11 years ago
  28. 9ffe85e Move importlib.abc.SourceLoader.source_to_code() to InspectLoader. by Brett Cannon · 11 years ago
  29. eadd8cf Fix #16832 - expose cache validity checking support in ABCMeta by Łukasz Langa · 11 years ago
  30. b961955 merge by Brett Cannon · 11 years ago
  31. 4b4e38e Mention __cached__ in the import ref. by Brett Cannon · 11 years ago
  32. 21cc628 merge by Brett Cannon · 11 years ago
  33. 533f1ed Add a missing parenthesis. by Brett Cannon · 11 years ago
  34. b39567a merge by Brett Cannon · 11 years ago
  35. 2cefb3c Various tweaks to importlib docs. by Brett Cannon · 11 years ago
  36. 6489d0b merge fix for issue #17953 by Brett Cannon · 11 years ago
  37. 8307075 Fix #17272 - Make Request.full_url and Request.get_full_url return same result under all circumstances. by Senthil Kumaran · 11 years ago
  38. c3511c1 Issue #17953: document that sys.modules shouldn't be replaced (thanks by Brett Cannon · 11 years ago
  39. cbc77bb merge from 3.3 by Senthil Kumaran · 11 years ago
  40. 05ec6ac Fix #18007 : Document CookieJar.add_cookie_header request parameter changes in 3.3 by Senthil Kumaran · 11 years ago
  41. c633f97 Merge issue 17844 from 3.3 by Nick Coghlan · 11 years ago
  42. 650e322 Issue 17844: Clarify meaning of different codec tables by Nick Coghlan · 11 years ago
  43. 8f34da3 merge by Raymond Hettinger · 11 years ago
  44. c1939b8 Issue #18031: %-formatting isn't dead yet and might pull through. by Raymond Hettinger · 11 years ago
  45. 549681c Issue #17844: Add links to encoders and decoders for bytes-to-bytes codecs. by Serhiy Storchaka · 11 years ago
  46. 9e62d35 Issue #17844: Add links to encoders and decoders for bytes-to-bytes codecs. by Serhiy Storchaka · 11 years ago
  47. 80e1c43 Fix issue #17996: expose socket.AF_LINK constant on BSD and OSX. by Giampaolo Rodola' · 11 years ago
  48. b3a5792 merge #17973: fix technical inaccuracy in faq entry (it now passes doctest). by R David Murray · 11 years ago
  49. 95ae992 #17973: fix technical inaccuracy in faq entry (it now passes doctest). by R David Murray · 11 years ago
  50. de88c0d Issue #18026: merge by Ned Deily · 11 years ago
  51. ea3cfc5 Issue #18026: fix ctypes doc typo by Ned Deily · 11 years ago
  52. 63f7290 Merge #17973: Add FAQ entry for ([],)[0] += [1] both extending and raising. by R David Murray · 11 years ago
  53. bcf06d3 #17973: Add FAQ entry for ([],)[0] += [1] both extending and raising. by R David Murray · 11 years ago
  54. 2a9c8e8 #17955: minor updates to Functional howto by Andrew Kuchling · 11 years ago
  55. 44feda3 Issue #17914: Add os.cpu_count(). Patch by Yogesh Chaudhari, based on an by Charles-Francois Natali · 11 years ago
  56. 93c6770 #14097: merge with 3.3. by Ezio Melotti · 11 years ago
  57. 86aecc3 #14097: improve the "introduction" page of the tutorial. by Ezio Melotti · 11 years ago
  58. fb62544 Clarify docs too: events can be any sequence (not that the C code supports it) by Eli Bendersky · 11 years ago
  59. 163e982 Undo the deprecation of _asdict(). by Raymond Hettinger · 11 years ago
  60. 4e0172f Deprecate nametuple._asdict() by Raymond Hettinger · 11 years ago
  61. e8e1459 rather than passing locals to the class body, just execute the class body in the proper environment by Benjamin Peterson · 11 years ago
  62. b710d7e - Issue #17977: The documentation for the cadefault argument's default value by Barry Warsaw · 11 years ago
  63. d486707 - Issue #17977: The documentation for the cadefault argument's default value by Barry Warsaw · 11 years ago
  64. 7025349 merge with 3.3 by Georg Brandl · 11 years ago
  65. 521ed52 Closes issue #17732: ignore install-directory specific options in by Georg Brandl · 11 years ago
  66. 3f5228d Issue #16694: Add source code link for operator.py by Raymond Hettinger · 11 years ago
  67. 8c01ffa Merge 3.3 by Barry Warsaw · 11 years ago
  68. d8f870d I was confused before. It's correct to not call .close() inside the with by Barry Warsaw · 11 years ago
  69. 9b149b9 #17841: merge with 3.3. by Ezio Melotti · 11 years ago
  70. 173d410 #17841: remove missing codecs aliases from the documentation. Patch by Thomas Fenzl. by Ezio Melotti · 11 years ago
  71. 40e39fc #17700: merge with 3.3 by Andrew Kuchling · 11 years ago
  72. ddcb304 #17700: update the curses HOWTO for 3.x by Andrew Kuchling · 11 years ago
  73. 1fbb773 #17938: merge with 3.3. by Ezio Melotti · 11 years ago
  74. 955382c #17938: remove duplicate paragraphs. by Ezio Melotti · 11 years ago
  75. 0fbdf26 #16523: merge with 3.3. by Ezio Melotti · 11 years ago
  76. babc822 #16523: improve attrgetter/itemgetter/methodcaller documentation. by Ezio Melotti · 11 years ago
  77. 3ed3b3b #17714: merge with 3.3. by Ezio Melotti · 11 years ago
  78. c58a3ea #17714: document that the base64 codec adds a trailing newline. by Ezio Melotti · 11 years ago
  79. 7168879 #17871: merge with 3.3. by Ezio Melotti · 11 years ago
  80. 9c939bc #17871: fix unittest.TextTestRunner signature in the docs. Patch by Yogesh Chaudhari. by Ezio Melotti · 11 years ago
  81. 6e6bee8 merge by Raymond Hettinger · 11 years ago
  82. 12f588a Issue 17920: Fix-up terminology in the set documentation by Raymond Hettinger · 11 years ago
  83. 8cecc8c Issue #7330: Implement width and precision (ex: "%5.3s") for the format string by Victor Stinner · 11 years ago
  84. 5c29bb3 Merge #14187: Add glossary entry for 'function annotations'. by R David Murray · 11 years ago
  85. 25cd091 #14187: Add glossary entry for 'function annotations'. by R David Murray · 11 years ago
  86. b39fd0c Issue #11816: multiple improvements to the dis module by Nick Coghlan · 11 years ago
  87. 77371a5 merge by Raymond Hettinger · 11 years ago
  88. 44571da Issue 17862: Improve the signature of itertools grouper() recipe. by Raymond Hettinger · 11 years ago
  89. 7a3dae0 Issue #15528: Add weakref.finalize to support finalization using by Richard Oudkerk · 11 years ago
  90. 39b17c5 Backout 2e446e87ac5b; it breaks the unix buildbots. by Richard Oudkerk · 11 years ago
  91. f359302 Issue #15528: Add weakref.finalize to support finalization using by Richard Oudkerk · 11 years ago
  92. 609a56f Elaborate on bytes-like objects. by Antoine Pitrou · 11 years ago
  93. 5de183a Elaborate on bytes-like objects. by Antoine Pitrou · 11 years ago
  94. 1a6cb30 Issue #5845: Enable tab-completion in the interactive interpreter by default, thanks to a new sys.__interactivehook__. by Antoine Pitrou · 11 years ago
  95. 4c14b5d #17115,17116: Have modules initialize the __package__ and __loader__ by Brett Cannon · 11 years ago
  96. 4cfc0b5 #16518: merge with 3.3. by Ezio Melotti · 11 years ago
  97. c228e96 #16518: use "bytes-like object" throughout the docs. by Ezio Melotti · 11 years ago
  98. f18a82d Issue #17529: Fix os.sendfile() documentation regarding the type of file by Charles-Francois Natali · 11 years ago
  99. a771a1b Issue #17529: Fix os.sendfile() documentation regarding the type of file by Charles-Francois Natali · 11 years ago
  100. e1419e8 #16518: merge with 3.3. by Ezio Melotti · 11 years ago