| Commit message (Expand) | Author | Age |
* | Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,... | Christian Heimes | 2008-02-29 |
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-14 |
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-09 |
* | Merged revisions 60475-60479,60481-60488 via svnmerge from | Christian Heimes | 2008-02-01 |
* | Merged revisions 60245-60277 via svnmerge from | Christian Heimes | 2008-01-25 |
* | Merged revisions 59921-59932 via svnmerge from | Christian Heimes | 2008-01-12 |
* | Merged revisions 59843-59863 via svnmerge from | Christian Heimes | 2008-01-09 |
* | Merged revisions 59107-59186 via svnmerge from | Guido van Rossum | 2007-11-26 |
* | Merged revisions 58221-58741 via svnmerge from | Guido van Rossum | 2007-11-01 |
* | Merged revisions 58211-58220 via svnmerge from | Thomas Wouters | 2007-09-20 |
* | Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from | Thomas Wouters | 2007-09-19 |
* | Patch by Christian Heimes to change self.assert_(x == y) into | Guido van Rossum | 2007-07-11 |
* | Merged revisions 56125-56153 via svnmerge from | Guido van Rossum | 2007-07-03 |
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 |
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 |
* | Rip out 'long' and 'L'-suffixed integer literals. | Guido van Rossum | 2007-01-15 |
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 |
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 |
* | - patch #1600346 submitted by Tomer Filiba | Jack Diederich | 2006-11-28 |
* | Restructure comparison dramatically. There is no longer a default | Guido van Rossum | 2006-08-24 |
* | Fix merge glitch. | Thomas Wouters | 2006-04-21 |
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 |
* | Get rid of remnants of integer division | Neal Norwitz | 2006-03-24 |
* | Get rid of xreadlines() (methods). | Neal Norwitz | 2006-03-17 |
* | * Fix decimal's handling of foreign types. Now returns NotImplemented | Raymond Hettinger | 2005-03-27 |
* | Bug #1163325: "special" decimals aren't hashable | Raymond Hettinger | 2005-03-15 |
* | Bug #1083645 | Raymond Hettinger | 2004-12-18 |
* | SF bug #1071588 coercing decimal to int doesn't work between -1 and 1 | Raymond Hettinger | 2004-11-24 |
* | Change the strategy for coping with time intensive tests from | Raymond Hettinger | 2004-09-04 |
* | There are no longer any special case test skips. | Raymond Hettinger | 2004-08-17 |
* | * Dynamically build a list of files to be tested (necessary because | Raymond Hettinger | 2004-08-17 |
* | Add a test for Context.copy(). | Raymond Hettinger | 2004-08-08 |
* | * Hide a loop induction variable that was inadvertantly being picked up | Raymond Hettinger | 2004-07-14 |
* | * Rename "Signals" to "_signals" making it non-public. | Raymond Hettinger | 2004-07-14 |
* | Improve Context construction and representation: | Raymond Hettinger | 2004-07-10 |
* | * Update the test suite to reflect that ConversionSyntax was no longer | Raymond Hettinger | 2004-07-09 |
* | Module and tests: | Raymond Hettinger | 2004-07-09 |
* | * Add __eq__ and __ne__ so that things like list.index() work properly | Raymond Hettinger | 2004-07-05 |
* | Test the logic for int(d). | Raymond Hettinger | 2004-07-05 |
* | * Make the tests independent of the default precision. | Raymond Hettinger | 2004-07-03 |
* | Work through several open todos: | Raymond Hettinger | 2004-07-03 |
* | Move Decimal from the sandbox into production. | Raymond Hettinger | 2004-07-01 |