239:509f86785135
|
2004-09-05 |
paulb |
changeset
files
shortlog
graph
|
[project @ 2004-09-05 15:51:34 by paulb]
Added session support for certain frameworks. |
|
|
README.txt WebStack/BaseHTTPRequestHandler.py WebStack/CGI.py WebStack/Helpers/Session.py WebStack/ModPython.py WebStack/Twisted.py docs/SESSION.txt
|
|
238:fcf7098ad0d2
|
2004-09-05 |
paulb |
changeset
files
shortlog
graph
|
[project @ 2004-09-05 11:12:32 by paulb]
Introduced a general HeaderValue class, changed ContentType to be a
subclass of this new class, added a parse_header_value method.
Modified the JavaServlet module to use the parse_header_value method when
inspecting multipart/form-data requests. |
|
|
WebStack/Generic.py WebStack/JavaServlet.py
|
|
237:eda1b744eec0
|
2004-09-03 |
paulb |
changeset
files
shortlog
graph
|
[project @ 2004-09-03 21:35:54 by paulb]
Added the Unicode and Sessions examples. |
|
|
examples/JavaServlet/SessionsApp.py examples/JavaServlet/UnicodeApp.py
|
|
236:d76cf84b94be
|
2004-09-03 |
paulb |
changeset
files
shortlog
graph
|
[project @ 2004-09-03 21:35:47 by paulb]
Added the Unicode example. |
|
|
examples/CGI/UnicodeHandler.py
|
|
235:9e59e8a3d270
|
2004-09-03 |
paulb |
changeset
files
shortlog
graph
|
[project @ 2004-09-03 21:35:38 by paulb]
Fixed session handling.
Improved multipart handling (and hopefully introduced proper conversion
from character sets to Unicode in each part).
Removed some commentary from the Twisted and Zope modules. |
|
|
WebStack/JavaServlet.py WebStack/Twisted.py WebStack/Zope.py
|
|
234:c1f805f34772
|
2004-09-03 |
paulb |
changeset
files
shortlog
graph
|
[project @ 2004-09-03 21:34:29 by paulb]
Added extra commentary on charset issues. |
|
|
README.txt
|
|
233:2c757dbd4871
|
2004-09-03 |
paulb |
changeset
files
shortlog
graph
|
[project @ 2004-09-03 20:04:11 by paulb]
Adopted Unicode in the template to ensure correct encoding. |
|
|
examples/Common/Form/__init__.py examples/Common/Simple/__init__.py
|
|
232:88245d14e139
|
2004-09-03 |
paulb |
changeset
files
shortlog
graph
|
[project @ 2004-09-03 20:03:47 by paulb]
Added notes on character set usage and limitations. |
|
|
docs/CHARSET.txt
|
|
231:152c78dacc40
|
2004-09-02 |
paulb |
changeset
files
shortlog
graph
|
[project @ 2004-09-02 19:33:37 by paulb]
Changed the output to Unicode so that the converting stream is effective. |
|
|
examples/Common/Form/__init__.py
|
|
230:f689c2805727
|
2004-09-02 |
paulb |
changeset
files
shortlog
graph
|
[project @ 2004-09-02 19:33:10 by paulb]
Added documentation about charsets/encodings.
Updated the licences. |
|
|
docs/CHARSET.txt docs/LICENCE-PyServlet.txt docs/LICENCE.txt
|
|