| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix typo I introduced in f93acf8844ec | Éric Araujo | 2011-08-30 | 1 | -1/+1 |
|
|
* | Update list of trove classifiers to match PyPI | Éric Araujo | 2011-08-30 | 1 | -0/+7 |
|
|
* | Make bdist_* commands respect --skip-build passed to bdist (#10946). | Éric Araujo | 2011-08-29 | 4 | -33/+26 |
|
|
* | Remove obsolete mentions of the compress program and .Z archives. | Éric Araujo | 2011-08-29 | 3 | -25/+22 |
|
|
* | Remove display options (--name, etc.) from the Distribution class. | Éric Araujo | 2011-08-29 | 5 | -87/+35 |
|
|
* | Cleanup: move code out of a try block | Éric Araujo | 2011-08-29 | 1 | -4/+6 |
|
|
* | Print all fields when calling “pysetup metadata” without options. | Éric Araujo | 2011-08-29 | 1 | -11/+7 |
|
|
* | Cleanup: use sys.version_info instead of convoluted hexversion lshifts | Éric Araujo | 2011-08-29 | 1 | -11/+6 |
|
|
* | Minor code simplification | Éric Araujo | 2011-08-25 | 1 | -3/+2 |
|
|
* | Another (hopefully last) fix for test_packaging on Windws (#12678) | Éric Araujo | 2011-08-25 | 1 | -3/+13 |
|
|
* | Fix test_packaging on Windows (#12678). | Éric Araujo | 2011-08-24 | 2 | -4/+16 |
|
|
* | Try to fix packaging tests using build_ext on Windows (#12678) | Éric Araujo | 2011-08-23 | 2 | -19/+18 |
|
|
* | Fix test_command_install_dist in shared Python builds | Éric Araujo | 2011-08-21 | 1 | -0/+1 |
|
|
* | Factor out the build_ext fixup for shared Python builds. | Éric Araujo | 2011-08-21 | 2 | -22/+29 |
|
|
* | Remove obsolete code | Éric Araujo | 2011-08-21 | 1 | -2/+0 |
|
|
* | Issue #12326: refactor usage of sys.platform | Victor Stinner | 2011-08-20 | 1 | -2/+1 |
|
|
* | Add a simple test for the packaging RECORD file. | Éric Araujo | 2011-08-20 | 1 | -1/+53 |
|
|
* | Minor cleanup | Éric Araujo | 2011-08-20 | 2 | -12/+7 |
|
|
* | Add a test for extension modules in the old-style record file | Éric Araujo | 2011-08-20 | 1 | -1/+24 |
|
|
* | Rework test_old_record a bit to make the test more exact | Éric Araujo | 2011-08-20 | 1 | -13/+13 |
|
|
* | Refactor the copying of xxmodule.c in packaging tests (#12141). | Éric Araujo | 2011-08-20 | 2 | -27/+37 |
|
|
* | Restore $HOME after test has run (should fix #12765) | Éric Araujo | 2011-08-19 | 1 | -0/+3 |
|
|
* | Improve “pysetup create” help messages. | Éric Araujo | 2011-08-18 | 1 | -18/+19 |
|
|
* | Fix typo | Éric Araujo | 2011-08-18 | 1 | -1/+1 |
|
|
* | Remove class that was only useful with Sphinx autodoc | Éric Araujo | 2011-08-18 | 1 | -8/+0 |
|
|
* | Use our existing drop-in, no-op decorator instead of redefining it. | Éric Araujo | 2011-08-11 | 1 | -6/+2 |
|
|
* | Fix wrong use of root logger in packaging (also a NameError) | Éric Araujo | 2011-08-04 | 1 | -1/+1 |
|
|
* | Stop trying to write into the stdlib during packaging tests (#12331). | Éric Araujo | 2011-07-31 | 1 | -23/+31 |
|
|
* | Minor packaging cleanup. | Éric Araujo | 2011-07-29 | 5 | -21/+21 |
|
|
* | Make TypeError message from Command.__init__ more useful | Éric Araujo | 2011-07-29 | 1 | -1/+2 |
|
|
* | Let all pysetup actions return a meaningful 0 or 1 exit code (#12222). | Éric Araujo | 2011-07-29 | 1 | -32/+34 |
|
|
* | Let pysetup list exit with a non-zero code when no result is found (#11409). | Éric Araujo | 2011-07-29 | 1 | -1/+7 |
|
|
* | test_packaging should clean up after itself (but it doesn't really) | Antoine Pitrou | 2011-07-15 | 1 | -6/+9 |
|
|
* | Silence 2to3 warnings in packaging tests | Éric Araujo | 2011-07-15 | 1 | -4/+8 |
|
|
* | Clear packaging.database caches in place | Éric Araujo | 2011-07-15 | 1 | -6/+5 |
|
|
* | Close file handles in a timely manner in packaging.database (#12504). | Éric Araujo | 2011-07-08 | 2 | -7/+7 |
|
|
* | Factor out code used by packaging commands for HTTP requests (#12169). | Éric Araujo | 2011-07-08 | 7 | -139/+93 |
|
|
* | Closes #12391: temporary files are now cleaned up. | Vinay Sajip | 2011-07-07 | 1 | -7/+5 |
|
|
* | Issue #9516: Port the revised deployment target processing for OSX from | Ned Deily | 2011-06-29 | 1 | -0/+23 |
|
|
* | Issue #9516: Port OS X deployment target tests from distutils to packaging | Ned Deily | 2011-06-29 | 1 | -1/+92 |
|
|
* | Issue #12141: Install copies of template C module file so that | Ned Deily | 2011-06-28 | 1 | -0/+5 |
|
|
* | packaging: Add the project directory to sys.path to support local setup hooks. | Éric Araujo | 2011-06-19 | 2 | -10/+35 |
|
|
* | Fix typo | Éric Araujo | 2011-06-19 | 2 | -2/+2 |
|
|
* | Make decorators used in packaging preserve docstrings | Éric Araujo | 2011-06-17 | 1 | -5/+7 |
|
|
* | Brange merge | Éric Araujo | 2011-06-17 | 16 | -147/+123 |
|\ |
|
| * | Minor tweaks to packaging tests. | Éric Araujo | 2011-06-17 | 3 | -34/+28 |
|
|
| * | Packaging tests: don’t let an internal cache grow indefinitely. | Éric Araujo | 2011-06-17 | 2 | -0/+4 |
|
|
| * | Minor tweaks in packaging’s test_dist. | Éric Araujo | 2011-06-17 | 1 | -21/+15 |
|
|
| * | Remove unused code in packaging.pypi.dist | Éric Araujo | 2011-06-16 | 1 | -4/+1 |
|
|
| * | Stop binding sys.path as default parameter value in packaging. | Éric Araujo | 2011-06-16 | 4 | -27/+20 |
|
|