459:38ee39755591
|
2005-08-25 |
paulb |
changeset
files
shortlog
graph
|
[project @ 2005-08-25 22:47:52 by paulb]
Removed explicit filesystem encoding parameter - using locale information
instead. |
|
|
examples/Common/Calendar/__init__.py
|
|
458:ec079caf39c3
|
2005-08-25 |
paulb |
changeset
files
shortlog
graph
|
[project @ 2005-08-25 22:47:34 by paulb]
Removed explicit filesystem encoding argument. |
|
|
examples/BaseHTTPRequestHandler/DemoApp.py
|
|
457:4b6cba861f19
|
2005-08-25 |
paulb |
changeset
files
shortlog
graph
|
[project @ 2005-08-25 22:41:52 by paulb]
Added a filesystem encoding argument for the calendar example. |
|
|
tools/demo.py
|
|
456:9e740ffc3ffd
|
2005-08-25 |
paulb |
changeset
files
shortlog
graph
|
[project @ 2005-08-25 22:41:44 by paulb]
Added a filesystem encoding setting so that files are accessed correctly on
operating systems not supporting Unicode filenames.
Tidied up usage of encodings.
Removed redundant/erroneous session initialisation. |
|
|
examples/Common/Calendar/__init__.py
|
|
455:a6c7628d5a37
|
2005-08-25 |
paulb |
changeset
files
shortlog
graph
|
[project @ 2005-08-25 22:40:33 by paulb]
Added a filesystem encoding argument for the calendar example. |
|
|
examples/BaseHTTPRequestHandler/DemoApp.py
|
|
454:2c84bcf1da00
|
2005-08-25 |
paulb |
changeset
files
shortlog
graph
|
[project @ 2005-08-25 22:39:52 by paulb]
Changed the default path encoding to UTF-8. Whilst this takes some
liberties, it is likely that UTF-8 is a reasonable default, and the
underlying default of ISO-8859-1 provides a fair level of safety. |
|
|
WebStack/Resources/ResourceMap.py WebStack/Resources/Static.py
|
|
453:333874e30b6b
|
2005-08-25 |
paulb |
changeset
files
shortlog
graph
|
[project @ 2005-08-25 21:45:47 by paulb]
Flattened the document structure slightly.
Added details of encoding parameters for path information, together with
some examples and explanations. |
|
|
docs/design.html docs/developing.html docs/paths.html docs/resources.html
|
|
452:6ff28190079e
|
2005-08-25 |
paulb |
changeset
files
shortlog
graph
|
[project @ 2005-08-25 21:44:47 by paulb]
Added explicit encoding to LoginRedirect.
Added usage of the output encoding for the path encoding if no path
encoding is specified explicitly. |
|
|
WebStack/Resources/Login.py WebStack/Resources/LoginRedirect.py
|
|
451:8ebbbe08120e
|
2005-08-25 |
paulb |
changeset
files
shortlog
graph
|
[project @ 2005-08-25 18:21:45 by paulb]
Updated the Login and LoginRedirect resources to use the updated path API. |
|
|
README.txt WebStack/Resources/Login.py WebStack/Resources/LoginRedirect.py
|
|
450:80fb0aaf134b
|
2005-08-25 |
paulb |
changeset
files
shortlog
graph
|
[project @ 2005-08-25 18:20:17 by paulb]
Made error handling explicit. |
|
|
examples/BaseHTTPRequestHandler/LoginApp.py examples/BaseHTTPRequestHandler/SimpleWithLoginApp.py examples/CGI/LoginHandler.py examples/CGI/SimpleWithLoginHandler.py
|
|