Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove packaging from the standard library. | Éric Araujo | 2012-06-24 | 8 | -1453/+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 | -2/+2 |
| | | | | | | | | | | | | | 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 :) | ||||
* | Merge 3.2, fix typos. | Florent Xicluna | 2011-11-11 | 2 | -2/+2 |
| | |||||
* | Remove two unneeded attributes in packaging | Éric Araujo | 2011-09-21 | 1 | -5/+3 |
| | |||||
* | Final bag of small changes coming from distutils2. | Éric Araujo | 2011-09-19 | 1 | -4/+3 |
| | | | | | | | | | - minor cleanup in Metadata - trigger creation of the sysconfig._CONFIG_VARS dict - home_page is used over home-page: it’s not a compound word, it’s an escaped space Distutils2 is now synchronized with Packaging. | ||||
* | Use bytes regex instead of decoding whole pages | Éric Araujo | 2011-09-10 | 1 | -12/+10 |
| | |||||
* | Fix typo | Éric Araujo | 2011-06-19 | 1 | -1/+1 |
| | |||||
* | Make decorators used in packaging preserve docstrings | Éric Araujo | 2011-06-17 | 1 | -5/+7 |
| | |||||
* | Remove unused code in packaging.pypi.dist | Éric Araujo | 2011-06-16 | 1 | -4/+1 |
| | |||||
* | Style change in packaging: use “not in” over “not x in”. | Éric Araujo | 2011-06-08 | 2 | -5/+5 |
| | | | | Such tests are IMO easier to read if both operators are grouped. | ||||
* | Fix misunderstanding of how booleans work | Éric Araujo | 2011-06-08 | 1 | -1/+2 |
| | |||||
* | Cleanup in packaging: don’t unnecessarily instantiate exceptions | Éric Araujo | 2011-06-04 | 2 | -2/+2 |
| | |||||
* | Fix typos in class names | Éric Araujo | 2011-06-01 | 2 | -6/+6 |
| | |||||
* | Cleaned up the installer output behavior. | Tarek Ziade | 2011-05-30 | 1 | -4/+6 |
| | | | | | | This change also makes sure the logger handlers are not alterated after an installation. That also fixes the remaining environment alteration issue in test_packaging. | ||||
* | make sure the crawler can browse file-based indexes under win32 | Tarek Ziade | 2011-05-21 | 1 | -4/+14 |
| | |||||
* | initial import of the packaging package in the standard library | Tarek Ziade | 2011-05-19 | 8 | -0/+1446 |