index
:
delta/python-packages/disutils2.git
master
python3
hg.python.org: Obsolete (use python-setuptools-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
distutils2
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix stringification of final versions (#16107).
?ric Araujo
2012-10-27
1
-1
/
+3
*
Fix typo
?ric Araujo
2012-05-21
1
-1
/
+1
*
Minor simplification in one test
?ric Araujo
2012-05-21
1
-1
/
+1
*
Also check stderr in one test
?ric Araujo
2012-05-21
1
-0
/
+1
*
Fix overlooked thinkos in one test file
?ric Araujo
2012-05-21
1
-3
/
+3
*
Use test skip decorator instead of private module attribute
?ric Araujo
2012-05-21
1
-2
/
+1
*
Have pysetup read setup.cfg early to find custom commands (#14733).
?ric Araujo
2012-05-21
1
-8
/
+34
*
Tighten tests for #13399
?ric Araujo
2012-05-20
1
-8
/
+8
*
Factor out repeated code used to call pysetup from tests.
?ric Araujo
2012-05-20
1
-25
/
+17
*
make sure the existing metadata Provides field is translated when translating...
Tarek Ziade
2012-05-16
1
-6
/
+39
*
Merge further changes by Montreal sprinters
?ric Araujo
2012-05-16
1
-0
/
+30
|
\
|
*
Now deleting build-scripts directory before creating it. No more leftovers.
Pierre Paul
2012-05-14
1
-0
/
+35
*
|
Harmonize error messages and add one missing test for #13339
?ric Araujo
2012-05-16
1
-12
/
+21
*
|
Fix minor whitespace, syntax and idiom nits
?ric Araujo
2012-05-16
5
-30
/
+26
|
/
*
Merge commit
Pierre Paul
2012-05-12
3
-73
/
+39
|
\
|
*
#13399: Fixes the invalid arguments handling
Patrice Gauthier
2012-05-12
1
-1
/
+31
|
*
#13614: Merge changes from julien_courteau and PierrePaul regarding bad rst
Mathieu Leduc-Hamel
2012-05-12
2
-72
/
+8
*
|
Now creating scripts everytime when build_scripts is called, as a side effect...
Pierre Paul
2012-05-12
1
-4
/
+23
|
/
*
Only run specific test if docutils is installed
Mathieu Leduc-Hamel
2012-05-12
2
-2
/
+9
*
Merge
Pierre Paul
2012-05-12
3
-3
/
+49
|
\
|
*
merge #1364
Julien Courteau
2012-05-12
2
-3
/
+40
|
|
\
|
|
*
#13166: Implement __str__ on Distribution and EggInfoDistribution, use for py...
Guillaume Pratte
2012-04-21
1
-3
/
+18
|
|
*
#14270: Fixes to add dest_dir params working when using install_from_infos
Mathieu Leduc-Hamel
2012-04-21
1
-0
/
+22
|
*
|
fix: setup.py register fails if description has ReST uncompatible with Sphinx...
Julien Courteau
2012-04-21
1
-0
/
+9
|
|
/
*
|
#13614: Raises a TypeError now if the RST description is invalid
Pierre Paul
2012-05-12
2
-0
/
+83
|
/
*
Merge Yannick?s test into main repo
?ric Araujo
2012-04-21
1
-0
/
+13
|
\
|
*
improved the test coverage on commands.bdist
Yannick Gingras
2010-12-09
1
-1
/
+13
*
|
Fix winreg imports; we are not using a single codebase
?ric Araujo
2012-03-14
1
-4
/
+1
*
|
merged
Tarek Ziade
2012-03-13
1
-1
/
+4
|
\
\
|
*
|
Fix ImportError in test
Jason R. Coombs
2012-03-13
1
-1
/
+4
*
|
|
fix for 14294
Preston Holmes
2012-03-13
2
-1
/
+26
|
/
/
*
|
switching to use_egg_info by default
Tarek Ziade
2012-03-13
1
-18
/
+31
*
|
changed the metadata behavior so the version does not get set all the time
Tarek Ziade
2012-03-12
1
-6
/
+19
*
|
fixed a test mock issue (#14268)
Tarek Ziade
2012-03-12
1
-3
/
+3
*
|
Removed the trailing zero wiping (#14264)
Tarek Ziade
2012-03-12
1
-2
/
+8
*
|
Fixed a function name lookup in distutils2.pypi.wrapper (#14263)
Tarek Ziade
2012-03-12
1
-0
/
+37
*
|
Fix comparison bug with 'rc' versions (#11841)
?ric Araujo
2012-02-27
1
-0
/
+9
*
|
Fix bugs with MANIFEST.in parsing on Windows (#6884).
?ric Araujo
2012-02-27
2
-36
/
+105
*
|
Add test for util.set_platform (#13974).
?ric Araujo
2012-02-16
1
-0
/
+5
*
|
Fix for shared builds
?ric Araujo
2012-02-15
1
-1
/
+2
*
|
Fix parsing of build_ext --libraries option (#1326113)
?ric Araujo
2012-02-15
1
-6
/
+6
*
|
Use sys.version_info instead of sys.version.
?ric Araujo
2012-02-09
6
-15
/
+18
*
|
Add fixup for compiling C in tests with an uninstalled Python (2.7)
?ric Araujo
2012-02-09
1
-1
/
+8
*
|
Branch merge
?ric Araujo
2012-02-09
2
-7
/
+31
|
\
\
|
*
|
More boolean tests for metadata environment markers
?ric Araujo
2012-02-09
1
-3
/
+7
|
*
|
Group commands by topic in ?pysetup run --list-commands? output.
?ric Araujo
2012-02-09
1
-4
/
+24
*
|
|
Start improving 2to3 code (#13462).
?ric Araujo
2012-02-09
4
-188
/
+80
|
/
/
*
|
Stop converting package_data to extra_files in pysetup create (#13712).
?ric Araujo
2012-02-05
1
-13
/
+12
*
|
Allow multiple values for package_data in setup.cfg (#11805).
?ric Araujo
2012-02-05
1
-7
/
+30
*
|
Improve one test, remove a setuptoolism in another
?ric Araujo
2012-02-05
2
-6
/
+14
[next]