lp:~cjwatson/storm/expr-spacing

Created by Colin Watson and last modified
Get this branch:
bzr branch lp:~cjwatson/storm/expr-spacing
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

542. By Colin Watson

Add whitespace around "<<", ">>", "+", "-", "*", "/", and "%" operators.

I ran into this when using flask-storm's RequestTracer, which uses sqlparse
to help it substitute parameters in its trace output; it was getting
confused because sqlparse parses "expr+%s" as "expr", "+%", "s" rather than
"expr", "+", "%s". Adding surrounding whitespace removes the ambiguity
here.

541. By Colin Watson

Stop using deprecated assertEquals/assertNotEquals unittest methods. [r=simpoir]

540. By Colin Watson

Finish removing storm.django.

This was mostly removed in 0.21
(https://code.launchpad.net/~adam-collard/storm/kill-django-storm/+merge/287630),
but storm/django/backend/__init__.py was left around by accident.

539. By Colin Watson

Include test runner in sdists again.

It's now in dev/test, not test.

538. By Colin Watson

Chase redirection in README.

537. By Colin Watson

Release Storm 0.22.

536. By Colin Watson

Use postgresfixture to simplify developer setup. [r=simpoir]

535. By Colin Watson

Officially add support for Python 3.8.

534. By Colin Watson

Fix C version of Compile.__call__(join=) on Python 3. [r=doismellburning]

533. By Colin Watson

Support Python 3.6 and 3.7. [r=doismellburning]

Branch metadata

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

Subscribers