Skip to content
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

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Small fixes #17

wants to merge 10 commits into from

Commits on Jul 25, 2012

  1. Avoids calling min/max with an empty sequence

    Floqq innovation SL.  www.floqq.com
    jvrsantacruz committed Jul 25, 2012
    Configuration menu
    Copy the full SHA
    d76e774 View commit details
    Browse the repository at this point in the history
  2. Fixes IndexError when splitting empty points sets

    Floqq innovation SL.  www.floqq.com
    jvrsantacruz committed Jul 25, 2012
    Configuration menu
    Copy the full SHA
    e313d28 View commit details
    Browse the repository at this point in the history
  3. 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
    jvrsantacruz committed Jul 25, 2012
    Configuration menu
    Copy the full SHA
    7f9869c View commit details
    Browse the repository at this point in the history
  4. 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
    jvrsantacruz committed Jul 25, 2012
    Configuration menu
    Copy the full SHA
    dd4ba3c View commit details
    Browse the repository at this point in the history
  5. Avoid repeated code in the progress bar

    Floqq innovation SL.  www.floqq.com
    jvrsantacruz committed Jul 25, 2012
    Configuration menu
    Copy the full SHA
    ed71ea3 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2012

  1. Configuration menu
    Copy the full SHA
    58984e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2012

  1. don't validate all scripts

    pakt committed Sep 4, 2012
    Configuration menu
    Copy the full SHA
    a61d1f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2012

  1. good pip scripts

    pakt committed Sep 5, 2012
    Configuration menu
    Copy the full SHA
    d0aac52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d0666d View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2013

  1. Merge pull request #1 from pakt/master

    Pass pid and tid explicitly
    jvrsantacruz committed Jan 17, 2013
    Configuration menu
    Copy the full SHA
    8b3fe04 View commit details
    Browse the repository at this point in the history