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