| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merged revisions 69578-69580,69901,69907,69994,70022-70023,70025-70026,70166,... | Georg Brandl | 2009-04-05 | 1 | -1/+1 |
|
|
| * | Merged revisions 70866-70868,70870-70871,70893,70896,70902,70905,70907,70912,... | Georg Brandl | 2009-04-05 | 1 | -1/+16 |
|
|
| * | Merged revisions 70642,70648,70656,70661,70765,70773,70789,70824-70825,70828,... | Georg Brandl | 2009-04-05 | 1 | -0/+11 |
|
|
| * | Merged revisions 71203 via svnmerge from | Benjamin Peterson | 2009-04-04 | 1 | -0/+14 |
|
|
| * | Merged revisions 70678 via svnmerge from | Mark Dickinson | 2009-03-29 | 1 | -1/+1 |
|
|
| * | Merged revisions 69905 via svnmerge from | Georg Brandl | 2009-02-23 | 1 | -3/+3 |
|
|
| * | Merged revisions 68582,68718,68720-68721,68724-68727,68859,68973,69288-69289,... | Georg Brandl | 2009-02-23 | 1 | -6/+6 |
|
|
| * | Merged revisions 68288-68291,68325-68326,68338,68388,68393,68423 via svnmerge... | Benjamin Peterson | 2009-01-09 | 1 | -1/+1 |
|
|
| * | Merged revisions 68133-68134,68141-68142,68145-68146,68148-68149,68159-68162,... | Georg Brandl | 2009-01-03 | 1 | -7/+7 |
|
|
| * | Clarify the round-off behavior of int(). | Raymond Hettinger | 2008-12-20 | 1 | -7/+5 |
|
|
| * | Merged revisions 66801,66803-66804,66813,66854-66856,66866,66870-66872,66874,... | Georg Brandl | 2008-11-07 | 1 | -1/+2 |
|
|
| * | Merged revisions 67060-67061 via svnmerge from | Benjamin Peterson | 2008-10-30 | 1 | -8/+9 |
|
|
| * | #3288: Document as_integer_ratio | Andrew M. Kuchling | 2008-09-13 | 1 | -1/+12 |
|
|
| * | the from __future__ import with_statement isn't needed in 2.6 | Benjamin Peterson | 2008-07-29 | 1 | -1/+1 |
|
|
| * | This sentence continues to bug me; rewrite it for the second time | Andrew M. Kuchling | 2008-07-26 | 1 | -2/+3 |
|
|
| * | Backed out r65069, pending fixing it in Windows. | Eric Smith | 2008-07-17 | 1 | -2/+2 |
|
|
| * | Issue 3382: Make '%F' and float.__format__('F') convert results to upper case. | Eric Smith | 2008-07-17 | 1 | -2/+2 |
|
|
| * | Move label to correct heading. | Georg Brandl | 2008-07-15 | 1 | -3/+2 |
|
|
| * | Issue #3008: add instance method float.hex and class method float.fromhex | Mark Dickinson | 2008-07-15 | 1 | -0/+69 |
|
|
| * | fix various doc typos #3320 | Benjamin Peterson | 2008-07-12 | 1 | -1/+1 |
|
|
| * | Tweak wording | Andrew M. Kuchling | 2008-07-03 | 1 | -3/+3 |
|
|
| * | #1523853: add note about fread(). | Georg Brandl | 2008-07-01 | 1 | -0/+4 |
|
|
| * | Grammar fixes | Andrew M. Kuchling | 2008-06-20 | 1 | -1/+1 |
|
|
| * | Multi-arg form for set.difference() and set.difference_update(). | Raymond Hettinger | 2008-06-11 | 1 | -6/+12 |
|
|
| * | Let set.intersection() and set.intersection_update() take multiple input argu... | Raymond Hettinger | 2008-06-09 | 1 | -4/+10 |
|
|
| * | Let set.union() and set.update() accept multiple inputs. | Raymond Hettinger | 2008-06-09 | 1 | -4/+10 |
|
|
| * | New environment variable PYTHONIOENCODING. | Martin v. Löwis | 2008-06-01 | 1 | -0/+7 |
|
|
| * | #2836: backport new string formatting docs. | Georg Brandl | 2008-05-12 | 1 | -0/+22 |
|
|
| * | #2147: PEP 237 changes to overflow behavior. | Georg Brandl | 2008-05-11 | 1 | -6/+4 |
|
|
| * | #1153769: document PEP 237 changes to string formatting. | Georg Brandl | 2008-05-11 | 1 | -5/+8 |
|
|
| * | In stdtypes.rst, move methods under class directives where applicable | Benjamin Peterson | 2008-05-09 | 1 | -196/+200 |
|
|
| * | Issue 2778. Document the temporary frozenset swap in __contains__(), remove(... | Raymond Hettinger | 2008-05-08 | 1 | -9/+12 |
|
|
| * | > != (!<). | Georg Brandl | 2008-05-06 | 1 | -2/+2 |
|
|
| * | #2773: fix description of 'g' and 'G' formatting spec. | Georg Brandl | 2008-05-06 | 1 | -6/+6 |
|
|
| * | Enable doctest running for several other documents. | Georg Brandl | 2008-03-22 | 1 | -8/+8 |
|
|
| * | Document unicode.isnumeric() and unicode.isdecimal() (issue2326) | Steven Bethard | 2008-03-17 | 1 | -0/+16 |
|
|
| * | correct object name | Skip Montanaro | 2008-02-05 | 1 | -1/+1 |
|
|
| * | Fix two further doc build warnings. | Georg Brandl | 2008-01-07 | 1 | -1/+2 |
|
|
| * | Added a hyperlink from sequence types to mutable sequence types. | Mark Summerfield | 2008-01-07 | 1 | -1/+1 |
|
|
| * | Consistency nit. | Georg Brandl | 2008-01-07 | 1 | -5/+5 |
|
|
| * | Change virtual class name of __iter__ to "object" in order to make it linkable. | Georg Brandl | 2008-01-07 | 1 | -1/+1 |
|
|
| * | #1501: document that 0**0 == 1. | Georg Brandl | 2008-01-06 | 1 | -2/+6 |
|
|
| * | #1755097: document default values for [].sort() and sorted(). | Georg Brandl | 2008-01-06 | 1 | -2/+3 |
|
|
| * | #1680: fix context manager example function name. | Georg Brandl | 2008-01-06 | 1 | -1/+1 |
|
|
| * | Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst. | Georg Brandl | 2008-01-05 | 1 | -2/+7 |
|
|
| * | Continue rolling back pep-3141 changes that changed behavior from 2.5. This | Jeffrey Yasskin | 2008-01-05 | 1 | -16/+16 |
|
|
| * | Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just | Jeffrey Yasskin | 2008-01-03 | 1 | -10/+28 |
|
|
| * | Some cleanup in the docs. | Georg Brandl | 2007-12-29 | 1 | -12/+11 |
|
|
| * | Applied patch #1635: Float patch for inf and nan on Windows (and other platfo... | Christian Heimes | 2007-12-18 | 1 | -1/+8 |
|
|
| * | Remove gratuitous unicode character. | Georg Brandl | 2007-12-16 | 1 | -1/+1 |
|
|