summaryrefslogtreecommitdiff
path: root/tests/test_util.py
Commit message (Collapse)AuthorAgeFilesLines
* merge with stableGeorg Brandl2015-01-211-7/+61
|\
| * Add more coverage for pygments.util.Georg Brandl2014-11-111-6/+44
| |
| * More test coverage for pygments.consoleGeorg Brandl2014-11-111-2/+18
| |
* | Copyright year update.Georg Brandl2015-01-211-1/+1
|/
* python2.6 has no assertSequenceEqualTim Hatch2014-11-061-4/+4
|
* Add 'duplicates_removed' function (for *_builtins.py generation).Tim Hatch2014-11-061-0/+16
|
* Closes #980: fix DeprecationWarnings (mostly due to files closed by __del__) ↵Georg Brandl2014-10-071-3/+3
| | | | | | on Py3. Also fix a bunch of other uses of open() to use the with statement.
* Python3 compat in test_utilTim Hatch2014-10-031-3/+1
|
* Add util function for keyword list formattingTim Hatch2014-10-031-0/+10
|
* new year in copyright noticeGeorg Brandl2014-01-101-1/+1
|
* Happy new year 2013.Georg Brandl2013-01-091-1/+1
|
* Fix issues found by "make check".Georg Brandl2013-01-091-3/+4
|
* Handle non-BMP Unicode ranges consistently, regardless of Python build.Tim Hatch2012-08-261-0/+18
|
* Fixes #748: clean up deprecation and resource warnings in the test suite ↵Georg Brandl2012-03-111-27/+26
| | | | when run with python3 -Wd.
* Copyright update.Georg Brandl2012-02-051-1/+1
|
* fix a couple of errors in the new testsBenji York2011-10-031-6/+2
|
* make_analysator can now handle TypeErrorsBenji York2011-10-031-3/+37
|
* Fix current copyright year.Georg Brandl2011-07-091-1/+1
|
* Happy new year!Georg Brandl2010-01-011-1/+1
|
* Consistency fixes in the test suite.gbrandl2009-09-151-3/+0
|
* Update copyrighting style to standard "team" tags.gbrandl2009-01-041-2/+2
| | | | Update AUTHORS file accordingly.
* [svn] Make mapfiles, make check, add D test file, make reindent.gbrandl2007-04-251-6/+7
|
* [svn] Add a new test for pygments.util, fix coverage test.gbrandl2007-02-181-0/+89