~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
..
architecture.rst 1419 14 years ago Matt Giuca doc/man/architecture: Added section on auth and pu 4.3 KB Diff Download File
config.rst 1790.1.5 14 years ago William Grant Add external CodeMirror dep, and use it instead of 16.9 KB Diff Download File
directory.rst 1164.2.10 15 years ago Matt Giuca doc/man: Renamed filesystem to directory hierarchy 1.6 KB Diff Download File
faq.rst 1577 14 years ago William Grant Clarify that the sessions directory must be shared 8.7 KB Diff Download File
index.rst 1771 14 years ago William Grant Add upgrade docs. 1.2 KB Diff Download File
install.rst 1826 14 years ago William Grant Port from cjson to (simple)json. 19.7 KB Diff Download File
roles.rst 1768 14 years ago William Grant Update role docs with per-exercise worksheet compl 5.5 KB Diff Download File
sample.rst 1622 14 years ago Matt Giuca doc/sample: Added instruction on exporting the SVN 8.1 KB Diff Download File
scripts.rst 1766 14 years ago William Grant Document that user creation through the UI is poss 9 KB Diff Download File
tour.rst 1812.1.11 14 years ago Matt Giuca Project page: Late submissions are now shown in re 17.8 KB Diff Download File
upgrade.rst 1771 14 years ago William Grant Add upgrade docs. 3.7 KB Diff Download File