summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* moved everything in the same dir - we want to include docs/ in the releaseTarek Ziade2010-09-19212-37540/+0
* few pep8 fixesTarek Ziade2010-09-191-26/+36
* Fix incorrect use of Command.announce (#9199).?ric Araujo2010-09-083-25/+26
* Fix eon-old bug in build_clib options (#1718574)?ric Araujo2010-09-081-2/+2
* Synchronize with stdlib (changes related to PEP 3149)?ric Araujo2010-09-061-4/+3
* Synchronize sysconfig.{py,cfg} with Python 3.2.?ric Araujo2010-09-066-114/+239
* Remove unnecessary docstring on API method?ric Araujo2010-09-061-1/+0
* ConfigParser docs say only ?;? can start an inline comment?ric Araujo2010-09-061-1/+1
* Move comments on the line before the field to improve readability.?ric Araujo2010-09-061-14/+24
* Update CHANGES, add missing name in CONTRIBUTORS?ric Araujo2010-08-302-6/+28
* fixed a typo in my nameYannick Gingras2010-08-281-1/+1
* Remove renaming plans, moved to the wiki.?ric Araujo2010-08-281-8/+0
* Fix old typo?ric Araujo2010-08-281-1/+1
* Uniformize last encoding declaration (follow-up to 689ec6a55b14)?ric Araujo2010-08-281-1/+1
* Fix typos?ric Araujo2010-08-271-2/+2
* Fix wrong sysconfig values (#8759)?ric Araujo2010-08-271-8/+8
* Lowercase two remaining logging messages, add a TODO?ric Araujo2010-08-251-2/+5
* Bow to the will of pep8 and pyflakes?ric Araujo2010-08-203-11/+12
* Remove unused names?ric Araujo2010-08-201-20/+16
* Use modern unittest methods?ric Araujo2010-08-201-3/+4
* Make description of install_distinfo a trifle more accurate?ric Araujo2010-08-201-1/+1
* Logging touchups.?ric Araujo2010-08-202-6/+9
* Post-merge touchups?ric Araujo2010-08-202-4/+5
* added additional check for the check commandKonrad Delong2010-08-165-65/+80
* added back tests removed in a recent mergeKonrad Delong2010-08-161-0/+37
* merged from upstreamKonrad Delong2010-08-164-20/+10
|\
| * Suppress spurious output once more?ric Araujo2010-08-161-0/+1
| * Kill methods that just do string replacement.?ric Araujo2010-08-163-20/+9
* | merged upstreamKonrad Delong2010-08-1549-357/+565
|\ \ | |/
| * Fix description (casing mismatch noticed by Konrad)?ric Araujo2010-08-151-2/+1
| * Fix a test?ric Araujo2010-08-151-1/+2
| * Please pep8 and pyflakes?ric Araujo2010-08-151-23/+29
| * Hook system improvements.?ric Araujo2010-08-153-24/+102
| * Fix resolve_name. This thing is no fun.?ric Araujo2010-08-152-4/+13
| * Fix a py3k warning, add FIXME notes?ric Araujo2010-08-153-2/+5
| * Finally make tests.sh silent?ric Araujo2010-08-152-2/+2
| * Rename tests.support.LoggingSilencer to LoggingCatcher.?ric Araujo2010-08-1522-29/+36
| * Add WarningsCatcher (patch from Konrad)?ric Araujo2010-08-151-5/+23
| * Update renaming plans?ric Araujo2010-08-141-1/+2
| * Merge with Zubin, removing trailing whitespace?ric Araujo2010-08-1414-291/+231
| |\
| | * Port fix for #8688?ric Araujo2010-08-142-7/+82
| | * Fix permissions?ric Araujo2010-08-144-0/+0
| | * Remove obsolete file?ric Araujo2010-08-141-67/+0
| * | Merge?ric Araujo2010-08-145-51/+8
| |\ \
| | * | few changesZubin Mithra2010-08-145-51/+8
| * | | Remove redundancy and trailing whitespace?ric Araujo2010-08-132-10/+6
| |/ /
| * | Merged with TarekZubin Mithra2010-08-1313-137/+319
| |\ \
| | * | 2to3 conversion functionality added in build_scriptZubin Mithra2010-08-132-6/+8
| | * | options moved from build_py to build so that build_py and build_scripts can a...Zubin Mithra2010-08-134-4/+24
| | * | DistutilsRefactoringTool removed from distutils2.converterZubin Mithra2010-08-131-15/+1