index
:
python-dmidecode.git
master
dsommers' working copy of upstream python-dmideccode
David Sommerseth
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Commented in the Debian workaround for `xml2mod'
Nima Talebi
2009-06-17
2
-0
/
+2
|
*
Small cleanup
Nima Talebi
2009-06-17
1
-1
/
+0
|
*
Revert "Make use of setup_common::get_version() in python-dmidecode.spec as w...
David Sommerseth
2009-06-15
2
-7
/
+6
|
*
Added new function: dmixml_FindNodeByAttr_NoCase(...)
David Sommerseth
2009-06-15
3
-7
/
+46
|
*
Fixed wrong behavivour in pythonizeXMLnode() when no key value is found
David Sommerseth
2009-06-15
1
-23
/
+22
|
*
Fixed wrong int->hex string conversion
David Sommerseth
2009-06-15
1
-1
/
+1
|
*
Fixed error in dumping DMI/SMBIOS data to disk
David Sommerseth
2009-06-12
1
-2
/
+4
|
*
Fixed another XML formatting error in dmidecode.c
David Sommerseth
2009-06-12
1
-1
/
+1
|
*
Make use of setup_common::get_version() in python-dmidecode.spec as well
David Sommerseth
2009-06-12
2
-6
/
+10
|
*
More Makefile cleanup
David Sommerseth
2009-06-12
1
-2
/
+3
|
*
Moved and renamed redhat.spec
David Sommerseth
2009-06-12
2
-2
/
+2
|
*
Fixed some issues after commit d0e32662845f2c86fd8090858a51a90408d39172
David Sommerseth
2009-06-12
1
-2
/
+8
|
*
Cleanup
Nima Talebi
2009-06-12
1
-68
/
+10
|
*
A nothing-change
Nima Talebi
2009-06-12
1
-9
/
+9
|
*
Fixed an XML formatting issue - dmispec attribute was duplicated in <OEMstrings>
David Sommerseth
2009-06-11
1
-1
/
+0
|
*
Added utility to simply change the version number
David Sommerseth
2009-06-11
1
-0
/
+53
|
*
Use version info from version.h in Makefile
David Sommerseth
2009-06-11
1
-2
/
+5
|
*
Pick the version info from version.h
David Sommerseth
2009-06-11
2
-2
/
+4
|
*
Make get_version() look for version.h one more place
David Sommerseth
2009-06-11
1
-1
/
+5
|
*
Corrected missing copyrights
David Sommerseth
2009-06-11
1
-1
/
+2
|
*
Improved setup.py/setup-dbg.py even more
David Sommerseth
2009-06-11
4
-11
/
+128
|
*
Updated setup-dbg.py to be in sync with setup.py
David Sommerseth
2009-06-11
1
-3
/
+9
|
*
Made sure copyright is in place and right people get their deserved credit
David Sommerseth
2009-06-11
9
-5
/
+292
|
*
Implemented new dmidecode function - QueryTypeId(...)
David Sommerseth
2009-06-11
1
-0
/
+4
|
*
Implemented new dmidecode function - QuerySection(...)
David Sommerseth
2009-06-11
1
-0
/
+16
|
*
Renamed <description> to <DMIdescription> to avoid confusion with the <Descri...
David Sommerseth
2009-06-11
1
-1
/
+1
|
*
Added mapping to retrieve all DMI/SMBIOS types dmidecode can decode
David Sommerseth
2009-06-11
1
-0
/
+46
|
*
Fixed crashes and unexpected behaviour on unknown DMI/SMBIOS types
David Sommerseth
2009-06-11
3
-20
/
+48
|
*
Fixed error in XML data for dmi_temperature_probe_location(...)
David Sommerseth
2009-06-11
1
-1
/
+1
|
*
Removed no longer needed file
David Sommerseth
2009-06-10
1
-1
/
+0
|
*
Cleaned up and fetch libdir from Python settings instead
David Sommerseth
2009-06-10
1
-2
/
+5
|
*
Updated Makefile and redhat.spec to work
David Sommerseth
2009-06-10
2
-9
/
+17
|
*
Added missing include file
David Sommerseth
2009-06-10
1
-0
/
+249
|
*
Discovered another issue with Python and imports
David Sommerseth
2009-06-10
4
-4
/
+5
|
*
Fixed missing include and disabled printing errors from stderr
David Sommerseth
2009-06-10
1
-2
/
+2
|
*
Fixed import issues with dmidecode
David Sommerseth
2009-06-10
5
-21
/
+22
|
*
Updated unit-test to check the XML API
David Sommerseth
2009-06-10
1
-1
/
+72
|
*
Implemented native libxml2 XML API for dmidecode
David Sommerseth
2009-06-10
3
-16
/
+180
|
*
Forgot to remove a comment in dmierror.c
David Sommerseth
2009-06-09
1
-1
/
+1
|
*
Remember to compile in dmierror.c ;-)
David Sommerseth
2009-06-09
2
-0
/
+2
|
*
Improved error handling and fixed last unit-test failures
David Sommerseth
2009-06-09
1
-64
/
+33
|
*
Don't set exceptions when it should already be set
David Sommerseth
2009-06-09
1
-4
/
+16
|
*
Moved xmlpythonizer.c over to new error functions
David Sommerseth
2009-06-09
1
-59
/
+48
|
*
Added new error handling code, to simplify error handling
David Sommerseth
2009-06-09
2
-0
/
+133
|
*
Fixed SEGV when setting new devive file
David Sommerseth
2009-06-09
1
-2
/
+4
|
*
Implemented dmidecode.type(int) function properly
David Sommerseth
2009-06-09
1
-19
/
+66
|
*
Pass typeid as int internally to the dmiMAP_ParseMappingXML_TypeID(...)
David Sommerseth
2009-06-09
2
-4
/
+8
|
*
Big rewrite again, simplified the usage of opt->type
David Sommerseth
2009-06-09
5
-111
/
+135
|
*
Renamed _dmiMAP_GetRootElement(...) to dmiMAP_GetRootElement(...) and exporte...
David Sommerseth
2009-06-09
2
-3
/
+4
|
*
Implemented fix making python-dmidecode work with Python v2.3
David Sommerseth
2009-06-05
2
-0
/
+44
[prev]
[next]