| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | 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 |
|
|
* | Improve a few docstrings in packaging. | Éric Araujo | 2011-06-04 | 2 | -20/+12 |
|
|
* | Use list constructor or built-in method instead of copy module | Éric Araujo | 2011-06-04 | 3 | -8/+5 |
|
|
* | Document autoflushing in packaging.test.support.LoggingCatcher.get_logs. | Éric Araujo | 2011-06-03 | 1 | -1/+4 |
|
|
* | Merge packaging doc fix | Éric Araujo | 2011-06-02 | 4 | -16/+31 |
|\ |
|
| * | Fix format of warnings from the packaging check command | Éric Araujo | 2011-06-02 | 2 | -1/+12 |
|
|
| * | Make packaging.tests.support.LoggingCatcher.get_logs flush the log handler. | Éric Araujo | 2011-06-02 | 3 | -15/+19 |
|
|
* | | added the generate-setup action | Tarek Ziade | 2011-06-02 | 2 | -2/+18 |
|/ |
|
* | Branch merge | Éric Araujo | 2011-06-01 | 9 | -143/+45 |
|\ |
|
| * | The compiler class for EMX was removed | Éric Araujo | 2011-06-01 | 2 | -5/+2 |
|
|
| * | Fix typos in class names | Éric Araujo | 2011-06-01 | 2 | -6/+6 |
|
|
| * | Re-add line that was mistakenly removed alongside RPM support. | Éric Araujo | 2011-05-31 | 1 | -0/+1 |
|
|
| * | Re-apply distutils2 changes lost before the merge of packaging. | Éric Araujo | 2011-05-31 | 3 | -102/+6 |
|
|
| * | Fix nonsensical name. | Éric Araujo | 2011-05-31 | 1 | -28/+28 |
|
|
| * | Fix test name in debug message | Éric Araujo | 2011-05-31 | 1 | -2/+2 |
|
|
* | | code cleanup in packaging.run | Tarek Ziade | 2011-05-31 | 1 | -8/+4 |
|
|
* | | make sure we check for write access before starting the install, and add corr... | Tarek Ziade | 2011-05-31 | 4 | -16/+91 |
|
|
* | | improved pysetup list UI | Tarek Ziade | 2011-05-31 | 1 | -1/+9 |
|
|
* | | better UI when the user does not have the perms to remove the project | Tarek Ziade | 2011-05-30 | 2 | -7/+48 |
|
|