Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add string formatting support for longlong and mpz. | Dave Hylands | 2014-04-07 |
| | |||
* | Allow floating point arguments with %d,i,u,o,x,X formats | Dave Hylands | 2014-04-05 |
| | |||
* | Implements most of str.modulo | Dave Hylands | 2014-04-03 |
| | | | | | The alternate form for floating point doesn't work yet. The %(name)s form doesn't work yet. | ||
* | objstr: Very basic implementation of % string formatting operator. | Paul Sokolovsky | 2014-03-31 |