Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix description of super() behavior on descriptors | Benjamin Peterson | 2013-10-18 | 1 | -1/+1 |
| | |||||
* | Minor grammar fix. | Georg Brandl | 2013-10-08 | 1 | -1/+1 |
| | |||||
* | Fix some PEP8 in curses HOWTO. | Georg Brandl | 2013-10-06 | 1 | -11/+15 |
| | |||||
* | Issue #18759: Improved cross-references in logging documentation. | Vinay Sajip | 2013-08-16 | 2 | -57/+62 |
| | |||||
* | #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 |
| | |||||
* | #7152: Remove incorrectly added reference to DataHandler. | R David Murray | 2013-04-28 | 1 | -1/+1 |
| | |||||
* | Reflow paragraph. | R David Murray | 2013-04-28 | 1 | -4/+4 |
| | |||||
* | #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 |
| | |||||
* | Fix typo | Andrew Svetlov | 2013-04-05 | 1 | -1/+1 |
| | |||||
* | merge heads | Andrew Svetlov | 2013-04-05 | 1 | -1/+1 |
|\ | |||||
| * | Fix typo. | Andrew Svetlov | 2013-04-05 | 1 | -1/+1 |
| | | |||||
* | | Backport rev. 3ae74b361f53 to 2.7 branch. | Georg Brandl | 2013-03-28 | 1 | -0/+2 |
|\ \ | |||||
| * | | 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 |
| |\ \ \ | | |/ / | |||||
| | * | | Updated logging HOWTO with a diagram. | Vinay Sajip | 2013-01-22 | 2 | -0/+10 |
| | | | | |||||
| * | | | Issue #7353: Remove references to Include/intobject.h in the C-porting howto. | Stefan Krah | 2013-01-20 | 1 | -19/+0 |
| | | | | |||||
| * | | | #16557: update functional howto -- "return value" is valid after PEP 380. ↵ | Ezio Melotti | 2013-01-20 | 1 | -7/+4 |
| | | | | | | | | | | | | | | | | Initial patch by Ramchandra Apte. | ||||
| * | | | #4153: merge with 3.2. | Ezio Melotti | 2013-01-20 | 1 | -69/+74 |
| |\ \ \ | | |/ / | |||||
| | * | | #4153: update the Unicode howto. | Ezio Melotti | 2013-01-20 | 1 | -66/+74 |
| | | | | |||||
| * | | | Issue #16884: Merged doc fix from 3.2. | Vinay Sajip | 2013-01-08 | 1 | -4/+4 |
| |\ \ \ | | |/ / | |||||
| | * | | Issue #16884: Updated docs to use 'note' directives in a couple of places ↵ | Vinay Sajip | 2013-01-08 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | missed earlier. | ||||
| * | | | Issue #16884: Merged logging documentation fixes from 3.2. | Vinay Sajip | 2013-01-07 | 1 | -7/+8 |
| |\ \ \ | | |/ / | |||||
| | * | | Issue #16884: updated logging documentation to include lastResort and use ↵ | Vinay Sajip | 2013-01-07 | 1 | -7/+8 |
| | | | | | | | | | | | | | | | | 'note' directives where appropriate. | ||||
| * | | | merge 3.2 | Benjamin Peterson | 2013-01-04 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | merge heads | Benjamin Peterson | 2013-01-04 | 1 | -24/+25 |
| | |\ \ | |||||
| | * | | | drop email (closes #16857) | Benjamin Peterson | 2013-01-04 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | #16760: merge with 3.2. | Ezio Melotti | 2012-12-25 | 1 | -24/+25 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | #16760: use ref:`match-objects` instead of :class:`MatchObject`. | Ezio Melotti | 2012-12-25 | 1 | -24/+25 |
| | |/ / | |||||
| * | | | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
| |\ \ \ | | |/ / | | | | | | | | | Patch by Serhiy Storchaka. | ||||
| | * | | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Patch by Serhiy Storchaka. | ||||
| * | | | Undo changes accidentally reverted in de8787029fe4. | Chris Jerdonek | 2012-10-13 | 1 | -2/+3 |
| | | | | |||||
| * | | | merge heads | Benjamin Peterson | 2012-10-12 | 1 | -1/+1 |
| |\ \ \ |