1. bc4b8eb Documenting that json.load may raise a ValueError. by Felix Crux · 11 years ago
  2. 569a5fa Issue #17701: Improving strftime documentation. by David Wolever · 11 years ago
  3. ba5517d Issue #12645: Clarify and reformat the documentation of import_fresh_module by Eli Bendersky · 11 years ago
  4. d51914c #18663: document that assertAlmostEqual also works when the values are equal and add tests. by Ezio Melotti · 11 years ago
  5. 43694a5 Issue #18668: Further clarify m_size setting for non-negative values by Eli Bendersky · 11 years ago
  6. fb1a7bc #18600: In 3.3, as_string does not accept a policy keyword. by R David Murray · 11 years ago
  7. cdd0279 Fix a typo in PyUnicode_CopyCharacters() documentation. by Serhiy Storchaka · 11 years ago
  8. 79016e1 #18267: make whitespace consistent and fix an operator. by Ezio Melotti · 11 years ago
  9. 0d2d2b8 Issue #18668: Properly document setting m_size in PyModuleDef by Eli Bendersky · 11 years ago
  10. ca97fd3 Issue #17902: Clarify doc of ElementTree.iterparse by Eli Bendersky · 11 years ago
  11. 39668f5 Issue #18589: fix hyperlinking of type slots (tp_*) by Antoine Pitrou · 11 years ago
  12. 778cba7 Issue #18573: More copy-paste fixes to assertWarns entry. by Terry Jan Reedy · 11 years ago
  13. 1c4e443 #16273: Fix tutorial discussion of seek/tell (opaque text-mode values). by R David Murray · 11 years ago
  14. 96433f8 #18601: fix error made when difflib example was converted to use 'with'. by R David Murray · 11 years ago
  15. 11bfd32 #18584: s/testcleanup/testsetup/ until we switch to Sphinx 1.1. by R David Murray · 11 years ago
  16. 3ab7b0a Simplify example of PyErr_Fetch() use by Antoine Pitrou · 11 years ago
  17. fdfb005 #18584: make doctest examples in email documentation pass. by R David Murray · 11 years ago
  18. 5517596 Close #15415: Factor out temp dir helpers to test.support by Nick Coghlan · 11 years ago
  19. ae6d05b doc of PYTHONFAULTHANDLER env var: add missing "versionadded" tag by Victor Stinner · 11 years ago
  20. 9eda66d Issue #18573: Complete copy-paste from assertRaises entry to assertWarns entry. by Terry Jan Reedy · 11 years ago
  21. b76b1b1 #15130: remove repeat of abstract paragraph from socket howto body. by R David Murray · 11 years ago
  22. 61b0c67 #16937: document that stdin is always buffered, even when -u is used. Patch by Elena Oat. by Ezio Melotti · 11 years ago
  23. a92fbe6 Issue #18541: simplified LoggerAdapter example. by Vinay Sajip · 11 years ago
  24. 676d7aa Issue #18471: Fix typo in heapq documentation (reported by François Pinard). by Ned Deily · 11 years ago
  25. 224a599 - Issue #18440: Clarify that `hash()` can truncate the value returned from an by Barry Warsaw · 11 years ago
  26. 0995c47 Issue #18452: fix several "occurrence" typos (reported by Févry Thibault). by Ned Deily · 11 years ago
  27. ce10fab #18389: Clarify that relpath does not access the file system. by R David Murray · 11 years ago
  28. 577d4ff Issue #18433: Clarified venv documentation. by Vinay Sajip · 11 years ago
  29. ad6bb03 Issue #18434: Updated example script to tidy up resources. by Vinay Sajip · 11 years ago
  30. 3c557f2 Issue #18434: Updated example script in venv docs to use setuptools rather than Distribute. by Vinay Sajip · 11 years ago
  31. 244d625 Issue #18085: Add missed const modifier for some entries in refcounts.dat. by Serhiy Storchaka · 11 years ago
  32. 5a33f81 #17987: properly document support.captured_xxx. by R David Murray · 11 years ago
  33. cca40ff Issue #18336. Fix a link to StreamReader's read() method. by Serhiy Storchaka · 11 years ago
  34. 93dd693 #18403: fix an off-by-one typo noticed by Xue Fuqiao. by Ezio Melotti · 11 years ago
  35. 385521c Cleanup of documentation change from #17860 by Ronald Oussoren · 11 years ago
  36. a686505 Issue #17860: explicitly mention that std* streams are opened in binary mode by default. by Ronald Oussoren · 11 years ago
  37. d7d3f37 Issue #14206: Clarify docs for Queue.join_cancel_thread(). by Richard Oudkerk · 11 years ago
  38. b3c4b98 Issue #17273: Clarify that pool methods can only be used by parent process. by Richard Oudkerk · 11 years ago
  39. 8a0b775 Issue #7136: In the Idle File menu, "New Window" is renamed "New File". by Terry Jan Reedy · 11 years ago
  40. c4565a9 Issue #18237: Fix assertRaisesRegexp error caought by Jeff Tratner. by Terry Jan Reedy · 11 years ago
  41. c7f7579 #18311: fix typo. by R David Murray · 11 years ago
  42. 51cee7d Issue #18164: Clarify the embedding docs regarding link options. by Ned Deily · 11 years ago
  43. 2b310dd Fix typo. by Richard Oudkerk · 11 years ago
  44. 7b69da7 Clarify note and fix typo. by Richard Oudkerk · 11 years ago
  45. 64c25b4 Issue #15818: Typo in docs. by Richard Oudkerk · 11 years ago
  46. 95fe1a7 Issue #18277: Document quirks of multiprocessing queue. by Richard Oudkerk · 11 years ago
  47. 021362d #18179: reflow paragraphs. by R David Murray · 11 years ago
  48. 36beb66 #18179: document the local_hostname parameter. by R David Murray · 11 years ago
  49. 29b2f17 Issue #18278: properly document how the loaders are called for FileFinder by Brett Cannon · 11 years ago
  50. edb4260 Closes #18218: use correct variable name for starting point by Andrew Kuchling · 11 years ago
  51. c3db373 Closes #18267: use floor division in code example by Andrew Kuchling · 11 years ago
  52. 1d7d580 Closes #18272: use 'builtins' for 3.3 instead of __builtin__ by Andrew Kuchling · 11 years ago
  53. 2151fc6 #4153: update Unicode howto for Python 3.3 by Andrew Kuchling · 11 years ago
  54. fdf9503 Tweak programming faq examples so that it (mostly) passes doctest. by R David Murray · 11 years ago
  55. a269d82 merge by Brett Cannon · 11 years ago
  56. 1d75382 Fix a misnaming of a method and an argument by Brett Cannon · 11 years ago
  57. c7b6c50 Describe 'surrogateescape' in the documentation. by Andrew Kuchling · 11 years ago
  58. 3886120 Issue #18187: Fix broken link in venv documentation. Patch by Berker Peksag. by Ned Deily · 11 years ago
  59. c1f5839 #18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev. by Ezio Melotti · 11 years ago
  60. d710017 Clarify which dictionaries are updateable by Raymond Hettinger · 11 years ago
  61. dce0550 Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat. by Serhiy Storchaka · 11 years ago
  62. ea2b490 Issue #18011: base64.b32decode() now raises a binascii.Error if there are by Serhiy Storchaka · 11 years ago
  63. fef952a Issue #18079: Fix a typo in the tutorial. by Serhiy Storchaka · 11 years ago
  64. 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
  65. ecf0851 Fix typo in embedding doc and update examples to 3.3. by Ned Deily · 11 years ago
  66. 4b4e38e Mention __cached__ in the import ref. by Brett Cannon · 11 years ago
  67. 533f1ed Add a missing parenthesis. by Brett Cannon · 11 years ago
  68. 2cefb3c Various tweaks to importlib docs. by Brett Cannon · 11 years ago
  69. c3511c1 Issue #17953: document that sys.modules shouldn't be replaced (thanks by Brett Cannon · 11 years ago
  70. 05ec6ac Fix #18007 : Document CookieJar.add_cookie_header request parameter changes in 3.3 by Senthil Kumaran · 11 years ago
  71. 650e322 Issue 17844: Clarify meaning of different codec tables by Nick Coghlan · 11 years ago
  72. c1939b8 Issue #18031: %-formatting isn't dead yet and might pull through. by Raymond Hettinger · 11 years ago
  73. 9e62d35 Issue #17844: Add links to encoders and decoders for bytes-to-bytes codecs. by Serhiy Storchaka · 11 years ago
  74. 95ae992 #17973: fix technical inaccuracy in faq entry (it now passes doctest). by R David Murray · 11 years ago
  75. ea3cfc5 Issue #18026: fix ctypes doc typo by Ned Deily · 11 years ago
  76. bcf06d3 #17973: Add FAQ entry for ([],)[0] += [1] both extending and raising. by R David Murray · 11 years ago
  77. 86aecc3 #14097: improve the "introduction" page of the tutorial. by Ezio Melotti · 11 years ago
  78. d486707 - Issue #17977: The documentation for the cadefault argument's default value by Barry Warsaw · 11 years ago
  79. 521ed52 Closes issue #17732: ignore install-directory specific options in by Georg Brandl · 11 years ago
  80. d8f870d I was confused before. It's correct to not call .close() inside the with by Barry Warsaw · 11 years ago
  81. 173d410 #17841: remove missing codecs aliases from the documentation. Patch by Thomas Fenzl. by Ezio Melotti · 11 years ago
  82. ddcb304 #17700: update the curses HOWTO for 3.x by Andrew Kuchling · 11 years ago
  83. 955382c #17938: remove duplicate paragraphs. by Ezio Melotti · 11 years ago
  84. babc822 #16523: improve attrgetter/itemgetter/methodcaller documentation. by Ezio Melotti · 11 years ago
  85. c58a3ea #17714: document that the base64 codec adds a trailing newline. by Ezio Melotti · 11 years ago
  86. 9c939bc #17871: fix unittest.TextTestRunner signature in the docs. Patch by Yogesh Chaudhari. by Ezio Melotti · 11 years ago
  87. 12f588a Issue 17920: Fix-up terminology in the set documentation by Raymond Hettinger · 11 years ago
  88. 25cd091 #14187: Add glossary entry for 'function annotations'. by R David Murray · 11 years ago
  89. 44571da Issue 17862: Improve the signature of itertools grouper() recipe. by Raymond Hettinger · 11 years ago
  90. 5de183a Elaborate on bytes-like objects. by Antoine Pitrou · 11 years ago
  91. c228e96 #16518: use "bytes-like object" throughout the docs. by Ezio Melotti · 11 years ago
  92. a771a1b Issue #17529: Fix os.sendfile() documentation regarding the type of file by Charles-Francois Natali · 11 years ago
  93. aa54e2f #16518: add "bytes-like object" to the glossary. by Ezio Melotti · 11 years ago
  94. ab6ab15 #17881: clarify documentation of plistlib. by Ezio Melotti · 11 years ago
  95. 775ccdf #7152: Remove incorrectly added reference to DataHandler. by R David Murray · 11 years ago
  96. 9330a94 Reflow paragraphs. by R David Murray · 11 years ago
  97. 5aea37a #7152: Clarify that ProxyHandler is added only if proxy settings are detected. by R David Murray · 11 years ago
  98. 4067aa2 Issue #17357: Use more stern wording for importlib.invalidate_caches(). by Brett Cannon · 11 years ago
  99. d638381 #17729: remove the Advocacy HOWTO from the index. by Ezio Melotti · 11 years ago
  100. 8bdcaf7 #17729: remove the outdated Advocacy HOWTO, as suggested by the author. by Ezio Melotti · 11 years ago