summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Automatically add PORTAGE_BIN_PATH to the front of PATH.Zac Medico2010-04-221-0/+7
* Use assertFalse insead of failIf since failIf is deprecated in python 3.2.Zac Medico2010-04-113-11/+11
* Add a test which calls bash -n on all scripts with bash shebang.Zac Medico2010-04-021-0/+42
* Add support for probing shebangs and compiling python scripts that don'tZac Medico2010-03-271-4/+31
* Add back executable bits, accidentally removed in previous commit.Zac Medico2010-03-241-0/+0
* Remove all svn $Id keywords.Zac Medico2010-03-2446-46/+0
* Move _pty module to portage.util._pty.Zac Medico2010-03-021-1/+1
* Remove unused print_function.Zac Medico2010-03-011-2/+0
* Split doebuild and related code to the portage.package.ebuild module.Zac Medico2010-02-251-2/+3
* Revert r15161 so 12.2.5 is greater than 12.2b once again. Depending on how youZac Medico2010-01-041-4/+4
* More cases.Zac Medico2010-01-041-0/+3
* Add some more cases for versions with letter suffixes.Zac Medico2010-01-041-0/+3
* Add test cases for cvs versions.Zac Medico2010-01-041-0/+3
* Fix vercmp so 1b > 1 and add corresponding tests.Zac Medico2010-01-041-0/+3
* Revert vercmp() behavior so 12.2b > 12.2.5 which was accidentally changed inZac Medico2010-01-041-2/+4
* Add test cases for implicit .0 at end of version.Zac Medico2010-01-041-0/+3
* Add some tests related to bug #287848.Zac Medico2009-12-301-3/+9
* Use ImportError handling to import _TextTestResult which moved fromZac Medico2009-12-091-57/+8
* Copy the unittest._TextTestResult class from python-2.6 since it's beenZac Medico2009-12-071-6/+60
* Add a test case which simply compiles all modules, useful for testing syntaxZac Medico2009-11-233-0/+23
* 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