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
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix winreg imports; we are not using a single codebase
?ric Araujo
2012-03-14
2
-6
/
+2
*
Fix import error on Python 2.x
Jason R. Coombs
2012-03-13
1
-1
/
+5
*
Use sys.version_info instead of sys.version.
?ric Araujo
2012-02-09
1
-0
/
+4
*
Remove usage of stdlib shutil.
?ric Araujo
2011-11-20
1
-1
/
+1
*
Remove 'verbose' arguments, obsoleted by logging
?ric Araujo
2011-11-15
6
-19
/
+13
*
Super considered super.
?ric Araujo
2011-11-12
4
-17
/
+14
*
Remove one overlooked with statement
?ric Araujo
2011-10-19
1
-2
/
+8
*
Fix the backport fixes.
?ric Araujo
2011-09-18
6
-60
/
+63
*
Branch merge, reverting some of Alexis? changes.
?ric Araujo
2011-09-13
1
-4
/
+2
|
\
|
*
Let the test suite run again
?ric Araujo
2011-09-12
1
-4
/
+2
*
|
Fixes to actually use the backports.
Jeremy Kloth
2011-09-12
3
-3
/
+3
|
/
*
Fixed a python2.4 syntax errors.
Alexandru Plugaru
2011-08-30
2
-11
/
+12
*
Backported packaging from cpython default, overwriting previous version.
Vinay Sajip
2011-08-18
8
-583
/
+472
*
Branch merge to trunk
Arc Riley
2011-03-13
7
-49
/
+25
|
\
|
*
Merge Kelsey?s edits with mine
?ric Araujo
2011-02-10
4
-8
/
+8
|
|
\
|
|
*
Fixing logging strings; improve lower-case consistency
Kelsey Hightower
2011-02-09
4
-11
/
+11
|
*
|
More logging tweaks: use real warning method, merge some calls.
?ric Araujo
2011-02-10
4
-11
/
+11
|
*
|
Use lazy form in logging calls, again.
?ric Araujo
2011-02-10
1
-2
/
+2
|
|
/
|
*
Save up a bit of memory thanks to dict.iter* and __iter__
?ric Araujo
2010-12-17
4
-8
/
+8
|
*
Remove deprecated code o/
?ric Araujo
2010-11-26
1
-24
/
+0
*
|
Applied type checking fix from Python 3.1.2 distutils
Arc Riley
2010-11-20
1
-2
/
+1
|
/
*
Fix typo found thanks to ?build --show-compiler?
?ric Araujo
2010-11-16
1
-1
/
+1
*
A touch of PEP 8 and pyflaking
?ric Araujo
2010-11-16
1
-13
/
+13
*
compiler_type -> name
Tarek Ziade
2010-11-13
7
-12
/
+14
*
moved extension into compiler/
Tarek Ziade
2010-11-13
1
-0
/
+136
*
now distutils2 uses set_command to set its own commands
Tarek Ziade
2010-11-13
1
-17
/
+21
*
removed the EMX compiler
Tarek Ziade
2010-11-11
1
-303
/
+0
*
now you can register your custom compilers using the .cfg files
Tarek Ziade
2010-11-11
1
-0
/
+6
*
now compilers are loaded using fully qualified names
Tarek Ziade
2010-11-11
2
-40
/
+21
*
added a description field in compilers - pre-step to enhance the compiler reg...
Tarek Ziade
2010-11-11
6
-0
/
+6
*
moved general functions out of ccompiler
Tarek Ziade
2010-11-11
8
-292
/
+284
*
switching compiler/ to use logging
Tarek Ziade
2010-10-25
5
-28
/
+30
*
removed the __revision__ tag, that are specific to SVN
Tarek Ziade
2010-10-04
7
-7
/
+0
*
Corrected reference to msvccompiler in the 'from' statement
Rajiv Abraham
2010-09-29
1
-2
/
+2
*
moved everything in the same dir - we want to include docs/ in the release
Tarek Ziade
2010-09-19
8
-0
/
+3988