1. 7aed567 Merge from 3.3 by Andrew Kuchling · 11 years ago
  2. 2151fc6 #4153: update Unicode howto for Python 3.3 by Andrew Kuchling · 11 years ago
  3. 2f72aed Merge: Tweak programming faq examples so that it (mostly) passes doctest. by R David Murray · 11 years ago
  4. fdf9503 Tweak programming faq examples so that it (mostly) passes doctest. by R David Murray · 11 years ago
  5. 89df7b4 Issue #17177: Clarify some deprecations by Brett Cannon · 11 years ago
  6. 8dd8233 Grammar tweak by Brett Cannon · 11 years ago
  7. 9a5395a Issue #18147: Add diagnostic functions to ssl.SSLContext(). by Christian Heimes · 11 years ago
  8. a81d527 documentation suggesting something which doesn't exist by Brett Cannon · 11 years ago
  9. 390f6c1 Merge doc/argument name fix by Brett Cannon · 11 years ago
  10. a269d82 merge by Brett Cannon · 11 years ago
  11. 1d75382 Fix a misnaming of a method and an argument by Brett Cannon · 11 years ago
  12. f24fecd Issue #18076: Introduce imoportlib.util.decode_source(). by Brett Cannon · 11 years ago
  13. f4375ef importlib.abc.SourceLoader.get_source() was re-raising SyntaxError and by Brett Cannon · 11 years ago
  14. 645ab68 merge by Brett Cannon · 11 years ago
  15. e4f41de Issue #17177: The imp module is pending deprecation. by Brett Cannon · 11 years ago
  16. f567727 Merge with 3.3 by Andrew Kuchling · 11 years ago
  17. c7b6c50 Describe 'surrogateescape' in the documentation. by Andrew Kuchling · 11 years ago
  18. 0d0813a Fix typo; clarify that the methods were removed entirely by Andrew Kuchling · 11 years ago
  19. 4f422e3 Issue #17177: Update the programming FAQ to use importlib by Brett Cannon · 11 years ago
  20. 82b3d6a Move something to the right section of What's New by Brett Cannon · 11 years ago
  21. a3c9615 Issue #17907: touch up the code for imp.new_module(). by Brett Cannon · 11 years ago
  22. 15e489f Fix markup of the synopsis along with changing to state what is in the by Brett Cannon · 11 years ago
  23. d016900 Merge heads by Victor Stinner · 11 years ago
  24. 36f01ad Revert changeset 6661a8154eb3: Issue #3329: Add new APIs to customize memory allocators by Victor Stinner · 11 years ago
  25. 6b3d64a Closes issue 17947. Adds PEP-0435 (Adding an Enum type to the Python standard library). by Ethan Furman · 11 years ago
  26. 2d77204 Issue #17907: Document types.ModuleType's constructor and attributes, by Brett Cannon · 11 years ago
  27. 05a647d Issue #18192: Introduce importlib.util.MAGIC_NUMBER and document the by Brett Cannon · 11 years ago
  28. 4d70562 Issue #3329: Add new APIs to customize memory allocators by Victor Stinner · 11 years ago
  29. 8c18da2 merge by Brett Cannon · 11 years ago
  30. 33915eb Issue #17222: Raise FileExistsError when py_compile.compile would by Brett Cannon · 11 years ago
  31. 7bff3cb Issue #18149: Add filecmp.clear_cache() to manually clear the filecmp cache. by Ned Deily · 11 years ago
  32. 3fe35e6 Issue #18193: Add importlib.reload(), documenting (but not by Brett Cannon · 11 years ago
  33. 0fff6ad Closes issue 17947. Adds PEP-0435 (Enum, IntEnum) to the stdlib. by Ethan Furman · 11 years ago
  34. 8f5ac51 Issue #15767: Touch up ModuleNotFoundError usage by import. by Brett Cannon · 11 years ago
  35. b1611e2 Issue #15767: Introduce ModuleNotFoundError, a subclass of ImportError. by Brett Cannon · 11 years ago
  36. 982c6ef Issue #18187: merge from 3.3 by Ned Deily · 11 years ago
  37. 3886120 Issue #18187: Fix broken link in venv documentation. Patch by Berker Peksag. by Ned Deily · 11 years ago
  38. 46bebee Issue #17134: Add ssl.enum_cert_store() as interface to Windows' cert store. by Christian Heimes · 11 years ago
  39. 3e738f9 removed accidental new line by Christian Heimes · 11 years ago
  40. 6d7ad13 Issue #18143: Implement ssl.get_default_verify_paths() in order to debug by Christian Heimes · 11 years ago
  41. 7dc4c03 #18126: merge with 3.3. by Ezio Melotti · 11 years ago
  42. c1f5839 #18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev. by Ezio Melotti · 11 years ago
  43. fdcf2b7 moved the single-dispatch generic function definitions to the glossary by Łukasz Langa · 11 years ago
  44. 30298b4 Closes #11959: SMTPServer and SMTPChannel now take an optional map, use of which avoids affecting global state. by Vinay Sajip · 11 years ago
  45. 6f69251 Add reference implementation for PEP 443 by Łukasz Langa · 11 years ago
  46. d710017 Clarify which dictionaries are updateable by Raymond Hettinger · 11 years ago
  47. dce0550 Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat. by Serhiy Storchaka · 11 years ago
  48. ea2b490 Issue #18011: base64.b32decode() now raises a binascii.Error if there are by Serhiy Storchaka · 11 years ago
  49. fef952a Issue #18079: Fix a typo in the tutorial. by Serhiy Storchaka · 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. ecf0851 Fix typo in embedding doc and update examples to 3.3. by Ned Deily · 11 years ago
  52. 4b4e38e Mention __cached__ in the import ref. by Brett Cannon · 11 years ago
  53. 533f1ed Add a missing parenthesis. by Brett Cannon · 11 years ago
  54. 2cefb3c Various tweaks to importlib docs. by Brett Cannon · 11 years ago
  55. c3511c1 Issue #17953: document that sys.modules shouldn't be replaced (thanks by Brett Cannon · 11 years ago
  56. 05ec6ac Fix #18007 : Document CookieJar.add_cookie_header request parameter changes in 3.3 by Senthil Kumaran · 11 years ago
  57. 650e322 Issue 17844: Clarify meaning of different codec tables by Nick Coghlan · 11 years ago
  58. c1939b8 Issue #18031: %-formatting isn't dead yet and might pull through. by Raymond Hettinger · 11 years ago
  59. 9e62d35 Issue #17844: Add links to encoders and decoders for bytes-to-bytes codecs. by Serhiy Storchaka · 11 years ago
  60. 95ae992 #17973: fix technical inaccuracy in faq entry (it now passes doctest). by R David Murray · 11 years ago
  61. ea3cfc5 Issue #18026: fix ctypes doc typo by Ned Deily · 11 years ago
  62. bcf06d3 #17973: Add FAQ entry for ([],)[0] += [1] both extending and raising. by R David Murray · 11 years ago
  63. 86aecc3 #14097: improve the "introduction" page of the tutorial. by Ezio Melotti · 11 years ago
  64. 697fd46 merge by Raymond Hettinger · 11 years ago
  65. 3e0651b Issue #18065: For frozen packages set __path__ to []. by Brett Cannon · 11 years ago
  66. 0dbb4c7 Issues #18088, 18089: Introduce by Brett Cannon · 11 years ago
  67. b60a43e Add a reset_name argument to importlib.util.module_to_load in order to by Brett Cannon · 11 years ago
  68. 028d512 Update What's New for importlib.util.module_to_load name change by Brett Cannon · 11 years ago
  69. 1773811 Add a reference to module_to_load by Brett Cannon · 11 years ago
  70. 357c9fb Rename importlib.util.ModuleManager to module_to_load so that the name by Brett Cannon · 11 years ago
  71. 1cfebc7 Issue #9369: The types of `char*` arguments of PyObject_CallFunction() and by Serhiy Storchaka · 11 years ago
  72. 1e170ba #1554133: Document PyOS_InputHook, PyOS_ReadlineFunctionPointer by Andrew Kuchling · 11 years ago
  73. 56dfc21 Undo a recommendation as load_module() methods might be called directly by Brett Cannon · 11 years ago
  74. 3dc48d6 Issue #18070: importlib.util.module_for_loader() now sets __loader__ by Brett Cannon · 11 years ago
  75. a22faca Clarify some documentation by Brett Cannon · 11 years ago
  76. a3687f0 Introduce importlib.util.ModuleManager which is a context manager to by Brett Cannon · 11 years ago
  77. 4dbae88 Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat. by Serhiy Storchaka · 11 years ago
  78. 77a3ad7 Issue #18011: base64.b32decode() now raises a binascii.Error if there are by Serhiy Storchaka · 11 years ago
  79. 3801f63 Issue #18079: Fix a typo in the tutorial. by Serhiy Storchaka · 11 years ago
  80. 8f1a8e3 Merge with 3.3 by Jason R. Coombs · 11 years ago
  81. 3b62ca8 Issue #18072: Implement get_code() for importlib.abc.InspectLoader and by Brett Cannon · 11 years ago
  82. e7b47dd Fix typo in embedding doc and update examples to 3.4. by Ned Deily · 11 years ago
  83. 9ffe85e Move importlib.abc.SourceLoader.source_to_code() to InspectLoader. by Brett Cannon · 11 years ago
  84. eadd8cf Fix #16832 - expose cache validity checking support in ABCMeta by Łukasz Langa · 11 years ago
  85. b961955 merge by Brett Cannon · 11 years ago
  86. 21cc628 merge by Brett Cannon · 11 years ago
  87. b39567a merge by Brett Cannon · 11 years ago
  88. 6489d0b merge fix for issue #17953 by Brett Cannon · 11 years ago
  89. 8307075 Fix #17272 - Make Request.full_url and Request.get_full_url return same result under all circumstances. by Senthil Kumaran · 11 years ago
  90. cbc77bb merge from 3.3 by Senthil Kumaran · 11 years ago
  91. c633f97 Merge issue 17844 from 3.3 by Nick Coghlan · 11 years ago
  92. 8f34da3 merge by Raymond Hettinger · 11 years ago
  93. 549681c Issue #17844: Add links to encoders and decoders for bytes-to-bytes codecs. by Serhiy Storchaka · 11 years ago
  94. 80e1c43 Fix issue #17996: expose socket.AF_LINK constant on BSD and OSX. by Giampaolo Rodola' · 11 years ago
  95. b3a5792 merge #17973: fix technical inaccuracy in faq entry (it now passes doctest). by R David Murray · 11 years ago
  96. de88c0d Issue #18026: merge by Ned Deily · 11 years ago
  97. 63f7290 Merge #17973: Add FAQ entry for ([],)[0] += [1] both extending and raising. by R David Murray · 11 years ago
  98. 2a9c8e8 #17955: minor updates to Functional howto by Andrew Kuchling · 11 years ago
  99. 44feda3 Issue #17914: Add os.cpu_count(). Patch by Yogesh Chaudhari, based on an by Charles-Francois Natali · 11 years ago
  100. 93c6770 #14097: merge with 3.3. by Ezio Melotti · 11 years ago