- 8f1dd22 Issue #26462: Doc: avoid literal_block warnings, fix syntax highlighting. by Martin Panter · 9 years ago
- 75d7b61 Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 9 years ago
- a850ef6 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 9 years ago
- b362f75 Issue #25523: Correct "a" article to "an" article by Martin Panter · 10 years ago
- fcd7d34 Issue #25570: Add example of customizing User-Agent via add_header() by Martin Panter · 9 years ago
- 200a615 Issue #27125: Remove duplicated words from documentation and comments by Martin Panter · 9 years ago
- 5db0b33 Fix Issue #21528 - Fix documentation typos by Donald Stufft · 11 years ago
- 12d547a Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 9 years ago
- f2f1c57 Fix typos in comments, documentation and test method names by Martin Panter · 9 years ago
- b4905ef Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 9 years ago
- ff64b3a Issue #24715: Improve sort stability example by Raymond Hettinger · 9 years ago
- bca06cc fix python 3 mod init function declaration (closes #26827) by Benjamin Peterson · 9 years ago
- 9a118f1 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 9 years ago
- 16b83b1 Issue #24173: Fix curses.wrapper link in curses HOWTO by Berker Peksag · 9 years ago
- 6a8163a Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 9 years ago
- fdcb535 Issue #25910: Fixed dead links in the docs. by Serhiy Storchaka · 9 years ago
- 6e0b44e Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 9 years ago
- cb7fff5 Added a cookbook recipe for a logging context manager. by Vinay Sajip · 9 years ago
- 97b6e0b Fix typo. by Georg Brandl · 9 years ago
- 35bb78e Added simple threading example to logging cookbook. by Vinay Sajip · 9 years ago
- 51b13e5 fix typo (closes #26378) by Benjamin Peterson · 9 years ago
- 53ae0ba Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 10 years ago
- 9c61f2e Fix userinfo example presented in urllib2 howto. by Senthil Kumaran · 10 years ago
- 50ba447 #25517: fix regex in the regex howto. Patch by Elena Oat. by Ezio Melotti · 10 years ago
- 2ee55f3 Fix use of default reST role by Zachary Ware · 10 years ago
- c72e66a Issue #25523: Backported a-to-an corrections. by Serhiy Storchaka · 10 years ago
- 63173a8 Added entry to logging cookbook. by Vinay Sajip · 10 years ago
- 9918775 Closes #25344: Added cookbook recipe to show buffering of logging events. by Vinay Sajip · 10 years ago
- 1b822d0 use a more modern UA (#25145) by Benjamin Peterson · 10 years ago
- c717e08 remove reference to PyGoogle (#25145) by Benjamin Peterson · 10 years ago
- caaaa14 Added a cookbook entry on logging audible messages. by Vinay Sajip · 11 years ago
- 9e74fc3 Added a logging cookbook entry on customized exception formatting. by Vinay Sajip · 11 years ago
- b09ec90 Add missing URL link to Modernize docs. by Ned Deily · 11 years ago
- cb36d24 improve incorrect French (#23109) by Benjamin Peterson · 11 years ago
- 0bf02c8 Issue #23047: Fix typo in pyporting.rst. by Berker Peksag · 11 years ago
- fcf094c Backport of porting HOWTO by Brett Cannon · 11 years ago
- df611a9 remove reference to dead irc channel (closes #23038) by Benjamin Peterson · 11 years ago
- 86b36e5 Fix 2to3 reference link in pyporting.rst. by Ned Deily · 11 years ago
- f3f5052 Doc: fix default role usage (except in unittest mock docs) by Georg Brandl · 11 years ago
- 0f5d6c0 Fixing broken links in doc, part 4: some more breaks and redirects by Georg Brandl · 11 years ago
- 0ffb462 Fixing broken links in doc, part 2: howto/ by Georg Brandl · 11 years ago
- ea64fb7 Fix external links to docs.python.org to use internal links instead. by Georg Brandl · 11 years ago
- 06f3b3b Use https:// URLs when referring to python.org hosts. by Georg Brandl · 11 years ago
- e9e24b5 Closes #22748: there are no PyString C functions in 3.x. by Georg Brandl · 11 years ago
- ed91883 Issue #16863: Explain difference between text and 2.7 behavior. by Terry Jan Reedy · 11 years ago
- 55640c1 Updated cookbook entry to replace shutil.chown with os.chown. by Vinay Sajip · 11 years ago
- 05179d5 use source role instead of linking to svn by Benjamin Peterson · 11 years ago
- 7de9971 Fixed typo in documentation. by Vinay Sajip · 11 years ago
- 487a143 Fix typo reported by Jesse W on docs@ by Zachary Ware · 11 years ago
- df0e8f9 #21693 - Fix the broken link for pylons project. by Senthil Kumaran · 11 years ago
- 9e51f50 Updated logging HOWTO section on optimization. by Vinay Sajip · 11 years ago
- 2eff14d fix typo in variable name (closes #21586) by Benjamin Peterson · 11 years ago
- 1c1d1e2 Don't grow strings by concatenation. Use ''.join() instead. by Raymond Hettinger · 11 years ago
- 10c7781 fix off-by-one error (closes #21330) by Benjamin Peterson · 11 years ago
- 33a431c Updated external link in documentation. by Vinay Sajip · 11 years ago
- 841da4e sync pyporting howto from python 3 docs by Benjamin Peterson · 11 years ago
- 5146825 Added cookbook entry on logging filter configuration using dictConfig(). by Vinay Sajip · 12 years ago
- b712873 Removed spaces before colons and semicolons. by Serhiy Storchaka · 12 years ago
- 610f84a Removed spaces before commas and periods. by Serhiy Storchaka · 12 years ago
- d919da9 Added minor clarification in logging HOWTO. by Vinay Sajip · 12 years ago
- 26d936a Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 12 years ago
- 97b3618 fix description of super() behavior on descriptors by Benjamin Peterson · 12 years ago
- 090588e Minor grammar fix. by Georg Brandl · 12 years ago
- c3eb868 Fix some PEP8 in curses HOWTO. by Georg Brandl · 12 years ago
- 10b5130 Issue #18759: Improved cross-references in logging documentation. by Vinay Sajip · 12 years ago
- d5648ac #15130: remove repeat of abstract paragraph from socket howto body. by R David Murray · 12 years ago
- bcf55a7 Issue #18541: simplified LoggerAdapter example. by Vinay Sajip · 12 years ago
- c967a59 Issue #18452: fix several "occurrence" typos (reported by Févry Thibault). by Ned Deily · 12 years ago
- fc45ce8 #7152: Remove incorrectly added reference to DataHandler. by R David Murray · 12 years ago
- 6596041 Reflow paragraph. by R David Murray · 12 years ago
- 806c1c9 #7152: Clarify that ProxyHandler is added only if proxy settings are detected. by R David Murray · 12 years ago
- 9d2d64f #17729: remove the Advocacy HOWTO from the index. by Ezio Melotti · 12 years ago
- d04c5d6 #17729: remove the outdated Advocacy HOWTO, as suggested by the author. by Ezio Melotti · 12 years ago
- 2124dcd bind('') does not do the same as bind('localhost') by Georg Brandl · 12 years ago
- 9c6eb26 Change wording as Eli Bendersky suggests. by Andrew Svetlov · 12 years ago
- c898668 Fix typo by Andrew Svetlov · 12 years ago
- 457f482 merge heads by Andrew Svetlov · 12 years ago
- 42777cd Fix typo. by Andrew Svetlov · 12 years ago
- 75da357 Backport rev. 3ae74b361f53 to 2.7 branch. by Georg Brandl · 12 years ago
- 44ea77b Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. by Georg Brandl · 12 years ago
- 93324d7 Update suspicious ignore file. by Ezio Melotti · 12 years ago
- e5caf29 Update suspicious ignore file. by Ezio Melotti · 12 years ago
- fd4365a Update suspicious ignore file. by Ezio Melotti · 12 years ago
- c9cfcf1 #17351: merge with 3.2. by Ezio Melotti · 12 years ago
- af8838f #17351: remove "object" inheritance from docs. Patch by Phil Elson. by Ezio Melotti · 12 years ago
- 686aae4 Inherit from object() for consistency by Raymond Hettinger · 12 years ago
- 7ed6f7e Classmethod example needs to inherit from object by Raymond Hettinger · 12 years ago
- 632c8c8 Issue #17351: Modernize the pure Python property() example. by Raymond Hettinger · 12 years ago
- 8c5c3e3 Issue #17351: Modernize the pure Python property() example. by Raymond Hettinger · 12 years ago
- b7e6b89 Touch up the Python 2 to 3 porting guide by Brett Cannon · 12 years ago
- f8def28 Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units. by Serhiy Storchaka · 12 years ago
- 9427b03 Merged doc update from 3.2. by Vinay Sajip · 13 years ago
- 3d9e972 Corrected typo, added comment in cookbook recipe. by Vinay Sajip · 13 years ago
- a3bdce8 Merged doc update from 3.2. by Vinay Sajip · 13 years ago
- 4b88d6c Added cookbook recipe for structured logging. by Vinay Sajip · 13 years ago
- 7f3e993 Merged documentation update from 3.2. by Vinay Sajip · 13 years ago
- f186911 Updated logging HOWTO with a diagram. by Vinay Sajip · 13 years ago
- e4aa08e Issue #7353: Remove references to Include/intobject.h in the C-porting howto. by Stefan Krah · 13 years ago
- 5246f66 #16557: update functional howto -- "return value" is valid after PEP 380. Initial patch by Ramchandra Apte. by Ezio Melotti · 13 years ago
- 81b46ec #4153: merge with 3.2. by Ezio Melotti · 13 years ago