summaryrefslogtreecommitdiffstats
path: root/Doc/howto
Commit message (Collapse)AuthorAgeFilesLines
* Added cookbook entry on logging filter configuration using dictConfig().Vinay Sajip2014-02-031-0/+87
|
* Added example to recently added cookbook entry.Vinay Sajip2014-01-171-0/+28
|
* Added cookbook entry on alternative formatting styles.Vinay Sajip2014-01-152-1/+92
|
* Removed spaces before colons and semicolons.Serhiy Storchaka2013-12-242-4/+4
|
* Removed spaces before commas and periods.Serhiy Storchaka2013-12-232-2/+2
|
* Added minor clarification in logging HOWTO.Vinay Sajip2013-12-061-1/+2
|
* Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-292-3/+3
|
* Issue #19504: Used American spelling for 'customize'.Vinay Sajip2013-11-151-5/+5
|
* Issue #18345: Added cookbook example illustrating handler customisation.Vinay Sajip2013-11-051-0/+135
|
* Clarify sentence.Georg Brandl2013-10-291-1/+1
|
* Fix markup errors in the docs and amend suspicious ignores.Georg Brandl2013-10-271-1/+1
|
* fix description of super() behavior on descriptorsBenjamin Peterson2013-10-181-1/+1
|
* Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-132-5/+7
|
* Issue #19203: Improved cross-references in the curses howto.Serhiy Storchaka2013-10-131-20/+24
|
* Minor grammar fix.Georg Brandl2013-10-081-1/+1
|
* Unicode howto: use .txt as a more universally understood extension for text ↵Georg Brandl2013-10-061-1/+1
| | | | files.
* curses HOWTO: fix some PEP8 and a code example to actually raise the ↵Georg Brandl2013-10-061-6/+6
| | | | exception it promises.
* #18562: various revisions to the regex howto for 3.xAndrew Kuchling2013-08-181-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 Sajip2013-08-162-54/+60
|
* #15130: remove repeat of abstract paragraph from socket howto body.R David Murray2013-07-251-6/+0
| | | | Patch by Tshepang Lekhonkhobe.
* Issue #18541: simplified LoggerAdapter example.Vinay Sajip2013-07-241-57/+19
|
* Issue #18452: fix several "occurrence" typos (reported by Févry Thibault).Ned Deily2013-07-141-1/+1
|
* #4153: update Unicode howto for Python 3.3Andrew Kuchling2013-06-201-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.xAndrew Kuchling2013-05-101-178/+290
|
* #7152: Remove incorrectly added reference to DataHandler.R David Murray2013-04-281-1/+1
|
* Reflow paragraphs.R David Murray2013-04-281-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 Murray2013-04-281-3/+5
| | | | Behavior confirmation and initial patch by Jessica McKellar.
* #17729: remove the Advocacy HOWTO from the index.Ezio Melotti2013-04-231-1/+0
|
* #17729: remove the outdated Advocacy HOWTO, as suggested by the author.Ezio Melotti2013-04-231-355/+0
|
* bind('') does not do the same as bind('localhost')Georg Brandl2013-04-141-3/+5
|
* Change wording as Eli Bendersky suggests.Andrew Svetlov2013-04-061-2/+2
|
* merge with 3.2 branchGeorg Brandl2013-04-061-1/+1
|\
| * Fix suspicious markup in the docs.Georg Brandl2013-03-231-1/+1
| |
* | Fix typoAndrew Svetlov2013-04-051-1/+1
| |
* | Fix typo.Andrew Svetlov2013-04-051-1/+1
| |
* | Updated logging cookbook with additional example for output using str.format().Vinay Sajip2013-03-301-0/+34
| |
* | Closes #4159: add LaTeX tabular column specifications to tables that ↵Georg Brandl2013-03-281-0/+2
| | | | | | | | otherwise are cut off or have overlapping text.
* | Update suspicious ignore file.Ezio Melotti2013-03-281-1/+1
|\ \
| * | Update suspicious ignore file.Ezio Melotti2013-03-281-1/+1
| |/
* | #17351: merge with 3.2.Ezio Melotti2013-03-112-4/+4
|\ \ | |/
| * #17351: remove "object" inheritance from docs. Patch by Phil Elson.Ezio Melotti2013-03-113-7/+7
| |
* | Inherit from object() for consistencyRaymond Hettinger2013-03-101-1/+1
| |
* | Issue #17351: Modernize the pure Python property() example.Raymond Hettinger2013-03-101-3/+14
| |
* | Touch up the Python 2 to 3 porting guideBrett Cannon2013-03-091-15/+46
| |
* | Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units.Serhiy Storchaka2013-02-161-2/+2
| |
* | Merged doc update from 3.2.Vinay Sajip2013-01-231-2/+9
|\ \ | |/
| * Corrected typo, added comment in cookbook recipe.Vinay Sajip2013-01-231-2/+9
| |
* | Merged doc update from 3.2.Vinay Sajip2013-01-221-0/+75
|\ \ | |/
| * Added cookbook recipe for structured logging.Vinay Sajip2013-01-221-0/+75
| |
* | Merged documentation update from 3.2.Vinay Sajip2013-01-222-0/+10
|\ \ | |/