~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
..
subject-media 1099.1.115 15 years ago William Grant Add tabs to the new framework. Move the app icons Diff
templates 1165.3.2 15 years ago Nick Chadwick Created a new view for IVLE, allowing lecturers an Diff
user-media 1497 14 years ago Matt Giuca Added Users tab to drop-down menu, for admins only Diff
__init__.py 1099.1.1 15 years ago Matt Giuca Began implementing new dispatch framework (with Wi Empty Diff Download File
breadcrumbs.py 1822.1.1 14 years ago William Grant Replace semester.semester with semester.{code,url_ 3.9 KB Diff Download File
publishing.py 1822.1.1 14 years ago William Grant Replace semester.semester with semester.{code,url_ 3.5 KB Diff Download File
subject.py 1824 14 years ago William Grant Semesters now have separate URL name, display name 34.3 KB Diff Download File
user.py 1813 14 years ago Matt Giuca ivle.webapp.admin.user: Fixed call to req.user.get 8.8 KB Diff Download File