379 Commits (0cb8e5131d0797d3bdb1494de842e98798174cf2)

Author SHA1 Message Date
Andrew Kuchling 3f4f3ba1a8 #18562: various revisions to the regex howto for 3.x 13 years ago
Vinay Sajip 67f39777fa Issue #18759: Improved cross-references in logging documentation. 13 years ago
R David Murray b76b1b1ec8 #15130: remove repeat of abstract paragraph from socket howto body. 13 years ago
Vinay Sajip a92fbe6dce Issue #18541: simplified LoggerAdapter example. 13 years ago
Ned Deily 0995c47891 Issue #18452: fix several "occurrence" typos (reported by Févry Thibault). 13 years ago
Andrew Kuchling 2151fc6416 #4153: update Unicode howto for Python 3.3 13 years ago
Andrew Kuchling 2a9c8e8cd3 #17955: minor updates to Functional howto 13 years ago
Andrew Kuchling ddcb30440d #17700: update the curses HOWTO for 3.x 13 years ago
R David Murray 775ccdf1fc #7152: Remove incorrectly added reference to DataHandler. 13 years ago
R David Murray 9330a94467 Reflow paragraphs. 13 years ago
R David Murray 5aea37ad1d #7152: Clarify that ProxyHandler is added only if proxy settings are detected. 13 years ago
Ezio Melotti d638381ee0 #17729: remove the Advocacy HOWTO from the index. 13 years ago
Ezio Melotti 8bdcaf794a #17729: remove the outdated Advocacy HOWTO, as suggested by the author. 13 years ago
Georg Brandl a204636b91 bind('') does not do the same as bind('localhost') 13 years ago
Andrew Svetlov e16f4dc80a Change wording as Eli Bendersky suggests. 13 years ago
Andrew Svetlov e463b668e8 Fix typo 13 years ago
Andrew Svetlov 815b0e23bf Fix typo. 13 years ago
Vinay Sajip 8028a5cf15 Updated logging cookbook with additional example for output using str.format(). 13 years ago
Georg Brandl 44ea77bd81 Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. 13 years ago
Ezio Melotti 93324d7d9c Update suspicious ignore file. 13 years ago
Ezio Melotti fd4365a4d8 Update suspicious ignore file. 13 years ago
Georg Brandl d50fe7216d Fix suspicious markup in the docs. 13 years ago
Ezio Melotti af8838f443 #17351: remove "object" inheritance from docs. Patch by Phil Elson. 13 years ago
Raymond Hettinger 686aae4841 Inherit from object() for consistency 13 years ago
Raymond Hettinger 7ed6f7ead1 Classmethod example needs to inherit from object 13 years ago
Raymond Hettinger 632c8c8ab1 Issue #17351: Modernize the pure Python property() example. 13 years ago
Raymond Hettinger 8c5c3e3bb6 Issue #17351: Modernize the pure Python property() example. 13 years ago
Brett Cannon b7e6b89554 Touch up the Python 2 to 3 porting guide 13 years ago
Serhiy Storchaka f8def28ff0 Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units. 13 years ago
Vinay Sajip b322621a53 Added clarification to logging HOWTO. 13 years ago
Vinay Sajip 3d9e972270 Corrected typo, added comment in cookbook recipe. 13 years ago
Vinay Sajip eb01949709 Corrected typo, added comment in cookbook recipe. 13 years ago
Vinay Sajip 4b88d6c664 Added cookbook recipe for structured logging. 13 years ago
Vinay Sajip a0c9a4ed75 Added cookbook recipe for structured logging. 13 years ago
Vinay Sajip f186911e24 Updated logging HOWTO with a diagram. 13 years ago
Vinay Sajip 0f2bd027a8 Updated logging HOWTO with a diagram. 13 years ago
Stefan Krah b357db885c Backport 6df456f8fc6d. 13 years ago
Stefan Krah e4aa08e52b Issue #7353: Remove references to Include/intobject.h in the C-porting howto. 13 years ago
Ezio Melotti 5246f66e5e #16557: update functional howto -- "return value" is valid after PEP 380. Initial patch by Ramchandra Apte. 13 years ago
Ezio Melotti 410eee566f #4153: update the Unicode howto. 13 years ago
Vinay Sajip 21b30827bc Issue #16884: Updated docs to use 'note' directives in a couple of places missed earlier. 13 years ago
Vinay Sajip 3a5fc4bcb8 Issue #16884: Updated docs to use 'note' directives. 13 years ago
Vinay Sajip e50f4d2220 Issue #16884: updated logging documentation to include lastResort and use 'note' directives where appropriate. 13 years ago
Benjamin Peterson 830b4a8570 drop email (closes #16857) 13 years ago
Benjamin Peterson 0a2c4f55c4 drop email (closes #16857) 13 years ago
Ezio Melotti 3b65a9eeed #16760: use ref:`match-objects` instead of :class:`MatchObject`. 13 years ago
Ezio Melotti 090f7be6df #16760: use ref:`match-objects` instead of :class:`MatchObject`. 13 years ago
Andrew Svetlov 4bb142b1b7 Issue #16714: use 'raise' exceptions, don't 'throw'. 13 years ago
Andrew Svetlov 737fb89dd1 Issue #16714: use 'raise' exceptions, don't 'throw'. 13 years ago
Andrew Svetlov 47395617bc Issue #16261: fix bare excepts in Doc/ 14 years ago