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