~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
..
auth 1080.1.14 15 years ago me at id ivle.auth.* now uses Storm, and not ivle.(db|user) Diff
conf 1079 15 years ago William Grant Merge setup-refactor branch. This completely break Diff
config 1092.1.14 15 years ago Matt Giuca Added module ivle.config, which takes care of some Diff
dispatch 1080.1.15 15 years ago me at id Give ivle.database.User {password,account}_expired Diff
fileservice_lib 1080.1.18 15 years ago me at id ivle.fileservice_lib.action.get_login: Always give Diff
jailbuilder 1092.1.16 15 years ago William Grant Reimplement setup/buildjail.sh in Python. This mea Diff
pulldown_subj 1079 15 years ago William Grant Merge setup-refactor branch. This completely break Diff
rpc 1080.1.90 15 years ago William Grant ivle.rpc.decorators: Add (new package, too). Has a Diff
tests 1637 14 years ago William Grant Add ivle.tests, move ivle.test_chat into there, an Diff
webapp 1099.1.1 15 years ago Matt Giuca Began implementing new dispatch framework (with Wi Diff
worksheet 1099.1.220 15 years ago Nick Chadwick Merged from trunk Diff
__init__.py 1835 14 years ago William Grant Release 1.0.2. 22 bytes Diff Download File
cgirequest.py 1779 14 years ago William Grant Remove IVLEError support; only fileservice used it 10.8 KB Diff Download File
chat.py 1801.1.1 14 years ago William Grant Replace cjson with json, or simplejson if json is 6.3 KB Diff Download File
console.py 1801.1.2 14 years ago William Grant (simple)json always returns a unicode when decodin 10.6 KB Diff Download File
database.py 1828 14 years ago Matt Giuca database.ProjectSubmission.get_svn_export_command 44.7 KB Diff Download File
date.py 1500 14 years ago William Grant Unbreak existing tests. 6.3 KB Diff Download File
interpret.py 1805 14 years ago Matt Giuca ivle.interpret: Added 'jail_call' function, which 20.8 KB Diff Download File
makeuser.py 1822.1.1 14 years ago William Grant Replace semester.semester with semester.{code,url_ 13.6 KB Diff Download File
mimetypes.py 1281 15 years ago William Grant Test ivle.mimetypes.nice_filetype. 1.9 KB Diff Download File
studpath.py 1631 14 years ago Matt Giuca ivle.studpath: Removed svnpublished. This is now v 6.9 KB Diff Download File
svn.py 1435 14 years ago Matt Giuca ivle.svn: Now provides the option of not saving cr 4.9 KB Diff Download File
testfilespace.py 1079 15 years ago William Grant Merge setup-refactor branch. This completely break 7.4 KB Diff Download File
util.py 1779 14 years ago William Grant Remove IVLEError support; only fileservice used it 8.3 KB Diff Download File
zip.py 1099.1.138 15 years ago William Grant Fix circular import in ivle.zip. 4.7 KB Diff Download File