summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/is_valid_package_atom.py
Commit message (Collapse)AuthorAgeFilesLines
* Support subslots in command line arguments.Arfrever Frehtes Taifersar Arahesis2012-12-231-1/+1
|
* Use re.UNICODE for category/package name regexes.Zac Medico2012-09-221-2/+2
| | | | | | | | This only affects r'\w' with Python 2.x, since Python 3 already defaults to re.UNICODE behavior when compiling unicode str objects (unless re.ASCII is specified). If a repository wants to ban unicode categore/package names then we can add a layout.conf setting for that, as discussed in bug #435934.
* is_valid_package_atom: fix circular importZac Medico2011-07-111-5/+13
| | | | | | Due to a quirk in python import behavior, this only failed nondeterministically. However, the new preinst sanity test in the portage-9999 ebuild tends to trigger it more often for some people.
* reposyntax: Add support all over the placeSebastian Luther2010-09-261-5/+6
|
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
|
* Tread blockers as invalid.Zac Medico2009-09-211-1/+1
| | | | svn path=/main/trunk/; revision=14310
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-8/+1
| | | | | | _unicode_encode() and _unicode_decode() where appropriate. svn path=/main/trunk/; revision=13995
* Add/update copyright headers.Zac Medico2009-06-251-0/+4
| | | | svn path=/main/trunk/; revision=13690
* Bug #275047 - Split _emerge/__init__.py into smaller pieces (part 5).Zac Medico2009-06-231-0/+16
Thanks to Sebastian Mingramm (few) <s.mingramm@gmx.de> for this patch. svn path=/main/trunk/; revision=13672