summaryrefslogtreecommitdiffstats
path: root/lib/python/web_support.py
Commit message (Expand)AuthorAgeFilesLines
* web_support: call parse_qs from urllibEmilio Pozuelo Monfort2021-04-301-1/+6
* web_support: fix memory leak with Python 3Emilio Pozuelo Monfort2020-08-111-1/+1
* web_support: make_list requires a list argumentEmilio Pozuelo Monfort2020-08-061-1/+1
* web_support.py: make_list: don't subscript the listEmilio Pozuelo Monfort2020-07-291-5/+5
* web_support.py: adapt urllib.quote for python3Emilio Pozuelo Monfort2020-07-291-3/+7
* web_support.py: decode data when necessaryEmilio Pozuelo Monfort2020-07-291-1/+8
* web_support.py: adapt HTTPServer imports for python3Emilio Pozuelo Monfort2020-07-291-5/+9
* web_support.py: adapt StringIO for python3Emilio Pozuelo Monfort2020-07-291-7/+11
* lib/python: replace tabs with spacesEmilio Pozuelo Monfort2020-07-291-1/+1
* web_support.py: fix octal numbers under py3Emilio Pozuelo Monfort2020-07-291-1/+1
* lib/python: use isinstance rather than typesEmilio Pozuelo Monfort2020-07-291-11/+13
* Add basic Unicode support to the web frameworkFlorian Weimer2020-05-011-20/+22
* Replace `abc` with repr(abc)Brian May2019-02-181-4/+4
* Replace "x.has_key(y)" with "y in x" syntaxBrian May2018-08-201-5/+5
* Replace <> with != for Python 3.6 compatibilityBrian May2018-07-151-7/+7
* Update python exception syntax for Python 3.6 compatibilityBrian May2018-07-131-7/+7
* Merge branch 'jcristau/security-tracker-head'Salvatore Bonaccorso2018-07-071-2/+5
|\
| * lib: add support for the HEAD HTTP methodJulien Cristau2018-07-061-2/+5
* | Also set Content-Length for HTMLResultJulien Cristau2018-07-061-0/+1
|/
* Set Content-Length for BinaryResultJulien Cristau2018-07-061-0/+1
* lib: add "headers" attribute on Result objectsJulien Cristau2018-07-061-31/+26
* embedd all notes in <span> tagsHolger Levsen2014-12-011-1/+1
* lib/python/web_support.py (ThreadingHTTPServer): Actually enable threadingFlorian Weimer2014-11-291-2/+2
* use labels instead of spans in filter checkbox areaUlrike Uhlig2014-09-221-0/+2
* move javascript code into external fileHolger Levsen2014-09-201-2/+2
* fix tpyos ;)Holger Levsen2014-09-171-2/+2
* web view: move H2 generation into make_table(), so empty tables won'tHolger Levsen2014-09-161-4/+6
* use nav element for menu on homepage. add some css for nav and pre elements, ...Ulrike Uhlig2014-09-151-21/+23
* use lists instead of tables where there is no tabular dataUlrike Uhlig2014-09-151-0/+2
* use modern html5 css. switch to external stylesheet.Ulrike Uhlig2014-09-151-2/+10
* tracker_service.py: add support for external css filesHolger Levsen2014-09-151-3/+3
* Show URLs in TODO/NOTE as hyperlinks in the web view. (Closes: #610220)Holger Levsen2014-09-151-6/+15
* web_support: Pass down https:// URLs to sever redirectsFlorian Weimer2014-03-171-9/+24
* Link to OSVDB and EDB search pages for the CVEPaul Wise2013-06-061-0/+5
* web_support.URLFactory._convertArgs: correct thinkoFlorian Weimer2013-05-281-1/+1
* web_support.URLFactory._convertArgs: handle both lists of values and stringsFlorian Weimer2013-05-281-2/+5
* "linkify" links in notesRaphael Geissert2010-01-111-0/+20
* lib/python/web_support.py (BinaryResult_later): call end_headers()Florian Weimer2009-10-111-0/+1
* lib/python/web_support.py (WebServiceHttp): implement HTTP invocationFlorian Weimer2009-10-111-0/+111
* lib/python/web_support.py (WebServiceBase): new classFlorian Weimer2009-10-111-10/+15
* lib/python/web_support.py: Include server port in generated URLsFlorian Weimer2008-12-011-0/+3
* lib/python/web_support.py: one more typing fix for Python 2.5Florian Weimer2008-12-011-2/+4
* lib/python/web_support.py (URLFactory.updateParamsDict):Florian Weimer2006-04-231-1/+1
* lib/python/web_support.py (URLFactory.updateParamsDict):Florian Weimer2006-04-231-1/+3
* lib/python/web_support.py (make_numbered_list):Florian Weimer2006-03-111-0/+9
* lib/python/web_support.py (BinaryResult):Florian Weimer2005-12-151-0/+15
* lib/python/web_support.py (make_pre);Florian Weimer2005-10-201-1/+2
* r772@deneb: fw | 2005-10-20 10:41:31 +0200Florian Weimer2005-10-201-9/+23
* r637@deneb: fw | 2005-10-14 15:38:48 +0200Florian Weimer2005-10-201-1/+3
* r627@deneb: fw | 2005-10-14 10:33:41 +0200Florian Weimer2005-10-201-2/+5

© 2014-2024 Faster IT GmbH | imprint | privacy policy