summaryrefslogtreecommitdiffstats
path: root/Lib/packaging
Commit message (Expand)AuthorAgeFilesLines
* Fix test_packaging on Windows (#12678).Éric Araujo2011-08-242-4/+16
* Try to fix packaging tests using build_ext on Windows (#12678)Éric Araujo2011-08-232-19/+18
* Fix test_command_install_dist in shared Python buildsÉric Araujo2011-08-211-0/+1
* Factor out the build_ext fixup for shared Python builds.Éric Araujo2011-08-212-22/+29
* Remove obsolete codeÉric Araujo2011-08-211-2/+0
* Issue #12326: refactor usage of sys.platformVictor Stinner2011-08-201-2/+1
* Add a simple test for the packaging RECORD file.Éric Araujo2011-08-201-1/+53
* Minor cleanupÉric Araujo2011-08-202-12/+7
* Add a test for extension modules in the old-style record fileÉric Araujo2011-08-201-1/+24
* Rework test_old_record a bit to make the test more exactÉric Araujo2011-08-201-13/+13
* Refactor the copying of xxmodule.c in packaging tests (#12141).Éric Araujo2011-08-202-27/+37
* Restore $HOME after test has run (should fix #12765)Éric Araujo2011-08-191-0/+3
* Improve “pysetup create” help messages.Éric Araujo2011-08-181-18/+19
* Fix typoÉric Araujo2011-08-181-1/+1
* Remove class that was only useful with Sphinx autodocÉric Araujo2011-08-181-8/+0
* Use our existing drop-in, no-op decorator instead of redefining it.Éric Araujo2011-08-111-6/+2
* Fix wrong use of root logger in packaging (also a NameError)Éric Araujo2011-08-041-1/+1
* Stop trying to write into the stdlib during packaging tests (#12331).Éric Araujo2011-07-311-23/+31
* Minor packaging cleanup.Éric Araujo2011-07-295-21/+21
* Make TypeError message from Command.__init__ more usefulÉric Araujo2011-07-291-1/+2
* Let all pysetup actions return a meaningful 0 or 1 exit code (#12222).Éric Araujo2011-07-291-32/+34
* Let pysetup list exit with a non-zero code when no result is found (#11409).Éric Araujo2011-07-291-1/+7
* test_packaging should clean up after itself (but it doesn't really)Antoine Pitrou2011-07-151-6/+9
* Silence 2to3 warnings in packaging testsÉric Araujo2011-07-151-4/+8
* Clear packaging.database caches in placeÉric Araujo2011-07-151-6/+5
* Close file handles in a timely manner in packaging.database (#12504).Éric Araujo2011-07-082-7/+7
* Factor out code used by packaging commands for HTTP requests (#12169).Éric Araujo2011-07-087-139/+93
* Closes #12391: temporary files are now cleaned up.Vinay Sajip2011-07-071-7/+5
* Issue #9516: Port the revised deployment target processing for OSX fromNed Deily2011-06-291-0/+23
* Issue #9516: Port OS X deployment target tests from distutils to packagingNed Deily2011-06-291-1/+92
* Issue #12141: Install copies of template C module file so thatNed Deily2011-06-281-0/+5
* 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