1. ec15a82 Close #18738: Route __format__ calls to mixed-in type for mixed Enums (such as IntEnum). by Ethan Furman · 11 years ago
  2. 34567ec Update whatsnew/3.4.rst wrt. the socket constants switch to IntEnum by Eli Bendersky · 11 years ago
  3. 2c68e30 Fix XMLPullParser documentation to say "non-blocking" instead of "asynchronous". by Eli Bendersky · 11 years ago
  4. b586934 Issue #17741: Rename IncrementalParser and its methods. by Eli Bendersky · 11 years ago
  5. a8c2a8a Issue #18760: Improved cross-references in the xml package. by Serhiy Storchaka · 11 years ago
  6. 15e6590 Issue #18760: Improved cross-references in the xml package. by Serhiy Storchaka · 11 years ago
  7. eb97368 Issue #11798: TestSuite now drops references to own tests after execution. by Andrew Svetlov · 11 years ago
  8. daf4555 Issue #18571: Implementation of the PEP 446: file descriptors and file handles by Victor Stinner · 11 years ago
  9. 46e1ce2 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  10. 9594942 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  11. 14e461d Close #11619: The parser and the import machinery do not encode Unicode by Victor Stinner · 11 years ago
  12. 8d26a56 Clarify pyexpat documentation in StartElementHandler by Eli Bendersky · 11 years ago
  13. ca4d97e Clarify pyexpat documentation in StartElementHandler by Eli Bendersky · 11 years ago
  14. c020e7f Merge doc fix from 3.3 by Eli Bendersky · 11 years ago
  15. bf8ab77 Update XMLParser.close documentation and fix formatting. by Eli Bendersky · 11 years ago
  16. 74eba65 Fix markup in elementtree docs. by Ezio Melotti · 11 years ago
  17. bfd7837 Clarify the documentation of XMLParser.close by Eli Bendersky · 11 years ago
  18. 96d5c54 Issue #18757: Improved cross-references in the concurrent package. by Serhiy Storchaka · 11 years ago
  19. 9e0ae53 Issue #18757: Improved cross-references in the concurrent package. by Serhiy Storchaka · 11 years ago
  20. 6e6c6ac #18796: improve documentation of the file argument of dis.show_code. Initial patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  21. f9f0458 merge emphasized discouragement of overriding __import__ by Brett Cannon · 11 years ago
  22. f5ebd26 Emphasize that people should not override __import__. by Brett Cannon · 11 years ago
  23. 13423c3 Close #18794: Add a fileno() method and a closed attribute to select.devpoll by Victor Stinner · 11 years ago
  24. 13aa781 Typo fix by Andrew Kuchling · 11 years ago
  25. c301b55 Issue 18774: Update news and whatsnew for the set optimizations by Raymond Hettinger · 11 years ago
  26. 319f3a1 Issue #18761: Improved cross-references in email documentation. by Serhiy Storchaka · 11 years ago
  27. e0f0cf4 Issue #18761: Improved cross-references in email documentation. by Serhiy Storchaka · 11 years ago
  28. 46aace3 Merge from 3.3 by Andrew Kuchling · 11 years ago
  29. 3f4f3ba #18562: various revisions to the regex howto for 3.x by Andrew Kuchling · 11 years ago
  30. 07b1661 Issue #18759: Merged updates from 3.3. by Vinay Sajip · 11 years ago
  31. 67f3977 Issue #18759: Improved cross-references in logging documentation. by Vinay Sajip · 11 years ago
  32. bbbf191 Issue #18743: Fix references to non-existant "StringIO" module. by Serhiy Storchaka · 11 years ago
  33. e79be87 Issue #18743: Fix references to non-existant "StringIO" module. by Serhiy Storchaka · 11 years ago
  34. c593056 Fix the default placeholder in textwrap.shorten() to be " [...]". by Antoine Pitrou · 11 years ago
  35. 53e5b5e Issue #16190: fix random module recommendation to use ssl.RAND_bytes(). by Antoine Pitrou · 11 years ago
  36. ba69008 Issue #16190: fix random module recommendation to use ssl.RAND_bytes(). by Antoine Pitrou · 11 years ago
  37. d88f735 Issue #18673: Add versionchanged to docs by Christian Heimes · 11 years ago
  38. 177b3f9 Issue #18673: Add O_TMPFILE to os module. O_TMPFILE requires Linux kernel by Christian Heimes · 11 years ago
  39. 5d07e70 Remove errant fourth '.' from ellipsis in datetime documentation. by David Wolever · 11 years ago
  40. e76c039 Remove errant fourth '.' from ellipsis in datetime documentation. by David Wolever · 11 years ago
  41. 84ed9a6 Issue #8713: Support alternative start methods in multiprocessing on Unix. by Richard Oudkerk · 11 years ago
  42. 0c7907d Remove duplicate text in 3.4 what's new (my bad) by Antoine Pitrou · 11 years ago
  43. 7cf5e61 Issue 18724: Fix typo noticed by Susan Tan. by Ned Deily · 11 years ago
  44. eedb58d Issue 18724: Fix typo noticed by Susan Tan. by Ned Deily · 11 years ago
  45. 654f003 Documenting that json.load may raise a ValueError. by Felix Crux · 11 years ago
  46. bc4b8eb Documenting that json.load may raise a ValueError. by Felix Crux · 11 years ago
  47. b435799 Documenting that json.load may raise a ValueError. by Felix Crux · 11 years ago
  48. 60fb971 Documenting that json.load may raise a ValueError. by Felix Crux · 11 years ago
  49. bbf4a46 Merge issue #17701: Improving strftime documentation. by David Wolever · 11 years ago
  50. 569a5fa Issue #17701: Improving strftime documentation. by David Wolever · 11 years ago
  51. 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
  52. d6cbd34 Sort whatsnew entries alphabetically by Antoine Pitrou · 11 years ago
  53. f89aa9a Add whatsnew entries for 3.4. by Antoine Pitrou · 11 years ago
  54. 01ea326 Close #12645: Clarify and reformat the documentation of import_fresh_module by Eli Bendersky · 11 years ago
  55. ba5517d Issue #12645: Clarify and reformat the documentation of import_fresh_module by Eli Bendersky · 11 years ago
  56. b2855cc #18663: merge with 3.3. by Ezio Melotti · 11 years ago
  57. d51914c #18663: document that assertAlmostEqual also works when the values are equal and add tests. by Ezio Melotti · 11 years ago
  58. a4998a7 Close #18264: int- and float-derived enums now converted to int or float. by Ethan Furman · 11 years ago
  59. ad73a9c Issue #16400: Add command line option for isolated mode. by Christian Heimes · 11 years ago
  60. 562d9cb Issue #18668: Further clarify m_size setting for non-negative values by Eli Bendersky · 11 years ago
  61. 43694a5 Issue #18668: Further clarify m_size setting for non-negative values by Eli Bendersky · 11 years ago
  62. fb1a7bc #18600: In 3.3, as_string does not accept a policy keyword. by R David Murray · 11 years ago
  63. bb17d2b #18600: add policy to add_string, and as_bytes and __bytes__ methods. by R David Murray · 11 years ago
  64. 0738aff Fix a typo in PyUnicode_CopyCharacters() documentation. by Serhiy Storchaka · 11 years ago
  65. cdd0279 Fix a typo in PyUnicode_CopyCharacters() documentation. by Serhiy Storchaka · 11 years ago
  66. 3e4477c #18267: merge with 3.3. by Ezio Melotti · 11 years ago
  67. 79016e1 #18267: make whitespace consistent and fix an operator. by Ezio Melotti · 11 years ago
  68. 7533137 Closing #18668: Properly document setting m_size in PyModuleDef by Eli Bendersky · 11 years ago
  69. 0d2d2b8 Issue #18668: Properly document setting m_size in PyModuleDef by Eli Bendersky · 11 years ago
  70. 9b855de Issue #14323: Expanded the number of digits in the coefficients for the by Serhiy Storchaka · 11 years ago
  71. 58720d6 Issue #17934: Add a clear() method to frame objects, to help clean up expensive details (local variables) and break reference cycles. by Antoine Pitrou · 11 years ago
  72. b2aa6f4 Issue 18532: Added tests and documentation to formally specify the .name attribute on hashlib objects. by Jason R. Coombs · 11 years ago
  73. 790d269 Fixes #8860: Round half-microseconds to even in the timedelta constructor. by Alexander Belopolsky · 11 years ago
  74. 8580dab Hum, VMS code is still present by Victor Stinner · 11 years ago
  75. f3fd13b Complete What's New in Python 3.4 by Victor Stinner · 11 years ago
  76. c4216ab Issue #17902: Clarify doc of ElementTree.iterparse and IncrementalParser by Eli Bendersky · 11 years ago
  77. ca97fd3 Issue #17902: Clarify doc of ElementTree.iterparse by Eli Bendersky · 11 years ago
  78. d36fc43 Fix minor documentation markup error. by Larry Hastings · 11 years ago
  79. a68cbfa Issue #18589: fix hyperlinking of type slots (tp_*) by Antoine Pitrou · 11 years ago
  80. 39668f5 Issue #18589: fix hyperlinking of type slots (tp_*) by Antoine Pitrou · 11 years ago
  81. 536ffe1 #17616: Improve context manager tests, fix bugs in close method and mode docs. by R David Murray · 11 years ago
  82. c91d5ee #17616: wave.open now supports the 'with' statement. by R David Murray · 11 years ago
  83. 92e2a22 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  84. 778cba7 Issue #18573: More copy-paste fixes to assertWarns entry. by Terry Jan Reedy · 11 years ago
  85. bc47d7b Merge: #16273: Fix tutorial discussion of seek/tell (opaque text-mode values). by R David Murray · 11 years ago
  86. 1c4e443 #16273: Fix tutorial discussion of seek/tell (opaque text-mode values). by R David Murray · 11 years ago
  87. f392c60 Merge: #18601: fix error made when difflib example was converted to use 'with'. by R David Murray · 11 years ago
  88. 96433f8 #18601: fix error made when difflib example was converted to use 'with'. by R David Murray · 11 years ago
  89. 9026262 fixed examples to work with changed attribute names by Ethan Furman · 11 years ago
  90. 20ac14f Merge #18584: s/testcleanup/testsetup/ until we switch to Sphinx 1.1. by R David Murray · 11 years ago
  91. 11bfd32 #18584: s/testcleanup/testsetup/ until we switch to Sphinx 1.1. by R David Murray · 11 years ago
  92. 8547a0e Merge doc fix by Antoine Pitrou · 11 years ago
  93. 3ab7b0a Simplify example of PyErr_Fetch() use by Antoine Pitrou · 11 years ago
  94. 796564c Issue #18112: PEP 442 implementation (safe object finalization). by Antoine Pitrou · 11 years ago
  95. 299a221 Merge #18584: make doctest examples in email documentation pass. by R David Murray · 11 years ago
  96. fdfb005 #18584: make doctest examples in email documentation pass. by R David Murray · 11 years ago
  97. cf67b2a Merge #15415 from 3.3 by Nick Coghlan · 11 years ago
  98. 5517596 Close #15415: Factor out temp dir helpers to test.support by Nick Coghlan · 11 years ago
  99. e8c45d6 Close #13266: Add inspect.unwrap by Nick Coghlan · 11 years ago
  100. b6738df (Merge 3.3) doc of PYTHONFAULTHANDLER env var: add missing "versionadded" tag by Victor Stinner · 11 years ago