-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This makes use of coroutines and the new Futures interface. Also, no more monkey patching. Integration BlueOx into a tornado app is not much more straightforward.
- Loading branch information
Showing
7 changed files
with
177 additions
and
174 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
blueox (0.7.0) | ||
|
||
* Rewrite of tornado_utils to support tornado > 3.0 | ||
|
||
-- Rhett Garber <[email protected]> Mon, 14 Mar 2014 17:36:00 -0700 | ||
|
||
blueox (0.6.0) | ||
|
||
* Introduce new utility, oxingest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
""" | ||
|
||
__title__ = 'blueox' | ||
__version__ = '0.6.0' | ||
__version__ = '0.7.0' | ||
__author__ = 'Rhett Garber' | ||
__author_email__ = '[email protected]' | ||
__license__ = 'ISC' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.