Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove packaging from the standard library. | Éric Araujo | 2012-06-24 | 1 | -355/+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 | ||||
* | Use sys.version_info instead of sys.version in packaging. | Éric Araujo | 2012-02-10 | 1 | -0/+4 |
| | | | | | | | | | | | | | The contents of this attribute are an implementation detail, as documented for #9442, so we should not parse it, to support non-CPython VMs with distutils2 in the future. Unfortunately, one use comes directly from PEP 345, so an edit will have to be agreed before fixing the code (see comment in p7g.markers). Other remaining uses are found in p7g.compiler and could be replaced by the platform module (which also parses sys.version, but then it wouldn’t be my fault :) | ||||
* | Remove obsolete verbose arguments from packaging. | Éric Araujo | 2011-11-15 | 1 | -4/+4 |
| | | | | | | Logging replaces verbose arguments. I haven’t fixed the example in Doc/install/install.rst because I have major fixes and changes to the oc under way and will fix or remove that example as part of that task. | ||||
* | packaging cleanup: A few super I missed in 5ae03b1e147a | Éric Araujo | 2011-11-14 | 1 | -6/+5 |
| | |||||
* | Cleanup in packaging: super considered super | Éric Araujo | 2011-10-14 | 1 | -8/+6 |
| | |||||
* | Use list constructor or built-in method instead of copy module | Éric Araujo | 2011-06-04 | 1 | -4/+3 |
| | |||||
* | initial import of the packaging package in the standard library | Tarek Ziade | 2011-05-19 | 1 | -0/+355 |