Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stevedonovan/Penlight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-10-03updated tests; include require_here() test filessteve donovan
2011-09-30List.range can take extra increment (can be less than 1)steve donovan
2011-09-10stringx.title now works as in Python: test fixedsteve donovan
2011-07-04added stringx.titlesteve donovan
2011-02-27Several changes:stevedonovan
- output HTML is no longer kept in this repo. - revisions to documentation - lexers may be passed a file-like object as well as a string; it is then possible to inquire about the current line and column.
2010-12-22A number of nasty bugs squashed in pl.stringx, thanks to David M's new test ↵stevedonovan
suite
2010-12-20Version 0.9.0 Initial Commit:0.9.0stevedonovan
- lots of documentation improvements - module() is no longer used
2010-03-17Fixed the stringx.center() function to always round up using ceil. Now it ↵rpusztai
should work when there is more precision on different architectures.
2010-03-16Added missing image to the docs.rpusztai
Fixed a pl.pretty write bug when a string is found. Updated the tests for pl.pretty. Possible fixed the pylib test.
2010-03-09Bsteve donovan
i Initial Git commit