summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/ebuild/test_array_fromfile_eof.py
Commit message (Expand)AuthorAgeFilesLines
* Add some comments, which will allow to easier find code, which should beArfrever Frehtes Taifersar Arahesis2011-08-251-0/+1
* python3.2 fixes: use array.tobytes()Zac Medico2011-08-241-4/+7
* EOFError can still be raised by array.fromfile() in Python >=2.6.6 and >=2.7.1.Arfrever Frehtes Taifersar Arahesis2010-08-051-1/+0
* Bug #330937: Handle IOError raised by remaining calls to array.fromfile().Arfrever Frehtes Taifersar Arahesis2010-08-051-1/+2
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Remove unused imports.Zac Medico2009-09-251-1/+0
* Fix length calculation so it doesn't assume the length of the encodedZac Medico2009-09-251-3/+4
* Add a test case for this issue: http://bugs.python.org/issue5334Zac Medico2009-09-251-0/+44