Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor fixes to strformat docs (#6953) | Mathias Stearn | 2017-12-21 | 1 | -3/+4 |
* | strformat: fix the documentation examples | Araq | 2017-12-17 | 1 | -4/+4 |
* | strformat: default for numbers is right alignment | Araq | 2017-12-17 | 1 | -10/+13 |
* | strformat: support 'sign' as Python does | Araq | 2017-12-17 | 1 | -25/+36 |
* | strformat: added '^' char for center alignment for Python compat | Araq | 2017-12-17 | 1 | -4/+18 |
* | added new stdlib module 'strformat'; refs #5600; refs #6507 | Araq | 2017-12-17 | 1 | -0/+590 |