summaryrefslogtreecommitdiff
path: root/cherrypy/lib/reprconf.py
Commit message (Expand)AuthorAgeFilesLines
* Remove all filesJason R. Coombs2016-09-101-539/+0
* Add support for the direct keywords on the calls (e.g. foo=bar) on python3 fo...Joel Rivera2016-03-101-0/+4
* Reimplementation and bufixes on the buildCall for python3.5.Joel Rivera2016-03-021-24/+22
* Fix bug #1382 for Python 3.5 keyword args.Joel Rivera2016-03-021-2/+4
|\
* | improved workaround for passed **kwargsMichael Kefeder2016-01-281-1/+5
* | workaround for issue #1382, python 3.5 _ast.Call signature rudimentarily impl...Michael Kefeder2016-01-281-1/+29
|/
* now handles functions with kwargsJames Stewart2014-03-201-5/+23
* Merge with cherrypy-3.2.x (3.2.5)Jason R. Coombs2014-02-231-10/+7
|\
| * Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-2/+5
| * Reverting r51f486d breaking a bunch of cp3 testsGustavo Picon2014-01-111-1/+2
| * Use ast.literal_eval instead of ast.parse("__temp__ = " + s)Tim Chase2013-11-061-2/+1
| * Simplified modules(). It's safe and efficient to call __import__ every time, ...Jason R. Coombs2011-11-171-8/+2
| * Re-saved without excess spacesJason R. Coombs2011-11-171-66/+66
* | Add support for NameConstant. Fixes #1294Jason R. Coombs2014-02-231-0/+3
* | Resave with excess whitespace removedJason R. Coombs2014-02-231-66/+66
|/
* changed patch according to Jason R. Coombs commentJ?drzej Nowak2011-11-161-2/+2
* Fixed incorrect usage of __import__ (see more http://bugs.python.org/issue2090)J?drzej Nowak2011-11-161-1/+1
* Added multiply operation to unreprshadowman1312011-08-111-0/+7
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+478
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-351/+0
* Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.Robert Brewer2011-02-241-1/+6
* Sphinx docs (rsts) for rest of cherrypy.lib.*chbrown2010-02-241-4/+5
* More syncs with python3.Robert Brewer2009-06-091-16/+21
* trunk: A bunch more alignments between trunk and python3 syntax.Robert Brewer2009-06-021-3/+3
* Fix for #911 (reprconf.Config's __init__ should accept an optional dictionary...Robert Brewer2009-04-151-2/+9
* Moved the basic config logic out of _cpconfig and into its own standalone mod...Robert Brewer2009-04-141-0/+333