1. abf079d Issue #20624: Exception docs wording tweak - clarify that it's okay to inherit from a subclass of Exception. by Mark Dickinson · 10 years ago
  2. 604453c #21169: add comment and doc update for getpass change. by R David Murray · 10 years ago
  3. 04d8a24 Fix faq example with division. by Eric V. Smith · 10 years ago
  4. fc9a4d8 Fix text about int() with octal numbers. Closes #21212. by Eric V. Smith · 10 years ago
  5. ecd9e8a Remove references to the obsolete Mac Carbon modules in the GUI by Ned Deily · 10 years ago
  6. f98021c Issue #21170: Removed invalid parameter names from unittest doc. by Terry Jan Reedy · 10 years ago
  7. f3ddcc9 issue #21190: Fix the broken docs download link by Senthil Kumaran · 10 years ago
  8. af8a4df docs: Better wording for __objclass__ docs. Issue #19281 by Yury Selivanov · 10 years ago
  9. d3f918c docs: Document __objclass__. Closes #19281. by Yury Selivanov · 10 years ago
  10. ce0700a PySequence_Fast generally returns a list not a tuple (closes #16395) by Benjamin Peterson · 10 years ago
  11. f0f7844 the name of the slot of nb_multiply not nb_mul by Benjamin Peterson · 10 years ago
  12. 222ef82 fix verb (closes #21174) by Benjamin Peterson · 10 years ago
  13. 6d6ec25 merge from 3.3 by Senthil Kumaran · 10 years ago
  14. f5c3405 minor docfix (reported at docs@python.org) trace.py argument is --count not --counts by Senthil Kumaran · 10 years ago
  15. 18fc4e7 Issue #20942: PyImport_ImportFrozenModuleObject() no longer sets __file__. by Brett Cannon · 10 years ago
  16. b30b34c Issue 21143: Fix typo in docs for max(). by Raymond Hettinger · 10 years ago
  17. 0bd22d4 Issue #20375: Clarify ET's parsing of comments and processing instructions. by Eli Bendersky · 10 years ago
  18. 31b26f6 Issue #18652: Add an itertools recipe for first_true() by Raymond Hettinger · 10 years ago
  19. f4284e4 Documentation nit. List the traditional keyword-only argument first and the default last. by Raymond Hettinger · 10 years ago
  20. da4bf8f Issue 21125: minor documentation tweak. by Raymond Hettinger · 10 years ago
  21. 1acc69c update version changed by Benjamin Peterson · 10 years ago
  22. 9dc203f merge 3.3 (#21082) by Benjamin Peterson · 10 years ago
  23. 4717e21 merge 3.2 (#21082) by Benjamin Peterson · 10 years ago
  24. ee5f1c1 remove directory mode check from makedirs (closes #21082) by Benjamin Peterson · 10 years ago
  25. 9d08562 Issue #15067: Port 2.7 sqlite3 docs to 3.4 by Zachary Ware · 10 years ago
  26. c3bf692 #16716: remove deprecation warning by Andrew Svetlov · 10 years ago
  27. 08af000 Get rid of deprecated IOError in the doc by Andrew Svetlov · 10 years ago
  28. 5898d4f IOError -> OSError by Andrew Svetlov · 10 years ago
  29. 050f9ea Fix the doc: add deprecation warning in select module. by Andrew Svetlov · 10 years ago
  30. 3a43403 make partialmethod example work (closes #21105) by Benjamin Peterson · 10 years ago
  31. 589872c Fix doc typo. by Guido van Rossum · 10 years ago
  32. 1e1e601 Minor readability improvement. by Raymond Hettinger · 10 years ago
  33. 9aa00d1 Issue #19697: document more __main__.__spec__ quirks by Nick Coghlan · 10 years ago
  34. e50f9aa Issue #19697: Document cases where __main__.__spec__ is None. by Eric Snow · 10 years ago
  35. 4ab532b Issue 21014: Use booleans instead of 0 and 1 in examples. by Raymond Hettinger · 10 years ago
  36. 865bdbf Doc: do not compress .epub for dist, it is already zipped. by Georg Brandl · 10 years ago
  37. e7d532f Issue #6676: Ensure a meaningful exception is raised when attempting by Ned Deily · 10 years ago
  38. 215ad66 Issue #12209: Minor edits to faulthandler doc. Patch written by Éric Araujo. by Victor Stinner · 10 years ago
  39. 4908910 Updated external link in documentation. by Vinay Sajip · 10 years ago
  40. 1afe2af Closes #21045: make the Qt help build not look completely stupid by Georg Brandl · 10 years ago
  41. 984600f Issue #21006: asyncio doc: reorganize subprocess doc by Victor Stinner · 10 years ago
  42. 1c669c1 Closes #18456: Doc fix: PyDict_Update only works with dict-like objects, not key-value sequences. Patch by priyapappachan. by Georg Brandl · 10 years ago
  43. 4137465 Issue #21043: Remove the recommendation for specific CA organizations by Donald Stufft · 10 years ago
  44. df48b97 Fix a few scoping issues with versionadded/versionchanged directives. by Georg Brandl · 10 years ago
  45. 645d3b7 Remove superfluous open parenthesis. Noticed by cocoatomo on docs@. by Zachary Ware · 10 years ago
  46. 6a2ba94 Issue #21013: Enhance ssl.create_default_context() for server side contexts by Donald Stufft · 10 years ago
  47. 553e108 tutorial: no "linux2" sys.platform on 3.x (thanks Arfrever) by Georg Brandl · 10 years ago
  48. f8cbbbb Issue #20913: make it clear that create_default_context() also enables hostname checking by Antoine Pitrou · 10 years ago
  49. 75c5ab4 Closes #20975: make date in the interpreter banner a little more consistent by Georg Brandl · 10 years ago
  50. c5e075f Issue #20913: improve the SSL security considerations to first advocate using create_default_context(). by Antoine Pitrou · 10 years ago
  51. 79ccaa2 Issue #20995: Enhance default ciphers used by the ssl module by Donald Stufft · 10 years ago
  52. 51f3129 Close #21010: Fix typo in asyncio doc. Patch written by Claudiu Popa. by Victor Stinner · 10 years ago
  53. 6bc2396 Issue #21006: Fix subprocess example on Windows in asyncio doc by Victor Stinner · 10 years ago
  54. 7280486 Close #21005: Fix documentation of asyncio.subprocess.DEVNULL by Victor Stinner · 10 years ago
  55. 409a1be improve start default for relpath by Benjamin Peterson · 10 years ago
  56. 2f31b4b Fix typos in Doc/faq/extending. Found by cocoatomo on docs@. by Zachary Ware · 10 years ago
  57. dbd1c43 Fix spelling in enum docs. by Zachary Ware · 10 years ago
  58. 253deed Add missing parenthesis. Found by cocoatomo on docs@. by Zachary Ware · 10 years ago
  59. a22ae21 Fix parameter name in docs for os.makedirs and os.removedirs. by Zachary Ware · 10 years ago
  60. 0886399 Issue #20966: Fix Tkinter Resources link by Zachary Ware · 10 years ago
  61. f5c801f Fix option description that is a warning in new Sphinx versions. by Georg Brandl · 10 years ago
  62. 0b1be1a Fix typo in example (#20963) by Éric Araujo · 10 years ago
  63. 28a965f Typo by Jesus Cea · 10 years ago
  64. bdb8bb3 Typo by Jesus Cea · 10 years ago
  65. cec25b0 Typo by Jesus Cea · 10 years ago
  66. f93d3df closes #20960 by R David Murray · 10 years ago
  67. a7f4801 merge with 3.3 by Georg Brandl · 10 years ago
  68. 56d3a03 Update doc version switcher for 3.4/3.5. by Georg Brandl · 10 years ago
  69. 3c5c56f Merged default into 3.4 branch. 3.4 branch is now effectively 3.4.1rc1. by Larry Hastings · 10 years ago
  70. 2221f66 merge 3.3 (#11448) by Benjamin Peterson · 10 years ago
  71. a48d9ea improve set_tunnel docs (closes #11448) by Benjamin Peterson · 10 years ago
  72. 7bdf786 Issue #20950: Fix typo asyncio doc, wait() has no self parameter by Victor Stinner · 10 years ago
  73. 3101b70 Final documentation fixes for 3.4.0 final. by Larry Hastings · 10 years ago
  74. cf1a3cd Release bump for 3.4.0 final. by Larry Hastings · 10 years ago
  75. 0548f5c Regenerate pydoc_topics, fix markup errors, in preparation for 3.4.0 final. by Larry Hastings · 10 years ago
  76. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 10 years ago
  77. ffa1f27 Bring PEP 453 What's New entry up to date by Nick Coghlan · 10 years ago
  78. 01f2129 whatsnew: Fix Features section title, use title/sentence case consistently. by R David Murray · 10 years ago
  79. 34784e6 Issue #20931: Fix other confusingly-worded heading. by Larry Hastings · 10 years ago
  80. 8bc7ef6 Close #16665: improve documentation for hex(). Patch by Jessica McKellar. by Antoine Pitrou · 10 years ago
  81. d5358b9 whatsnew: Clarify heading. by R David Murray · 10 years ago
  82. 790bf0d Close #16665: improve documentation for hex(). Patch by Jessica McKellar. by Antoine Pitrou · 10 years ago
  83. bbd392e merge 3.3 by Benjamin Peterson · 10 years ago
  84. 0392271 send people to the right editors page (#20938) by Benjamin Peterson · 10 years ago
  85. b69c0c1 whatsnew: final edit pass. by R David Murray · 10 years ago
  86. f0b2ef1 Issue #20884: whatsnew: Frozen modules don't set __file__ anymore. by Brett Cannon · 10 years ago
  87. a0b9eeb whatsnew: link from module_spec section to Deprecation, for replacements. by R David Murray · 10 years ago
  88. 6dfc632 whatsnew: difflib.isbjunk &c were removed, not deprecated. by R David Murray · 10 years ago
  89. d664db8 whatsnew: difflib.isbjunk &c were removed, not deprecated. by R David Murray · 10 years ago
  90. 44b03c5 whatsnew: small tweaks to codecs entry. by R David Murray · 10 years ago
  91. bcf7012 whatsnew: linkify some pip things, and explain why non-inheriting is good. by R David Murray · 10 years ago
  92. f446d7a Remove references to make targets deleted in eef7899ea7ab by Éric Araujo · 10 years ago
  93. 7bf5031 Clarify distutils’ clean command (ref #6142) by Éric Araujo · 10 years ago
  94. ef04c59 Clarify distutils’ clean command (ref #6142) by Éric Araujo · 10 years ago
  95. a85e100 Issue #19407: Fix typos in new distribution & installation guides. by Ned Deily · 10 years ago
  96. 66646e2 whatsnew: remove 'draft' note, tidy up summary, collect SSLContext stuff. by R David Murray · 10 years ago
  97. d73721a whatsnew: collections no longer implicitly imports 'abc' (#20784). by R David Murray · 10 years ago
  98. b895505 whatsnew: HTTPError.headers (#15701). by R David Murray · 10 years ago
  99. 5253034 whatsnew: make it clear I'm the editor, not author of all text. by R David Murray · 10 years ago
  100. 45fc871 Make distutils error messages more helpful (#11599). by Éric Araujo · 10 years ago