summaryrefslogtreecommitdiffstats
path: root/pym/portage/util
Commit message (Expand)AuthorAgeFilesLines
* EventLoop.iteration: handle _poll StopIterationZac Medico2012-02-111-1/+7
* EventLoop: remove obsolete timeout_add commentZac Medico2012-02-111-7/+0
* EventLoop.iteration: run timeouts if no fdsZac Medico2012-02-111-1/+9
* EventLoop: shorten iteration poll if timeoutsZac Medico2012-02-111-1/+1
* GlibEventLoop: use gi.repository.GLibZac Medico2012-02-101-5/+1
* EventLoop: name poll constants like glib'sZac Medico2012-02-092-1/+14
* EventLoop: inherit PollConstantsZac Medico2012-02-091-1/+1
* Add global_event_loop() and GlibEventLoop.Zac Medico2012-02-093-0/+58
* EventLoop: fix inverted may_block logicZac Medico2012-02-081-2/+2
* Move EventLoop to a separate file.Zac Medico2012-02-082-0/+374
* Remove portage.const._ENABLE_XATTR.v2.2.0_alpha85Zac Medico2012-02-041-2/+2
* LinkageMapELF: handle null bytes in NEEDED.ELF.2Zac Medico2012-01-311-0/+7
* read_corresponding_eapi_file: unicode, bug 398587Zac Medico2012-01-111-1/+3
* env_update: ldsoconf_update flag not reliableZac Medico2012-01-091-4/+0
* getlibpaths: regex for includeZac Medico2012-01-031-2/+6
* Support include directives in ld.so.conf.Michał Górny2012-01-031-1/+12
* _pty.py: remove unused _tested_pty variableZac Medico2011-12-221-2/+0
* _pty.py: remove _test_pty_eof()Zac Medico2011-12-221-149/+8
* _test_pty_eof: use os.read, not array.fromfileZac Medico2011-12-161-32/+38
* Add _ENABLE_XATTR constant for the stable branch.Zac Medico2011-12-101-2/+2
* movefile.py: open /dev/null in binary modeZac Medico2011-12-101-1/+1
* Use portage.const.EPREFIX more.Zac Medico2011-12-091-1/+1
* portage.util.movefile._copyxattr(): Print more informative exceptionArfrever Frehtes Taifersar Arahesis2011-12-101-3/+18
* Support FEATURES=xattr.Zac Medico2011-12-091-2/+5
* portage.util.movefile._copyxattr(): Support usage of xattr module fromArfrever Frehtes Taifersar Arahesis2011-12-101-18/+27
* portage.util.movefile._copyxattr(): Support usage of getfattr andArfrever Frehtes Taifersar Arahesis2011-12-101-4/+23
* movefile: tweak unicode handlingZac Medico2011-11-281-8/+12
* movefile: chown/mod before renameZac Medico2011-11-281-15/+7
* movefile: avoid redundant string concatenationsZac Medico2011-11-281-6/+7
* movefile: remove unused lchownZac Medico2011-11-281-4/+2
* Preserve extended attributes on regular files when using Python >=3.3.Arfrever Frehtes Taifersar Arahesis2011-11-291-2/+14
* env_update: lstrip os.sep in join with eprefixZac Medico2011-10-291-1/+2
* Use bytes instead of unicode with isinstance.Zac Medico2011-10-281-5/+6
* Use EROOT instead of ROOT for keys everywhere.Zac Medico2011-10-251-3/+9
* whirlpool.py: tabs to spacesv2.2.0_alpha64Zac Medico2011-10-081-6/+6
* whirlpool.py: fix for python3Zac Medico2011-10-041-4/+5
* whirlpool.py: skip tests during importZac Medico2011-10-041-6/+7
* whirlpool.py: handle xrange for python3Zac Medico2011-10-011-0/+4
* Manifest2 hash: WhirlpoolRobin H. Johnson2011-10-011-0/+788
* env_update: add more vardbapi fallback codeZac Medico2011-09-181-1/+9
* env_update: use global vardbapi as fallbackZac Medico2011-09-181-1/+7
* move locking into env_update itselfBrian Harring2011-09-151-1/+16
* Fix grammar in some messages.Arfrever Frehtes Taifersar Arahesis2011-09-141-2/+2
* tests/emerge: test env-updateZac Medico2011-09-051-1/+1
* Handle unpickle EOFError.Zac Medico2011-09-032-5/+11
* Handle unpickle AttributeError (bug #381705).Zac Medico2011-09-032-3/+7
* Fix typo in previous commit.Zac Medico2011-08-301-1/+1
* env_update: use ldsoconf_update varZac Medico2011-08-301-0/+1
* env_update: always respect makelinks=FalseZac Medico2011-08-291-7/+4
* env_update: fix breakage in last commitZac Medico2011-08-291-1/+1