~azzar1/unity/add-show-desktop-key

  • Committer: David Coles
  • Date: 2010-08-30 03:26:13 UTC
  • Revision ID: coles.david@gmail.com-20100830032613-d14vng0jkelniu3l
python-console: Fix globals broken with new JSON library.

simplejson always returns unicode strings. cJSON would return ordinary strings 
if possible. cPickle.loads() only accepts strings. At present we use pickle 
version 0 so they should all works as ASCII strings. Higher versions of pickle 
are not plain ASCII and are likely to break this and so this should be fixed 
at some point.

Also replaced unconditional exception with one that catches Pickle errors. Not 
sure the best way to report failures of these functions.
Filename Latest Rev Last Changed Committer Comment Size
..
admin 1099.1.1 15 years ago Matt Giuca Began implementing new dispatch framework (with Wi Diff
base 1099.1.1 15 years ago Matt Giuca Began implementing new dispatch framework (with Wi Diff
console 1099.1.29 15 years ago William Grant ivle.webapp.console.service: Port www/apps/console Diff
coremedia 1099.1.68 15 years ago William Grant Move the remaining images to the new framework, in Diff
fileservice 1099.1.152 15 years ago William Grant Quick port of fileservice to the new framework. It Diff
filesystem 1099.1.43 15 years ago William Grant ivle.webapp.browser: Move to ivle.webapp.filesyste Diff
forum 1099.1.80 15 years ago William Grant Port the forum app to the new framework. With it a Diff
groups 1099.1.17 15 years ago Nick Chadwick Moved groups over to the new class-based xhtml tem Diff
help 1099.1.100 15 years ago Nick Chadwick Created a new help system. The new help system al Diff
publisher 1294.3.2 15 years ago William Grant Router->Publisher Diff
security 1099.1.41 15 years ago William Grant Port www/apps/logout to new framework (in ivle.web Diff
submit 1165.1.8 15 years ago William Grant Start a submission UI in ivle.webapp.submit. Diff
testing 1099.1.8 15 years ago William Grant ivle.webapp.testing: Add, with fake request and us Diff
tos 1099.1.108 15 years ago William Grant Port the tos app to the new framework, and fix ivl Diff
tutorial 1099.1.19 15 years ago William Grant ivle.webapp.tutorial: Port www/apps/tutorial to ne Diff
userservice 1099.1.132 15 years ago William Grant Direct port of userservice to the new framework. Diff
__init__.py 1712 14 years ago William Grant Shuffle things around so that req.user and req.sto 459 bytes Diff Download File
breadcrumbs.py 1294.2.88 15 years ago William Grant Add a breadcrumb generator (indexes plugins on wha 1.2 KB Diff Download File
core.py 1099.1.99 15 years ago William Grant Require that plugins providing media subclass Medi 972 bytes Diff Download File
errors.py 1284 15 years ago William Grant Add default messages to our HTTP errors. Fixes iss 1.9 KB Diff Download File
media.py 1825 14 years ago William Grant Move from CodePress to CodeMirror. It's now an ext 5.5 KB Diff Download File