summaryrefslogtreecommitdiffstats
path: root/Doc/howto
Commit message (Collapse)AuthorAgeFilesLines
* merge 3.3Benjamin Peterson2013-10-181-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 #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
|\ \ | |/
| * Issue #19203: Improved cross-references in the curses howto.Serhiy Storchaka2013-10-131-20/+24
| |
* | merge with 3.3Georg Brandl2013-10-081-1/+1
|\ \ | |/
| * Minor grammar fix.Georg Brandl2013-10-081-1/+1
| |
* | merge with 3.3Georg Brandl2013-10-061-1/+1
|\ \ | |/
| * Unicode howto: use .txt as a more universally understood extension for text ↵Georg Brandl2013-10-061-1/+1
| | | | | | | | files.
* | merge with 3.3Georg Brandl2013-10-061-6/+6
|\ \ | |/
| * curses HOWTO: fix some PEP8 and a code example to actually raise the ↵Georg Brandl2013-10-061-6/+6
| | | | | | | | exception it promises.
* | logging: added support for Unix domain sockets to SocketHandler and ↵Vinay Sajip2013-09-271-2/+2
| | | | | | | | DatagramHandler.
* | Merge from 3.3Andrew Kuchling2013-08-181-70/+62
|\ \ | |/
| * #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: Merged updates from 3.3.Vinay Sajip2013-08-162-54/+60
|\ \ | |/
| * Issue #18759: Improved cross-references in logging documentation.Vinay Sajip2013-08-162-54/+60
| |
* | Merge #15130: remove repeat of abstract paragraph from socket howto body.R David Murray2013-07-251-6/+0
|\ \ | |/
| * #15130: remove repeat of abstract paragraph from socket howto body.R David Murray2013-07-251-6/+0
| | | | | | | | Patch by Tshepang Lekhonkhobe.
* | Closes #18541: merged update from 3.3.Vinay Sajip2013-07-241-57/+19
|\ \ | |/
| * Issue #18541: simplified LoggerAdapter example.Vinay Sajip2013-07-241-57/+19
| |
* | Closes #18452: fix several "occurrence" typos (reported by Févry Thibault).Ned Deily2013-07-141-1/+1
|\ \ | |/
| * Issue #18452: fix several "occurrence" typos (reported by Févry Thibault).Ned Deily2013-07-141-1/+1
| |
* | Merge from 3.3Andrew Kuchling2013-06-201-95/+162
|\ \ | |/
| * #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
* | #17955: minor updates to Functional howtoAndrew Kuchling2013-05-201-53/+91
| | | | | | | | | | | | | | | | | | * Describe compress() and accumulate() * Add a subsection on combinatoric functions. * Add a forward link to skip the theoretical discussion in the first section. * Clarify what filterfalse() is the opposite of. * Remove the old outline and some notes at the end. * Various small edits.
* | #17700: merge with 3.3Andrew Kuchling2013-05-101-178/+290
|\ \ | |/
| * #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
| |
* | Merge: Reflow paragraphs.R David Murray2013-04-281-4/+4
|\ \ | |/ | | | | | | (I got a merge conflict on this in urllib.request.rst, which makes no sense to me. Hopefully I didn't screw up the previous 3.3 commit.)
| * 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.
* | Merge #7152: Clarify that ProxyHandler is added only if proxy settings are ↵R David Murray2013-04-281-3/+5
|\ \ | |/ | | | | | | | | detected. Behavior confirmation and initial patch by Jessica McKellar.
| * #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: merge with 3.3.Ezio Melotti2013-04-231-1/+0
|\ \ | |/
| * #17729: remove the Advocacy HOWTO from the index.Ezio Melotti2013-04-231-1/+0
| |
* | #17729: merge with 3.3.Ezio Melotti2013-04-231-355/+0
|\ \ | |/
| * #17729: remove the outdated Advocacy HOWTO, as suggested by the author.Ezio Melotti2013-04-231-355/+0
| |
* | merge with 3.3Georg Brandl2013-04-141-3/+5
|\ \ | |/
| * 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
|\ \ | |/
| * Change wording as Eli Bendersky suggests.Andrew Svetlov2013-04-061-2/+2
| |
* | merge with 3.3Georg Brandl2013-04-061-1/+1
|\ \ | |/
| * 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 typoAndrew Svetlov2013-04-051-1/+1
| | |
* | | Fix typo.Andrew Svetlov2013-04-051-1/+1
|\ \ \ | |/ /
| * | Fix typo.Andrew Svetlov2013-04-051-1/+1
| | |
* | | Merged documentation update from 3.3.Vinay Sajip2013-03-301-0/+34
|\ \ \ | |/ /
| * | Updated logging cookbook with additional example for output using str.format().Vinay Sajip2013-03-301-0/+34
| | |