summaryrefslogtreecommitdiffstats
path: root/Doc/howto
Commit message (Collapse)AuthorAgeFilesLines
* #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
|\ \ | |/
| * Updated logging HOWTO with a diagram.Vinay Sajip2013-01-222-0/+10
| |
* | Issue #7353: Remove references to Include/intobject.h in the C-porting howto.Stefan Krah2013-01-201-19/+0
| |
* | #16557: update functional howto -- "return value" is valid after PEP 380. ↵Ezio Melotti2013-01-201-7/+4
| | | | | | | | Initial patch by Ramchandra Apte.
* | #4153: merge with 3.2.Ezio Melotti2013-01-201-69/+74
|\ \ | |/
| * #4153: update the Unicode howto.Ezio Melotti2013-01-201-66/+74
| |
* | Issue #16884: Merged doc fix from 3.2.Vinay Sajip2013-01-081-4/+4
|\ \ | |/
| * Issue #16884: Updated docs to use 'note' directives in a couple of places ↵Vinay Sajip2013-01-081-4/+4
| | | | | | | | missed earlier.
* | Issue #16884: Merged logging documentation fixes from 3.2.Vinay Sajip2013-01-071-7/+8
|\ \ | |/
| * Issue #16884: updated logging documentation to include lastResort and use ↵Vinay Sajip2013-01-071-7/+8
| | | | | | | | 'note' directives where appropriate.
* | merge 3.2Benjamin Peterson2013-01-041-1/+1
|\ \ | |/
| * merge headsBenjamin Peterson2013-01-041-24/+25
| |\
| * | drop email (closes #16857)Benjamin Peterson2013-01-041-1/+1
| | |
* | | #16760: merge with 3.2.Ezio Melotti2012-12-251-24/+25
|\ \ \ | | |/ | |/|
| * | #16760: use ref:`match-objects` instead of :class:`MatchObject`.Ezio Melotti2012-12-251-24/+25
| |/
* | Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-1/+1
|\ \ | |/ | | | | Patch by Serhiy Storchaka.
| * Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-1/+1
| | | | | | | | Patch by Serhiy Storchaka.
* | Undo changes accidentally reverted in de8787029fe4.Chris Jerdonek2012-10-131-2/+3
| |
* | merge headsBenjamin Peterson2012-10-121-1/+1
|\ \
| * \ Merge doctest fixes in functional howto with 3.2.Ezio Melotti2012-10-121-27/+18
| |\ \ | | |/