log extensions/local_replace.py @ 560:0d0e7ce385e7 default tip

age author description
Thu, 07 Sep 2017 23:10:56 +0300 Ezio Melotti Linkify GHXXXX, GH-XXXX, and PR-XXXX too.
Wed, 22 Feb 2017 05:11:08 +0200 Ezio Melotti #587: add PR title and status to PR links.
Wed, 22 Feb 2017 04:42:35 +0200 Ezio Melotti Improve the test runner for local_replace and fix a bug it unveiled.
Mon, 20 Feb 2017 15:06:42 +0200 Ezio Melotti Update file linkification to support Python version numbers.
Mon, 20 Feb 2017 14:15:50 +0200 Ezio Melotti Tweak regex to prevent incorrect URL linkification.
Sat, 18 Feb 2017 06:57:29 +0200 Ezio Melotti Convert files and traceback links in messages from hg.python.org to GitHub.
Tue, 07 Feb 2017 08:44:13 +0100 Maciej Szulik Linkify bpo-NNNN issues
Sun, 25 Dec 2016 18:44:16 +0100 Ezio Melotti #610: automatically convert Git csids in messages to links. Patch by Brett Cannon.
Fri, 02 Dec 2016 01:21:29 +0200 Ezio Melotti #587: simplify a function and add a couple more tests.
Fri, 02 Dec 2016 00:58:20 +0200 Ezio Melotti #587: Convert PR references in messages to links. Initial patch by Anish Sshah.
Fri, 18 Jan 2013 23:59:16 +0200 Ezio Melotti Fix another broken link.
Wed, 09 Jan 2013 09:24:57 +0200 Ezio Melotti Factor out some code and fix a couple of bugs.
Fri, 14 Dec 2012 12:48:02 +0200 Ezio Melotti #494: fix wrong linkification and update tests.
Sat, 03 Nov 2012 23:30:42 +0200 Ezio Melotti Update the traceback linking for Python 3.3.
Tue, 29 Nov 2011 03:50:52 +0000 ezio.melotti Make "rev. 12345" work too.
Tue, 18 Oct 2011 13:36:10 +0000 ezio.melotti #407: fix linkification of hg changesets.
Sun, 04 Sep 2011 14:27:48 +0000 ezio.melotti Tweak PEP regex to prevent linkification in URLs.
Mon, 22 Aug 2011 21:34:21 +0000 ezio.melotti Tweak PEP regex to prevent linkification in URLs.
Mon, 15 Aug 2011 08:07:52 +0000 ezio.melotti Add linkification for the devguide.
Tue, 19 Jul 2011 20:55:03 +0000 ezio.melotti #407: tweak the regex for revisions to require at least 4 digits.
Sat, 18 Jun 2011 01:16:07 +0000 ezio.melotti Linkify hg changesets id before svn revisions.
Thu, 26 May 2011 01:05:31 +0000 ezio.melotti #399: automatically link to PEPs in the messages.
Wed, 25 May 2011 20:52:48 +0000 ezio.melotti Link to file/lines in the tracebacks. Also refactor and add more tests.
Tue, 24 May 2011 21:11:36 +0000 ezio.melotti Link to a specific line when :NNN is added after a file name. Also update and add more tests.
Sat, 05 Mar 2011 16:42:37 +0000 georg.brandl Fix branch name.
Sat, 05 Mar 2011 16:38:54 +0000 georg.brandl Use local_replace update for hg migration.
Thu, 21 Oct 2010 19:52:50 +0000 georg.brandl Add new replacement rules for use after hg migration.
Mon, 09 Aug 2010 18:58:53 +0000 ezio.melotti Tweak regex to avoid linking to revisions when they appear in the query string of an URL.
Mon, 26 Jul 2010 15:38:01 +0000 ezio.melotti Trunk is dead, link to py3k.
Sat, 24 Jul 2010 15:14:38 +0000 ezio.melotti Fix a couple of XXX.
Sat, 24 Jul 2010 12:49:09 +0000 ezio.melotti Tweak regex to use a word boundary anchor + negative lookbehind to avoid linking issues in URLs.
Sat, 24 Jul 2010 12:29:51 +0000 ezio.melotti #285: add a tooltip that shows status and title of linked issues on the tracker. Also avoid linking to unexisting issues.
Fri, 25 Jun 2010 18:40:03 +0000 ezio.melotti Improve the regex used to generate the links, add more tests.
Fri, 25 Jun 2010 16:18:36 +0000 ezio.melotti Refactor the regex list, use one regex for [r,rev,revision], add comments, indent properly, avoid long lines.
Fri, 25 Jun 2010 15:54:16 +0000 ezio.melotti Add proper tests, some documentation and use double quotes for HTML attributes in local_replace.py.
Mon, 23 Nov 2009 14:05:34 +0000 martin.v.loewis Use \b as a word separator, as proposed by Ezio Melotti
Sat, 25 Apr 2009 16:36:03 +0000 martin.v.loewis Issue #276: Fix regular expressions.
Tue, 10 Mar 2009 23:01:46 +0000 martin.v.loewis Issue #249: Clear _count attributes out of various places.
Sun, 06 Jan 2008 19:52:44 +0000 martin.v.loewis Add link to source files. Fixes the rest of #154.
Tue, 01 Jan 2008 16:04:37 +0000 martin.v.loewis Also hyperlink rev. Requested in #154.
Sun, 16 Sep 2007 12:31:17 +0000 erik.forsberg Automatically link to svn.python.org for revision ID's.
Sun, 12 Aug 2007 19:29:27 +0000 erik.forsberg Replace #<number> with a hyperlink to issue<number>, as proposed in