Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added cookbook entry on logging filter configuration using dictConfig(). | Vinay Sajip | 2014-02-03 | 1 | -0/+87 |
| | |||||
* | Added example to recently added cookbook entry. | Vinay Sajip | 2014-01-17 | 1 | -0/+28 |
| | |||||
* | Added cookbook entry on alternative formatting styles. | Vinay Sajip | 2014-01-15 | 2 | -1/+92 |
| | |||||
* | Removed spaces before colons and semicolons. | Serhiy Storchaka | 2013-12-24 | 2 | -4/+4 |
| | |||||
* | Removed spaces before commas and periods. | Serhiy Storchaka | 2013-12-23 | 2 | -2/+2 |
| | |||||
* | Added minor clarification in logging HOWTO. | Vinay Sajip | 2013-12-06 | 1 | -1/+2 |
| | |||||
* | Issue #19795: Improved markup of True/False constants. | Serhiy Storchaka | 2013-11-29 | 2 | -3/+3 |
| | |||||
* | Issue #19504: Used American spelling for 'customize'. | Vinay Sajip | 2013-11-15 | 1 | -5/+5 |
| | |||||
* | Issue #18345: Added cookbook example illustrating handler customisation. | Vinay Sajip | 2013-11-05 | 1 | -0/+135 |
| | |||||
* | Clarify sentence. | Georg Brandl | 2013-10-29 | 1 | -1/+1 |
| | |||||
* | Fix markup errors in the docs and amend suspicious ignores. | Georg Brandl | 2013-10-27 | 1 | -1/+1 |
| | |||||
* | fix description of super() behavior on descriptors | Benjamin Peterson | 2013-10-18 | 1 | -1/+1 |
| | |||||
* | Issue #18758: Fixed and improved cross-references. | Serhiy Storchaka | 2013-10-13 | 2 | -5/+7 |
| | |||||
* | Issue #19203: Improved cross-references in the curses howto. | Serhiy Storchaka | 2013-10-13 | 1 | -20/+24 |
| | |||||
* | Minor grammar fix. | Georg Brandl | 2013-10-08 | 1 | -1/+1 |
| | |||||
* | Unicode howto: use .txt as a more universally understood extension for text ↵ | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
| | | | | files. | ||||
* | curses HOWTO: fix some PEP8 and a code example to actually raise the ↵ | Georg Brandl | 2013-10-06 | 1 | -6/+6 |
| | | | | exception it promises. | ||||
* | #18562: various revisions to the regex howto for 3.x | Andrew Kuchling | 2013-08-18 | 1 | -70/+62 |
| | | | | | | | | | | | | * describe how \w is different when used in bytes and Unicode patterns. * describe re.ASCII flag to change that behaviour. * remove personal references ('I generally prefer...') * add some more links to the re module in the library reference * various small edits and re-wording. | ||||
* | Issue #18759: Improved cross-references in logging documentation. | Vinay Sajip | 2013-08-16 | 2 | -54/+60 |
| | |||||
* | #15130: remove repeat of abstract paragraph from socket howto body. | R David Murray | 2013-07-25 | 1 | -6/+0 |
| | | | | Patch by Tshepang Lekhonkhobe. | ||||
* | Issue #18541: simplified LoggerAdapter example. | Vinay Sajip | 2013-07-24 | 1 | -57/+19 |
| | |||||
* | Issue #18452: fix several "occurrence" typos (reported by Févry Thibault). | Ned Deily | 2013-07-14 | 1 | -1/+1 |
| | |||||
* | #4153: update Unicode howto for Python 3.3 | Andrew Kuchling | 2013-06-20 | 1 | -95/+162 |
| | | | | | | | | | | | | | | | | | | | | | | | * state that python3 source encoding is UTF-8, and give examples * mention surrogateescape in the 'tips and tricks' section, and backslashreplace in the "Python's Unicode Support" section. * Describe Unicode support provided by the re module. * link to Nick Coghlan's and Ned Batchelder's notes/presentations. * default filesystem encoding is now UTF-8, not ascii. * Describe StreamRecoder class. * update acks section * remove usage of "I think", "I'm not going to", etc. * various edits * remove revision history and original outline | ||||
* | #17700: update the curses HOWTO for 3.x | Andrew Kuchling | 2013-05-10 | 1 | -178/+290 |
| | |||||
* | #7152: Remove incorrectly added reference to DataHandler. | R David Murray | 2013-04-28 | 1 | -1/+1 |
| | |||||
* | Reflow paragraphs. | R David Murray | 2013-04-28 | 1 | -4/+4 |
| | | | | | I know one of them looks worse, but now it is <80 chars and matches the 2.7 text. | ||||
* | #7152: Clarify that ProxyHandler is added only if proxy settings are detected. | R David Murray | 2013-04-28 | 1 | -3/+5 |
| | | | | Behavior confirmation and initial patch by Jessica McKellar. | ||||
* | #17729: remove the Advocacy HOWTO from the index. | Ezio Melotti | 2013-04-23 | 1 | -1/+0 |
| | |||||
* | #17729: remove the outdated Advocacy HOWTO, as suggested by the author. | Ezio Melotti | 2013-04-23 | 1 | -355/+0 |
| | |||||
* | bind('') does not do the same as bind('localhost') | Georg Brandl | 2013-04-14 | 1 | -3/+5 |
| | |||||
* | Change wording as Eli Bendersky suggests. | Andrew Svetlov | 2013-04-06 | 1 | -2/+2 |
| | |||||
* | merge with 3.2 branch | Georg Brandl | 2013-04-06 | 1 | -1/+1 |
|\ | |||||
| * | Fix suspicious markup in the docs. | Georg Brandl | 2013-03-23 | 1 | -1/+1 |
| | | |||||
* | | Fix typo | Andrew Svetlov | 2013-04-05 | 1 | -1/+1 |
| | | |||||
* | | Fix typo. | Andrew Svetlov | 2013-04-05 | 1 | -1/+1 |
| | | |||||
* | | Updated logging cookbook with additional example for output using str.format(). | Vinay Sajip | 2013-03-30 | 1 | -0/+34 |
| | | |||||
* | | Closes #4159: add LaTeX tabular column specifications to tables that ↵ | Georg Brandl | 2013-03-28 | 1 | -0/+2 |
| | | | | | | | | otherwise are cut off or have overlapping text. | ||||
* | | Update suspicious ignore file. | Ezio Melotti | 2013-03-28 | 1 | -1/+1 |
|\ \ | |||||
| * | | Update suspicious ignore file. | Ezio Melotti | 2013-03-28 | 1 | -1/+1 |
| |/ | |||||
* | | #17351: merge with 3.2. | Ezio Melotti | 2013-03-11 | 2 | -4/+4 |
|\ \ | |/ | |||||
| * | #17351: remove "object" inheritance from docs. Patch by Phil Elson. | Ezio Melotti | 2013-03-11 | 3 | -7/+7 |
| | | |||||
* | | Inherit from object() for consistency | Raymond Hettinger | 2013-03-10 | 1 | -1/+1 |
| | | |||||
* | | Issue #17351: Modernize the pure Python property() example. | Raymond Hettinger | 2013-03-10 | 1 | -3/+14 |
| | | |||||
* | | Touch up the Python 2 to 3 porting guide | Brett Cannon | 2013-03-09 | 1 | -15/+46 |
| | | |||||
* | | Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units. | Serhiy Storchaka | 2013-02-16 | 1 | -2/+2 |
| | | |||||
* | | Merged doc update from 3.2. | Vinay Sajip | 2013-01-23 | 1 | -2/+9 |
|\ \ | |/ | |||||
| * | Corrected typo, added comment in cookbook recipe. | Vinay Sajip | 2013-01-23 | 1 | -2/+9 |
| | | |||||
* | | Merged doc update from 3.2. | Vinay Sajip | 2013-01-22 | 1 | -0/+75 |
|\ \ | |/ | |||||
| * | Added cookbook recipe for structured logging. | Vinay Sajip | 2013-01-22 | 1 | -0/+75 |
| | | |||||
* | | Merged documentation update from 3.2. | Vinay Sajip | 2013-01-22 | 2 | -0/+10 |
|\ \ | |/ |