Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove packaging from the standard library. | Éric Araujo | 2012-06-24 | 1 | -644/+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 | ||||
* | Implemented PEP 405 (Python virtual environments). | Vinay Sajip | 2012-05-26 | 1 | -1/+4 |
| | |||||
* | Fix #13210. Port the Windows build from VS2008 to VS2010. | Brian Curtin | 2012-05-13 | 1 | -1/+1 |
| | |||||
* | Fix parsing of packaging’s build_ext --libraries option (#1326113) | Éric Araujo | 2012-02-15 | 1 | -2/+1 |
| | |||||
* | Remove obsolete verbose arguments from packaging. | Éric Araujo | 2011-11-15 | 1 | -6/+0 |
| | | | | | | 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: remove conditionals for < 2.6 support. | Éric Araujo | 2011-09-17 | 1 | -11/+6 |
| | | | | | | | | PEP 370 features and sys.dont_write_bytecode are always available in 3.3; the distutils2 backport still has the conditionals. I also renamed an internal misnamed method and fixed a few things (“packaging2” name, stray print, unused import, fd leak). | ||||
* | Remove obsolete comment (yes, build_ext supports C++) | Éric Araujo | 2011-09-10 | 1 | -4/+0 |
| | |||||
* | Fix typo I introduced in f93acf8844ec | Éric Araujo | 2011-08-30 | 1 | -1/+1 |
| | |||||
* | Cleanup: use sys.version_info instead of convoluted hexversion lshifts | Éric Araujo | 2011-08-29 | 1 | -11/+6 |
| | |||||
* | Issue #12326: refactor usage of sys.platform | Victor Stinner | 2011-08-20 | 1 | -2/+1 |
| | | | | | | | | * Use str.startswith(tuple): I didn't know this Python feature, Python rocks! * Replace sometimes sys.platform.startswith('linux') with sys.platform == 'linux' * sys.platform doesn't contain the major version on Cygwin on Mac OS X (it's just 'cygwin' and 'darwin') | ||||
* | Packaging: remove last mentions and uses of setup.py in the code. | Éric Araujo | 2011-06-16 | 1 | -4/+1 |
| | | | | | Now only the compatibility layer (in create, util and install) talk about setup.py. | ||||
* | Issue 10126 - backported distutils fix for the enable-share mode into packaging | Tarek Ziade | 2011-05-22 | 1 | -3/+3 |
| | |||||
* | fixed the export symbols for the win32 linker | Tarek Ziade | 2011-05-21 | 1 | -1/+1 |
| | |||||
* | initial import of the packaging package in the standard library | Tarek Ziade | 2011-05-19 | 1 | -0/+666 |