summaryrefslogtreecommitdiffstats
path: root/Lib/packaging
Commit message (Expand)AuthorAgeFilesLines
* packaging: Add the project directory to sys.path to support local setup hooks.Éric Araujo2011-06-192-10/+35
* Fix typoÉric Araujo2011-06-192-2/+2
* Make decorators used in packaging preserve docstringsÉric Araujo2011-06-171-5/+7
* Brange mergeÉric Araujo2011-06-1716-147/+123
|\
| * Minor tweaks to packaging tests.Éric Araujo2011-06-173-34/+28
| * Packaging tests: don’t let an internal cache grow indefinitely.Éric Araujo2011-06-172-0/+4
| * Minor tweaks in packaging’s test_dist.Éric Araujo2011-06-171-21/+15
| * Remove unused code in packaging.pypi.distÉric Araujo2011-06-161-4/+1
| * Stop binding sys.path as default parameter value in packaging.Éric Araujo2011-06-164-27/+20
| * Packaging: remove last mentions and uses of setup.py in the code.Éric Araujo2011-06-167-32/+15
| * Clean up packaging.tests.test_mixin2to3Éric Araujo2011-06-161-34/+43
* | Issue #12333: run tests on the new module in a subprocessVictor Stinner2011-06-171-24/+16
* | Issue #12333: close files before removing the directoryVictor Stinner2011-06-171-3/+2
* | Issue #12333: restore the previous dir before removing the current directoryVictor Stinner2011-06-171-8/+5
|/
* Issue #12167: Fix a reafleak in packaging.tests.PyPIServer constructorVictor Stinner2011-06-151-1/+3
* Also specify encoding when reading setup.cfg (#12320)Éric Araujo2011-06-121-1/+1
* Specify the encoding of the setup.cfg in one packaging test (#12320)Éric Araujo2011-06-121-1/+1
* Adjust logging in packaging.util.spawn (related to #11599)Éric Araujo2011-06-111-2/+3
* Allow multiple setup hooks in packaging’s setup.cfg files (#12240).Éric Araujo2011-06-103-26/+49
* setup.cfg: Document that description-file can contain more than one fileÉric Araujo2011-06-102-9/+6
* Fix assorted bugs in packaging.util.cfg_to_args (#11595).Éric Araujo2011-06-102-17/+62
* Move useful function to packaging.util.Éric Araujo2011-06-102-18/+18
* Don’t try to install something when running from uninstalled source (#12246).Éric Araujo2011-06-102-5/+26
* Clean up extra environment variable after packaging tests.Éric Araujo2011-06-101-1/+1
* Fix omission in test for packaging install_distinfo command.Éric Araujo2011-06-101-1/+1
* Packaging: use repr to display projects name (3ebabfbf6fe3 followup)Éric Araujo2011-06-101-1/+1
* Fix example in packaging test_config.Éric Araujo2011-06-091-2/+2
* Style change in packaging: use “not in” over “not x in”.Éric Araujo2011-06-085-16/+16
* Packaging: always use repr to display project names.Éric Araujo2011-06-081-7/+8
* Fix misunderstanding of how booleans workÉric Araujo2011-06-081-1/+2
* Packaging cleanup: normalize print calls.Éric Araujo2011-06-084-17/+19
* Packaging cleanup: remove use of script_name where obsoleteÉric Araujo2011-06-086-20/+0
* Fix UnboundLocalError in a finally block of one packaging testÉric Araujo2011-06-061-1/+1
* Fix sdist to always include setup.cfg (#11092), to comply with the specÉric Araujo2011-06-063-19/+32
* Use strings instead of sets of lines in packaging.create tests.Éric Araujo2011-06-061-57/+63
* Fix commentÉric Araujo2011-06-061-1/+1
* Update doctring now that Python has real booleansÉric Araujo2011-06-051-1/+1
* Improve consistency in questions asked by packaging.create.Éric Araujo2011-06-041-10/+10
* Clean up packaging.create and add TODO notes for future cleanupsÉric Araujo2011-06-041-8/+14
* Make help messages in packaging.run more consistentÉric Araujo2011-06-041-7/+6
* Cleanup in packaging: don’t unnecessarily instantiate exceptionsÉric Araujo2011-06-044-4/+4
* Improve a few docstrings in packaging.Éric Araujo2011-06-042-20/+12
* Use list constructor or built-in method instead of copy moduleÉric Araujo2011-06-043-8/+5
* Document autoflushing in packaging.test.support.LoggingCatcher.get_logs.Éric Araujo2011-06-031-1/+4
* Merge packaging doc fixÉric Araujo2011-06-024-16/+31
|\
| * Fix format of warnings from the packaging check commandÉric Araujo2011-06-022-1/+12
| * Make packaging.tests.support.LoggingCatcher.get_logs flush the log handler.Éric Araujo2011-06-023-15/+19
* | added the generate-setup actionTarek Ziade2011-06-022-2/+18
|/
* Branch mergeÉric Araujo2011-06-019-143/+45
|\
| * The compiler class for EMX was removedÉric Araujo2011-06-012-5/+2