summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Converting to pysupport from pycentral.Nima Talebi2009-04-173-6/+12
|
* Testing git pushNima Talebi2009-04-171-1/+0
|
* Wrapped long linesNima Talebi2009-04-171-2/+4
|
* Small cleanup changeNima Talebi2009-04-142-5/+10
|
* Cleanup.nima2009-03-310-0/+0
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@181 abc39116-655e-4be6-ad55-d661dc543056
* Reverting recent (pointless) change.nima2009-03-3140-0/+0
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@180 abc39116-655e-4be6-ad55-d661dc543056
* Preparing to migrate to GIT.nima2009-03-3140-0/+0
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@179 abc39116-655e-4be6-ad55-d661dc543056
* Fixes.nima2009-03-106-23/+1020
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@178 abc39116-655e-4be6-ad55-d661dc543056
* Releasing v2.10.4.nima2009-03-082-5/+20
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@177 abc39116-655e-4be6-ad55-d661dc543056
* Adding spec file supplied by Clark Williams <williams at redhat.com>.nima2009-03-081-0/+44
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@176 abc39116-655e-4be6-ad55-d661dc543056
* Applied patch submitted by Clark Williams <williams at redhat.com>.nima2009-03-082-0/+19
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@175 abc39116-655e-4be6-ad55-d661dc543056
* Fixed bug reported by Ralf Treinen.nima2009-02-224-4/+36
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@174 abc39116-655e-4be6-ad55-d661dc543056
* Removing spec file from upstream.nima2009-02-132-46/+3
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@173 abc39116-655e-4be6-ad55-d661dc543056
* Upped sub-version.nima2009-02-131-1/+1
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@172 abc39116-655e-4be6-ad55-d661dc543056
* Small changes - final touches for 2.10.1.nima2009-02-135-11/+986
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@171 abc39116-655e-4be6-ad55-d661dc543056
* Versioning now chagned to reflect the version of the upstream (dmidecode)nima2009-02-131-1/+1
| | | | | | | version with which python-dmidecode is in sync with. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@170 abc39116-655e-4be6-ad55-d661dc543056
* Fixed watch file.nima2009-01-132-2/+3
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@169 abc39116-655e-4be6-ad55-d661dc543056
* Debian changes completely separated from upstream.nima2009-01-125-14/+18
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@168 abc39116-655e-4be6-ad55-d661dc543056
* Removed Debian-specific targets from the makefile.nima2009-01-121-29/+1
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@167 abc39116-655e-4be6-ad55-d661dc543056
* Source file name change.nima2008-12-221-1/+1
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@166 abc39116-655e-4be6-ad55-d661dc543056
* A more complete dmidecode example.nima2008-12-221-5/+1
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@165 abc39116-655e-4be6-ad55-d661dc543056
* Applied the nice changes suggested by Piotr Ożarowsk.nima2008-12-223-49/+63
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@164 abc39116-655e-4be6-ad55-d661dc543056
* Cleaned up the fix for type(127).nima2008-12-225-34/+74
| | | | | | | | | Added the second type of stuffed bios (upstream). Integrated dmidecode the binary into the test case for a more objective result. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@163 abc39116-655e-4be6-ad55-d661dc543056
* Fixed the type(127) problem (at least on this machine) - again.nima2008-12-221-9/+2
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@162 abc39116-655e-4be6-ad55-d661dc543056
* Removed unnecessay manpage.nima2008-12-213-159/+6
| | | | | | | Spell my own name correctly. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@161 abc39116-655e-4be6-ad55-d661dc543056
* Added an upload into src.autonomy.net.au after source build.nima2008-12-211-0/+1
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@160 abc39116-655e-4be6-ad55-d661dc543056
* Fixed sample.nima2008-12-211-33/+1
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@159 abc39116-655e-4be6-ad55-d661dc543056
* Cleanup copyright.nima2008-12-213-6/+24
| | | | | | | | | Cleanup debian/rules. Adding test.py to examples. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@158 abc39116-655e-4be6-ad55-d661dc543056
* Remove README.Debian - no point.nima2008-12-212-22/+10
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@157 abc39116-655e-4be6-ad55-d661dc543056
* Cleanup.nima2008-12-211-15/+29
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@156 abc39116-655e-4be6-ad55-d661dc543056
* Handle cases where user does not have appropriate permission to access thenima2008-12-213-15/+35
| | | | | | | memory file or device. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@155 abc39116-655e-4be6-ad55-d661dc543056
* Names.nima2008-12-212-45/+1
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@154 abc39116-655e-4be6-ad55-d661dc543056
* Better naming.nima2008-12-211-0/+44
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@153 abc39116-655e-4be6-ad55-d661dc543056
* Upped debhelper build-required version from 5 to 7.nima2008-12-213-2/+6
| | | | | | | Final cleanups. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@152 abc39116-655e-4be6-ad55-d661dc543056
* Cleaned up and Lintian-approved.nima2008-12-212-3/+3
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@151 abc39116-655e-4be6-ad55-d661dc543056
* Email address fixed.nima2008-12-211-1/+1
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@150 abc39116-655e-4be6-ad55-d661dc543056
* Sigh.nima2008-12-211-1/+1
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@149 abc39116-655e-4be6-ad55-d661dc543056
* Changing to svn-buildpackage.nima2008-12-212-13/+14
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@148 abc39116-655e-4be6-ad55-d661dc543056
* Cleanup.nima2008-12-213-7/+7
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@147 abc39116-655e-4be6-ad55-d661dc543056
* Source generation.nima2008-12-211-3/+7
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@146 abc39116-655e-4be6-ad55-d661dc543056
* Fixed watchfile now that I've created a src (orig.tar.gz) repository.nima2008-12-216-23/+202
| | | | | | | | | Added more copyright/lisencing information. More debianizing. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@145 abc39116-655e-4be6-ad55-d661dc543056
* Required for dh_installdocs.nima2008-12-201-0/+1
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@144 abc39116-655e-4be6-ad55-d661dc543056
* Cleanup.nima2008-12-201-18/+19
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@143 abc39116-655e-4be6-ad55-d661dc543056
* Cleanup.nima2008-12-203-68/+0
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@142 abc39116-655e-4be6-ad55-d661dc543056
* Removed out-of-place README.nima2008-12-201-146/+0
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@141 abc39116-655e-4be6-ad55-d661dc543056
* Hide private data from subversion.nima2008-12-200-0/+0
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@140 abc39116-655e-4be6-ad55-d661dc543056
* Remove private memory dumps.nima2008-12-203-0/+0
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@139 abc39116-655e-4be6-ad55-d661dc543056
* Added missing info to copyright file.nima2008-12-202-0/+78
| | | | | | | Source creation target. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@138 abc39116-655e-4be6-ad55-d661dc543056
* Cleanup.nima2008-12-203-8/+13
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@137 abc39116-655e-4be6-ad55-d661dc543056
* Handle cases where user asks for invalid types.nima2008-12-202-19/+26
| | | | | | | Updated test cases to test for this too. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@136 abc39116-655e-4be6-ad55-d661dc543056