1. bdaee3a Fix: Element.text is an attribute, not a method (report by Cameron Laird on docs@) by Georg Brandl · 11 years ago
  2. c2b17b2 Fix "customer timer" -> "custom timer" (reported by Kirk Strauser on docs@) by Georg Brandl · 11 years ago
  3. 5b22dd8 Close #19160: Inconsistent size for GIL release in hashlib by Jesus Cea · 11 years ago
  4. f5c499e Close #19160: Inconsistent size for GIL release in hashlib by Jesus Cea · 11 years ago
  5. 5c4b4c5 [issue19152] Revert 832579dbafd6. by Eric Snow · 11 years ago
  6. af8566c [issue19152] Add ExtensionFileLoader.get_filename(). by Eric Snow · 11 years ago
  7. 21b2933 Minor doc fix in urllib.parse.rst by Senthil Kumaran · 11 years ago
  8. 2a97cee Correcting the mistake in 14ba90816930 by Senthil Kumaran · 11 years ago
  9. fb9dc0b Merge #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 11 years ago
  10. 8270a2c Merge #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 11 years ago
  11. 104aab9 #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 11 years ago
  12. 560a778 #18951: use consistent names in unittest docs. by Ezio Melotti · 11 years ago
  13. b918395 Clarify mmap.close method behavior. Addresses issue #18815 by Senthil Kumaran · 11 years ago
  14. b505a6a Document Fraction's numerator and denominator properties. Addresses issue #18800 by Senthil Kumaran · 11 years ago
  15. fb92f39 Issue 18752: Make chain.from_iterable() more visible in the documentation. by Raymond Hettinger · 11 years ago
  16. 1e21ebc Issue 18301: The classmethod decorator didn't fit well with the rough-equivalent example code. by Raymond Hettinger · 11 years ago
  17. 0494c2a Close #18952: correctly download test support data by Nick Coghlan · 11 years ago
  18. 21101f7 Correct Profile class usage example. Addresses issue #18033. by Senthil Kumaran · 11 years ago
  19. 1b90227 Removing the mention of os.isatty mention as Unix only by Senthil Kumaran · 11 years ago
  20. e64a91a #18895: split a sentence in unittest docs. by Ezio Melotti · 11 years ago
  21. e220236 #18894: remove mention of deprecated fail* methods. by Ezio Melotti · 11 years ago
  22. a704582 Issue #18939: Updated venv documentation with some clarifications. by Vinay Sajip · 11 years ago
  23. 31b862d Issue #18933: Added links to source code. by Vinay Sajip · 11 years ago
  24. 15e6590 Issue #18760: Improved cross-references in the xml package. by Serhiy Storchaka · 11 years ago
  25. 9594942 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  26. ca4d97e Clarify pyexpat documentation in StartElementHandler by Eli Bendersky · 11 years ago
  27. bf8ab77 Update XMLParser.close documentation and fix formatting. by Eli Bendersky · 11 years ago
  28. 9e0ae53 Issue #18757: Improved cross-references in the concurrent package. by Serhiy Storchaka · 11 years ago
  29. f5ebd26 Emphasize that people should not override __import__. by Brett Cannon · 11 years ago
  30. e0f0cf4 Issue #18761: Improved cross-references in email documentation. by Serhiy Storchaka · 11 years ago
  31. 67f3977 Issue #18759: Improved cross-references in logging documentation. by Vinay Sajip · 11 years ago
  32. e79be87 Issue #18743: Fix references to non-existant "StringIO" module. by Serhiy Storchaka · 11 years ago
  33. ba69008 Issue #16190: fix random module recommendation to use ssl.RAND_bytes(). by Antoine Pitrou · 11 years ago
  34. e76c039 Remove errant fourth '.' from ellipsis in datetime documentation. by David Wolever · 11 years ago
  35. eedb58d Issue 18724: Fix typo noticed by Susan Tan. by Ned Deily · 11 years ago
  36. bc4b8eb Documenting that json.load may raise a ValueError. by Felix Crux · 11 years ago
  37. 569a5fa Issue #17701: Improving strftime documentation. by David Wolever · 11 years ago
  38. ba5517d Issue #12645: Clarify and reformat the documentation of import_fresh_module by Eli Bendersky · 11 years ago
  39. d51914c #18663: document that assertAlmostEqual also works when the values are equal and add tests. by Ezio Melotti · 11 years ago
  40. fb1a7bc #18600: In 3.3, as_string does not accept a policy keyword. by R David Murray · 11 years ago
  41. 79016e1 #18267: make whitespace consistent and fix an operator. by Ezio Melotti · 11 years ago
  42. ca97fd3 Issue #17902: Clarify doc of ElementTree.iterparse by Eli Bendersky · 11 years ago
  43. 39668f5 Issue #18589: fix hyperlinking of type slots (tp_*) by Antoine Pitrou · 11 years ago
  44. 778cba7 Issue #18573: More copy-paste fixes to assertWarns entry. by Terry Jan Reedy · 11 years ago
  45. 96433f8 #18601: fix error made when difflib example was converted to use 'with'. by R David Murray · 11 years ago
  46. 11bfd32 #18584: s/testcleanup/testsetup/ until we switch to Sphinx 1.1. by R David Murray · 11 years ago
  47. fdfb005 #18584: make doctest examples in email documentation pass. by R David Murray · 11 years ago
  48. 5517596 Close #15415: Factor out temp dir helpers to test.support by Nick Coghlan · 11 years ago
  49. 9eda66d Issue #18573: Complete copy-paste from assertRaises entry to assertWarns entry. by Terry Jan Reedy · 11 years ago
  50. 676d7aa Issue #18471: Fix typo in heapq documentation (reported by François Pinard). by Ned Deily · 11 years ago
  51. 224a599 - Issue #18440: Clarify that `hash()` can truncate the value returned from an by Barry Warsaw · 11 years ago
  52. 0995c47 Issue #18452: fix several "occurrence" typos (reported by Févry Thibault). by Ned Deily · 11 years ago
  53. ce10fab #18389: Clarify that relpath does not access the file system. by R David Murray · 11 years ago
  54. 577d4ff Issue #18433: Clarified venv documentation. by Vinay Sajip · 11 years ago
  55. ad6bb03 Issue #18434: Updated example script to tidy up resources. by Vinay Sajip · 11 years ago
  56. 3c557f2 Issue #18434: Updated example script in venv docs to use setuptools rather than Distribute. by Vinay Sajip · 11 years ago
  57. 5a33f81 #17987: properly document support.captured_xxx. by R David Murray · 11 years ago
  58. cca40ff Issue #18336. Fix a link to StreamReader's read() method. by Serhiy Storchaka · 11 years ago
  59. 385521c Cleanup of documentation change from #17860 by Ronald Oussoren · 11 years ago
  60. a686505 Issue #17860: explicitly mention that std* streams are opened in binary mode by default. by Ronald Oussoren · 11 years ago
  61. d7d3f37 Issue #14206: Clarify docs for Queue.join_cancel_thread(). by Richard Oudkerk · 11 years ago
  62. b3c4b98 Issue #17273: Clarify that pool methods can only be used by parent process. by Richard Oudkerk · 11 years ago
  63. 8a0b775 Issue #7136: In the Idle File menu, "New Window" is renamed "New File". by Terry Jan Reedy · 11 years ago
  64. c4565a9 Issue #18237: Fix assertRaisesRegexp error caought by Jeff Tratner. by Terry Jan Reedy · 11 years ago
  65. c7f7579 #18311: fix typo. by R David Murray · 11 years ago
  66. 2b310dd Fix typo. by Richard Oudkerk · 11 years ago
  67. 7b69da7 Clarify note and fix typo. by Richard Oudkerk · 11 years ago
  68. 64c25b4 Issue #15818: Typo in docs. by Richard Oudkerk · 11 years ago
  69. 95fe1a7 Issue #18277: Document quirks of multiprocessing queue. by Richard Oudkerk · 11 years ago
  70. 021362d #18179: reflow paragraphs. by R David Murray · 11 years ago
  71. 36beb66 #18179: document the local_hostname parameter. by R David Murray · 11 years ago
  72. 29b2f17 Issue #18278: properly document how the loaders are called for FileFinder by Brett Cannon · 11 years ago
  73. edb4260 Closes #18218: use correct variable name for starting point by Andrew Kuchling · 11 years ago
  74. c3db373 Closes #18267: use floor division in code example by Andrew Kuchling · 11 years ago
  75. 1d7d580 Closes #18272: use 'builtins' for 3.3 instead of __builtin__ by Andrew Kuchling · 11 years ago
  76. a269d82 merge by Brett Cannon · 11 years ago
  77. 1d75382 Fix a misnaming of a method and an argument by Brett Cannon · 11 years ago
  78. c7b6c50 Describe 'surrogateescape' in the documentation. by Andrew Kuchling · 11 years ago
  79. 3886120 Issue #18187: Fix broken link in venv documentation. Patch by Berker Peksag. by Ned Deily · 11 years ago
  80. c1f5839 #18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev. by Ezio Melotti · 11 years ago
  81. d710017 Clarify which dictionaries are updateable by Raymond Hettinger · 11 years ago
  82. ea2b490 Issue #18011: base64.b32decode() now raises a binascii.Error if there are by Serhiy Storchaka · 11 years ago
  83. 3a09286 Issue #13772: Restored directory detection of targets in `os.symlink` on Windows, which was temporarily removed in Python 3.2.3 due to an incomplete implementation. The implementation now works even if the symlink is created in a location other than the current directory. by Jason R. Coombs · 11 years ago
  84. 533f1ed Add a missing parenthesis. by Brett Cannon · 11 years ago
  85. 2cefb3c Various tweaks to importlib docs. by Brett Cannon · 11 years ago
  86. c3511c1 Issue #17953: document that sys.modules shouldn't be replaced (thanks by Brett Cannon · 11 years ago
  87. 05ec6ac Fix #18007 : Document CookieJar.add_cookie_header request parameter changes in 3.3 by Senthil Kumaran · 11 years ago
  88. 650e322 Issue 17844: Clarify meaning of different codec tables by Nick Coghlan · 11 years ago
  89. 9e62d35 Issue #17844: Add links to encoders and decoders for bytes-to-bytes codecs. by Serhiy Storchaka · 11 years ago
  90. ea3cfc5 Issue #18026: fix ctypes doc typo by Ned Deily · 11 years ago
  91. d486707 - Issue #17977: The documentation for the cadefault argument's default value by Barry Warsaw · 11 years ago
  92. 521ed52 Closes issue #17732: ignore install-directory specific options in by Georg Brandl · 11 years ago
  93. d8f870d I was confused before. It's correct to not call .close() inside the with by Barry Warsaw · 11 years ago
  94. 173d410 #17841: remove missing codecs aliases from the documentation. Patch by Thomas Fenzl. by Ezio Melotti · 11 years ago
  95. babc822 #16523: improve attrgetter/itemgetter/methodcaller documentation. by Ezio Melotti · 11 years ago
  96. c58a3ea #17714: document that the base64 codec adds a trailing newline. by Ezio Melotti · 11 years ago
  97. 9c939bc #17871: fix unittest.TextTestRunner signature in the docs. Patch by Yogesh Chaudhari. by Ezio Melotti · 11 years ago
  98. 12f588a Issue 17920: Fix-up terminology in the set documentation by Raymond Hettinger · 11 years ago
  99. 44571da Issue 17862: Improve the signature of itertools grouper() recipe. by Raymond Hettinger · 11 years ago
  100. c228e96 #16518: use "bytes-like object" throughout the docs. by Ezio Melotti · 11 years ago