| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove packaging from the standard library. | Éric Araujo | 2012-06-24 | 188 | -30771/+0 |
|
|
* | 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 | 2 | -6/+7 |
|
|
* | Remove buggy change for #13719 in packaging | Éric Araujo | 2012-03-07 | 2 | -10/+1 |
|
|
* | Make packaging’ upload command work with bdist_msi products (#13719) | Éric Araujo | 2012-03-05 | 2 | -3/+12 |
|
|
* | Improve packaging.database documentation | Éric Araujo | 2012-03-05 | 1 | -0/+1 |
|
|
* | Fix comparison bug with 'rc' versions in packaging.version (#11841). | Éric Araujo | 2012-02-27 | 2 | -11/+22 |
|
|
* | Port the #6884 fix to packaging | Éric Araujo | 2012-02-26 | 2 | -43/+117 |
|
|
* | Fix code I unwittingly broke in b0e2d6592a1f (#14038) | Éric Araujo | 2012-02-17 | 1 | -1/+1 |
|
|
* | Add test for packaging.util.set_platform (#13974). | Éric Araujo | 2012-02-16 | 1 | -0/+5 |
|
|
* | Fix for packaging test failure on shared builds (#1326113) | Éric Araujo | 2012-02-15 | 1 | -1/+2 |
|
|
* | Fix parsing of packaging’s build_ext --libraries option (#1326113) | Éric Araujo | 2012-02-15 | 2 | -8/+7 |
|
|
* | Port the fix for #13193 to packaging | Éric Araujo | 2012-02-12 | 1 | -4/+2 |
|
|
* | Use sys.version_info instead of sys.version in packaging. | Éric Araujo | 2012-02-10 | 8 | -17/+23 |
|
|
* | Start improving 2to3 code in packaging (#13462). | Éric Araujo | 2012-02-09 | 6 | -194/+97 |
|
|
* | Synchronize packaging.tests.support with distutils2 | Éric Araujo | 2012-02-09 | 1 | -19/+22 |
|
|
* | More boolean tests for packaging metadata environment markers | Éric Araujo | 2012-02-09 | 1 | -3/+7 |
|
|
* | Remove unneeded import | Éric Araujo | 2012-02-09 | 1 | -1/+1 |
|
|
* | Group commands by topic in “pysetup run --list-commands” output. | Éric Araujo | 2012-02-09 | 3 | -36/+40 |
|
|
* | Fix typos in comments. | Éric Araujo | 2012-02-06 | 1 | -3/+3 |
|
|
* | Stop converting package_data to extra_files in pysetup create (#13712). | Éric Araujo | 2012-02-05 | 2 | -28/+33 |
|
|
* | Allow multiple values for package_data in setup.cfg (#11805). | Éric Araujo | 2012-02-04 | 2 | -14/+48 |
|
|
* | Improve one packaging test, remove a setuptoolism in another | Éric Araujo | 2012-02-04 | 2 | -5/+14 |
|
|
* | Issue #13901: Prevent test_packaging failures on OS X with --enable-shared. | Ned Deily | 2012-02-03 | 1 | -3/+8 |
|
|
* | Update list of trove classifiers | Éric Araujo | 2011-11-20 | 1 | -0/+12 |
|
|
* | Remove obsolete verbose arguments from packaging. | Éric Araujo | 2011-11-15 | 11 | -51/+36 |
|
|
* | Remove unused code from packaging.tests.__init__ | Éric Araujo | 2011-11-15 | 4 | -108/+10 |
|
|
* | Remove redundant setUp/tearDown methods in packaging tests | Éric Araujo | 2011-11-14 | 3 | -23/+2 |
|
|
* | The error message should contain the key as given, not normalized. | Éric Araujo | 2011-11-14 | 1 | -2/+4 |
|
|
* | Add tests to check initial content of packaging.database caches | Éric Araujo | 2011-11-14 | 1 | -0/+7 |
|
|
* | packaging cleanup: A few super I missed in 5ae03b1e147a | Éric Araujo | 2011-11-14 | 2 | -11/+10 |
|
|
* | Adapt test and example after e39d1b6f0856. | Éric Araujo | 2011-11-14 | 1 | -1/+1 |
|
|
* | Fix a few typos | Éric Araujo | 2011-11-14 | 1 | -1/+1 |
|
|
* | Clean up byte-compilation code in packaging (#11254 followup). | Éric Araujo | 2011-11-14 | 5 | -73/+51 |
|
|
* | Issue #13193: Fix distutils.filelist.FileList and | Antoine Pitrou | 2011-11-12 | 1 | -1/+4 |
|
|
* | Merge 3.2, fix typos. | Florent Xicluna | 2011-11-11 | 2 | -2/+2 |
|
|
* | Use more standard name for one option of packaging’s install_distinfo | Éric Araujo | 2011-11-06 | 3 | -21/+18 |
|
|
* | Remove redundant __main__ blocks from packaging modules. | Éric Araujo | 2011-11-06 | 3 | -17/+1 |
|
|
* | Clean up mocking of stdout and stdin in packaging tests. | Éric Araujo | 2011-11-06 | 10 | -113/+61 |
|
|
* | Minor tweak to packaging tests. | Éric Araujo | 2011-11-06 | 4 | -3/+4 |
|
|
* | Undo potentially confusing name change in packaging. | Éric Araujo | 2011-11-06 | 8 | -19/+19 |
|
|
* | Make sure packaging tests that register custom commands also clear them | Éric Araujo | 2011-11-06 | 3 | -19/+34 |
|
|
* | Try to fix buildbot failures from #13193 | Éric Araujo | 2011-11-05 | 1 | -0/+2 |
|
|
* | Actually check the contents of the file created by packaging’s bdist_dumb | Éric Araujo | 2011-11-03 | 1 | -4/+13 |
|
|
* | Improve byte-compilation in packaging to be independent of -O or -B. | Éric Araujo | 2011-11-03 | 9 | -155/+117 |
|
|
* | Minor code reorganization in one packaging test file | Éric Araujo | 2011-11-02 | 1 | -27/+25 |
|
|
* | Fix typo “seperate” | Éric Araujo | 2011-11-02 | 3 | -3/+3 |
|
|
* | Merge 3.2 | Florent Xicluna | 2011-10-28 | 2 | -3/+3 |
|
|
* | Add tests for packaging.tests.support (#12659). | Éric Araujo | 2011-10-21 | 1 | -0/+78 |
|
|
* | Fix missing imports in setup scripts generated by packaging (#13205). | Éric Araujo | 2011-10-21 | 2 | -17/+73 |
|
|