-
Notifications
You must be signed in to change notification settings - Fork 42
Pull requests: ioerror/blockfinder
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Correct exit code if
failures % 256 == 0
due to UNIX semantics
#89
by lamby
was closed Dec 25, 2015
Loading…
In python 2 use ConfigParser.readfp and in python 3 use ConfigParser.read_file as readfp is deprecated in python 3.
#86
by d1b
was merged Nov 9, 2015
Loading…
Use SafeConfigParser in python 2 and ConfigParser in python 3 as SafeConfigParser has been deprecated in python 3.
#85
by d1b
was merged Nov 9, 2015
Loading…
Migrate to the new travis-ci infrastructure by adding
sudo: false
to .travis.yml.
#84
by d1b
was merged Nov 9, 2015
Loading…
Move to using 'new' style classes as that's what python 3 will use
#83
by d1b
was merged Nov 9, 2015
Loading…
Add python 3.4 and 3.5 to travis-ci's test configuration.
#82
by d1b
was merged Nov 8, 2015
Loading…
New attempt for processing ARIN (and other's) extended zone file format
#65
by philpraxis
was merged Sep 21, 2013
Loading…
Previous Next
ProTip!
Filter pull requests by the default branch with base:master.