aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* grabfile_package: show real file name in errorZac Medico2012-06-171-1/+1
* grablines: raise PermissionDenied if appropriateZac Medico2012-06-011-2/+13
* movefile: fix abs symlink adjustment, bug #416431Zac Medico2012-05-171-3/+3
* getconfig: only raise ParseErrorv2.2.0_alpha107Zac Medico2012-05-161-1/+1
* getconfig: use shlex.error_leader() moreZac Medico2012-05-151-22/+23
* binhost: http auth for python3 (bug #413983)Zac Medico2012-05-131-0/+42
* Revert "Bug #413983: Add portage.util.urlopen(), which transparently handles ...Zac Medico2012-05-131-19/+0
* test_digraph: fix get_cycles for PYTHONHASHSEEDZac Medico2012-05-121-4/+11
* PollScheduler: use local EventLoop (thread safe)Zac Medico2012-05-101-18/+32
* validate_desktop_entry: handle Python 3.1Zac Medico2012-05-011-1/+6
* Bug #413983: Add portage.util.urlopen(), which transparentlyArfrever Frehtes Taifersar Arahesis2012-05-011-1/+20
* repoman: ignore false Service desktop entry errorZac Medico2012-04-301-0/+70
* 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
* movefile: use writemsg for unicode safetyZac Medico2012-03-271-12/+13
* Replace @returns with @return.Zac Medico2012-03-277-7/+7
* grabdict: remove incorrect docstring, bug #409839Greg Turner2012-03-271-1/+0
* movefile: import print_functionZac Medico2012-03-231-0/+2
* movefile: clarify message for xattr copy errorv2.2.0_alpha95Zac Medico2012-03-231-1/+13
* movefile: refactor selinux conditional codeZac Medico2012-03-231-15/+13
* mtimedb: fix hexversion for python issue 5729Zac Medico2012-03-222-2/+2
* mtimedb: enable JSON write supportv2.2.0_alpha94Zac Medico2012-03-221-11/+11
* PreservedLibsRegistry: try to parse as JSON firstZac Medico2012-03-221-3/+3
* PreservedLibsRegistry: enable JSON write supportZac Medico2012-03-211-2/+2
* whirlpool.py: fix WhirlpoolAdd for bug #406407Zac Medico2012-03-051-1/+1
* pruneNonExisting: handle eselect-opengl symlinksv2.2.0_alpha90Zac Medico2012-03-041-3/+33
* _eventloop: use explicit relative importsv2.2.0_alpha87Zac Medico2012-02-173-7/+6
* MtimeDB: add JSON read/writeZac Medico2012-02-171-14/+55
* MtimeDB._load: explicitly close fileZac Medico2012-02-171-3/+5
* PreservedLibsRegistry: add JSON read/writeZac Medico2012-02-171-10/+51
* PollSelectAdapter: don't inherit PollConstantsZac Medico2012-02-171-1/+1
* Move Poll{Constants,SelectAdapter} to _eventloop.Zac Medico2012-02-173-3/+94
* Move _emerge.SlotObject to portage.util.Zac Medico2012-02-172-1/+52
* EventLoop: fix _io_handler_class "f" attributeZac Medico2012-02-171-1/+1
* EventLoop.iteration: run timeouts lastZac Medico2012-02-171-12/+12
* EventLoop: prune obsolete codeZac Medico2012-02-171-70/+18
* EventLoop.iteration: poll for blocking, not sleepZac Medico2012-02-161-2/+5
* EventLoop.child_watch_add: dynamic IO watchZac Medico2012-02-161-10/+22
* EventLoop: wakeup poll loop to receive sigchildZac Medico2012-02-161-1/+12
* EventLoop: fix signal race in _sigchld_initZac Medico2012-02-161-1/+1
* EventLoop: fix _sigchld_io_cb to return TrueZac Medico2012-02-161-0/+1
* EventLoop: implement child_watch_addZac Medico2012-02-162-0/+96
* EventLoop.iteration: sleep if no IO handlersZac Medico2012-02-151-1/+13
* EventLoop.timeout_add: fix inverted min intervalZac Medico2012-02-151-1/+1
* EventLoop: allow IO event handler re-entranceZac Medico2012-02-141-11/+6
* EventLoop._do_poll: tweak EINTR handlingZac Medico2012-02-131-13/+14
* EventLoop: make _poll/_run_timeouts re-entrantZac Medico2012-02-131-62/+73