summaryrefslogtreecommitdiff
Commit message (Collapse)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, ↵Allan Crooks2014-05-061-2/+12
| | | | | | | | | | | | | | only do it if we were streaming the response back (otherwise, we avoid the expense of examining the iterator). Also, if anything goes wrong while closing the iterator, we just catch any errors and log it - we do the same thing when we call request.close too.
| * 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 ↵Allan Crooks2014-05-043-6/+36
| | | | | | | | | | | | help us clean up memory sooner when the iterators aren't fully consumed. Fixes #1314.
* | | Merged in whiteinge/cherrypy (pull request #70)Sylvain Hellegouarch2014-05-051-0/+9
|\ \ \ | | | | | | | | | | | | Added documentation on the staticdir.debug config
| * | | 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 ↵Allan Crooks2014-04-161-12/+32
| | | | previously allowed. Fixes #1199.
* 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 ↵Allan Crooks2014-04-161-34/+2
| | | | | | | | | | | | | | code to correctly parse headers which have quotas in their field value. Fixes #1079. Simplified code submitted by holm@podio.com. This ticket is linked to #1146.
| * Update test_states so some tests can run in isolation without requiring ↵Allan Crooks2014-04-161-0/+10
| | | | | | | | side-effects from sibling tests. Fixes #1197.
| * 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, ↵Allan Crooks2014-04-153-4/+17
| | | | | | | | | | | | | | | | | | | | | rather than just testing if it is a generator. This is in preparation for a fix for #1288. Note - we could test against collections.Iterator, but this seems like a cleaner way of doing it for now.
| * | Added failing test showing problems using error_page handlers and ↵Allan Crooks2014-04-151-0/+16
| | | | | | | | | | | | serve_file. Taken from submitted ticket in #1288.
* | | 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
|\ \ | |/ |/| | | Fixes for #1146 and #1139
| * 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 ↵Allan Crooks2014-04-153-12/+13
| | | | | | | | quotes in it. Fixes #1139.
* | Test demonstrating auto-generated response content for redirects can produce ↵Allan Crooks2014-04-151-0/+22
| | | | | | | | malformed HTML. For #1139.
* | 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
|\ | | | | | | Fix for #1302: Config value declarations fail if keyword arguments are used.
| * 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
| | | | |