- 2151fc6 #4153: update Unicode howto for Python 3.3 by Andrew Kuchling · 11 years ago
- ddcb304 #17700: update the curses HOWTO for 3.x by Andrew Kuchling · 11 years ago
- 775ccdf #7152: Remove incorrectly added reference to DataHandler. by R David Murray · 12 years ago
- 9330a94 Reflow paragraphs. by R David Murray · 12 years ago
- 5aea37a #7152: Clarify that ProxyHandler is added only if proxy settings are detected. by R David Murray · 12 years ago
- d638381 #17729: remove the Advocacy HOWTO from the index. by Ezio Melotti · 12 years ago
- 8bdcaf7 #17729: remove the outdated Advocacy HOWTO, as suggested by the author. by Ezio Melotti · 12 years ago
- a204636 bind('') does not do the same as bind('localhost') by Georg Brandl · 12 years ago
- e16f4dc Change wording as Eli Bendersky suggests. by Andrew Svetlov · 12 years ago
- 2fd4abe merge with 3.2 branch by Georg Brandl · 12 years ago
- e463b66 Fix typo by Andrew Svetlov · 12 years ago
- 815b0e2 Fix typo. by Andrew Svetlov · 12 years ago
- 8028a5c Updated logging cookbook with additional example for output using str.format(). by Vinay Sajip · 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
- e5caf29 Update suspicious ignore file. by Ezio Melotti · 12 years ago
- fd4365a Update suspicious ignore file. by Ezio Melotti · 12 years ago
- d50fe72 Fix suspicious markup in the docs. by Georg Brandl · 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
- 632c8c8 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 · 12 years ago
- 3d9e972 Corrected typo, added comment in cookbook recipe. by Vinay Sajip · 12 years ago
- a3bdce8 Merged doc update from 3.2. by Vinay Sajip · 12 years ago
- 4b88d6c Added cookbook recipe for structured logging. by Vinay Sajip · 12 years ago
- 7f3e993 Merged documentation update from 3.2. by Vinay Sajip · 12 years ago
- f186911 Updated logging HOWTO with a diagram. by Vinay Sajip · 12 years ago
- e4aa08e Issue #7353: Remove references to Include/intobject.h in the C-porting howto. by Stefan Krah · 12 years ago
- 5246f66 #16557: update functional howto -- "return value" is valid after PEP 380. Initial patch by Ramchandra Apte. by Ezio Melotti · 12 years ago
- 81b46ec #4153: merge with 3.2. by Ezio Melotti · 12 years ago
- 410eee5 #4153: update the Unicode howto. by Ezio Melotti · 12 years ago
- 9a54653 Issue #16884: Merged doc fix from 3.2. by Vinay Sajip · 12 years ago
- 21b3082 Issue #16884: Updated docs to use 'note' directives in a couple of places missed earlier. by Vinay Sajip · 12 years ago
- 0e82fd1 Issue #16884: Merged logging documentation fixes from 3.2. by Vinay Sajip · 12 years ago
- e50f4d2 Issue #16884: updated logging documentation to include lastResort and use 'note' directives where appropriate. by Vinay Sajip · 12 years ago
- bf064b3 merge 3.2 by Benjamin Peterson · 12 years ago
- d73f369 merge heads by Benjamin Peterson · 12 years ago
- 0a2c4f5 drop email (closes #16857) by Benjamin Peterson · 12 years ago
- 1bdb638 #16760: merge with 3.2. by Ezio Melotti · 12 years ago
- 090f7be #16760: use ref:`match-objects` instead of :class:`MatchObject`. by Ezio Melotti · 12 years ago
- 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
- 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
- 006d907 Undo changes accidentally reverted in de8787029fe4. by Chris Jerdonek · 12 years ago
- b548d49 merge heads by Benjamin Peterson · 12 years ago
- 143d034 merge 3.2 by Benjamin Peterson · 12 years ago
- eb81819 Merge doctest fixes in functional howto with 3.2. by Ezio Melotti · 12 years ago
- 35cbf16 Make doctests pass in the functional howto. by Ezio Melotti · 12 years ago
- dd67c1d Merge functional howto improvements with 3.2. by Ezio Melotti · 12 years ago
- 45a101d Improve markup in functional.rst, and fix a couple of errors. by Ezio Melotti · 12 years ago
- a6229e6 Fix and add more links. by Ezio Melotti · 12 years ago
- 570bc4c Fix Issue 15922: make howto/urllib2.rst doctests pass. by Senthil Kumaran · 12 years ago
- 1ed9847 Fix Issue 15922: make howto/urllib2.rst doctests pass. by Senthil Kumaran · 12 years ago
- 948af23 Issue #15888: fixing problems in ipaddress doctests. Patch by Chris Jerdonek by Eli Bendersky · 12 years ago
- 2b7a71d #15949, #15899: merge with 3.2. by Ezio Melotti · 12 years ago
- 20b8d99 #15949, #15899: use \ufffd instead of ?. by Ezio Melotti · 12 years ago
- fb436c4 #15949, 15899: merge with 3.2. by Ezio Melotti · 12 years ago
- b1d0e5b #15949, 15899: avoid using non-latin1 chars in the doc (they break `make all-pdf`). by Ezio Melotti · 12 years ago
- 8646e8e #15920: merge with 3.2. by Ezio Melotti · 12 years ago
- 13bec9b #15920: fix doctests in Doc/howto/regex.rst. Patch by Chris Jerdonek. by Ezio Melotti · 12 years ago
- e4eee73 merge. Fix issue #15899: Make the unicode.rst doctests pass. Patch by Chris Jerdonek. by Senthil Kumaran · 12 years ago
- 2fd8bdb Fix issue #15899: Make the unicode.rst doctests pass. Patch by Chris Jerdonek. by Senthil Kumaran · 12 years ago
- eb41c7f merge with 3.2 by Sandro Tosi · 12 years ago
- dd7c552 clarify in/not in in case of infinite iterators; thanks to Sergey Skovorodkin from docs@ by Sandro Tosi · 12 years ago
- dfd72bb Issue #14814: fix some typos in howto/ipaddress.rst by Eli Bendersky · 12 years ago
- a61b459 Merged documentation update from 3.2. by Vinay Sajip · 12 years ago
- a58d668 Improved cookbook entry and fixed typo. by Vinay Sajip · 12 years ago
- ccd712a Issue 14814: Further clean ups to the ipaddress tutorial by Nick Coghlan · 12 years ago
- b582ecc Issue 14814: Explain how to get more error detail in the ipaddress tutorial, and tweak the display for octet errors in IPv4 (noticed the formatting problem when adding to the docs) by Nick Coghlan · 12 years ago
- 9680bdb Issue #14814: Add first draft of PEP 3144 ipaddress module documentation (initial patch by Sandro Tosi) by Nick Coghlan · 12 years ago
- c816290 Issue #14814: use print() function by Sandro Tosi · 12 years ago
- 53c9200 Issue #14814: Add a basic ipaddress tutorial (thanks to Sandro Tosi for the initial conversion from Peter Moody's wiki version) by Nick Coghlan · 12 years ago
- 75d5d8c Merge with 3.2. by Georg Brandl · 13 years ago
- 0958a4d Fix document title for Sphinx. by Georg Brandl · 13 years ago
- b55d9e3 #14034: merge indentation fixes from 3.2. by Ezio Melotti · 13 years ago
- 9ab3fdd #14034: fix indentation. by Ezio Melotti · 13 years ago
- df5bedb #14034: merge argparse tutorial from 3.2. by Ezio Melotti · 13 years ago
- 6cc7a41 #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 13 years ago
- ebb2964 Suspicious markup check. by Georg Brandl · 13 years ago
- b77b5c3 merge by Raymond Hettinger · 13 years ago
- 99a5638 Issue 14688: Fix typo by Raymond Hettinger · 13 years ago
- 011c9aa Issue #13587: merge with 3.2 by Sandro Tosi · 13 years ago
- 08ccbf4 Issue #13587: use the right RFC2617 name for WWW-Authenticate; patch by Aaron Maenpaa by Sandro Tosi · 13 years ago
- 0b7d7c9 Merge #14640: Fix typos/syntax in pyporting.rst. by R David Murray · 13 years ago
- 790e005 #14640: Fix typos/syntax in pyporting.rst. by R David Murray · 13 years ago
- 8c52ab5 Issue #14641: merge with 3.2 by Sandro Tosi · 13 years ago
- cfdba61 Issue #14641: minor fixes to sockets Howto; patch by Dionysios Kalofonos by Sandro Tosi · 13 years ago
- f138f8c Merged cookbook corrections from 3.2. by Vinay Sajip · 13 years ago
- 62930e1 Corrected version numbers in cookbook example. by Vinay Sajip · 13 years ago
- e8a463d Merged tweaks to cookbook example from 3.2. by Vinay Sajip · 13 years ago
- 59b9a79 Tweaked format of cookbook example. by Vinay Sajip · 13 years ago
- 1b71019 Merged cookbook update from 3.2. by Vinay Sajip · 13 years ago
- b00e8f1 Added cookbook example for BOM insertion. by Vinay Sajip · 13 years ago
- 8bf2aea Merged updates to logging reference and HOWTO from 3.2. by Vinay Sajip · 13 years ago
- 074faff Updated logging reference and HOWTO. by Vinay Sajip · 13 years ago
- da29f8c Merged comment correction from 3.2. by Vinay Sajip · 13 years ago
- 838e638 Corrected comment in cookbook example script. by Vinay Sajip · 13 years ago
- 452806c Merged logging cookbook update from 3.2. by Vinay Sajip · 13 years ago
- 0292fa9 Added multiprocessing example to logging cookbook. by Vinay Sajip · 13 years ago