Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove packaging from the standard library. | Éric Araujo | 2012-06-24 | 1 | -161/+0 |
| | | | | | | Distutils2 will live on on PyPI and be included in the stdlib when it is ready. See discussion starting at http://mail.python.org/pipermail/python-dev/2012-June/120430.html | ||||
* | Change signature of packaging.tests.support.LoggingCatcher.get_logs. | Éric Araujo | 2011-10-19 | 1 | -24/+21 |
| | | | | | | I need this for some tests, and it makes code clearer. This commit also changes some assertEqual calls to use (actual, expected) order and fix some pyflakes warnings. | ||||
* | Add tests for Unicode handling in packaging’ check and register (#13114) | Éric Araujo | 2011-10-11 | 1 | -2/+23 |
| | |||||
* | Fix format of warnings from the packaging check command | Éric Araujo | 2011-06-02 | 1 | -0/+11 |
| | |||||
* | Make packaging.tests.support.LoggingCatcher.get_logs flush the log handler. | Éric Araujo | 2011-06-02 | 1 | -5/+6 |
| | | | | | This removes the need to call flush manually in each test, except when testing code that creates warning without checking them. | ||||
* | initial import of the packaging package in the standard library | Tarek Ziade | 2011-05-19 | 1 | -0/+131 |