summaryrefslogtreecommitdiff
path: root/pexpect/examples/uptime.py
Commit message (Expand)AuthorAgeFilesLines
* Mostly a massive license update. Added a license per file.HEADmasternoah2012-10-201-1/+17
* Updated examples with a cleaner script style and doc strings.noah2007-11-281-3/+5
* check point. added CWD and fixing hive.py.noah2007-01-231-0/+0
* This was deleted and added just to change x permissions.noah2005-09-191-0/+55
* This is just to change permissions.noah2005-09-191-55/+0
* I improved this and added support for OS X uptime which doesn't use commas.noah2005-09-101-15/+17
* Fixed a bug in __all__ definition including a non-existant object.noah2005-08-121-8/+7
* Made this more portable. Output now in CSV format.noah2004-03-111-7/+30
* Improved the regex in uptime to work on more variants.noah2003-03-121-2/+4
* Adding support for systems that are up less than 1 hour.noah2002-10-161-3/+7
* Modified regular expression to support different styles of uptime results.noah2002-09-231-1/+10
* Made uptime.py more portable -- fixed the regular expression match.noah2002-09-231-1/+1
* Added alternate constructor (give it list of arguments).noah2002-09-201-0/+16