summaryrefslogtreecommitdiff
path: root/distutils2/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix name and attribute errors?ric Araujo2011-09-211-1/+1
* | Squash last remaining tempdir leak in tests?ric Araujo2011-09-191-0/+2
* | A few changes to match packaging?ric Araujo2011-09-191-0/+1
* | Fix determination of Metadata version in packaging (#8933).?ric Araujo2011-09-191-2/+2
* | Consolidate tests for d2.metadata.?ric Araujo2011-09-193-349/+343
* | 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-191-2/+28
* | Minor improvement to extensions section in setup.cfg.?ric Araujo2011-09-191-5/+12
* | Make bdist_* commands respect --skip-build passed to bdist (#10946).?ric Araujo2011-09-191-28/+12
* | Remove obsolete mentions of the compress program and .Z archives.?ric Araujo2011-09-191-13/+10
* | Remove display options (--name, etc.) from the Distribution class.?ric Araujo2011-09-194-12/+11
* | Add a simple test for the packaging RECORD file.?ric Araujo2011-09-192-5/+75
* | Minor cleanup?ric Araujo2011-09-191-5/+0
* | 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-181-4/+2
* | Fix backport changesets part 3: backported modules.?ric Araujo2011-09-184-14/+5
* | Fix database.Distribution.list_distinfo_files (#12785).?ric Araujo2011-09-181-26/+26
* | Fix backport changesets part 2: tests?ric Araujo2011-09-1834-452/+452
* | Fix the backport fixes.?ric Araujo2011-09-188-30/+33
* | Branch merge, reverting some of Alexis? changes.?ric Araujo2011-09-135-16/+29
|\ \
| * | Let the test suite run again?ric Araujo2011-09-124-11/+24
| * | Convert print function calls back to print statements.?ric Araujo2011-09-122-5/+5
* | | Fixes to actually use the backports.Jeremy Kloth2011-09-127-8/+8
|/ /
* | Branch merge. Will clean up later.?ric Araujo2011-08-311-0/+3
|\ \
| * | Restore $HOME after test has run (#12765)?ric Araujo2011-08-291-0/+3
* | | Fixed a python2.4 syntax errors.Alexandru Plugaru2011-08-3028-258/+364
|/ /
* | the name of the module is __builtin__ (not __builtins__)Alexis Metaireau2011-08-221-1/+1
* | Backported packaging from cpython default, overwriting previous version.Vinay Sajip2011-08-1897-2429/+3617
* | fixed the test_sub_commands testTarek Ziade2011-03-141-8/+4
* | fix pysetup testsTarek Ziade2011-03-132-15/+27
* | mergeTarek Ziade2011-03-132-10/+20
|\ \
| * | Further work on Py3 support; try blocks for imports mainlyArc Riley2011-03-131-8/+15
| * | Branch merge to trunkArc Riley2011-03-1334-352/+1520
| |\ \
| * | | Changed test.test_support import to test.support when running on Python 3Arc Riley2010-11-251-2/+5
* | | | [mq]: commandlineTarek Ziade2011-02-203-16/+8
| |/ / |/| |
* | | Merge Kelsey changesAlexis Metaireau2011-02-136-33/+406
|\ \ \
| * \ \ Merging the resource branch !Alexis Metaireau2011-02-138-23/+51
| |\ \ \
| * | | | Change resource files declaration in setup.cfgPierre-Yves David2011-02-062-17/+19
| * | | | Allow glob in base part of ressource filesPierre-Yves David2011-02-051-3/+4
| * | | | Improve iglob error handling.Pierre-Yves David2011-02-051-0/+28
| * | | | merge upstream into resources branchesPierre-Yves David2011-02-046-49/+46
| |\ \ \ \
| * | | | | Finish the renaming of datafiles to resources.FELD Boris2011-02-041-45/+73
| * | | | | merge test_glob.py into test_util.pyPierre-Yves David2011-02-023-163/+152
| * | | | | renames datafiles in ressources for consistency with setup.cfg sectionPierre-Yves David2011-02-021-1/+1
| * | | | | merge with upstreamPierre-Yves David2011-02-023-10/+122
| |\ \ \ \ \
| * | | | | | Fix missing import.FELD Boris2011-01-301-1/+2