summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed some conversion bits missed during last night.nima2008-08-072-44/+54
* Updated authors file with developers of the dmidecode python module.nima2008-08-061-2/+4
* Changed to GNU GPL v3 License.nima2008-08-061-318/+599
* Removed `sudo'.nima2008-08-061-2/+2
* Completed `case 126', thought to have been completed in previous commit.nima2008-08-061-17/+22
* Completed all conversions! Only problem now is of course finding all the memorynima2008-08-062-45/+38
* Completed `Case 34' through `Case 39'vwhitteron2008-08-061-66/+242
* Almost there!nima2008-08-061-38/+60
* Completed `Case 29' and `Case 32'vwhitteron2008-08-061-13/+53
* Converted `case 30'.nima2008-08-061-13/+22
* Completed `Case 26', `Case 27' and `Case 28'vwhitteron2008-08-061-32/+117
* Added `PyObject *data;' to all remaining functions which will generate a warningnima2008-08-061-0/+15
* Completed functions for `csae 28'.nima2008-08-061-12/+15
* Completed functions for `case 27', and fixed error in last commit for `case 26'.nima2008-08-061-11/+12
* Completed functions for `case 26'.nima2008-08-061-21/+26
* Completed `Case 23', `Case 24', `Case24' and `Case 25'vwhitteron2008-08-061-16/+61
* Completed functions for `case 25'.nima2008-08-061-13/+10
* Converted function for `case 24'.nima2008-08-061-2/+2
* More fixes on recent commits (by me), and more conversions on functions.nima2008-08-061-16/+19
* Completed `Case 22'vwhitteron2008-08-061-24/+78
* Oops. Fixed stupidity on last commit.nima2008-08-061-4/+4
* Completed functions called by `case 21' and `case 22'.nima2008-08-061-14/+18
* Completed `case 21' functions.nima2008-08-061-8/+12
* Completed `case 19' and `case 20'.vwhitteron2008-08-061-17/+57
* Started on `case 19'.nima2008-08-061-27/+27
* Completed `case 18' and `case 19'.nima2008-08-061-31/+65
* Added `case 16' and `case 17'.nima2008-08-061-79/+155
* Cleanup.nima2008-08-062-1/+4
* Converted `case 5', `case 6', and `case 7'.nima2008-08-061-107/+216
* Default case set to return python's `None'.nima2008-08-011-0/+2
* Completed `case 15'.nima2008-08-011-31/+70
* Completed `case 9' and case `8'.nima2008-07-291-49/+88
* Completed `case 11'.nima2008-07-291-7/+18
* Completed `case 12' and `case 14'.nima2008-07-291-15/+39
* Bug fix (removed unnecessary breakr).nima2008-07-291-2/+2
* Try and determine python version dynamically.nima2008-07-281-3/+4
* Completed `case 4', which was thought to have been completed falsely before.nima2008-07-273-25/+60
* Completed cases 1, 4, and 13. Also altered the main PyDict object such thatnima2008-07-263-84/+211
* Completed `case 0'.nima2008-07-252-51/+76
* Added `case 3'.root2008-07-252-34/+69
* No new moves, cleanup on last commit and better test file template.root2008-07-252-36/+38
* Next phase is to start converting all pure C functions returning `char *' androot2008-07-256-179/+302
* Cleanup (DECREF).root2008-07-251-6/+34
* Add in electric fence for now.root2008-07-252-3/+3
* This was the culprit causing the `Abort' crash, valgrind showed that this fileroot2008-07-252-5/+13
* Cleaner to not vsprintf() at all if `format' is NULL.root2008-07-251-1/+4
* The `biosdecode' is a program, nothing to do with the module, removed.root2008-07-251-1/+1
* Added my small role in AUTHORS so nobody bugs others for my code.nima2008-07-241-0/+3
* Cleanup.nima2008-07-244-25/+26
* Some cleaning, crash in interactive mode on dmidecode.bios() still not fixed.nima2008-07-245-14/+14