summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Remove FEATURES=parse-eapi-ebuild-headZac Medico2012-08-294-19/+3
* EAPI 5: enable slot-operator-depsZac Medico2012-08-291-1/+1
* Rename slot-abi stuff to refer to slot-operator.Zac Medico2012-08-2919-198/+198
* EAPI 5: EBUILD_PHASE_FUNC variableZac Medico2012-08-294-3/+34
* Blacklist IUSE_EFFECTIVE from external env.Zac Medico2012-08-291-1/+1
* EAPI 5: Profile IUSE injectionZac Medico2012-08-297-18/+125
* Package: skip REQUIRED_USE validation if builtZac Medico2012-08-271-1/+1
* Pass eapi to check_required_use more.Zac Medico2012-08-273-13/+27
* EAPI 5: REQUIRED_USE at-most-one-of ?? operatorZac Medico2012-08-275-19/+56
* _get_eapi_attrs: handle unsupported eapi as Nonev2.2.0_alpha123Zac Medico2012-08-261-1/+10
* validate_desktop_entry: filter more kde noiseZac Medico2012-08-261-14/+46
* KeywordsManager: fix isStable commentZac Medico2012-08-251-1/+1
* EAPI 5 stable use.mask/force for bug #431078Zac Medico2012-08-245-7/+122
* _pkg_str: pass in config + metadata with KEYWORDSZac Medico2012-08-2410-46/+59
* config: _eapi_cache.clear() after setcpvZac Medico2012-08-231-1/+4
* read_corresponding_eapi_file: cache resultsZac Medico2012-08-232-1/+9
* Optimize sys.std* flush code.v2.2.0_alpha122Zac Medico2012-08-222-4/+6
* Use sys.__std*.fileno() in case of overrides.Zac Medico2012-08-227-37/+39
* EventLoop: handle EINTR IOError for epollZac Medico2012-08-221-2/+4
* EventLoop: use epoll when availableZac Medico2012-08-211-7/+52
* _apply_hash_filter: make hash_filter simplerZac Medico2012-08-215-5/+18
* Implement PORTAGE_CHECKSUM_FILTER for bug #432170Zac Medico2012-08-217-17/+89
* PollScheduler: use timeout for loadavg checksZac Medico2012-08-201-6/+12
* Scheduler: only use poll timeout when neededZac Medico2012-08-201-3/+6
* BashSyntaxTestCase: include new misc dirZac Medico2012-08-171-3/+9
* emaint logs: simplify error output handlingv2.2.0_alpha121Zac Medico2012-08-112-20/+8
* emaint: cleanup TaskHandler isatty logicZac Medico2012-08-111-2/+2
* emaint binhost: support compress-indexZac Medico2012-08-092-27/+27
* repoman: remove IUSE.undefined checkZac Medico2012-08-081-21/+1
* bintree.inject(): write Packages.gz atomicallyZac Medico2012-08-081-3/+6
* Portage writes a compressed copy of 'Packages' index file.W-Mark Kubacki2012-08-082-7/+16
* WhirlpoolAdd: raise TypeError if not bytesZac Medico2012-08-041-0/+2
* vardbapi: optimize pickle load for Python >=3.2Zac Medico2012-08-021-2/+3
* parse_desktop_entry: fix python3 bug #429544Zac Medico2012-08-021-1/+5
* _urlopen: fix python2 http password breakageZac Medico2012-08-011-29/+11
* Fix index file's mtime, which can differ from TIMESTAMP.W-Mark Kubacki2012-08-011-1/+5
* Add support for HTTP compression (bzip2, gzip and deflate).W-Mark Kubacki2012-08-011-1/+31
* Use If-Modified-Since HTTP-header and avoid downloading a remote index if the...W-Mark Kubacki2012-08-012-7/+62
* Use nanosecond precision in cache for category directory mtimesArfrever Frehtes Taifersar Arahesis2012-08-011-2/+8
* Use nanosecond precision in portage.util.movefile.movefile().Arfrever Frehtes Taifersar Arahesis2012-08-012-22/+53
* Check for desktop-file-validate binary.Zac Medico2012-07-311-1/+4
* Validate desktop entries after src_install.Michael Palimaka2012-07-311-0/+26
* get_term_size: handle missing stty commandZac Medico2012-07-271-2/+9
* get_term_size: pass fd to sttyZac Medico2012-07-271-2/+6
* get_term_size: pass fd to curses.setupterm()Zac Medico2012-07-271-1/+2
* get_term_size: handle temporary stdout overridesZac Medico2012-07-271-1/+3
* _selinux/spawn_wrapper: setexec *after* forkZac Medico2012-07-261-14/+26
* output: allow to use stderr in TermProgressBarCorentin Chary2012-07-231-6/+6
* emaint: split into separate modulesBrian Dolbec2012-07-2219-19/+1376
* TermProgressBar: fix broken ref to "image" varZac Medico2012-07-221-1/+1