summaryrefslogtreecommitdiff
path: root/cherrypy/test/test_tutorials.py
Commit message (Expand)AuthorAgeFilesLines
* Remove unused importsJason R. Coombs2018-09-021-1/+0
* Remove reliance on sixJason R. Coombs2018-09-021-4/+0
* Remove importlib compatibility handling.Jason R. Coombs2017-07-081-8/+1
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-34/+34
* Rely on six for Python 3 differentiationJason R. Coombs2016-06-051-2/+2
* Add stray comma to fix behavior on Python 2Jason R. Coombs2016-06-051-1/+1
* Refactor tutorial tests such that they're constructed more directly (and not ...Jason R. Coombs2016-06-051-45/+57
* Use classmethod decoratorJason R. Coombs2016-06-051-1/+1
* Call reload from imp, as it's not available in builtins on Python 3.Jason R. Coombs2016-06-051-1/+2
* Use expose decorator throughout the codebase.Jason R. Coombs2016-06-051-3/+3
* More PEP8 work.Gustavo Picon2014-01-121-14/+16
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-9/+7
* Patch test so that it still matches the expected output, even when spaces are...Jason R. Coombs2012-12-261-0/+3
* Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-36/+36
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+201
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-201/+0
* Some buglets.Robert Brewer2011-02-251-1/+1
* More Python 2.3 fixes.Robert Brewer2011-02-241-1/+2
* Test fixes.Robert Brewer2010-12-281-3/+3
* Removed test.py etc.Robert Brewer2010-04-271-11/+0
* Convert the tests to use nose instead of our own runner. This strips out muc...Joseph Tate2010-02-241-39/+40
* More trunk test fixes, inlucding backport of [2282] from python3 to trunk.Robert Brewer2009-05-311-7/+6
* Moved "environment: test_suite" out of individual tests and into helper.py. M...Robert Brewer2009-02-101-8/+5
* New CRLF test, plus some test suite fixes.Robert Brewer2009-02-051-1/+1
* Fix for #784 (Easy resizing of test data for tut09). Thanks to Stonekeeper fo...Robert Brewer2008-04-271-5/+6
* Half of the fix for #717 (sessions should have a __len__ function). Not imple...Robert Brewer2008-01-171-0/+1
* API and docstring cleanups:Robert Brewer2006-08-261-1/+1
* More (final?) config overhaul work:Robert Brewer2006-08-251-1/+1
* Overhaul of config system:Robert Brewer2006-08-241-4/+2
* Made all imports absolute "just in case" for Python 2.5.Robert Brewer2006-08-241-2/+2
* WSGI improvements from Christian's cp3-wsgi-remix branch:Robert Brewer2006-08-171-0/+2
* Fixes for #544 and #545 (serveFile issues) in CP 3. Fixes in CP 2 branch comi...Robert Brewer2006-08-031-1/+3
* Removed "filter" from lots of places, including renaming of tests.Robert Brewer2006-06-011-5/+5
* Made tree.Application.script_name, and it now defaults to "", not "/".Robert Brewer2006-05-111-2/+2
* Root and config are now isolated per app:Robert Brewer2006-05-071-7/+11
* Moved the following config keys out of the "server." namespace (so that "serv...Robert Brewer2006-05-071-4/+4
* Further fixes for #498 (separation of test processes), plus fix for #495 (tut...Robert Brewer2006-03-291-27/+54
* Fix for #361 (Misleading error message).Robert Brewer2005-12-301-1/+2
* Big change: camelCase to lower_with_underscore names (still need to update th...Remi Delon2005-12-031-7/+7
* Fix for #376 (individual tests should set sys.path).Robert Brewer2005-11-021-1/+3
* Fix for #374 (reduce license boilerplate to a single LICENSE.txt file).Robert Brewer2005-10-311-28/+0
* Tutorial fixes, plus a bug in _cputil.getErrorPage.Robert Brewer2005-10-081-0/+28
* Using smaller PDF file for tutorials (to reduce the size of the tarball)Remi Delon2005-10-071-2/+2
* Initial fix for #333.Robert Brewer2005-10-061-7/+8
* Ugly fix for #321. cherrypy.server could really use some encapsulation now.Robert Brewer2005-10-011-2/+0
* Updated ReturnVsYield.pdfRobert Brewer2005-09-281-1/+1
* Added download method (serveFile demo) to tutorial 9.Robert Brewer2005-09-101-2/+10
* Improved file upload tutorial to demonstrate reading uploaded files in chunks.Robert Brewer2005-08-291-4/+4
* The second session filte was removed and the tutorials are renumberd. The se...Michael Robinson2005-08-281-14/+4
* New cookies attribute in webtest, to make successive getPage() requests easier.Robert Brewer2005-08-171-2/+2