1. 7c89ae2 Address Terry's comments by Antoine Pitrou · 11 years ago
  2. 0715b9f Issue #18937: Add an assertLogs() context manager to unittest.TestCase to ensure that a block of code emits a message using the logging module. by Antoine Pitrou · 11 years ago
  3. a87e31c Issue #18955: clarify what is removed by importlib.util.module_for_loader. by Brett Cannon · 11 years ago
  4. 92ed890 #18951: merge with 3.3. by Ezio Melotti · 11 years ago
  5. 560a778 #18951: use consistent names in unittest docs. by Ezio Melotti · 11 years ago
  6. bf28d2d Issue #18818: The "encodingname" part of PYTHONIOENCODING is now optional. by Serhiy Storchaka · 11 years ago
  7. aa1004d merge from 3.3 by Senthil Kumaran · 11 years ago
  8. b918395 Clarify mmap.close method behavior. Addresses issue #18815 by Senthil Kumaran · 11 years ago
  9. 8a7687a merge from 3.3 by Senthil Kumaran · 11 years ago
  10. b505a6a Document Fraction's numerator and denominator properties. Addresses issue #18800 by Senthil Kumaran · 11 years ago
  11. fb92f39 Issue 18752: Make chain.from_iterable() more visible in the documentation. by Raymond Hettinger · 11 years ago
  12. 223b9c3 merge by Raymond Hettinger · 11 years ago
  13. ee09458 merge by Raymond Hettinger · 11 years ago
  14. 1e21ebc Issue 18301: The classmethod decorator didn't fit well with the rough-equivalent example code. by Raymond Hettinger · 11 years ago
  15. 455bfde Close #18980: Enum doc fixes. Patch from Elazar Gershuni. by Ethan Furman · 11 years ago
  16. 8df58f7 Issue 18752: Make chain.from_iterable() more visible in the documentation. by Raymond Hettinger · 11 years ago
  17. 8898350 Close #18957: The PYTHONFAULTHANDLER environment variable now only enables the by Victor Stinner · 11 years ago
  18. ff6382b Merge #18952 fix from 3.3 by Nick Coghlan · 11 years ago
  19. 0494c2a Close #18952: correctly download test support data by Nick Coghlan · 11 years ago
  20. b1424a2 merge from 3.3 by Senthil Kumaran · 11 years ago
  21. 21101f7 Correct Profile class usage example. Addresses issue #18033. by Senthil Kumaran · 11 years ago
  22. 59b74ec merge from 3.3 by Senthil Kumaran · 11 years ago
  23. 1b90227 Removing the mention of os.isatty mention as Unix only by Senthil Kumaran · 11 years ago
  24. 84eadd8 #18895: merge with 3.3. by Ezio Melotti · 11 years ago
  25. e64a91a #18895: split a sentence in unittest docs. by Ezio Melotti · 11 years ago
  26. 0cd9442 #18894: merge with 3.3. by Ezio Melotti · 11 years ago
  27. e220236 #18894: remove mention of deprecated fail* methods. by Ezio Melotti · 11 years ago
  28. ed0bf8a Close #18908: Keep Enum docs in their own section. Patch by Elazar Gershuni. by Ethan Furman · 11 years ago
  29. 96d848a Update whatsnew/3.4 wrt. --version going to stdout. #18338, #18920, #18922 by Eli Bendersky · 11 years ago
  30. e2549df Closes #18939: Merged documentation update from 3.3. by Vinay Sajip · 11 years ago
  31. a704582 Issue #18939: Updated venv documentation with some clarifications. by Vinay Sajip · 11 years ago
  32. db2c681 Closes #18933: Merged update from 3.3. by Vinay Sajip · 11 years ago
  33. 31b862d Issue #18933: Added links to source code. by Vinay Sajip · 11 years ago
  34. 34d2013 Issue #18878: sunau.open now supports the context manager protocol. Based on by Serhiy Storchaka · 11 years ago
  35. 73821c4 Issue #16853: Mention the new selectors module in the select module by Victor Stinner · 11 years ago
  36. 4aea4a0 Issue #16853: Mention the new selectors module in What's New in Python 3.4 by Victor Stinner · 11 years ago
  37. 243d8d8 Issue #16853: Add new selectors module. by Charles-François Natali · 11 years ago
  38. 58b5c5a Issue #18882: Add threading.main_thread() function. by Andrew Svetlov · 11 years ago
  39. e06a896 Issue #18901: The sunau getparams method now returns a namedtuple rather than by Serhiy Storchaka · 11 years ago
  40. ec15a82 Close #18738: Route __format__ calls to mixed-in type for mixed Enums (such as IntEnum). by Ethan Furman · 11 years ago
  41. 34567ec Update whatsnew/3.4.rst wrt. the socket constants switch to IntEnum by Eli Bendersky · 11 years ago
  42. 2c68e30 Fix XMLPullParser documentation to say "non-blocking" instead of "asynchronous". by Eli Bendersky · 11 years ago
  43. b586934 Issue #17741: Rename IncrementalParser and its methods. by Eli Bendersky · 11 years ago
  44. a8c2a8a Issue #18760: Improved cross-references in the xml package. by Serhiy Storchaka · 11 years ago
  45. 15e6590 Issue #18760: Improved cross-references in the xml package. by Serhiy Storchaka · 11 years ago
  46. eb97368 Issue #11798: TestSuite now drops references to own tests after execution. by Andrew Svetlov · 11 years ago
  47. daf4555 Issue #18571: Implementation of the PEP 446: file descriptors and file handles by Victor Stinner · 11 years ago
  48. 46e1ce2 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  49. 9594942 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  50. 14e461d Close #11619: The parser and the import machinery do not encode Unicode by Victor Stinner · 11 years ago
  51. 8d26a56 Clarify pyexpat documentation in StartElementHandler by Eli Bendersky · 11 years ago
  52. ca4d97e Clarify pyexpat documentation in StartElementHandler by Eli Bendersky · 11 years ago
  53. c020e7f Merge doc fix from 3.3 by Eli Bendersky · 11 years ago
  54. bf8ab77 Update XMLParser.close documentation and fix formatting. by Eli Bendersky · 11 years ago
  55. 74eba65 Fix markup in elementtree docs. by Ezio Melotti · 11 years ago
  56. bfd7837 Clarify the documentation of XMLParser.close by Eli Bendersky · 11 years ago
  57. 96d5c54 Issue #18757: Improved cross-references in the concurrent package. by Serhiy Storchaka · 11 years ago
  58. 9e0ae53 Issue #18757: Improved cross-references in the concurrent package. by Serhiy Storchaka · 11 years ago
  59. 6e6c6ac #18796: improve documentation of the file argument of dis.show_code. Initial patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  60. f9f0458 merge emphasized discouragement of overriding __import__ by Brett Cannon · 11 years ago
  61. f5ebd26 Emphasize that people should not override __import__. by Brett Cannon · 11 years ago
  62. 13423c3 Close #18794: Add a fileno() method and a closed attribute to select.devpoll by Victor Stinner · 11 years ago
  63. 13aa781 Typo fix by Andrew Kuchling · 11 years ago
  64. c301b55 Issue 18774: Update news and whatsnew for the set optimizations by Raymond Hettinger · 11 years ago
  65. 319f3a1 Issue #18761: Improved cross-references in email documentation. by Serhiy Storchaka · 11 years ago
  66. e0f0cf4 Issue #18761: Improved cross-references in email documentation. by Serhiy Storchaka · 11 years ago
  67. 46aace3 Merge from 3.3 by Andrew Kuchling · 11 years ago
  68. 3f4f3ba #18562: various revisions to the regex howto for 3.x by Andrew Kuchling · 11 years ago
  69. 07b1661 Issue #18759: Merged updates from 3.3. by Vinay Sajip · 11 years ago
  70. 67f3977 Issue #18759: Improved cross-references in logging documentation. by Vinay Sajip · 11 years ago
  71. bbbf191 Issue #18743: Fix references to non-existant "StringIO" module. by Serhiy Storchaka · 11 years ago
  72. e79be87 Issue #18743: Fix references to non-existant "StringIO" module. by Serhiy Storchaka · 11 years ago
  73. c593056 Fix the default placeholder in textwrap.shorten() to be " [...]". by Antoine Pitrou · 11 years ago
  74. 53e5b5e Issue #16190: fix random module recommendation to use ssl.RAND_bytes(). by Antoine Pitrou · 11 years ago
  75. ba69008 Issue #16190: fix random module recommendation to use ssl.RAND_bytes(). by Antoine Pitrou · 11 years ago
  76. d88f735 Issue #18673: Add versionchanged to docs by Christian Heimes · 11 years ago
  77. 177b3f9 Issue #18673: Add O_TMPFILE to os module. O_TMPFILE requires Linux kernel by Christian Heimes · 11 years ago
  78. 5d07e70 Remove errant fourth '.' from ellipsis in datetime documentation. by David Wolever · 11 years ago
  79. e76c039 Remove errant fourth '.' from ellipsis in datetime documentation. by David Wolever · 11 years ago
  80. 84ed9a6 Issue #8713: Support alternative start methods in multiprocessing on Unix. by Richard Oudkerk · 11 years ago
  81. 0c7907d Remove duplicate text in 3.4 what's new (my bad) by Antoine Pitrou · 11 years ago
  82. 7cf5e61 Issue 18724: Fix typo noticed by Susan Tan. by Ned Deily · 11 years ago
  83. eedb58d Issue 18724: Fix typo noticed by Susan Tan. by Ned Deily · 11 years ago
  84. 654f003 Documenting that json.load may raise a ValueError. by Felix Crux · 11 years ago
  85. bc4b8eb Documenting that json.load may raise a ValueError. by Felix Crux · 11 years ago
  86. b435799 Documenting that json.load may raise a ValueError. by Felix Crux · 11 years ago
  87. 60fb971 Documenting that json.load may raise a ValueError. by Felix Crux · 11 years ago
  88. bbf4a46 Merge issue #17701: Improving strftime documentation. by David Wolever · 11 years ago
  89. 569a5fa Issue #17701: Improving strftime documentation. by David Wolever · 11 years ago
  90. 389dec8 Issue #18585: Add :func:`textwrap.shorten` to collapse and truncate a piece of text to a given length. by Antoine Pitrou · 11 years ago
  91. d6cbd34 Sort whatsnew entries alphabetically by Antoine Pitrou · 11 years ago
  92. f89aa9a Add whatsnew entries for 3.4. by Antoine Pitrou · 11 years ago
  93. 01ea326 Close #12645: Clarify and reformat the documentation of import_fresh_module by Eli Bendersky · 11 years ago
  94. ba5517d Issue #12645: Clarify and reformat the documentation of import_fresh_module by Eli Bendersky · 11 years ago
  95. b2855cc #18663: merge with 3.3. by Ezio Melotti · 11 years ago
  96. d51914c #18663: document that assertAlmostEqual also works when the values are equal and add tests. by Ezio Melotti · 11 years ago
  97. a4998a7 Close #18264: int- and float-derived enums now converted to int or float. by Ethan Furman · 11 years ago
  98. ad73a9c Issue #16400: Add command line option for isolated mode. by Christian Heimes · 11 years ago
  99. 562d9cb Issue #18668: Further clarify m_size setting for non-negative values by Eli Bendersky · 11 years ago
  100. 43694a5 Issue #18668: Further clarify m_size setting for non-negative values by Eli Bendersky · 11 years ago