index
:
delta/python-packages/pecan.git
master
github.com: stackforge/pecan.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pecan
/
configuration.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove some unnecessary cruft.
Ryan Petrello
2013-05-03
1
-1
/
+1
*
Read/compile configuration files as binary to avoid encoding issues.
Ryan Petrello
2013-05-03
1
-5
/
+2
*
More misc. Python3 cleanup.
Ryan Petrello
2013-05-01
1
-2
/
+2
*
Cast configuration.Config.__dir__ to a list (not a PY3 dictkeys object)
Ryan Petrello
2013-04-30
1
-1
/
+1
*
More PY3 compatability for iteritems and execfile.
Ryan Petrello
2013-04-30
1
-7
/
+13
*
add comment explaining why the code was reordered
Mark McClain
2013-04-25
1
-0
/
+1
*
os.environ test clean-up and reorder overwrite
Mark McClain
2013-04-25
1
-8
/
+7
*
only when config is None fallback to conf_from_env
Alfredo Deza
2013-02-27
1
-1
/
+2
*
get env support with a helper function, deferr to it
Alfredo Deza
2013-01-22
1
-0
/
+23
*
Renaming ``pecan.configuration.Config.as_dict`` to ``to_dict``.
Ryan Petrello
2012-03-24
1
-3
/
+2
*
More PEP8 compliancy.
Ryan Petrello
2012-03-20
1
-1
/
+1
*
Merge pull request #90 from coderpete/next
Ryan Petrello
2012-03-19
1
-11
/
+9
|
\
|
*
Appease Sphinx
Pete
2012-03-19
1
-11
/
+9
*
|
Updating the default scaffolded project with `force_canonical` = True
Ryan Petrello
2012-03-19
1
-1
/
+2
|
/
*
Some more work on `pecan serve --reload`.
Ryan Petrello
2012-03-19
1
-2
/
+4
*
Cleaning up cruft, simplifying default config, and improving docs.
Ryan Petrello
2012-03-13
1
-8
/
+2
*
Merge remote-tracking branch 'upstream/next' into next
Ryan Petrello
2012-03-11
1
-38
/
+43
|
\
|
*
After a full-scale scan with pep8.py and pyflakes, identified and
Jonathan LaCour
2012-03-11
1
-38
/
+43
*
|
PyPI version classifiers and code coverage improvements.
Ryan Petrello
2012-03-11
1
-2
/
+5
|
/
*
A bunch of work on the default `pecan create` project scaffold:
Ryan Petrello
2012-03-08
1
-0
/
+1
*
Improving `pecan.configuration.set_config` to take a dict *or* file.
Ryan Petrello
2012-03-06
1
-4
/
+12
*
A bunch of cleanup, and the removal of a few features:
Ryan Petrello
2012-03-06
1
-52
/
+25
*
make get behave like a normal dictionary get
Alfredo Deza
2011-11-20
1
-2
/
+2
*
add a get method to the config object
Alfredo Deza
2011-11-20
1
-0
/
+5
*
Removing dead check for config ending with .py.
Jeremy M. Jones
2011-09-02
1
-3
/
+0
*
Removed ability to run "pecan serve {{ module }}" (as config file).
Jeremy M. Jones
2011-09-02
1
-7
/
+4
*
following style fmor other methods
Alfredo Deza
2011-03-28
1
-3
/
+1
*
removes the deepcopy import
Alfredo Deza
2011-03-28
1
-1
/
+0
*
removes deepcopy as it generates recursion issues
Alfredo Deza
2011-03-28
1
-2
/
+4
*
fixes a bit the logic for recursion
Alfredo Deza
2011-03-28
1
-3
/
+3
*
adds as_dict and a helper method for it:
Alfredo Deza
2011-03-28
1
-0
/
+27
*
Removing unneeded import
Alfredo Deza
2011-03-28
1
-1
/
+0
*
updates for python2.5 compat
Mark McClain
2011-03-06
1
-0
/
+3
*
Docstrings for the pecan.configuration module.
Jonathan LaCour
2011-03-06
1
-0
/
+59
*
better error handling for errors during conf import
Mark McClain
2011-03-06
1
-8
/
+1
*
fix sub-namespace pollution problem
Mark McClain
2011-02-16
1
-11
/
+18
*
altered confdir implementation for commands/serve
Mark McClain
2011-02-16
1
-11
/
+6
*
removing variable replacement feature... cause more problems than it
Mark McClain
2011-02-16
1
-57
/
+9
*
Fixing configuration to correctly handle forced dictionaries
Yoann Roman
2011-01-14
1
-8
/
+8
*
Minor PEP8 changes
Yoann Roman
2011-01-14
1
-1
/
+9
*
Rewriting serve command to subclass paste.script.serve.ServeCommand
Yoann Roman
2011-01-07
1
-0
/
+1
*
Got sick of typing "python start.py development.py" and having things not wor...
Jonathan LaCour
2010-12-30
1
-0
/
+3
*
Sometimes you want parts of your config object to just be a dict(). This is ...
Ryan Petrello
2010-12-22
1
-7
/
+11
*
added filepaths for config files, variable replacement, resolving, and
Mark McClain
2010-12-14
1
-9
/
+92
*
changed the __iter__ be an item iterator instrea of a key iterator
Mark McClain
2010-12-06
1
-2
/
+8
*
new Config object and creating of pecan.conf
Mark McClain
2010-12-03
1
-11
/
+56
*
fixed import regression
Mark McClain
2010-12-03
1
-10
/
+15
*
configuration must be declared on start.py cmd line or via set_config
Mark McClain
2010-12-03
1
-0
/
+17
*
cosmetic changed to configurations.py
Alfredo Deza
2010-12-03
1
-4
/
+0
*
removing imports from init in config
Alfredo Deza
2010-12-03
1
-12
/
+10
[next]