PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Saturday the 22nd of March, 2014

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[06:57:44] <Ivo> getting a 503 backend error on pypi but status.python.org says it's fine
[07:05:14] <Ivo> http://pastie.org/8958269
[14:08:23] <pmxbot> jaraco pushed 14 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[14:08:23] <pmxbot> Use a default that communicates the purpose and also degenerates nicely.
[14:08:23] <pmxbot> Perform the inclusion filter after traversal for congruency with exclude
[14:08:23] <pmxbot> Extract out filtering by filename
[14:08:23] <pmxbot> Extracted directory detection and presence of '.' in name.
[14:08:23] <pmxbot> Extract path assembly
[14:08:23] <pmxbot> Extract _looks_like_package
[14:08:23] <pmxbot> Extract _find_packages_iter
[14:08:23] <pmxbot> Extracted _all_dirs and rewrote _find_packages_iter as a proper iterator.
[14:08:23] <pmxbot> Pulled find_package functionality into a PackageFinder class
[14:08:23] <pmxbot> Created PEP420PackageFinder, whose .find method can be used to find any suitable directory.
[14:08:23] <pmxbot> Reindent docstring
[14:08:23] <pmxbot> Update changelog
[14:08:23] <pmxbot> Bumped to 3.4 in preparation for next release.
[14:08:23] <pmxbot> Backed out changeset: 78c8cfbe3e10
[22:58:50] <pmxbot> jaraco pushed 1 commit to setuptools (https://bitbucket.org/pypa/setuptools/) :
[22:58:50] <pmxbot> Add test for exclude