summaryrefslogtreecommitdiff
path: root/cherrypy/test/test_mime.py
Commit message (Expand)AuthorAgeFilesLines
* Remove all filesJason R. Coombs2016-09-101-135/+0
* Replace references to bitbucket tickets with references to github tickets. Re...Jason R. Coombs2016-04-301-1/+1
* More PEP8 work.Gustavo Picon2014-01-121-17/+20
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-30/+34
* Fix ticket URLs from http://www.cherrypy.org/ticket/XYZ toMichiel Overtoom2012-06-211-1/+1
* Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-8/+8
* Use an arbitrary high port (54583) instead of a common lower port (8080) for ...Joseph Tate2011-09-231-1/+1
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+128
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-128/+0
* Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.Robert Brewer2011-02-241-14/+12
* trunk sync with python3Robert Brewer2011-02-231-1/+1
* Fix for #1028 (_cpreqbody.process_multipart_form_data discards duplicate requ...Robert Brewer2011-02-211-0/+29
* Removed test.py etc.Robert Brewer2010-04-271-6/+0
* Convert the tests to use nose instead of our own runner. This strips out muc...Joseph Tate2010-02-241-2/+4
* trunk - more changes to bring the two branches into a more similar state - th...Lakin Wecker2009-06-011-1/+1
* Fixed test_mime in trunk.Robert Brewer2009-05-311-19/+15
* Moved "environment: test_suite" out of individual tests and into helper.py. M...Robert Brewer2009-02-101-5/+1
* Fix for #890 (multipart/* messages error on PageHandler.__call__).Robert Brewer2009-01-081-0/+113