summaryrefslogtreecommitdiff
path: root/pecan/configuration.py
Commit message (Expand)AuthorAgeFilesLines
* Pecan has moved to https://github.com/pecan/pecanRyan Petrello2015-07-291-254/+0
* Drop support for Python 3.2.Ryan Petrello2015-04-291-2/+2
* *Properly* detect Python < 3.3.0.8.3Ryan Petrello2015-01-121-2/+2
* Fix py32 support; importlib.machinery.SourceFileLoader doesn't exist until py33Ryan Petrello2015-01-121-2/+3
* Improve ImportError verbosity for configuration files.Ryan Petrello2015-01-061-1/+22
* Remove some unnecessary cruft.Ryan Petrello2013-05-031-1/+1
* Read/compile configuration files as binary to avoid encoding issues.Ryan Petrello2013-05-031-5/+2
* More misc. Python3 cleanup.Ryan Petrello2013-05-011-2/+2
* Cast configuration.Config.__dir__ to a list (not a PY3 dictkeys object)Ryan Petrello2013-04-301-1/+1
* More PY3 compatability for iteritems and execfile.Ryan Petrello2013-04-301-7/+13
* add comment explaining why the code was reorderedMark McClain2013-04-251-0/+1
* os.environ test clean-up and reorder overwriteMark McClain2013-04-251-8/+7
* only when config is None fallback to conf_from_envAlfredo Deza2013-02-271-1/+2
* get env support with a helper function, deferr to itAlfredo Deza2013-01-221-0/+23
* Renaming ``pecan.configuration.Config.as_dict`` to ``to_dict``.Ryan Petrello2012-03-241-3/+2
* More PEP8 compliancy.Ryan Petrello2012-03-201-1/+1
* Merge pull request #90 from coderpete/nextRyan Petrello2012-03-191-11/+9
|\
| * Appease SphinxPete2012-03-191-11/+9
* | Updating the default scaffolded project with `force_canonical` = TrueRyan Petrello2012-03-191-1/+2
|/
* Some more work on `pecan serve --reload`.Ryan Petrello2012-03-191-2/+4
* Cleaning up cruft, simplifying default config, and improving docs.Ryan Petrello2012-03-131-8/+2
* Merge remote-tracking branch 'upstream/next' into nextRyan Petrello2012-03-111-38/+43
|\
| * After a full-scale scan with pep8.py and pyflakes, identified andJonathan LaCour2012-03-111-38/+43
* | PyPI version classifiers and code coverage improvements.Ryan Petrello2012-03-111-2/+5
|/
* A bunch of work on the default `pecan create` project scaffold:Ryan Petrello2012-03-081-0/+1
* Improving `pecan.configuration.set_config` to take a dict *or* file.Ryan Petrello2012-03-061-4/+12
* A bunch of cleanup, and the removal of a few features:Ryan Petrello2012-03-061-52/+25
* make get behave like a normal dictionary getAlfredo Deza2011-11-201-2/+2
* add a get method to the config objectAlfredo Deza2011-11-201-0/+5
* Removing dead check for config ending with .py.Jeremy M. Jones2011-09-021-3/+0
* Removed ability to run "pecan serve {{ module }}" (as config file).Jeremy M. Jones2011-09-021-7/+4
* following style fmor other methodsAlfredo Deza2011-03-281-3/+1
* removes the deepcopy importAlfredo Deza2011-03-281-1/+0
* removes deepcopy as it generates recursion issuesAlfredo Deza2011-03-281-2/+4
* fixes a bit the logic for recursionAlfredo Deza2011-03-281-3/+3
* adds as_dict and a helper method for it:Alfredo Deza2011-03-281-0/+27
* Removing unneeded importAlfredo Deza2011-03-281-1/+0
* updates for python2.5 compatMark McClain2011-03-061-0/+3
* Docstrings for the pecan.configuration module.Jonathan LaCour2011-03-061-0/+59
* better error handling for errors during conf importMark McClain2011-03-061-8/+1
* fix sub-namespace pollution problemMark McClain2011-02-161-11/+18
* altered confdir implementation for commands/serveMark McClain2011-02-161-11/+6
* removing variable replacement feature... cause more problems than itMark McClain2011-02-161-57/+9
* Fixing configuration to correctly handle forced dictionariesYoann Roman2011-01-141-8/+8
* Minor PEP8 changesYoann Roman2011-01-141-1/+9
* Rewriting serve command to subclass paste.script.serve.ServeCommandYoann Roman2011-01-071-0/+1
* Got sick of typing "python start.py development.py" and having things not wor...Jonathan LaCour2010-12-301-0/+3
* Sometimes you want parts of your config object to just be a dict(). This is ...Ryan Petrello2010-12-221-7/+11
* added filepaths for config files, variable replacement, resolving, andMark McClain2010-12-141-9/+92
* changed the __iter__ be an item iterator instrea of a key iteratorMark McClain2010-12-061-2/+8