aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* UseManager: /etc/portage/profile extended syntaxZac Medico2012-09-261-5/+11
* find_updated_config_files: x var name collisionZac Medico2012-09-131-2/+2
* Replace getstatusoutput with unicode safe Popen.Zac Medico2012-09-111-7/+14
* read_corresponding_eapi_file: cache resultsZac Medico2012-08-231-0/+7
* grabfile_package: show real file name in errorZac Medico2012-06-171-1/+1
* grablines: raise PermissionDenied if appropriateZac Medico2012-06-011-2/+13
* getconfig: only raise ParseErrorv2.2.0_alpha107Zac Medico2012-05-161-1/+1
* getconfig: use shlex.error_leader() moreZac Medico2012-05-151-22/+23
* Revert "Bug #413983: Add portage.util.urlopen(), which transparently handles ...Zac Medico2012-05-131-19/+0
* Bug #413983: Add portage.util.urlopen(), which transparentlyArfrever Frehtes Taifersar Arahesis2012-05-011-1/+20
* varexpand: optimize access to current charv2.2.0_alpha97Zac Medico2012-03-311-19/+28
* getconfig: show error message for varexpand failZac Medico2012-03-311-2/+19
* varexpand: use frozenset for word charactersZac Medico2012-03-311-2/+3
* varexpand: use list for efficient appendZac Medico2012-03-311-13/+13
* varexpand: don't cache resultsZac Medico2012-03-271-13/+4
* Replace @returns with @return.Zac Medico2012-03-271-1/+1
* grabdict: remove incorrect docstring, bug #409839Greg Turner2012-03-271-1/+0
* read_corresponding_eapi_file: unicode, bug 398587Zac Medico2012-01-111-1/+3
* getlibpaths: regex for includeZac Medico2012-01-031-2/+6
* Support include directives in ld.so.conf.Michał Górny2012-01-031-1/+12
* Use bytes instead of unicode with isinstance.Zac Medico2011-10-281-5/+6
* Fix grammar in some messages.Arfrever Frehtes Taifersar Arahesis2011-09-141-2/+2
* python3.2 fixes: ResourceWarning: unclosed fileZac Medico2011-08-241-4/+9
* Remove python-2.6 StringIO.StringIO fallback.Zac Medico2011-07-121-3/+3
* Migrate from codecs.open() to io.open().Zac Medico2011-07-101-7/+26
* varexpand: remove escaped newline charactersZac Medico2011-07-011-2/+5
* Fix a typo in a comment.Zac Medico2011-06-301-1/+1
* Only create soname symlinks in global libdirs.Zac Medico2011-06-291-3/+4
* read_corresponding_eapi_file(): Strip final \n from EAPI value.Arfrever Frehtes Taifersar Arahesis2011-06-281-1/+1
* varexpand: handle backslashes like more like bashZac Medico2011-06-281-26/+13
* Fix a typo and update a comment.Arfrever Frehtes Taifersar Arahesis2011-06-091-2/+2
* Move pickle import out of base portage module.Zac Medico2011-06-031-1/+1
* autounmask-write: force configpro if non-existentZac Medico2011-06-021-3/+6
* writedict: use write_atomic for exceptionsZac Medico2011-05-241-14/+8
* writedict: raise any exceptionsZac Medico2011-05-241-2/+1
* atomic_ofstream: suppress redundant open errorZac Medico2011-05-241-3/+3
* Update timestamps in headers of modified files.Zac Medico2011-03-141-1/+1
* grablines: allow inline commentsZac Medico2011-03-021-3/+13
* grabdict: allow inline commentsTheo Chatzimichos2011-03-021-0/+7
* apply_recursive_permissions: don't follow symlinkZac Medico2010-12-131-2/+7
* stack_lists: optimize repo handling moreZac Medico2010-11-271-1/+8
* stack_lists: optimize repo logicZac Medico2010-11-261-1/+2
* grab*_package: optimize for non-existent filesZac Medico2010-11-241-0/+4
* Accept eapi argument in portage.util.grabdict_package() andArfrever Frehtes Taifersar Arahesis2010-11-061-7/+6
* Optimize LazyItemsDict.__deepcopy__().v2.2.0_alpha3Zac Medico2010-10-311-2/+2
* Simplify LazyItemsDict.__deepcopy__().Zac Medico2010-10-311-7/+4
* Update docstring for LazyItemsDict.__deepcopy__()Zac Medico2010-10-301-17/+4
* Fix LazyItemsDict.__deepcopy__() for python 2.7.Zac Medico2010-10-291-9/+6
* Improved profiles/p.mask handlingSebastian Luther2010-09-261-4/+31
* Fix a typo in a comment.Zac Medico2010-09-251-1/+1