summaryrefslogtreecommitdiff
path: root/cherrypy/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove all filesJason R. Coombs2016-09-1021-6853/+0
* Replace references to bitbucket tickets with references to github tickets. Re...Jason R. Coombs2016-04-303-3/+3
* Add support for the direct keywords on the calls (e.g. foo=bar) on python3 fo...Joel Rivera2016-03-101-0/+4
* Reimplementation and bufixes on the buildCall for python3.5.Joel Rivera2016-03-021-24/+22
* Fix bug #1382 for Python 3.5 keyword args.Joel Rivera2016-03-022-6/+7
|\
| * Fix NameError on string formatting for the proxy toolJoel Rivera2016-02-051-1/+2
| * Merged in EoghanMurray/cherrypy/host-localhost (pull request #94)Joel Rivera2016-02-031-5/+3
| |\
| | * The base can be found at request.headers['Host'] if serving standalone. Usefu...Eoghan Murray2015-02-281-5/+3
* | | improved workaround for passed **kwargsMichael Kefeder2016-01-281-1/+5
* | | workaround for issue #1382, python 3.5 _ast.Call signature rudimentarily impl...Michael Kefeder2016-01-281-1/+29
|/ /
* | Also include ValueError. Fixes failing test on Python 3.5.Jason R. Coombs2015-12-191-1/+4
* | Simply get set from builtinsJason R. Coombs2015-12-192-2/+2
* | Replace usage of md5 and sha with canonical importsJason R. Coombs2015-12-193-3/+7
* | Returning HTTP 404 for static serving when the requested path has null bytesDiogo Baeder2015-12-171-1/+1
* | #1333 Make cpstats python3.3+ compatible3.8.1Gustavo Picon2015-12-021-3/+15
* | Fix typo in profiler docsDavide Ceretti2015-09-011-1/+1
|/
* Merged in shroom/cherrypy (pull request #50)Jason R. Coombs2014-09-1321-364/+736
|\
| * Reorganize imports to conform to conventionJason R. Coombs2014-09-131-9/+11
| * Remove unused importsJason R. Coombs2014-09-131-2/+0
| * Extract message to perform debug messagesJason R. Coombs2014-09-131-23/+16
| * Extract variable for nicer indentationJason R. Coombs2014-09-131-7/+8
| * Merge with cherrypy-3.2.xJason R. Coombs2014-09-131-1/+2
| |\
| | * cptools.SessionAuth: fix login_screen page handlerBalazs Scheidler2014-03-121-1/+2
| * | Adding documentation inferred from the implementationJason R. Coombs2014-09-101-0/+1
| * | Factor out special case where encrypt is NoneJason R. Coombs2014-09-101-2/+2
| * | Do comparison in a single placeJason R. Coombs2014-09-101-2/+3
| * | Merged in BoyanAlexandrov/cherrypy (pull request #42)Jason R. Coombs2014-09-1021-412/+917
| |\ \
| | * | Fixing HTTP range headers for negative length larger than content size.Philip Zeyliger2014-07-281-1/+8
| | * | Fixed SyntaxError which somehow slipped under the radar...Allan Crooks2014-05-061-1/+1
| | * | Explicitly close response iterators when finished with them; this should help...Allan Crooks2014-05-042-5/+33
| | * | Fix for recent commits which were causing a number of tests to fail in Python 3.Allan Crooks2014-04-161-0/+21
| | * | Although already fixed, use the submitted regular expression to simplify code...Allan Crooks2014-04-161-34/+2
| | * | Use is_iterator function to determine if the response content is iterable, ra...Allan Crooks2014-04-153-4/+17
| | * | Don't split headers on commas contained between quotes. Fixes #1146.Allan Crooks2014-04-151-1/+33
| | * | Merged in amorphic/cherrypy-1302 (pull request #62)Jason R. Coombs2014-04-121-5/+23
| | |\ \
| | | * | now handles functions with kwargsJames Stewart2014-03-201-5/+23
| | * | | Merge with 3.2.xJason R. Coombs2014-04-1221-544/+1016
| | |\ \ \ | | | |/ / | | | | / | | | |/ | | |/|
| | | * Fix bug #1268, X-Forwarded-For IP orderJoseph Tate2014-03-061-3/+2
| | | * Merge more robust platform-independent locking technique. Fixes #1122.Jason R. Coombs2014-02-2320-828/+1252
| | | |\
| | | | * Merge with cherrypy-3.2.x (3.2.5)Jason R. Coombs2014-02-2320-545/+955
| | | | |\
| | | | | * More PEP8 work.Gustavo Picon2014-01-1215-150/+230
| | | | | * More pep8 cleanupsGustavo Picon2014-01-121-1/+1
| | | | | * Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-1220-189/+331
| | | | | * Return sorted charsets in the encoding error message.Gustavo Picon2014-01-111-1/+2
| | | | | * Reverting r51f486d breaking a bunch of cp3 testsGustavo Picon2014-01-111-1/+2
| | | | | * Use ast.literal_eval instead of ast.parse("__temp__ = " + s)Tim Chase2013-11-061-2/+1
| | | * | | Removed comment (suggesting a different intent)Jason R. Coombs2012-02-051-1/+0
| | | * | | Added session id to LockChecker constructionJason R. Coombs2012-02-051-1/+1
| | | * | | Fleshed out stubbed implementation in locking moduleJason R. Coombs2012-02-051-6/+29
| | | * | | Renamed lock_util to locking.pyJason R. Coombs2012-02-052-2/+2