1. ec15a82 Close #18738: Route __format__ calls to mixed-in type for mixed Enums (such as IntEnum). by Ethan Furman · 11 years ago
  2. 2c68e30 Fix XMLPullParser documentation to say "non-blocking" instead of "asynchronous". by Eli Bendersky · 11 years ago
  3. b586934 Issue #17741: Rename IncrementalParser and its methods. by Eli Bendersky · 11 years ago
  4. a8c2a8a Issue #18760: Improved cross-references in the xml package. by Serhiy Storchaka · 11 years ago
  5. 15e6590 Issue #18760: Improved cross-references in the xml package. by Serhiy Storchaka · 11 years ago
  6. eb97368 Issue #11798: TestSuite now drops references to own tests after execution. by Andrew Svetlov · 11 years ago
  7. daf4555 Issue #18571: Implementation of the PEP 446: file descriptors and file handles by Victor Stinner · 11 years ago
  8. 46e1ce2 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  9. 9594942 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  10. 8d26a56 Clarify pyexpat documentation in StartElementHandler by Eli Bendersky · 11 years ago
  11. ca4d97e Clarify pyexpat documentation in StartElementHandler by Eli Bendersky · 11 years ago
  12. c020e7f Merge doc fix from 3.3 by Eli Bendersky · 11 years ago
  13. bf8ab77 Update XMLParser.close documentation and fix formatting. by Eli Bendersky · 11 years ago
  14. 74eba65 Fix markup in elementtree docs. by Ezio Melotti · 11 years ago
  15. bfd7837 Clarify the documentation of XMLParser.close by Eli Bendersky · 11 years ago
  16. 96d5c54 Issue #18757: Improved cross-references in the concurrent package. by Serhiy Storchaka · 11 years ago
  17. 9e0ae53 Issue #18757: Improved cross-references in the concurrent package. by Serhiy Storchaka · 11 years ago
  18. 6e6c6ac #18796: improve documentation of the file argument of dis.show_code. Initial patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  19. f9f0458 merge emphasized discouragement of overriding __import__ by Brett Cannon · 11 years ago
  20. f5ebd26 Emphasize that people should not override __import__. by Brett Cannon · 11 years ago
  21. 13423c3 Close #18794: Add a fileno() method and a closed attribute to select.devpoll by Victor Stinner · 11 years ago
  22. 319f3a1 Issue #18761: Improved cross-references in email documentation. by Serhiy Storchaka · 11 years ago
  23. e0f0cf4 Issue #18761: Improved cross-references in email documentation. by Serhiy Storchaka · 11 years ago
  24. 07b1661 Issue #18759: Merged updates from 3.3. by Vinay Sajip · 11 years ago
  25. 67f3977 Issue #18759: Improved cross-references in logging documentation. by Vinay Sajip · 11 years ago
  26. bbbf191 Issue #18743: Fix references to non-existant "StringIO" module. by Serhiy Storchaka · 11 years ago
  27. e79be87 Issue #18743: Fix references to non-existant "StringIO" module. by Serhiy Storchaka · 11 years ago
  28. c593056 Fix the default placeholder in textwrap.shorten() to be " [...]". by Antoine Pitrou · 11 years ago
  29. 53e5b5e Issue #16190: fix random module recommendation to use ssl.RAND_bytes(). by Antoine Pitrou · 11 years ago
  30. ba69008 Issue #16190: fix random module recommendation to use ssl.RAND_bytes(). by Antoine Pitrou · 11 years ago
  31. d88f735 Issue #18673: Add versionchanged to docs by Christian Heimes · 11 years ago
  32. 177b3f9 Issue #18673: Add O_TMPFILE to os module. O_TMPFILE requires Linux kernel by Christian Heimes · 11 years ago
  33. 5d07e70 Remove errant fourth '.' from ellipsis in datetime documentation. by David Wolever · 11 years ago
  34. e76c039 Remove errant fourth '.' from ellipsis in datetime documentation. by David Wolever · 11 years ago
  35. 84ed9a6 Issue #8713: Support alternative start methods in multiprocessing on Unix. by Richard Oudkerk · 11 years ago
  36. 7cf5e61 Issue 18724: Fix typo noticed by Susan Tan. by Ned Deily · 11 years ago
  37. eedb58d Issue 18724: Fix typo noticed by Susan Tan. by Ned Deily · 11 years ago
  38. 654f003 Documenting that json.load may raise a ValueError. by Felix Crux · 11 years ago
  39. bc4b8eb Documenting that json.load may raise a ValueError. by Felix Crux · 11 years ago
  40. b435799 Documenting that json.load may raise a ValueError. by Felix Crux · 11 years ago
  41. 60fb971 Documenting that json.load may raise a ValueError. by Felix Crux · 11 years ago
  42. bbf4a46 Merge issue #17701: Improving strftime documentation. by David Wolever · 11 years ago
  43. 569a5fa Issue #17701: Improving strftime documentation. by David Wolever · 11 years ago
  44. 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
  45. 01ea326 Close #12645: Clarify and reformat the documentation of import_fresh_module by Eli Bendersky · 11 years ago
  46. ba5517d Issue #12645: Clarify and reformat the documentation of import_fresh_module by Eli Bendersky · 11 years ago
  47. b2855cc #18663: merge with 3.3. by Ezio Melotti · 11 years ago
  48. d51914c #18663: document that assertAlmostEqual also works when the values are equal and add tests. by Ezio Melotti · 11 years ago
  49. a4998a7 Close #18264: int- and float-derived enums now converted to int or float. by Ethan Furman · 11 years ago
  50. fb1a7bc #18600: In 3.3, as_string does not accept a policy keyword. by R David Murray · 11 years ago
  51. bb17d2b #18600: add policy to add_string, and as_bytes and __bytes__ methods. by R David Murray · 11 years ago
  52. 3e4477c #18267: merge with 3.3. by Ezio Melotti · 11 years ago
  53. 79016e1 #18267: make whitespace consistent and fix an operator. by Ezio Melotti · 11 years ago
  54. 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
  55. b2aa6f4 Issue 18532: Added tests and documentation to formally specify the .name attribute on hashlib objects. by Jason R. Coombs · 11 years ago
  56. 790d269 Fixes #8860: Round half-microseconds to even in the timedelta constructor. by Alexander Belopolsky · 11 years ago
  57. c4216ab Issue #17902: Clarify doc of ElementTree.iterparse and IncrementalParser by Eli Bendersky · 11 years ago
  58. ca97fd3 Issue #17902: Clarify doc of ElementTree.iterparse by Eli Bendersky · 11 years ago
  59. d36fc43 Fix minor documentation markup error. by Larry Hastings · 11 years ago
  60. a68cbfa Issue #18589: fix hyperlinking of type slots (tp_*) by Antoine Pitrou · 11 years ago
  61. 39668f5 Issue #18589: fix hyperlinking of type slots (tp_*) by Antoine Pitrou · 11 years ago
  62. 536ffe1 #17616: Improve context manager tests, fix bugs in close method and mode docs. by R David Murray · 11 years ago
  63. c91d5ee #17616: wave.open now supports the 'with' statement. by R David Murray · 11 years ago
  64. 92e2a22 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  65. 778cba7 Issue #18573: More copy-paste fixes to assertWarns entry. by Terry Jan Reedy · 11 years ago
  66. f392c60 Merge: #18601: fix error made when difflib example was converted to use 'with'. by R David Murray · 11 years ago
  67. 96433f8 #18601: fix error made when difflib example was converted to use 'with'. by R David Murray · 11 years ago
  68. 9026262 fixed examples to work with changed attribute names by Ethan Furman · 11 years ago
  69. 20ac14f Merge #18584: s/testcleanup/testsetup/ until we switch to Sphinx 1.1. by R David Murray · 11 years ago
  70. 11bfd32 #18584: s/testcleanup/testsetup/ until we switch to Sphinx 1.1. by R David Murray · 11 years ago
  71. 796564c Issue #18112: PEP 442 implementation (safe object finalization). by Antoine Pitrou · 11 years ago
  72. 299a221 Merge #18584: make doctest examples in email documentation pass. by R David Murray · 11 years ago
  73. fdfb005 #18584: make doctest examples in email documentation pass. by R David Murray · 11 years ago
  74. cf67b2a Merge #15415 from 3.3 by Nick Coghlan · 11 years ago
  75. 5517596 Close #15415: Factor out temp dir helpers to test.support by Nick Coghlan · 11 years ago
  76. e8c45d6 Close #13266: Add inspect.unwrap by Nick Coghlan · 11 years ago
  77. 937b50c Merge with 3.3 by Terry Jan Reedy · 11 years ago
  78. 9eda66d Issue #18573: Complete copy-paste from assertRaises entry to assertWarns entry. by Terry Jan Reedy · 11 years ago
  79. 4d35e75 #17818: aifc.getparams now returns a namedtuple. by R David Murray · 11 years ago
  80. f24bb35 closes issue18042 -- a `unique` decorator is added to enum.py by Ethan Furman · 11 years ago
  81. eaaedcd Closes #18471: Fix typo in heapq documentation (reported by François Pinard). by Ned Deily · 11 years ago
  82. 676d7aa Issue #18471: Fix typo in heapq documentation (reported by François Pinard). by Ned Deily · 11 years ago
  83. 224a599 - Issue #18440: Clarify that `hash()` can truncate the value returned from an by Barry Warsaw · 11 years ago
  84. 4958f71 - Issue #18440: Clarify that `hash()` can truncate the value returned from an by Barry Warsaw · 11 years ago
  85. 24c05bc Close issue 17482: don't overwrite __wrapped__ by Nick Coghlan · 11 years ago
  86. d57b268 Closes #18452: fix several "occurrence" typos (reported by Févry Thibault). by Ned Deily · 11 years ago
  87. 0995c47 Issue #18452: fix several "occurrence" typos (reported by Févry Thibault). by Ned Deily · 11 years ago
  88. d0a03ad #18389: Clarify that relpath does not access the file system. by R David Murray · 11 years ago
  89. ce10fab #18389: Clarify that relpath does not access the file system. by R David Murray · 11 years ago
  90. 11b38f1 Closes #18433: Merged documentation update from 3.3. by Vinay Sajip · 11 years ago
  91. 577d4ff Issue #18433: Clarified venv documentation. by Vinay Sajip · 11 years ago
  92. c1a9d30 Merged changes. by Vinay Sajip · 11 years ago
  93. ad6bb03 Issue #18434: Updated example script to tidy up resources. by Vinay Sajip · 11 years ago
  94. 62926ee Closes #18434: Merged documentation update from 3.3. by Vinay Sajip · 11 years ago
  95. 3c557f2 Issue #18434: Updated example script in venv docs to use setuptools rather than Distribute. by Vinay Sajip · 11 years ago
  96. e173d01 Merge #17987: properly document support.captured_xxx. by R David Murray · 11 years ago
  97. 5a33f81 #17987: properly document support.captured_xxx. by R David Murray · 11 years ago
  98. 4918560 Issue #18336. Fix a link to StreamReader's read() method. by Serhiy Storchaka · 11 years ago
  99. cca40ff Issue #18336. Fix a link to StreamReader's read() method. by Serhiy Storchaka · 11 years ago
  100. 5f8e785 (3.3->default) Cleanup of documentation change from #17860 by Ronald Oussoren · 11 years ago