Skip to content
This repository has been archived by the owner on May 4, 2020. It is now read-only.

Py3.3 support for xlwt #32

Closed
wants to merge 22 commits into from
Closed

Commits on Aug 16, 2013

  1. Create README.md

    edschofield committed Aug 16, 2013
    Configuration menu
    Copy the full SHA
    e41f1ce View commit details
    Browse the repository at this point in the history
  2. Add Py3 patches.

    * Currently uses the future module for py2k compatibility. Only a couple of
      functions (just ``range`` and ``str``, I think) are used, so this dependency
      could be removed easily enough.
    edschofield committed Aug 16, 2013
    Configuration menu
    Copy the full SHA
    036ca12 View commit details
    Browse the repository at this point in the history
  3. Add RKbug.py fixes

    * Why is the diff so noisy??
    edschofield committed Aug 16, 2013
    Configuration menu
    Copy the full SHA
    38dea5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    226e638 View commit details
    Browse the repository at this point in the history
  5. Mention Py3 compatibility in setup.py.

    * Also add future==0.4.0 to requirements.txt. This is not currently read; it is
      for the user's info only ...
    edschofield committed Aug 16, 2013
    Configuration menu
    Copy the full SHA
    e9302bf View commit details
    Browse the repository at this point in the history
  6. Update README and HISTORY a little bit

    * Mention Py3 compatibility and dependency on ``future``
    edschofield committed Aug 16, 2013
    Configuration menu
    Copy the full SHA
    7179c98 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    999fdb5 View commit details
    Browse the repository at this point in the history
  8. Revert RKbug.py for now

    * The diff was way too big. Why??
    edschofield committed Aug 16, 2013
    Configuration menu
    Copy the full SHA
    2a78ad9 View commit details
    Browse the repository at this point in the history
  9. Add back patch to RKbug.py

    * Ah ... this file has CRLF line terminators ;)
    edschofield committed Aug 16, 2013
    Configuration menu
    Copy the full SHA
    44be5f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2013

  1. Add a requirement

    goinnn committed Oct 23, 2013
    Configuration menu
    Copy the full SHA
    7466627 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4a2cc7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31c991c View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2013

  1. Merge pull request #1 from goinnn/master

    Fix "ImportError: No module named 'future'"
    edschofield committed Oct 29, 2013
    Configuration menu
    Copy the full SHA
    80d5f20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    394285b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4c8edc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8ea26d View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2013

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

Commits on Nov 1, 2013

  1. Configuration menu
    Copy the full SHA
    c0744cf View commit details
    Browse the repository at this point in the history
  2. Bump future version requirement to v0.8.2

    - Needed for isinstance()
    edschofield committed Nov 1, 2013
    Configuration menu
    Copy the full SHA
    c97721b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f537030 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2bac9b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a75892 View commit details
    Browse the repository at this point in the history