index
:
delta/cherrypy.git
1001-client-cert-verify
1282-ast-call-signature
1301-reject-conns-when-full
598-sendall
769-unixwait
800-error-handlers
815-urljoin
ace_clove/should-be-plural-1446230895137
alecz20/basicsrst-edited-online-with-bitbucket--1422336197217
amosshapira/fixed-lets-not-assume-to-lets-now-assume-1446115318081
amosshapira/in-text-of-tut07-corrected-typo-oher-o-1449054027548
amosshapira/tutorial-3-replaced-password-by-generate-1446115482410
amosshapira/tutorial-6-substitute-nonabsolute-by-the-1446115780188
autopep8
cherrypit
cherrypy
cherrypy-2.1
cherrypy-2.x
cherrypy-3.0.x
cherrypy-3.1.x
cherrypy-3.2.x
cp3-wsgi-remix
cp4
dynamicnodedispatch-869
eneldoserrata/fix-profilerpy-bug-when-runing-in-python-1371068218314
eneldoserrata/stringio-is-enough-without-the-if-sysver-1371252709662
fix-session-auth-login-screen
fix.https.message
gateways
gumnos/use-astliteral_eval-instead-of-astparse_-1383757013292
host-localhost
issue1282
kevvvvv/fix-broken-links-1417898285265
master
mercurial-remove
nnegedly/typospelling-error-fixed-1454952255758
sendfile
sli/tutorialsrst-edited-online-with-bitbucke-1456668099069
steve9000/fix-put-request-it-wasnt-submitting-the-1418205560793
subprocess-py26-win32-fix
thingdeux/successrst-edited-online-with-bitbucket-1400228479256
turbodefault
wspb
yoochan/serverspy-edited-online-with-bitbucket-d-1420541114999
bitbucket.org: Obsolete (use cherrypy-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cherrypy
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove all files
Jason R. Coombs
2016-09-10
21
-6853
/
+0
*
Replace references to bitbucket tickets with references to github tickets. Re...
Jason R. Coombs
2016-04-30
3
-3
/
+3
*
Add support for the direct keywords on the calls (e.g. foo=bar) on python3 fo...
Joel Rivera
2016-03-10
1
-0
/
+4
*
Reimplementation and bufixes on the buildCall for python3.5.
Joel Rivera
2016-03-02
1
-24
/
+22
*
Fix bug #1382 for Python 3.5 keyword args.
Joel Rivera
2016-03-02
2
-6
/
+7
|
\
|
*
Fix NameError on string formatting for the proxy tool
Joel Rivera
2016-02-05
1
-1
/
+2
|
*
Merged in EoghanMurray/cherrypy/host-localhost (pull request #94)
Joel Rivera
2016-02-03
1
-5
/
+3
|
|
\
|
|
*
The base can be found at request.headers['Host'] if serving standalone. Usefu...
Eoghan Murray
2015-02-28
1
-5
/
+3
*
|
|
improved workaround for passed **kwargs
Michael Kefeder
2016-01-28
1
-1
/
+5
*
|
|
workaround for issue #1382, python 3.5 _ast.Call signature rudimentarily impl...
Michael Kefeder
2016-01-28
1
-1
/
+29
|
/
/
*
|
Also include ValueError. Fixes failing test on Python 3.5.
Jason R. Coombs
2015-12-19
1
-1
/
+4
*
|
Simply get set from builtins
Jason R. Coombs
2015-12-19
2
-2
/
+2
*
|
Replace usage of md5 and sha with canonical imports
Jason R. Coombs
2015-12-19
3
-3
/
+7
*
|
Returning HTTP 404 for static serving when the requested path has null bytes
Diogo Baeder
2015-12-17
1
-1
/
+1
*
|
#1333 Make cpstats python3.3+ compatible
3.8.1
Gustavo Picon
2015-12-02
1
-3
/
+15
*
|
Fix typo in profiler docs
Davide Ceretti
2015-09-01
1
-1
/
+1
|
/
*
Merged in shroom/cherrypy (pull request #50)
Jason R. Coombs
2014-09-13
21
-364
/
+736
|
\
|
*
Reorganize imports to conform to convention
Jason R. Coombs
2014-09-13
1
-9
/
+11
|
*
Remove unused imports
Jason R. Coombs
2014-09-13
1
-2
/
+0
|
*
Extract message to perform debug messages
Jason R. Coombs
2014-09-13
1
-23
/
+16
|
*
Extract variable for nicer indentation
Jason R. Coombs
2014-09-13
1
-7
/
+8
|
*
Merge with cherrypy-3.2.x
Jason R. Coombs
2014-09-13
1
-1
/
+2
|
|
\
|
|
*
cptools.SessionAuth: fix login_screen page handler
Balazs Scheidler
2014-03-12
1
-1
/
+2
|
*
|
Adding documentation inferred from the implementation
Jason R. Coombs
2014-09-10
1
-0
/
+1
|
*
|
Factor out special case where encrypt is None
Jason R. Coombs
2014-09-10
1
-2
/
+2
|
*
|
Do comparison in a single place
Jason R. Coombs
2014-09-10
1
-2
/
+3
|
*
|
Merged in BoyanAlexandrov/cherrypy (pull request #42)
Jason R. Coombs
2014-09-10
21
-412
/
+917
|
|
\
\
|
|
*
|
Fixing HTTP range headers for negative length larger than content size.
Philip Zeyliger
2014-07-28
1
-1
/
+8
|
|
*
|
Fixed SyntaxError which somehow slipped under the radar...
Allan Crooks
2014-05-06
1
-1
/
+1
|
|
*
|
Explicitly close response iterators when finished with them; this should help...
Allan Crooks
2014-05-04
2
-5
/
+33
|
|
*
|
Fix for recent commits which were causing a number of tests to fail in Python 3.
Allan Crooks
2014-04-16
1
-0
/
+21
|
|
*
|
Although already fixed, use the submitted regular expression to simplify code...
Allan Crooks
2014-04-16
1
-34
/
+2
|
|
*
|
Use is_iterator function to determine if the response content is iterable, ra...
Allan Crooks
2014-04-15
3
-4
/
+17
|
|
*
|
Don't split headers on commas contained between quotes. Fixes #1146.
Allan Crooks
2014-04-15
1
-1
/
+33
|
|
*
|
Merged in amorphic/cherrypy-1302 (pull request #62)
Jason R. Coombs
2014-04-12
1
-5
/
+23
|
|
|
\
\
|
|
|
*
|
now handles functions with kwargs
James Stewart
2014-03-20
1
-5
/
+23
|
|
*
|
|
Merge with 3.2.x
Jason R. Coombs
2014-04-12
21
-544
/
+1016
|
|
|
\
\
\
|
|
|
|
/
/
|
|
|
|
/
|
|
|
|
/
|
|
|
/
|
|
|
|
*
Fix bug #1268, X-Forwarded-For IP order
Joseph Tate
2014-03-06
1
-3
/
+2
|
|
|
*
Merge more robust platform-independent locking technique. Fixes #1122.
Jason R. Coombs
2014-02-23
20
-828
/
+1252
|
|
|
|
\
|
|
|
|
*
Merge with cherrypy-3.2.x (3.2.5)
Jason R. Coombs
2014-02-23
20
-545
/
+955
|
|
|
|
|
\
|
|
|
|
|
*
More PEP8 work.
Gustavo Picon
2014-01-12
15
-150
/
+230
|
|
|
|
|
*
More pep8 cleanups
Gustavo Picon
2014-01-12
1
-1
/
+1
|
|
|
|
|
*
Running: autopep8 -vvvvv -i `find . -name '*.py'`
Gustavo Picon
2014-01-12
20
-189
/
+331
|
|
|
|
|
*
Return sorted charsets in the encoding error message.
Gustavo Picon
2014-01-11
1
-1
/
+2
|
|
|
|
|
*
Reverting r51f486d breaking a bunch of cp3 tests
Gustavo Picon
2014-01-11
1
-1
/
+2
|
|
|
|
|
*
Use ast.literal_eval instead of ast.parse("__temp__ = " + s)
Tim Chase
2013-11-06
1
-2
/
+1
|
|
|
*
|
|
Removed comment (suggesting a different intent)
Jason R. Coombs
2012-02-05
1
-1
/
+0
|
|
|
*
|
|
Added session id to LockChecker construction
Jason R. Coombs
2012-02-05
1
-1
/
+1
|
|
|
*
|
|
Fleshed out stubbed implementation in locking module
Jason R. Coombs
2012-02-05
1
-6
/
+29
|
|
|
*
|
|
Renamed lock_util to locking.py
Jason R. Coombs
2012-02-05
2
-2
/
+2
[next]