| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | 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. In... | Ezio Melotti | 2013-01-20 | 1 | -7/+4 |
|
|
| * | | | #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 mis... | Vinay Sajip | 2013-01-08 | 1 | -4/+4 |
|
|
| * | | | 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 'no... | Vinay Sajip | 2013-01-07 | 1 | -7/+8 |
|
|
| * | | | 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 |
| |\ \ \
| | |/ / |
|
| | * | | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
|
|
| * | | | Undo changes accidentally reverted in de8787029fe4. | Chris Jerdonek | 2012-10-13 | 1 | -2/+3 |
|
|
| * | | | merge heads | Benjamin Peterson | 2012-10-12 | 1 | -1/+1 |
| |\ \ \ |
|
| | * \ \ | Merge doctest fixes in functional howto with 3.2. | Ezio Melotti | 2012-10-12 | 1 | -27/+18 |
| | |\ \ \
| | | |/ / |
|
| | * | | | Merge functional howto improvements with 3.2. | Ezio Melotti | 2012-10-12 | 1 | -155/+156 |
| | |\ \ \ |
|
| | * | | | | Fix and add more links. | Ezio Melotti | 2012-10-12 | 1 | -1/+1 |
|
|
| * | | | | | merge 3.2 | Benjamin Peterson | 2012-10-12 | 1 | -180/+171 |
| |\ \ \ \ \
| | |/ / / /
| |/| | / /
| | | |/ /
| | |/| | |
|
| | * | | | Make doctests pass in the functional howto. | Ezio Melotti | 2012-10-12 | 1 | -26/+17 |
| | |/ / |
|
| | * | | Improve markup in functional.rst, and fix a couple of errors. | Ezio Melotti | 2012-10-12 | 1 | -155/+155 |
|
|
| | * | | Fix Issue 15922: make howto/urllib2.rst doctests pass. | Senthil Kumaran | 2012-10-09 | 1 | -15/+14 |
|
|
| * | | | Fix Issue 15922: make howto/urllib2.rst doctests pass. | Senthil Kumaran | 2012-10-09 | 1 | -15/+14 |
|
|
| * | | | Issue #15888: fixing problems in ipaddress doctests. Patch by Chris Jerdonek | Eli Bendersky | 2012-10-07 | 1 | -11/+16 |
|
|
| * | | | #15949, #15899: merge with 3.2. | Ezio Melotti | 2012-09-23 | 1 | -2/+2 |
| |\ \ \
| | |/ / |
|
| | * | | #15949, #15899: use \ufffd instead of ?. | Ezio Melotti | 2012-09-23 | 1 | -2/+2 |
|
|
| * | | | #15949, 15899: merge with 3.2. | Ezio Melotti | 2012-09-22 | 1 | -2/+2 |
| |\ \ \
| | |/ / |
|
| | * | | #15949, 15899: avoid using non-latin1 chars in the doc (they break `make all-... | Ezio Melotti | 2012-09-22 | 1 | -2/+2 |
|
|
| * | | | #15920: merge with 3.2. | Ezio Melotti | 2012-09-17 | 1 | -13/+13 |
| |\ \ \
| | |/ / |
|
| | * | | #15920: fix doctests in Doc/howto/regex.rst. Patch by Chris Jerdonek. | Ezio Melotti | 2012-09-17 | 1 | -13/+13 |
|
|
| * | | | merge. Fix issue #15899: Make the unicode.rst doctests pass. Patch by Chris ... | Senthil Kumaran | 2012-09-11 | 1 | -14/+13 |
| |\ \ \
| | |/ / |
|
| | * | | Fix issue #15899: Make the unicode.rst doctests pass. Patch by Chris Jerdonek. | Senthil Kumaran | 2012-09-11 | 1 | -14/+13 |
|
|
| * | | | merge with 3.2 | Sandro Tosi | 2012-08-15 | 1 | -2/+2 |
| |\ \ \
| | |/ / |
|
| | * | | clarify in/not in in case of infinite iterators; thanks to Sergey Skovorodkin... | Sandro Tosi | 2012-08-15 | 1 | -2/+2 |
|
|