| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
| * | Packaging: remove last mentions and uses of setup.py in the code. | Éric Araujo | 2011-06-16 | 7 | -32/+15 |
|
|
| * | Clean up packaging.tests.test_mixin2to3 | Éric Araujo | 2011-06-16 | 1 | -34/+43 |
|
|
* | | Issue #12333: run tests on the new module in a subprocess | Victor Stinner | 2011-06-17 | 1 | -24/+16 |
|
|
* | | Issue #12333: close files before removing the directory | Victor Stinner | 2011-06-17 | 1 | -3/+2 |
|
|
* | | Issue #12333: restore the previous dir before removing the current directory | Victor Stinner | 2011-06-17 | 1 | -8/+5 |
|/ |
|
* | Issue #12167: Fix a reafleak in packaging.tests.PyPIServer constructor | Victor Stinner | 2011-06-15 | 1 | -1/+3 |
|
|
* | Also specify encoding when reading setup.cfg (#12320) | Éric Araujo | 2011-06-12 | 1 | -1/+1 |
|
|
* | Specify the encoding of the setup.cfg in one packaging test (#12320) | Éric Araujo | 2011-06-12 | 1 | -1/+1 |
|
|
* | Adjust logging in packaging.util.spawn (related to #11599) | Éric Araujo | 2011-06-11 | 1 | -2/+3 |
|
|
* | Allow multiple setup hooks in packaging’s setup.cfg files (#12240). | Éric Araujo | 2011-06-10 | 3 | -26/+49 |
|
|
* | setup.cfg: Document that description-file can contain more than one file | Éric Araujo | 2011-06-10 | 2 | -9/+6 |
|
|
* | Fix assorted bugs in packaging.util.cfg_to_args (#11595). | Éric Araujo | 2011-06-10 | 2 | -17/+62 |
|
|
* | Move useful function to packaging.util. | Éric Araujo | 2011-06-10 | 2 | -18/+18 |
|
|
* | Don’t try to install something when running from uninstalled source (#12246). | Éric Araujo | 2011-06-10 | 2 | -5/+26 |
|
|
* | Clean up extra environment variable after packaging tests. | Éric Araujo | 2011-06-10 | 1 | -1/+1 |
|
|
* | Fix omission in test for packaging install_distinfo command. | Éric Araujo | 2011-06-10 | 1 | -1/+1 |
|
|
* | Packaging: use repr to display projects name (3ebabfbf6fe3 followup) | Éric Araujo | 2011-06-10 | 1 | -1/+1 |
|
|
* | Fix example in packaging test_config. | Éric Araujo | 2011-06-09 | 1 | -2/+2 |
|
|
* | Style change in packaging: use “not in” over “not x in”. | Éric Araujo | 2011-06-08 | 5 | -16/+16 |
|
|
* | Packaging: always use repr to display project names. | Éric Araujo | 2011-06-08 | 1 | -7/+8 |
|
|
* | Fix misunderstanding of how booleans work | Éric Araujo | 2011-06-08 | 1 | -1/+2 |
|
|
* | Packaging cleanup: normalize print calls. | Éric Araujo | 2011-06-08 | 4 | -17/+19 |
|
|
* | Packaging cleanup: remove use of script_name where obsolete | Éric Araujo | 2011-06-08 | 6 | -20/+0 |
|
|
* | Fix UnboundLocalError in a finally block of one packaging test | Éric Araujo | 2011-06-06 | 1 | -1/+1 |
|
|
* | Fix sdist to always include setup.cfg (#11092), to comply with the spec | Éric Araujo | 2011-06-06 | 3 | -19/+32 |
|
|
* | Use strings instead of sets of lines in packaging.create tests. | Éric Araujo | 2011-06-06 | 1 | -57/+63 |
|
|
* | Fix comment | Éric Araujo | 2011-06-06 | 1 | -1/+1 |
|
|
* | Update doctring now that Python has real booleans | Éric Araujo | 2011-06-05 | 1 | -1/+1 |
|
|
* | Improve consistency in questions asked by packaging.create. | Éric Araujo | 2011-06-04 | 1 | -10/+10 |
|
|
* | Clean up packaging.create and add TODO notes for future cleanups | Éric Araujo | 2011-06-04 | 1 | -8/+14 |
|
|
* | Make help messages in packaging.run more consistent | Éric Araujo | 2011-06-04 | 1 | -7/+6 |
|
|
* | Cleanup in packaging: don’t unnecessarily instantiate exceptions | Éric Araujo | 2011-06-04 | 4 | -4/+4 |
|
|