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

  • Committer: William Grant
  • Date: 2009-03-17 07:16:03 UTC
  • Revision ID: grantw@unimelb.edu.au-20090317071603-ux5qxbjkpdarvig3
Tags: 0.1.9.10
ivle.interpret.execute_raw() no longer breaks with lots of data.

Previously we uses subprocess' wait(), which doesn't empty the stdout
pipe. It filled up, causing the child to block. We now use communicate()
instead, which select()s and reads the pipes to unblock things.
Filename Latest Rev Last Changed Committer Comment Size
..
test 1099.1.34 16 years ago William Grant Split up ivle.webapp.base.views into ivle.webapp.b Diff
__init__.py 1099.1.95 16 years ago William Grant Error views are now retrieved from a class method Empty Diff Download File
ivle-headings.html 1100.1.34 16 years ago Matt Giuca ivle-headings.html: The IVLE logo is now clickable 3.1 KB Diff Download File
overlays.py 1099.1.74 16 years ago Nick Chadwick Added overlay system and console overlay. Note tha 2 KB Diff Download File
plugins.py 1099.1.146 16 years ago William Grant Add support for public mode views to the new frame 2.9 KB Diff Download File
rest.py 1099.1.188 16 years ago Nick Chadwick Fixed a slight issue in convert_bool, which now us 5.9 KB Diff Download File
views.py 1099.1.180 16 years ago Nick Chadwick This commit changes the tutorial service, which no 1.2 KB Diff Download File
xhtml.py 1099.1.243 15 years ago William Grant Merge from trunk. 7.3 KB Diff Download File
xhtmlerror.html 1100.1.24 16 years ago Matt Giuca (almost) all HTML pages updated: Moved <h1>s outsi 354 bytes Diff Download File
xhtmlunauthorized.html 1100.1.24 16 years ago Matt Giuca (almost) all HTML pages updated: Moved <h1>s outsi 292 bytes Diff Download File