log python/score_parser.py @ 3141:335bc77627e0 tip

age author description
Wed, 28 Nov 2018 13:51:51 +0000 Nicholas Jillings Merge branch 'hot_fix' into vnext
Sat, 14 Jul 2018 15:30:27 +0100 Nicholas Jillings Merge branch 'master' into vnext
Tue, 17 Oct 2017 17:03:10 -0400 Nicholas Jillings Merge branch 'vnext' into Dev_main
Thu, 03 Aug 2017 14:30:31 +0200 Nicholas Jillings Fix for #215
Thu, 03 Aug 2017 13:00:24 +0200 Nicholas Jillings Fix for #215
Wed, 02 Aug 2017 08:29:23 +0100 Nicholas Jillings Further fixes to #215. Fixed for MUSHRA and for outside-reference files
Mon, 16 Jul 2018 14:48:06 +0100 Dave Moffat catching error when page has no defined interface tag, as not required within XML schema
Wed, 25 Apr 2018 15:19:46 +0200 Brecht De Man Preliminary fixes re robustness against 'repeated pages' (repeatCount)
Fri, 06 Oct 2017 03:20:23 +0300 iiphii Update score_parser.py
Wed, 10 May 2017 11:16:02 +0100 Nicholas Jillings Make score_parser resiliant to interface-name="null" bug.
Tue, 08 Nov 2016 09:58:31 +0000 Nicholas Jillings Merge score_parser2 into score_parser
Wed, 20 Apr 2016 18:05:29 +0200 Brecht De Man score_parser.py compatible with Python 2.7 and 3.x: print ... --> print(...); csvreader.next() --> next(csvreader)
Wed, 20 Apr 2016 16:33:22 +0200 Brecht De Man Change folder name 'scripts' to 'python'