summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests
Commit message (Expand)AuthorAgeFilesLines
* Only call _test_pty_eof() on Linux, since it seems to hang on most otherZac Medico2009-10-141-4/+5
* Fix binTestsInit() to use correct values for PORTAGE_BIN_PATH andZac Medico2009-09-271-6/+9
* Use explicit imports instead of *.Zac Medico2009-09-272-2/+2
* Use mkdtemp() instead of hardcoded pym/portage/tests/bin/root directory.Zac Medico2009-09-271-16/+26
* Remove unused imports.Zac Medico2009-09-252-4/+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-252-1/+45
* Use list comprehensions instead of filter() or map() in some places for compa...Arfrever Frehtes Taifersar Arahesis2009-09-251-1/+2
* Show an appropriate error message in _create_pty_or_pipe() if openpty()Zac Medico2009-09-241-5/+5
* Add a test case for http://bugs.python.org/issue5380 and mark it as 'todo'Zac Medico2009-09-241-0/+22
* Fix test case for recent changes.Zac Medico2009-09-241-1/+1
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-213-3/+3
* Use range() instead of xrange() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-211-1/+1
* Use filter() and zip() instead of itertools.ifilter() and itertools.izip() fo...Arfrever Frehtes Taifersar Arahesis2009-09-211-2/+1
* Support print() function with Python 2 in some files.Arfrever Frehtes Taifersar Arahesis2009-09-201-0/+1
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-1/+1
* Add more test cases.Zac Medico2009-09-141-0/+3
* Simplify the _pkg regex and fix validation for some cases by using theZac Medico2009-09-141-0/+6
* Add tests for the Atom class.Zac Medico2009-09-121-0/+42
* Fix bad assumptions.Zac Medico2009-09-121-20/+15
* Fix poor assumptions.Zac Medico2009-09-121-6/+9
* Fix bugs and poor assumptions.Zac Medico2009-09-121-7/+5
* Add test cases for operators with missing version component.Zac Medico2009-09-081-2/+7
* Add test case for * operator with missing =.Zac Medico2009-09-081-0/+1
* simplify atom regex (winning even more performance) and turns it in verboseZac Medico2009-09-081-0/+3
* Fix isvalidatom() to check the 'must not end in' clause from PMS 2.1.2.Zac Medico2009-09-081-2/+11
* Replace _content_encoding, _fs_encoding, and _merge_encoding with directZac Medico2009-08-212-8/+7
* Use portage.os, _content_encoding, and _fs_encoding where appropriate.Zac Medico2009-08-1711-26/+32
* Test the edge case.Zac Medico2009-08-171-0/+3
* Use _content_encoding and _fs_encoding for unicode encoding/decoding.Zac Medico2009-08-171-4/+17
* Use realpath to resolve __file__ when searching for test inside main().Zac Medico2009-08-061-1/+1
* Remove odd os.getcwd() call used inside main() when searching for tests.Zac Medico2009-08-061-1/+1
* Bug #275047 - Split _emerge/__init__.py into smaller pieces (part 3).Zac Medico2009-06-221-1/+1
* Fix imports broken by splitting of _emerge/__init__.py.Zac Medico2009-06-221-1/+3
* Add some really big integers to the vercmp tests.Zac Medico2009-05-161-1/+3
* Bug #227265 - Make pkgsplit() allow multiple consecutive hyphens in packageZac Medico2009-03-261-2/+4
* Add test case for consecutive hyphens.Zac Medico2009-03-251-0/+3
* Bug #227265 - Make pkgsplit() allow "versiony looking parts" in package names,Zac Medico2009-03-251-1/+4
* Move ebuild helpers into an ebuild-helpers subdirectory.Zac Medico2009-03-121-1/+2
* Use absolute imports instead of relative.Zac Medico2009-03-122-2/+2
* Make _src_uri_validate() identify the || operator as invalid and add aZac Medico2009-03-101-0/+1
* Fix incorrect slice inside _src_uri_validate() and add new test case.Zac Medico2009-03-101-0/+1
* Fix failure exit status. Thanks to Brian Harring.Zac Medico2009-03-061-1/+1
* Add tests for use_reduce() and paren_reduce().Zac Medico2009-03-051-0/+29
* Make KeyValuePairFileLoader store the values as a strings instead of a lists.Zac Medico2009-03-031-1/+1
* Open then temp file in text mode for py3k compatibility.Zac Medico2009-02-271-1/+1
* Open the temp file in text mode for py3k compatibility.Zac Medico2009-02-271-2/+1
* Open the temp file in text mode for py3k compatibility.Zac Medico2009-02-271-3/+3
* Use os.fdopen() on file descriptors returned from mkstemp().Zac Medico2009-02-272-4/+4
* Open the temp file in text mode for py3k compatibility.Zac Medico2009-02-271-3/+5