Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge 3.3 | Benjamin Peterson | 2013-10-18 | 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 #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 |
|\ \ | |/ | |||||
| * | Issue #19203: Improved cross-references in the curses howto. | Serhiy Storchaka | 2013-10-13 | 1 | -20/+24 |
| | | |||||
* | | merge with 3.3 | Georg Brandl | 2013-10-08 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Minor grammar fix. | Georg Brandl | 2013-10-08 | 1 | -1/+1 |
| | | |||||
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Unicode howto: use .txt as a more universally understood extension for text ↵ | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
| | | | | | | | | files. | ||||
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -6/+6 |
|\ \ | |/ | |||||
| * | curses HOWTO: fix some PEP8 and a code example to actually raise the ↵ | Georg Brandl | 2013-10-06 | 1 | -6/+6 |
| | | | | | | | | exception it promises. | ||||
* | | logging: added support for Unix domain sockets to SocketHandler and ↵ | Vinay Sajip | 2013-09-27 | 1 | -2/+2 |
| | | | | | | | | DatagramHandler. | ||||
* | | Merge from 3.3 | Andrew Kuchling | 2013-08-18 | 1 | -70/+62 |
|\ \ | |/ | |||||
| * | #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: Merged updates from 3.3. | Vinay Sajip | 2013-08-16 | 2 | -54/+60 |
|\ \ | |/ | |||||
| * | Issue #18759: Improved cross-references in logging documentation. | Vinay Sajip | 2013-08-16 | 2 | -54/+60 |
| | | |||||
* | | Merge #15130: remove repeat of abstract paragraph from socket howto body. | R David Murray | 2013-07-25 | 1 | -6/+0 |
|\ \ | |/ | |||||
| * | #15130: remove repeat of abstract paragraph from socket howto body. | R David Murray | 2013-07-25 | 1 | -6/+0 |
| | | | | | | | | Patch by Tshepang Lekhonkhobe. | ||||
* | | Closes #18541: merged update from 3.3. | Vinay Sajip | 2013-07-24 | 1 | -57/+19 |
|\ \ | |/ | |||||
| * | Issue #18541: simplified LoggerAdapter example. | Vinay Sajip | 2013-07-24 | 1 | -57/+19 |
| | | |||||
* | | Closes #18452: fix several "occurrence" typos (reported by Févry Thibault). | Ned Deily | 2013-07-14 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #18452: fix several "occurrence" typos (reported by Févry Thibault). | Ned Deily | 2013-07-14 | 1 | -1/+1 |
| | | |||||
* | | Merge from 3.3 | Andrew Kuchling | 2013-06-20 | 1 | -95/+162 |
|\ \ | |/ | |||||
| * | #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 | ||||
* | | #17955: minor updates to Functional howto | Andrew Kuchling | 2013-05-20 | 1 | -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.3 | Andrew Kuchling | 2013-05-10 | 1 | -178/+290 |
|\ \ | |/ | |||||
| * | #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 |
| | | |||||
* | | Merge: Reflow paragraphs. | R David Murray | 2013-04-28 | 1 | -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 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. | ||||
* | | Merge #7152: Clarify that ProxyHandler is added only if proxy settings are ↵ | R David Murray | 2013-04-28 | 1 | -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 Murray | 2013-04-28 | 1 | -3/+5 |
| | | | | | | | | Behavior confirmation and initial patch by Jessica McKellar. | ||||
* | | #17729: merge with 3.3. | Ezio Melotti | 2013-04-23 | 1 | -1/+0 |
|\ \ | |/ | |||||
| * | #17729: remove the Advocacy HOWTO from the index. | Ezio Melotti | 2013-04-23 | 1 | -1/+0 |
| | | |||||
* | | #17729: merge with 3.3. | Ezio Melotti | 2013-04-23 | 1 | -355/+0 |
|\ \ | |/ | |||||
| * | #17729: remove the outdated Advocacy HOWTO, as suggested by the author. | Ezio Melotti | 2013-04-23 | 1 | -355/+0 |
| | | |||||
* | | merge with 3.3 | Georg Brandl | 2013-04-14 | 1 | -3/+5 |
|\ \ | |/ | |||||
| * | 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 |
|\ \ | |/ | |||||
| * | Change wording as Eli Bendersky suggests. | Andrew Svetlov | 2013-04-06 | 1 | -2/+2 |
| | | |||||
* | | merge with 3.3 | Georg Brandl | 2013-04-06 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | 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 |
| | | | |||||
* | | | Fix typo. | Andrew Svetlov | 2013-04-05 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fix typo. | Andrew Svetlov | 2013-04-05 | 1 | -1/+1 |
| | | | |||||
* | | | Merged documentation update from 3.3. | Vinay Sajip | 2013-03-30 | 1 | -0/+34 |
|\ \ \ | |/ / | |||||
| * | | Updated logging cookbook with additional example for output using str.format(). | Vinay Sajip | 2013-03-30 | 1 | -0/+34 |
| | | |