summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | | made the list of tested modules exhaustive when using coverage 2.xYannick Gingras2010-08-061-1/+1
| | | * | | | | | | | | Automated merge with ssh://hg@bitbucket.org/mtlpython/distutils2Yannick Gingras2010-08-061-2/+5
| | | |\ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | improved support for coverage 2.xYannick Gingras2010-08-051-2/+5
| | | * | | | | | | | | | Merges changesAntoine Reversat2010-08-05102-1877/+4062
| | | |\ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / /
| | | | * | | | | | | | | added support for coverage 2.xYannick Gingras2010-08-051-8/+19
| | | | * | | | | | | | | removed conditional import on 'warnings'Yannick Gingras2010-08-051-9/+2
| | | | * | | | | | | | | Automated merge with ssh://hg@bitbucket.org/tarek/distutils2Yannick Gingras2010-08-051-0/+36
| | | | |\ \ \ \ \ \ \ \ \ | | | | | |_|/ / / / / / / | | | | |/| | | | | | | |
| | | | | * | | | | | | | added a test for bad options to Distribution()Yannick Gingras2010-07-301-0/+21
| | | | | * | | | | | | | added a test for Distribution(attrs={'options'=...})Yannick Gingras2010-07-301-0/+15
| | | * | | | | | | | | | Changed some files to conform to PEP8Antoine Reversat2010-08-0510-64/+108
| | * | | | | | | | | | | Remove obsolete comment?ric Araujo2010-08-061-6/+1
| | | |_|_|/ / / / / / / | | |/| | | | | | | | |
| | * | | | | | | | | | One rename is done?ric Araujo2010-08-051-1/+0
| | | |/ / / / / / / / | | |/| | | | | | | |
| | * | | | | | | | | Fix merge error?ric Araujo2010-08-051-1/+1
| | * | | | | | | | | Forgot to convert two literals to os.curdir?ric Araujo2010-08-052-2/+2
| | * | | | | | | | | Improve Metadata instantiation?ric Araujo2010-08-052-10/+47
| | * | | | | | | | | Fix missing import?ric Araujo2010-08-051-0/+1
| | * | | | | | | | | Merge from Alexis?ric Araujo2010-08-0584-642/+1329
| | |\ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ Merge from Josip?ric Araujo2010-08-0583-1051/+1224
| | | |\ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | Add command post-hooksKonrad Delong2010-08-057-7/+137
| | | | * | | | | | | | | Use proper skips?ric Araujo2010-08-052-8/+3
| | | | * | | | | | | | | Make set_undefined_options more friendly?ric Araujo2010-08-0414-66/+37
| | | | * | | | | | | | | Merge from Konrad, with small fixes?ric Araujo2010-08-0475-1018/+1493
| | | | |\ \ \ \ \ \ \ \ \ | | | | | | |_|/ / / / / / | | | | | |/| | | | | | |
| | | | | * | | | | | | | Fix merge after running tests?ric Araujo2010-08-033-11/+16
| | | | | * | | | | | | | Merge install_distinfo command?ric Araujo2010-08-0366-894/+881
| | | | | |\ \ \ \ \ \ \ \
| | | | | | * | | | | | | | Add renaming ideas after IRC discussion, fix typo?ric Araujo2010-08-031-1/+3
| | | | | | * | | | | | | | Use explicit name instead of literal (Tarek?s preference)?ric Araujo2010-08-034-9/+9
| | | | | | * | | | | | | | Don?t use unittest from Python < 3.2.?ric Araujo2010-08-031-2/+2
| | | | | | * | | | | | | | Remove obsolete references to Mac OS 9, unsupported since Python 2.4?ric Araujo2010-07-312-16/+0
| | | | | | * | | | | | | | Finish hashlib backport.?ric Araujo2010-07-3112-25/+21
| | | | | | * | | | | | | | Really clean up each and every temp dir or file (with help from Alexis)?ric Araujo2010-07-316-37/+31
| | | | | | * | | | | | | | Run pyflakes and pep8 on test_pypi_dist?ric Araujo2010-07-311-9/+5
| | | | | | * | | | | | | | Code cleanup?ric Araujo2010-07-314-33/+22
| | | | | | * | | | | | | | Fix a bug in environment marker micro-language parser?ric Araujo2010-07-312-8/+13
| | | | | | * | | | | | | | Touch up some docstrings and comments?ric Araujo2010-07-311-16/+15
| | | | | | * | | | | | | | Minor style and wording fixes?ric Araujo2010-07-313-16/+21
| | | | | | * | | | | | | | Allow running all tests via python somefile.py?ric Araujo2010-07-313-4/+5
| | | | | | * | | | | | | | Make the PyPI mock server always power off.?ric Araujo2010-07-311-3/+1
| | | | | | * | | | | | | | Make test skip output more consistent?ric Araujo2010-07-319-16/+17
| | | | | | * | | | | | | | Fix typos, spell ?metadata? consistently, update one docstring?ric Araujo2010-07-3110-17/+17
| | | | | | * | | | | | | | Various fixes.?ric Araujo2010-07-313-6/+8
| | | | | | * | | | | | | | Don?t test with python2.6 -3 to avoid noise from the stdlib.?ric Araujo2010-07-311-1/+1
| | | | | | * | | | | | | | Remove unsafe mktemp use?ric Araujo2010-07-311-2/+2
| | | | | | * | | | | | | | ove DummyCommand to group the three mixins in the source?ric Araujo2010-07-311-15/+15
| | | | | | * | | | | | | | Improve tests.support docstrings and comments + minor code touchups?ric Araujo2010-07-311-25/+68
| | | | | | * | | | | | | | Slight doc cleanup?ric Araujo2010-07-311-32/+26
| | | | | | * | | | | | | | Test env marker version without quotes?ric Araujo2010-07-311-1/+1
| | | | | | * | | | | | | | Update developer notes?ric Araujo2010-07-311-3/+13
| | | | | | * | | | | | | | Fix one test that didn?t make sense (module/package confusion)?ric Araujo2010-07-111-6/+4
| | | | | | * | | | | | | | Change an option name to comply with the style of the other ones?ric Araujo2010-07-132-3/+3
| | | | | | * | | | | | | | Branch merge?ric Araujo2010-07-301-0/+8
| | | | | | |\ \ \ \ \ \ \ \