summaryrefslogtreecommitdiff
path: root/pygments/unistring.py
Commit message (Expand)AuthorAgeFilesLines
* Happy new year 2013.Georg Brandl2013-01-091-1/+1
* Centralize regex metachar escaping, since the surrogate support breaksTim Hatch2012-08-271-2/+2
* Regenerate unistring.py from unicodedata 5.2.0Tim Hatch2012-08-271-22/+24
* Fix glitch in self-generation of unistring.pyTim Hatch2012-08-271-2/+2
* Also escape regex metachars in unistring.Tim Hatch2012-08-271-2/+5
* Include unidata version in generated unistring.pyTim Hatch2012-08-271-0/+1
* Avoid unintentionally creating a wide unicode literal in unistring.pyTim Hatch2012-08-271-1/+5
* Copyright update.Georg Brandl2012-02-051-1/+1
* Fix current copyright year.Georg Brandl2011-07-091-1/+1
* Happy new year!Georg Brandl2010-01-011-1/+1
* _ can start identifiers.gbrandl2009-04-011-1/+1
* Port Pygments to Python 3.1.gbrandl2009-03-311-1/+2
* Update copyrighting style to standard "team" tags.gbrandl2009-01-041-2/+2
* open() should be used instead of file()Benjamin Peterson2008-09-211-2/+2
* Fix #358. Release 0.11.1.gbrandl2008-08-241-2/+14
* Allow Unicode identifiers in py3 lexer.gbrandl2008-04-101-0/+4
* [svn] Two little fixes.gbrandl2007-05-041-1/+1
* [svn] Make the C# lexer unicode aware.gbrandl2007-05-031-0/+113