summaryrefslogtreecommitdiff
path: root/pygments/unistring.py
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Georg Brandl2014-10-151-23/+39
| | | | with UCD 6.1 (Py3.3).
* 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
| | | | | | on Py3. Also fix a bunch of other uses of open() to use the with statement.
* Add 'emacs-lisp' alias to make org-mode happy.Tim Hatch2014-05-191-2/+2
| | | | Resolves #976
* 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
| | | | one-parsed-char per unicode codepoint already.
* 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
| | | | Update AUTHORS file accordingly.
* 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
Warning, major hack ahead: the code to support multiple token defs is not the prettiest.