summaryrefslogtreecommitdiff
path: root/cherrypy/lib/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Make cherrypy.lib.__init__ PEP257-compliantSviatoslav Sydorenko2017-10-211-9/+20
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-4/+4
* Fix trailing CR ( ) to be normal linux LFSviatoslav Sydorenko2016-09-081-3/+3
* Discard code deprecated since CherryPy 3.2Sviatoslav Sydorenko2016-08-291-4/+4
* Explicitly close response iterators when finished with them; this should help...Allan Crooks2014-05-041-0/+23
* Use is_iterator function to determine if the response content is iterable, ra...Allan Crooks2014-04-151-0/+13
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-0/+4
* Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-3/+3
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+45
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-45/+0
* Some buglets.Robert Brewer2011-02-251-1/+2
* More syncs with python3.Robert Brewer2009-06-091-2/+2
* trunk: A bunch more alignments between trunk and python3 syntax.Robert Brewer2009-06-021-1/+0
* Moved the basic config logic out of _cpconfig and into its own standalone mod...Robert Brewer2009-04-141-133/+2
* Moved set_vary_header to cherrypy.libjaraco2009-03-301-0/+8
* New test for streaming static files.Robert Brewer2009-02-101-6/+16
* Change lib.static.serve_file() to use a file generator for requests with Rang...visteya2008-09-281-0/+12
* moved file_generator from _cprequest.py to lib/__init__.pyvisteya2008-08-181-0/+11
* More-meaningful config syntax errors.Robert Brewer2007-10-281-1/+1
* Even more unrepr goodness.Robert Brewer2007-09-271-2/+2
* Allow string concatenation in config files. Very useful for using ConfigParse...Robert Brewer2007-09-261-8/+2
* Added builtins and subscript to unrepr.Robert Brewer2007-07-211-0/+13
* Fix to unrepr for function calls.Robert Brewer2007-02-171-2/+6
* Doc work.Robert Brewer2007-01-111-1/+1
* Fix for #609 (Support for IronPython 1.0).Robert Brewer2006-11-291-1/+7
* Fix for #506 (unrepr should support negative numbers).Robert Brewer2006-09-021-0/+6
* Lots of mixedCase to lower_with_underscores.Robert Brewer2006-08-121-7/+7
* Renamed httptools to "http" to reduce confusion with new cherrypy.tools. Move...Robert Brewer2006-06-121-3/+111
* Moved the ExposeItems class out of the lib package __init__.py. Created a new...Carlos Ribeiro2005-01-041-19/+0
* Implemented the ExposeItems utility class. It was originally proposed as a wo...Carlos Ribeiro2005-01-041-0/+23
* (no commit message)Remi Delon2004-11-201-0/+0