1. 4958f71 - Issue #18440: Clarify that `hash()` can truncate the value returned from an by Barry Warsaw · 11 years ago
  2. 224a599 - Issue #18440: Clarify that `hash()` can truncate the value returned from an by Barry Warsaw · 11 years ago
  3. 24c05bc Close issue 17482: don't overwrite __wrapped__ by Nick Coghlan · 11 years ago
  4. d57b268 Closes #18452: fix several "occurrence" typos (reported by Févry Thibault). by Ned Deily · 11 years ago
  5. 0995c47 Issue #18452: fix several "occurrence" typos (reported by Févry Thibault). by Ned Deily · 11 years ago
  6. d0a03ad #18389: Clarify that relpath does not access the file system. by R David Murray · 11 years ago
  7. ce10fab #18389: Clarify that relpath does not access the file system. by R David Murray · 11 years ago
  8. 11b38f1 Closes #18433: Merged documentation update from 3.3. by Vinay Sajip · 11 years ago
  9. 577d4ff Issue #18433: Clarified venv documentation. by Vinay Sajip · 11 years ago
  10. c1a9d30 Merged changes. by Vinay Sajip · 11 years ago
  11. ad6bb03 Issue #18434: Updated example script to tidy up resources. by Vinay Sajip · 11 years ago
  12. 62926ee Closes #18434: Merged documentation update from 3.3. by Vinay Sajip · 11 years ago
  13. 3c557f2 Issue #18434: Updated example script in venv docs to use setuptools rather than Distribute. by Vinay Sajip · 11 years ago
  14. 4fcf1b2 Issue #18085: Add missed const modifier for some entries in refcounts.dat. by Serhiy Storchaka · 11 years ago
  15. 244d625 Issue #18085: Add missed const modifier for some entries in refcounts.dat. by Serhiy Storchaka · 11 years ago
  16. e173d01 Merge #17987: properly document support.captured_xxx. by R David Murray · 11 years ago
  17. 5a33f81 #17987: properly document support.captured_xxx. by R David Murray · 11 years ago
  18. 4918560 Issue #18336. Fix a link to StreamReader's read() method. by Serhiy Storchaka · 11 years ago
  19. cca40ff Issue #18336. Fix a link to StreamReader's read() method. by Serhiy Storchaka · 11 years ago
  20. d95bb3f #18403: merge with 3.3. by Ezio Melotti · 11 years ago
  21. 93dd693 #18403: fix an off-by-one typo noticed by Xue Fuqiao. by Ezio Melotti · 11 years ago
  22. 5f8e785 (3.3->default) Cleanup of documentation change from #17860 by Ronald Oussoren · 11 years ago
  23. 385521c Cleanup of documentation change from #17860 by Ronald Oussoren · 11 years ago
  24. 0507bf5 Issue #3329: Implement the PEP 445 by Victor Stinner · 11 years ago
  25. c17d0c2 (3.3->default) Issue #17860: explicitly mention that std* streams are opened in binary mode by default. by Ronald Oussoren · 11 years ago
  26. a686505 Issue #17860: explicitly mention that std* streams are opened in binary mode by default. by Ronald Oussoren · 11 years ago
  27. 679ecb5 Issue #15767: back out 8a0ed9f63c6e, finishing the removal of by Brett Cannon · 11 years ago
  28. 82da888 Issue #15767: Revert 3a50025f1900 for ModuleNotFoundError by Brett Cannon · 11 years ago
  29. 771b961 Issue #14206: Clarify docs for Queue.join_cancel_thread(). by Richard Oudkerk · 11 years ago
  30. d7d3f37 Issue #14206: Clarify docs for Queue.join_cancel_thread(). by Richard Oudkerk · 11 years ago
  31. b0be624 Issue #17273: Clarify that pool methods can only be used by parent process. by Richard Oudkerk · 11 years ago
  32. b3c4b98 Issue #17273: Clarify that pool methods can only be used by parent process. by Richard Oudkerk · 11 years ago
  33. 04926ae Issue 18240: The HMAC module is no longer restricted to bytes and accepts by Christian Heimes · 11 years ago
  34. ec4bdac (merge) Issue #7136: In the Idle File menu, "New Window" is renamed "New File". by Terry Jan Reedy · 11 years ago
  35. 8a0b775 Issue #7136: In the Idle File menu, "New Window" is renamed "New File". by Terry Jan Reedy · 11 years ago
  36. b7bb6f5 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  37. c4565a9 Issue #18237: Fix assertRaisesRegexp error caought by Jeff Tratner. by Terry Jan Reedy · 11 years ago
  38. e256346 Added rationale for defaulting to 1 in the functional API. by Ethan Furman · 11 years ago
  39. 3fe70b4a Added example to enum docs show access to name and value attributes of enum members. by Ethan Furman · 11 years ago
  40. 9a2f139 #18111: Add What's New entry for max/min default. by R David Murray · 11 years ago
  41. 37cfb0a Issue #17914: Use os.cpu_count() instead of multiprocessing.cpu_count() where by Charles-François Natali · 11 years ago
  42. fe3ae3c Merge #18311: fix typo. by R David Murray · 11 years ago
  43. c7f7579 #18311: fix typo. by R David Murray · 11 years ago
  44. 4d6018f Issue 18111: Add a default argument to min() and max() by Raymond Hettinger · 11 years ago
  45. 2c72b51 Issue #18164: merge from 3.3 by Ned Deily · 11 years ago
  46. 51cee7d Issue #18164: Clarify the embedding docs regarding link options. by Ned Deily · 11 years ago
  47. 9d89ae6 Merge. by Richard Oudkerk · 11 years ago
  48. 2b310dd Fix typo. by Richard Oudkerk · 11 years ago
  49. 93b736e Merge. by Richard Oudkerk · 11 years ago
  50. 7b69da7 Clarify note and fix typo. by Richard Oudkerk · 11 years ago
  51. 71e7dbd Issue #15818: Merge. by Richard Oudkerk · 11 years ago
  52. 64c25b4 Issue #15818: Typo in docs. by Richard Oudkerk · 11 years ago
  53. 35d0553 Issue #18277: Merge. by Richard Oudkerk · 11 years ago
  54. 95fe1a7 Issue #18277: Document quirks of multiprocessing queue. by Richard Oudkerk · 11 years ago
  55. 9dac840 Merge #18179: reflow paragraphs. by R David Murray · 11 years ago
  56. 021362d #18179: reflow paragraphs. by R David Murray · 11 years ago
  57. ec94eac Merge #18179: document the local_hostname parameter. by R David Murray · 11 years ago
  58. 36beb66 #18179: document the local_hostname parameter. by R David Murray · 11 years ago
  59. 5707d50 #11390: convert doctest CLI to argparse and add -o and -f options. by R David Murray · 11 years ago
  60. c77d9f3 Issue #11016: Add C implementation of the stat module as _stat by Christian Heimes · 11 years ago
  61. 70833a8 ... also TLSv1.1 and TLSv1.2 by Christian Heimes · 11 years ago
  62. 24cd4cf Add my SSL module patches to whatsnew 3.4 by Christian Heimes · 11 years ago
  63. 27bc441 merge for issue #18278 by Brett Cannon · 11 years ago
  64. 29b2f17 Issue #18278: properly document how the loaders are called for FileFinder by Brett Cannon · 11 years ago
  65. 4921a08 #12716: reorganize docs for os module a bit by Andrew Kuchling · 11 years ago
  66. c61b913 #13226: update references from ctypes/DLFCN modules to os module by Andrew Kuchling · 11 years ago
  67. 3468d25 Merge from 3.3 by Andrew Kuchling · 11 years ago
  68. edb4260 Closes #18218: use correct variable name for starting point by Andrew Kuchling · 11 years ago
  69. 29303d4 Merge from 3.3 by Andrew Kuchling · 11 years ago
  70. c3db373 Closes #18267: use floor division in code example by Andrew Kuchling · 11 years ago
  71. f862dc5 Merge from 3.3 by Andrew Kuchling · 11 years ago
  72. 1d7d580 Closes #18272: use 'builtins' for 3.3 instead of __builtin__ by Andrew Kuchling · 11 years ago
  73. 854ffcb whatsnew/3.4: mention functools.singledispatch, PEP 443 by Victor Stinner · 11 years ago
  74. 84e33c8 whatsnew/3.4: mention the new enum module, PEP 435 by Victor Stinner · 11 years ago
  75. 7aed567 Merge from 3.3 by Andrew Kuchling · 11 years ago
  76. 2151fc6 #4153: update Unicode howto for Python 3.3 by Andrew Kuchling · 11 years ago
  77. 2f72aed Merge: Tweak programming faq examples so that it (mostly) passes doctest. by R David Murray · 11 years ago
  78. fdf9503 Tweak programming faq examples so that it (mostly) passes doctest. by R David Murray · 11 years ago
  79. 89df7b4 Issue #17177: Clarify some deprecations by Brett Cannon · 11 years ago
  80. 8dd8233 Grammar tweak by Brett Cannon · 11 years ago
  81. 9a5395a Issue #18147: Add diagnostic functions to ssl.SSLContext(). by Christian Heimes · 11 years ago
  82. a81d527 documentation suggesting something which doesn't exist by Brett Cannon · 11 years ago
  83. 390f6c1 Merge doc/argument name fix by Brett Cannon · 11 years ago
  84. a269d82 merge by Brett Cannon · 11 years ago
  85. 1d75382 Fix a misnaming of a method and an argument by Brett Cannon · 11 years ago
  86. f24fecd Issue #18076: Introduce imoportlib.util.decode_source(). by Brett Cannon · 11 years ago
  87. f4375ef importlib.abc.SourceLoader.get_source() was re-raising SyntaxError and by Brett Cannon · 11 years ago
  88. 645ab68 merge by Brett Cannon · 11 years ago
  89. e4f41de Issue #17177: The imp module is pending deprecation. by Brett Cannon · 11 years ago
  90. f567727 Merge with 3.3 by Andrew Kuchling · 11 years ago
  91. c7b6c50 Describe 'surrogateescape' in the documentation. by Andrew Kuchling · 11 years ago
  92. 0d0813a Fix typo; clarify that the methods were removed entirely by Andrew Kuchling · 11 years ago
  93. 4f422e3 Issue #17177: Update the programming FAQ to use importlib by Brett Cannon · 11 years ago
  94. 82b3d6a Move something to the right section of What's New by Brett Cannon · 11 years ago
  95. a3c9615 Issue #17907: touch up the code for imp.new_module(). by Brett Cannon · 11 years ago
  96. 15e489f Fix markup of the synopsis along with changing to state what is in the by Brett Cannon · 11 years ago
  97. d016900 Merge heads by Victor Stinner · 11 years ago
  98. 36f01ad Revert changeset 6661a8154eb3: Issue #3329: Add new APIs to customize memory allocators by Victor Stinner · 11 years ago
  99. 6b3d64a Closes issue 17947. Adds PEP-0435 (Adding an Enum type to the Python standard library). by Ethan Furman · 11 years ago
  100. 2d77204 Issue #17907: Document types.ModuleType's constructor and attributes, by Brett Cannon · 11 years ago