summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/string-format-modulo.py
Commit message (Expand)AuthorAge
* tests: Rename test scripts, changing - to _ for consistency.Damien George2014-07-05
* Fix str.modulo when precision is specified.Dave Hylands2014-06-05
* objstr: Implement "%(key)s" % {} formatting for strings and dicts.Paul Sokolovsky2014-06-05
* tests: Split out those tests requiring float and import.Damien George2014-04-17
* Add string formatting support for longlong and mpz.Dave Hylands2014-04-07
* Allow floating point arguments with %d,i,u,o,x,X formatsDave Hylands2014-04-05
* Implements most of str.moduloDave Hylands2014-04-03
* objstr: Very basic implementation of % string formatting operator.Paul Sokolovsky2014-03-31