PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Sunday the 18th of May, 2014

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[00:25:19] <pmxbot> jaraco pushed 5 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[00:25:19] <pmxbot> Use context managers to reliably close files
[00:25:19] <pmxbot> Move import to the top
[00:25:19] <pmxbot> Use iterables for getting best downloader
[00:25:19] <pmxbot> Actually call close on exit
[00:25:19] <pmxbot> Refactor test
[03:10:58] <pmxbot> jaraco pushed 7 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[03:10:58] <pmxbot> Use context manager
[03:10:58] <pmxbot> Replace get_zip_class with a specialized constructor.
[03:10:58] <pmxbot> Use ContextualZipFile for context manager support
[03:10:58] <pmxbot> Use context managers in pkg_resources
[03:10:58] <pmxbot> Update ContextualZipFile to use a single constructor
[03:10:58] <pmxbot> Clean up whitespace
[03:10:58] <pmxbot> Use ContextualZipFile and contextlib.closing for archiveutil
[03:43:35] <pmxbot> jaraco pushed 4 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[03:43:35] <pmxbot> Use context manager for brevity
[03:43:35] <pmxbot> Modernize syntax
[03:43:35] <pmxbot> Fix NameError (is this code ever used?).
[03:43:35] <pmxbot> Patch globals in a function. This technique bypasses the linter warnings about the names not being present, and allows for better documentation.
[03:49:16] <pmxbot> jaraco pushed 1 commit to setuptools (https://bitbucket.org/pypa/setuptools/) :
[03:49:16] <pmxbot> Use context manager