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

Re-organized code and a lot of other stuff. #342

Merged
merged 25 commits into from
May 22, 2012
Merged

Commits on Mar 18, 2012

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

Commits on Mar 23, 2012

  1. Configuration menu
    Copy the full SHA
    d891ff9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69d3b2d View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2012

  1. Configuration menu
    Copy the full SHA
    0719406 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74a5ff5 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2012

  1. Merge branch 'next-url'

    FiloSottile committed Mar 25, 2012
    Configuration menu
    Copy the full SHA
    c23d8a7 View commit details
    Browse the repository at this point in the history
  2. 6 Configuration menu
    Copy the full SHA
    d77c3df View commit details
    Browse the repository at this point in the history
  3. Added py2exe script

    FiloSottile committed Mar 25, 2012
    Configuration menu
    Copy the full SHA
    770234a View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2012

  1. moved increment_downloads and process_info calls from IEs to FD.downl…

    …oad (#296) (follows current doclines); a small step towards importability #217
    FiloSottile committed Mar 30, 2012
    Configuration menu
    Copy the full SHA
    58ca755 View commit details
    Browse the repository at this point in the history
  2. 's/ /\t/'

    FiloSottile committed Mar 30, 2012
    Configuration menu
    Copy the full SHA
    303692b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53e8936 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bcfde70 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2012

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

Commits on Apr 10, 2012

  1. Configuration menu
    Copy the full SHA
    d6a9615 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e179aad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d11d05d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6f45d4 View commit details
    Browse the repository at this point in the history
  5. removed the undocumented HTMLParser.unescape, replaced with _unescape…

    …HTML; fixed a bug in the use of _unescapeHTML (missing _, from d6a9615)
    FiloSottile committed Apr 10, 2012
    Configuration menu
    Copy the full SHA
    781cc52 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7a8501e View commit details
    Browse the repository at this point in the history
  7. 1 Configuration menu
    Copy the full SHA
    9e6dd23 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2012

  1. some HTMLParser bugfixes

    FiloSottile committed Apr 13, 2012
    Configuration menu
    Copy the full SHA
    9beb5af View commit details
    Browse the repository at this point in the history

Commits on May 1, 2012

  1. dropped the support for Python 2.5

    let's elaborate the decision: Python 2.5 is a 6 years old release
    and "under the current release policy, no security issues in Python
    2.5 will be fixed anymore" (!!); also, it doesn't support the new
    zipfile distribution format.
    FiloSottile committed May 1, 2012
    Configuration menu
    Copy the full SHA
    921a145 View commit details
    Browse the repository at this point in the history
  2. merge upstream

    FiloSottile committed May 1, 2012
    Configuration menu
    Copy the full SHA
    3fe294e View commit details
    Browse the repository at this point in the history

Commits on May 9, 2012

  1. Configuration menu
    Copy the full SHA
    0b8c922 View commit details
    Browse the repository at this point in the history
  2. reorganized the titles sanitizing: now title is the untouched title

    and stitle is created in process_info() and is cross-filesystem sanitized by sanitize_filename();
    closes #164
    FiloSottile committed May 9, 2012
    Configuration menu
    Copy the full SHA
    2c288bd View commit details
    Browse the repository at this point in the history