summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rewrite 'overlay' feature for ConfigDict.config-overlayMarcel Hellkamp2016-09-254-95/+203
* Fix #882: Do not special-case TemplateErrors.Marcel Hellkamp2016-09-241-3/+2
* circle-ci: Removed 3.1.5 tests (out of support) and disabled server adapter t...Marcel Hellkamp2016-09-241-11/+10
* Re-added circle.ymlMarcel Hellkamp2016-09-241-0/+14
* Skip server tests until travis-ci is more stable for this kind of test.Marcel Hellkamp2016-09-241-1/+1
* Added tests for #892Marcel Hellkamp2016-09-241-0/+12
* Merge pull request #892 from kianxineki/patch-3Marcel Hellkamp2016-09-241-2/+2
|\
| * HttpError is a subclass of HttpResponseAlberto Galera2016-09-211-2/+0
| * raise HTTPResponse not working correctlyAlberto Galera2016-09-201-0/+2
* | Merge pull request #893 from eric-wieser/patch-4Marcel Hellkamp2016-09-241-3/+3
|\ \
| * | Provide a name to default_error_handlerEric Wieser2016-09-211-1/+1
| * | Fix tracebacks that would contain <string> to contain the template pathEric Wieser2016-09-211-2/+2
| |/
* | Merge pull request #894 from eric-wieser/safe-error-pageMarcel Hellkamp2016-09-241-1/+6
|\ \
| * | Handle unprintable errorsEric Wieser2016-09-211-1/+6
| |/
* | Removed json import fallback for python 2.5/2.6Marcel Hellkamp2016-09-241-16/+1
* | Merge pull request #889 from mgedmin/patch-1Marcel Hellkamp2016-09-241-1/+1
|\ \ | |/ |/|
| * Fix warning about using absolute template path namesMarius Gedminas2016-09-091-1/+1
* | Merge pull request #890 from oz123/drop_opt_parserMarcel Hellkamp2016-09-122-29/+41
|\ \ | |/ |/|
| * Clean up of command line parserOz N Tiram2016-09-091-10/+7
| * add some more testingOz N Tiram2016-09-091-1/+12
| * Drop optparser, migrate to argparseOz N Tiram2016-09-091-21/+25
|/
* Merge pull request #885 from oz123/enable_coverallsMarcel Hellkamp2016-09-053-27/+9
|\
| * Add badge to READMEOz N Tiram2016-09-031-0/+4
| * Disable Circle CIOz N Tiram2016-09-031-26/+0
| * Run the tests under coverageOz N Tiram2016-09-031-1/+3
| * require sudoOz N Tiram2016-09-031-0/+1
| * Install coveralls with pipOz N Tiram2016-09-031-0/+1
|/
* Merge pull request #884 from oz123/re-enable-coverageMarcel Hellkamp2016-09-023-9/+8
|\
| * Fix build failure with Python 3.2Oz N Tiram2016-09-021-1/+3
| * Submit results to coverallsOz N Tiram2016-09-021-0/+4
| * Coverage did not report ... now it doesOz N Tiram2016-09-022-9/+2
* | Merge pull request #883 from oz123/update_cached_propertyMarcel Hellkamp2016-09-021-2/+2
|\ \
| * | Tiny update to cached_propertyOz N Tiram2016-09-021-2/+2
| |/
* | Merge pull request #880 from oz123/fix_772Marcel Hellkamp2016-08-302-11/+41
|\ \
| * | Add documentation for ConfigDict.load_moduleOz N Tiram2016-08-302-11/+41
| |/
* | Merge pull request #879 from oz123/tiny_style_changesMarcel Hellkamp2016-08-301-9/+11
|\ \ | |/ |/|
| * Tiny style changesOz N Tiram2016-08-301-7/+9
| * Fix typo - main() does not exist anymoreOz N Tiram2016-08-301-2/+2
|/
* Added test case for #695Marcel Hellkamp2016-08-291-0/+9
* docs: Updated changelog for 0.13Marcel Hellkamp2016-08-291-4/+61
* Added main function for better testability of the command-line interface.Marcel Hellkamp2016-08-291-2/+6
* Merge pull request #878 from oz123/mine/minor_updatesMarcel Hellkamp2016-08-293-48/+40
|\
| * Fix tests to pass all chanages after removal of _e()Oz N Tiram2016-08-293-15/+15
| * Remove workaround missing as in py 3.1, 3.2Oz N Tiram2016-08-291-34/+26
|/
* Remove another reference to Python 2.6Oz N Tiram2016-08-281-1/+0
* Add myself to AUTHORSOz N Tiram2016-08-271-0/+1
* with statement is built in Python 2.7 and lateOz N Tiram2016-08-271-1/+0
* Simplify check for Python 2 or 3Oz N Tiram2016-08-271-4/+1
* Remove non existing nameOz N Tiram2016-08-271-1/+1
* Remove Python 3.1Oz N Tiram2016-08-271-17/+2