-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Small fixes #17
base: master
Are you sure you want to change the base?
Small fixes #17
Commits on Jul 25, 2012
-
Avoids calling min/max with an empty sequence
Floqq innovation SL. www.floqq.com
Configuration menu - View commit details
-
Copy full SHA for d76e774 - Browse repository at this point
Copy the full SHA d76e774View commit details -
Fixes IndexError when splitting empty points sets
Floqq innovation SL. www.floqq.com
Configuration menu - View commit details
-
Copy full SHA for e313d28 - Browse repository at this point
Copy the full SHA e313d28View commit details -
Ignore invalid scripts instead of firing an exception
A message will be displayed showing the error with the script. This is useful if the user has extra code in the scripts directory, (like a settings.py file), that is not intended to be executed by multi-mechanize. Floqq innovation SL. www.floqq.com
Configuration menu - View commit details
-
Copy full SHA for 7f9869c - Browse repository at this point
Copy the full SHA 7f9869cView commit details -
Changes string path composing with os.path.join
string path composing is *dangerous* and should not be used: - Doesn't properly handle the 'separator' char in different OSs - Doesn't avoid repeated slashes (//) that might not be good in certain OSs - Doesn't handle absolute-relative paths well /root/ + /root/single = /root/root/single instead of /root + /root/single = /root/single Floqq innovation SL. www.floqq.com
Configuration menu - View commit details
-
Copy full SHA for dd4ba3c - Browse repository at this point
Copy the full SHA dd4ba3cView commit details -
Avoid repeated code in the progress bar
Floqq innovation SL. www.floqq.com
Configuration menu - View commit details
-
Copy full SHA for ed71ea3 - Browse repository at this point
Copy the full SHA ed71ea3View commit details
Commits on Aug 29, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 58984e1 - Browse repository at this point
Copy the full SHA 58984e1View commit details
Commits on Sep 4, 2012
-
Configuration menu - View commit details
-
Copy full SHA for a61d1f8 - Browse repository at this point
Copy the full SHA a61d1f8View commit details
Commits on Sep 5, 2012
-
Configuration menu - View commit details
-
Copy full SHA for d0aac52 - Browse repository at this point
Copy the full SHA d0aac52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d0666d - Browse repository at this point
Copy the full SHA 4d0666dView commit details
Commits on Jan 17, 2013
-
Merge pull request #1 from pakt/master
Pass pid and tid explicitly
Configuration menu - View commit details
-
Copy full SHA for 8b3fe04 - Browse repository at this point
Copy the full SHA 8b3fe04View commit details