Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-announce@python.org Delivered-To: python-announce-list@mail.python.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=python.org; s=200901; t=1331414521; bh=DUgOJKAWCDjpkEGbDaWgLNmTjA6pZ0XE/LFx8Ihd1C0=; h=Message-ID:Date:From:MIME-Version:To:Subject:Content-Type: Content-Transfer-Encoding; b=gsDy0jV2dgiEZ/VUhuAYCjkOEXuuMS+K/uZcjo/Z23H9oUibr9JeDOA915cck4ISl /JVpXVdEQ1+9rGX9dVTVIITuoCuJCjEfXAHnY33IU59UhRHo8FZY3tGHQ81kpmuWmI SRsCvOaQpLJ/7orTqiH8lXxf3aUI1nRCayBkc4wY= Date: Sat, 10 Mar 2012 22:21:54 +0100 From: Georg Brandl User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120303 Thunderbird/11.0 MIME-Version: 1.0 To: python-announce@python.org, pocoo-libs@googlegroups.com Subject: Pygments 1.5 "Zeitdilatation" released Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Sun, 11 Mar 2012 16:36:18 +0100 X-BeenThere: python-announce-list@python.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: python-list@python.org List-Id: Announcement-only list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Approved: python-announce-list@python.org Newsgroups: comp.lang.python.announce Message-ID: Lines: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1331480179 news.xs4all.nl 6936 [2001:888:2000:d::a6]:33588 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python.announce:546 I'm happy to announce the release of Pygments 1.5. Pygments is a generic syntax highlighter written in Python. Pygments 1.5 is a large release, with over 30 new languages or markups supported. Heavy thanks go to all the contributors of these lexers, and to all those who reported bugs and waited patiently for this release. Many thanks also go to Tim Hatch for writing his regexlint tool, with which many glitches and bugs in Pygments' regular expression-based lexers were caught. Download it from , or look at the demonstration at . Enjoy, Georg