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