summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* add pypy to default test env listDoug Hellmann2013-09-221-1/+1
* Fix pip call in tox configDoug Hellmann2013-09-181-0/+2
* fix version number in blog announcement fileDoug Hellmann2013-09-181-1/+1
* update history and announce file for release0.12Doug Hellmann2013-09-182-2/+11
* remove version from setup.cfg and rely on git tagDoug Hellmann2013-09-181-1/+0
* Merge pull request #28 from jd/jd/pbrDoug Hellmann2013-09-185-69/+56
|\
| * Switch to pbrJulien Danjou2013-09-185-69/+56
* | Fix flake8 failures from pull/27Doug Hellmann2013-09-183-5/+10
* | Merge pull request #27 from jd/masterDoug Hellmann2013-09-184-3/+113
|\ \ | |/
| * Add map_method function to managersJulien Danjou2013-09-174-3/+113
|/
* Fixes reporting the error when drivers have the same nameDoug Hellmann2013-08-293-1/+28
* prep for release 0.110.11Doug Hellmann2013-08-293-7/+8
* Merge pull request #26 from dhellmann/bug/logging-py26Ryan Petrello2013-08-281-5/+23
|\
| * Update null log handling for py26Doug Hellmann2013-08-281-5/+23
|/
* prep for 0.10 release0.10Doug Hellmann2013-07-083-16/+14
* Merge pull request #24 from drocco-007/masterDoug Hellmann2013-06-301-1/+1
|\
| * fixed a bug in the test for propagating map exceptionsDaniel Rocco2013-06-291-1/+1
|/
* Merge pull request #23 from dirkmueller/python26xDoug Hellmann2013-06-211-1/+2
|\
| * Fix doc build with Python 2.6.xDirk Mueller2013-06-211-1/+2
* | Merge pull request #22 from cyeoh/propogate_exceptionsDoug Hellmann2013-06-216-14/+67
|\ \ | |/ |/|
| * Update docstrings for map exception propagationChris Yeoh2013-06-215-5/+34
| * Formatting fixChris Yeoh2013-06-201-1/+0
| * Adds ability to propogate exceptions within mapChris Yeoh2013-06-205-9/+34
|/
* prep for 0.9.1 release0.9.1Doug Hellmann2013-06-121-1/+1
* Include all images from docs in sdistDoug Hellmann2013-06-121-1/+1
* prep for 0.9 release0.9Doug Hellmann2013-06-123-8/+14
* add docs to default tox suiteDoug Hellmann2013-06-121-1/+1
* Remove reliance on distributeDoug Hellmann2013-06-125-484/+9
* Merge branch 'add-tutorial'Doug Hellmann2013-06-0522-1/+649
|\
| * doc cleanupDoug Hellmann2013-06-052-7/+7
| * add reference to test classDoug Hellmann2013-06-051-0/+4
| * finish tutorial section on loading pluginsDoug Hellmann2013-06-056-15/+145
| * remove line number referencesDoug Hellmann2013-06-051-12/+7
| * Add example of loading as a driverDoug Hellmann2013-06-054-1/+128
| * Add tutorial section on creating pluginsDoug Hellmann2013-06-0513-77/+349
| * add docs about names and namespacesDoug Hellmann2013-06-043-11/+71
| * Add structure for tutorialDoug Hellmann2013-06-039-0/+60
* | touch up ceilometer design diagramDoug Hellmann2013-06-031-0/+0
* | add tox env for building docsDoug Hellmann2013-06-032-0/+6
|/
* Add PyCon 2013 essayDoug Hellmann2013-06-039-1/+482
* Update docs for NameDispatchExtensionManagerDoug Hellmann2013-06-032-3/+11
* Clean up autodoc for manager classesDoug Hellmann2013-06-033-21/+9
* Add ExtensionManager.__getitem__Doug Hellmann2013-06-035-0/+79
* Change sort for NamedExtensionManagerDoug Hellmann2013-06-031-1/+2
* Ignore missing extensions in named dispatchDoug Hellmann2013-06-033-7/+40
* Set up extlinks extensionDoug Hellmann2013-06-031-1/+10
* document new name_order param in historyDoug Hellmann2013-05-191-0/+8
* Correct argument types in name sort testsDoug Hellmann2013-05-191-2/+2
* Merge pull request #12 from drocco-007/masterDoug Hellmann2013-05-192-2/+30
|\
| * optionally sort named extensionsDaniel Rocco2013-05-172-2/+30