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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Fix bugs with MANIFEST.in parsing on Windows (#6884).
?ric Araujo
2012-02-27
3
-41
/
+118
*
|
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
2
-8
/
+7
*
|
Use sys.version_info instead of sys.version.
?ric Araujo
2012-02-09
14
-25
/
+34
*
|
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
4
-43
/
+54
|
\
\
|
*
|
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
3
-40
/
+47
*
|
|
Start improving 2to3 code (#13462).
?ric Araujo
2012-02-09
6
-206
/
+97
|
/
/
*
|
Remove unneeded import
?ric Araujo
2012-02-09
1
-1
/
+1
*
|
Fix typos in comments.
?ric Araujo
2012-02-06
1
-3
/
+3
*
|
Stop converting package_data to extra_files in pysetup create (#13712).
?ric Araujo
2012-02-05
2
-27
/
+34
*
|
Allow multiple values for package_data in setup.cfg (#11805).
?ric Araujo
2012-02-05
2
-13
/
+48
*
|
Improve one test, remove a setuptoolism in another
?ric Araujo
2012-02-05
2
-6
/
+14
*
|
Port OS X --enable-shared fix from packaging (#13901; untested)
?ric Araujo
2012-02-05
1
-4
/
+9
*
|
Update list of trove classifiers
?ric Araujo
2011-11-30
1
-0
/
+12
*
|
Typos
?ric Araujo
2011-11-30
2
-2
/
+2
*
|
Don?t display skip messages for tests that we?ll never fix
?ric Araujo
2011-11-23
1
-6
/
+7
*
|
Better separate compat and _backport.
?ric Araujo
2011-11-23
10
-157
/
+155
*
|
Remove unused names
?ric Araujo
2011-11-20
4
-4
/
+0
*
|
Make test_manifest pass on 2.4 and 2.5 (fixes #11751).
?ric Araujo
2011-11-20
1
-0
/
+4
*
|
Remove usage of stdlib shutil.
?ric Araujo
2011-11-20
16
-29
/
+24
*
|
Add tests for tests.support (#12659), thanks to Francisco Mart?n Brugu?
?ric Araujo
2011-11-15
1
-0
/
+85
*
|
Remove 'verbose' arguments, obsoleted by logging
?ric Araujo
2011-11-15
11
-50
/
+36
*
|
Add tests to check initial contents of d2.database caches
?ric Araujo
2011-11-15
1
-0
/
+7
*
|
Update test setup.cfg (followup to e39d1b6f0856)
?ric Araujo
2011-11-15
1
-1
/
+1
*
|
Move copies of stdlib test code from tests.__init__ to runtests.
?ric Araujo
2011-11-15
4
-110
/
+21
*
|
The error message should contain the key as given, not normalized.
?ric Araujo
2011-11-14
1
-2
/
+4
*
|
Fix module name
?ric Araujo
2011-11-12
1
-1
/
+1
*
|
Use more usual name for one option of install_distinfo
?ric Araujo
2011-11-12
3
-21
/
+18
*
|
Clean up mocking of stdout and stdin in tests.
?ric Araujo
2011-11-12
9
-116
/
+64
*
|
Undo potentially confusing name change.
?ric Araujo
2011-11-12
8
-20
/
+20
*
|
Make sure tests that register custom commands also clear them
?ric Araujo
2011-11-12
3
-26
/
+39
*
|
Minor assorted cleanups.
?ric Araujo
2011-11-12
8
-48
/
+39
*
|
Code simplification
?ric Araujo
2011-11-12
1
-4
/
+2
*
|
Super considered super.
?ric Araujo
2011-11-12
8
-31
/
+29
*
|
Change signature of tests.support.LoggingCatcher.get_logs.
?ric Araujo
2011-11-12
10
-77
/
+70
*
|
Improve byte-compilation to be independent of -O or -B.
?ric Araujo
2011-11-12
11
-204
/
+181
*
|
Bring back callable.
?ric Araujo
2011-11-12
2
-6
/
+5
*
|
Update test to account for recent Python bugfix.
?ric Araujo
2011-11-12
1
-1
/
+5
*
|
Clean up some idioms in tests.
?ric Araujo
2011-11-12
11
-44
/
+32
*
|
Increase test coverage for manifest (#11751).
?ric Araujo
2011-11-11
2
-8
/
+197
*
|
Expand tests and fix bugs in util.resolve_name.
?ric Araujo
2011-11-11
2
-35
/
+60
*
|
Avoid matching '' or 'yn' when asking for 'y' or 'n' in interactive code
?ric Araujo
2011-11-11
2
-2
/
+2
*
|
Fix writing of the RESOURCES file (#12386).
?ric Araujo
2011-11-11
3
-5
/
+72
*
|
Fix import in install_data (#13170). Thanks to David Barnett.
?ric Araujo
2011-11-11
1
-1
/
+1
*
|
Avoid diverging from upstream in backports
?ric Araujo
2011-11-11
1
-6
/
+1
*
|
Fix missing imports in generated setup scripts (#13205).
?ric Araujo
2011-10-21
3
-15
/
+70
*
|
Remove one overlooked with statement
?ric Araujo
2011-10-19
1
-2
/
+8
[prev]
[next]