summaryrefslogtreecommitdiff
path: root/distutils2
Commit message (Expand)AuthorAgeFilesLines
...
* | Consolidate tests for d2.metadata.?ric Araujo2011-09-194-352/+356
* | Write a UTF-8 empty string to make haypo happy :) (#9561)?ric Araujo2011-09-191-2/+2
* | Avoid gratuitous changes in method names?ric Araujo2011-09-191-5/+5
* | Minor improvement to extensions in setup.cfg: check parent package?ric Araujo2011-09-192-3/+44
* | Minor improvement to extensions section in setup.cfg.?ric Araujo2011-09-192-9/+19
* | Fix stupid bug I introduced?ric Araujo2011-09-191-2/+2
* | Fix command registry to let Windows machines find bdist_msi?ric Araujo2011-09-191-1/+5
* | Update list of trove classifiers to match PyPI?ric Araujo2011-09-191-0/+7
* | Make bdist_* commands respect --skip-build passed to bdist (#10946).?ric Araujo2011-09-194-32/+26
* | Remove obsolete mentions of the compress program and .Z archives.?ric Araujo2011-09-193-17/+13
* | Remove display options (--name, etc.) from the Distribution class.?ric Araujo2011-09-195-65/+21
* | Cleanup: move code out of a try block?ric Araujo2011-09-191-4/+4
* | Remove --all options for pysetup actions metadata and list.?ric Araujo2011-09-191-135/+107
* | Add a simple test for the packaging RECORD file.?ric Araujo2011-09-192-5/+75
* | Minor cleanup?ric Araujo2011-09-192-14/+9
* | Add a test for extension modules in the old-style record file?ric Araujo2011-09-191-0/+41
* | Rework test_old_record a bit to make the test more exact?ric Araujo2011-09-191-9/+11
* | Refactor support code for compiling xxmodule.c.?ric Araujo2011-09-193-66/+455
* | Remove some duplication in tests subpackage.?ric Araujo2011-09-183-120/+31
* | Provide replacement for platform.python_implementation for 2.4 and 2.5?ric Araujo2011-09-183-12/+20
* | Remove mentions of abiflags (never available in 2.x)?ric Araujo2011-09-183-12/+4
* | Fix backport changesets part 3: backported modules.?ric Araujo2011-09-1821-1440/+970
* | Fix database.Distribution.list_distinfo_files (#12785).?ric Araujo2011-09-182-27/+29
* | Fix backport changesets part 2: tests?ric Araujo2011-09-1836-454/+455
* | Fix the backport fixes.?ric Araujo2011-09-1853-570/+654
* | Remove obsolete files.?ric Araujo2011-09-132-1830/+0
* | Branch merge, reverting some of Alexis? changes.?ric Araujo2011-09-1314-112/+125
|\ \
| * | Let the test suite run again?ric Araujo2011-09-128-31/+45
| * | Let?s not use input in 2.x?ric Araujo2011-09-122-7/+7
| * | Convert print function calls back to print statements.?ric Araujo2011-09-129-70/+70
* | | Use `setup.cfg` as the canonical source for installationJeremy Kloth2011-09-121-1/+2
* | | Isolate imports for each action to allow `pysetup` to run from source with Py...Jeremy Kloth2011-09-121-9/+10
* | | Fixes for Python 2.4 compatibilityJeremy Kloth2011-09-121-3/+3
* | | Fixes to actually use the backports.Jeremy Kloth2011-09-1217-26/+26
* | | Keep backported files togetherJeremy Kloth2011-09-122-68/+97
* | | Factor out the distribution file-system safe name functions from install_dist...Jeremy Kloth2011-09-063-36/+16
|/ /
* | Branch merge. Will clean up later.?ric Araujo2011-08-314-27/+23
|\ \
| * | Restore $HOME after test has run (#12765)?ric Araujo2011-08-291-0/+3
| * | Improve ?pysetup create? help messages.?ric Araujo2011-08-291-18/+19
| * | Fix typo?ric Araujo2011-08-291-1/+1
| * | Remove class that was only useful with Sphinx autodoc?ric Araujo2011-08-291-8/+0
* | | Fixed a python2.4 syntax errors.Alexandru Plugaru2011-08-3058-650/+908
|/ /
* | python 2 does not have bytes yetAlexis Metaireau2011-08-221-14/+11
* | the name of the module is __builtin__ (not __builtins__)Alexis Metaireau2011-08-221-1/+1
* | sys.abiflags was introduced with python 3.2Alexis Metaireau2011-08-221-3/+2
* | Backported packaging from cpython default, overwriting previous version.Vinay Sajip2011-08-18163-6197/+8963
* | fixed the test_sub_commands testTarek Ziade2011-03-141-8/+4
* | fix pysetup testsTarek Ziade2011-03-133-16/+31
* | mergeTarek Ziade2011-03-139-32/+57
|\ \
| * | Further work on Py3 support; try blocks for imports mainlyArc Riley2011-03-132-10/+21