summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Closing inactive branchthingdeux/successrst-edited-online-with-bitbucket-1400228479256Joel Rivera2016-02-200-0/+0
* Added fight.watch to success storiesthingdeux2014-05-161-0/+2
* Remove some rouge % in the textAndrew Cox2014-05-121-4/+4
* Merged cherrypy/cherrypy into defaultAllan Crooks2014-05-064-6/+227
|\
| * When explicitly closing an iterator while performing post-request tidyup, onl...Allan Crooks2014-05-061-2/+12
| * Fixed SyntaxError which somehow slipped under the radar...Allan Crooks2014-05-061-1/+1
| * Fixed tests which were misbehaving under Python 3.Allan Crooks2014-05-061-3/+9
| * Added missing test module which deals with iterator responses.Allan Crooks2014-05-041-0/+175
| * Merged cherrypy/cherrypy into defaultAllan Crooks2014-05-041-0/+6
| |\
| * | Explicitly close response iterators when finished with them; this should help...Allan Crooks2014-05-043-6/+36
* | | Merged in whiteinge/cherrypy (pull request #70)Sylvain Hellegouarch2014-05-051-0/+9
|\ \ \
| * | | Added documentation on the staticdir.debug configSeth House2014-04-171-0/+9
| |/ /
* | | Remove unicode literal to avoid syntax error in python3.2Mike Gilbert2014-05-031-1/+1
| |/ |/|
* | Adding contributing guidelines.Jason R. Coombs2014-04-181-0/+6
|/
* Modify test_file_stream so that it tolerates more socket buffering than was p...Allan Crooks2014-04-161-12/+32
* Added tag 3.3.0 for changeset 71c81abe37fcJason R. Coombs2014-04-160-0/+0
* Bumped to 3.3.0 in preparation for next release.3.3.0Jason R. Coombs2014-04-165-5/+5
* Fix for recent commits which were causing a number of tests to fail in Python 3.Allan Crooks2014-04-163-5/+42
* Merge with default - also fixing conflict in test file when merged.Allan Crooks2014-04-169-48/+69
|\
| * Although already fixed, use the submitted regular expression to simplify code...Allan Crooks2014-04-161-34/+2
| * Update test_states so some tests can run in isolation without requiring side-...Allan Crooks2014-04-161-0/+10
| * Merged cherrypy/cherrypy into defaultAllan Crooks2014-04-153-13/+28
| |\
| * | Fix tests which were still broken after the fix for #1139 was introduced.Allan Crooks2014-04-151-5/+5
| * | We now handle iterators when returned by error page handlers. Fixes #1288.Allan Crooks2014-04-152-5/+19
| * | Use is_iterator function to determine if the response content is iterable, ra...Allan Crooks2014-04-153-4/+17
| * | Added failing test showing problems using error_page handlers and serve_file....Allan Crooks2014-04-151-0/+16
* | | unnitest.assertIn isn't available in Python 2.6Gustavo Picon2014-04-161-2/+2
* | | No longer using assertIsinstance (is 2.7+ only)Gustavo Picon2014-04-162-2/+2
* | | Fixing brittle tests [exposed by 0c2655b15605]Gustavo Picon2014-04-161-3/+3
| |/ |/|
* | Merged in amcone/cherrypy (pull request #66)Gustavo Picon2014-04-153-13/+28
|\ \ | |/ |/|
| * Test expected warning from wait_for_occupied_port()Bryan Deeney2014-04-151-4/+11
| * Fix test failing in Python 3.xBryan Deeney2014-04-151-8/+17
| * Remove unused importBryan Deeney2014-04-151-1/+0
* | Generate syntactically valid HTML for redirect responses for URLs with quotes...Allan Crooks2014-04-153-12/+13
* | Test demonstrating auto-generated response content for redirects can produce ...Allan Crooks2014-04-151-0/+22
* | Don't split headers on commas contained between quotes. Fixes #1146.Allan Crooks2014-04-152-2/+34
* | Added posted-filename-with-commas test for #1146.Allan Crooks2014-04-151-0/+29
* | Slight refactor of test_http.py to reduce duplicated code blocks.Allan Crooks2014-04-151-16/+10
|/
* Merged in amorphic/cherrypy-1302 (pull request #62)Jason R. Coombs2014-04-122-5/+24
|\
| * added parameter with kwargs to test configJames Stewart2014-03-201-0/+1
| * now handles functions with kwargsJames Stewart2014-03-201-5/+23
* | Merge with 3.2.xJason R. Coombs2014-04-12143-2668/+5059
|\ \ | |/
| * Fix bug #1268, X-Forwarded-For IP orderJoseph Tate2014-03-062-4/+4
| * Bump versionJoseph Tate2014-03-061-1/+1
| * Backed out changeset 28ef832d33fa. Fixes #1287.Jason R. Coombs2014-03-022-3/+3
| * Moved IRC to Freenode. Fixes #1287Jason R. Coombs2014-03-022-3/+3
| * Merge more robust platform-independent locking technique. Fixes #1122.Jason R. Coombs2014-02-23147-4991/+9231
| |\
| | * Merge with cherrypy-3.2.xJason R. Coombs2014-02-23142-2668/+4999
| | |\
| | | * Merge with cherrypy-3.2.x (3.2.5)Jason R. Coombs2014-02-23142-2736/+5067
| | | |\
| | | | * Follow up on #1244 (see 93c8c2c1783d9ca2a34c93a433c31ca03abaffba)Lawouach2014-02-071-6/+1