lp:~pythonxy/pythonxy-upstream/python-xlwt

Created by Timmie and last modified
Get this branch:
bzr branch lp:~pythonxy/pythonxy-upstream/python-xlwt

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Python XY
Project:
Upstream Package Updates for PythonXY
Status:
Development

Import details

Import Status: Reviewed

This branch is an import of the HEAD branch of the Git repository at https://github.com/python-excel/xlwt.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 5 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 5 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 10 seconds — see the log

Recent revisions

234. By Jon Dufresne

Update pypi.python.org URL to pypi.org

For details on the new PyPI, see the blog post:

https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html

233. By Jon Dufresne

Add testing for Python 3.7

232. By Jon Dufresne

Remove unused import

231. By Jon Dufresne

Remove dependency of unmaintained nose

The nose project has ceased development. The last commit is from Mar 3,
2016. From their docs page:

https://nose.readthedocs.io/

> Note to Users
>
> Nose has been in maintenance mode for the past several years and will
> likely cease without a new person/team to take over maintainership.
> New projects should consider using Nose2, py.test, or just plain
> unittest/unittest2.

Simplify tests by using the stdlib unittest. One fewer dependency.

230. By Jon Dufresne

Replace compat.py module with six

six is well tested and developed. Reuse existing efforts instead of
duplicating them. Allows code to be more forward compatible with Python3
for the eventual Python2 EOL.

229. By Jon Dufresne

Replace unicode() with .decode()

The bytes.decode() is available on all supported Python versions. Makes
code more forward compatible with Python3. Python2 will eventually be
EOL.

228. By Jon Dufresne

Replace itervalues() with .values()

Makes code more forward compatible with Python3. Python2 will eventually
be EOL.

227. By Jon Dufresne

Replace iteritems() with .items()

Makes code more forward compatible with Python3. Python2 will eventually
be EOL.

226. By Jon Dufresne

Replace xrange() with range()

Makes code more forward compatible with Python3. Python2 will eventually
be EOL.

225. By Guillaume Normand <email address hidden>

Bugfix for set_header_str with python3

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers