lp://staging/~cjwatson/storm/py36

Created by Colin Watson and last modified
Get this branch:
bzr branch lp://staging/~cjwatson/storm/py36
Only Colin Watson can upload to this branch. If you are Colin Watson please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Colin Watson
Project:
Storm
Status:
Merged

Recent revisions

532. By Colin Watson

Support Python 3.6 and 3.7.

There were a couple of minor problems:

 * SQLObjectMeta needs to skip the new __classcell__ namespace entry added by
   the changes for PEP 487.

 * datetime.datetime.astimezone now presumes that naive datetime instances
   represent system local time rather than raising ValueError, which caused a
   test to fail. Since this presumption seems unlikely to be a good thing for
   things like web applications to rely on, forbid this case manually for now.

531. By Colin Watson

Squash ResourceWarning in setup.py.

530. By Colin Watson

Bump version to 0.21.0.99.

529. By Colin Watson

Fix incorrect caching of wrapped DB-API exceptions. [r=simpoir]

528. By Colin Watson

Release Storm 0.21.

527. By Colin Watson

[r=simpoir] Document Python 3 support.

526. By Colin Watson

Update string handling for Python 3. [r=simpoir]

525. By Colin Watson

Add Python 3 support to tests.mocker.SpecChecker. [r=simpoir]

524. By Colin Watson

Fix Python 3 compatibility problems in tests.schema.patch. [r=simpoir]

523. By Colin Watson

Use six.with_metaclass to support Python 3's metaclass syntax. [r=simpoir]

Branch metadata

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

Subscribers