summaryrefslogtreecommitdiff
path: root/pygments/unistring.py
Commit message (Expand)AuthorAgeFilesLines
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-281-1/+1
* Update the unistring data.Georg Brandl2018-11-281-36/+40
* Copyright update.Georg Brandl2017-01-221-1/+1
* Copyright year update.Georg Brandl2015-01-211-1/+1
* Bring coverage testing up to scratch. Add "pragma: no cover" to __main__ blocks.Georg Brandl2014-11-101-2/+2
* maxunicode is 0xffff for narrow buildsGeorg Brandl2014-10-151-2/+4
* unistring: only add non-BMP characters to categories on wide/flexible buildsGeorg Brandl2014-10-151-43/+87
* unistring: fix generated Cs category on Py2.Georg Brandl2014-10-151-3/+3
* unistring: regenerate using UCD 6.3.0 (Py3.4)Georg Brandl2014-10-151-10/+10
* unistring: regenerate using also non-BMP charactersGeorg Brandl2014-10-151-28/+29
* Automatically generate xid_start and xid_continue in unistring; regenerate wi...Georg Brandl2014-10-151-23/+39
* Allow unistring to use character ranges.Tim Hatch2014-10-141-28/+44
* Closes #980: fix DeprecationWarnings (mostly due to files closed by __del__) ...Georg Brandl2014-10-071-5/+2
* Add 'emacs-lisp' alias to make org-mode happy.Tim Hatch2014-05-191-2/+2
* Finalize single-source port for Py2.[67] and Py3.3+.Georg Brandl2014-01-181-2/+3
* new year in copyright noticeGeorg Brandl2014-01-101-1/+1
* 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