Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Hide a loop induction variable that was inadvertantly being picked up | Raymond Hettinger | 2004-07-14 | 1 | -28/+0 |
* | * Rename "Signals" to "_signals" making it non-public. | Raymond Hettinger | 2004-07-14 | 1 | -1/+7 |
* | Improve Context construction and representation: | Raymond Hettinger | 2004-07-10 | 1 | -16/+12 |
* | * Update the test suite to reflect that ConversionSyntax was no longer | Raymond Hettinger | 2004-07-09 | 1 | -2/+2 |
* | Module and tests: | Raymond Hettinger | 2004-07-09 | 1 | -6/+5 |
* | * Add __eq__ and __ne__ so that things like list.index() work properly | Raymond Hettinger | 2004-07-05 | 1 | -11/+16 |
* | Test the logic for int(d). | Raymond Hettinger | 2004-07-05 | 1 | -0/+10 |
* | * Make the tests independent of the default precision. | Raymond Hettinger | 2004-07-03 | 1 | -0/+7 |
* | Work through several open todos: | Raymond Hettinger | 2004-07-03 | 1 | -7/+23 |
* | Move Decimal from the sandbox into production. | Raymond Hettinger | 2004-07-01 | 1 | -0/+1082 |