summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Remove easy_install.HAS_USER_SITE and just defer to site.ENABLE_USER_SITE.Jason R. Coombs2013-11-273-12/+13
* | Use dict lookup default for sys_executableJason R. Coombs2013-11-271-4/+2
* | Extract py31compat module for get_config_vars and get_pathJason R. Coombs2013-11-272-14/+14
* | Remove historical comment about compatibility.Jason R. Coombs2013-11-271-1/+0
* | Prefer paranthetical import to line continuation.Jason R. Coombs2013-11-271-2/+2
* | Remove import *Jason R. Coombs2013-11-271-2/+2
* | Normalize whitespace, removing pyflakes warnings.Jason R. Coombs2013-11-271-86/+21
* | Use ternary operator to select encoding error behavior.Jason R. Coombs2013-11-271-4/+1
* | Use PY3 indicatorJason R. Coombs2013-11-271-1/+1
* | Fix pyflakes warningsJason R. Coombs2013-11-271-4/+3
* | Use PY3 from compat moduleJason R. Coombs2013-11-271-4/+2
* | upload module is no moreJason R. Coombs2013-11-271-5/+1
* | Update documentationJason R. Coombs2013-11-271-4/+4
* | Use sets to determine presence of imported modules.Jason R. Coombs2013-11-271-3/+3
* | Remove Python 2.4 compatibility from ez_setup.pyJason R. Coombs2013-11-271-9/+0
* | Remove reduce compatibility references (intended for earlier commit).Jason R. Coombs2013-11-241-2/+0
* | Refactor SvnInfo.load for cleaner logic and less wrapping. Also removed empty...Jason R. Coombs2013-11-241-7/+8
* | Remove unused importJason R. Coombs2013-11-241-1/+1
* | Resave with excess whitespace removedJason R. Coombs2013-11-241-15/+15
* | Modernize style on sandbox.pyJason R. Coombs2013-11-241-32/+8
* | Remove compatibility around reduce.Jason R. Coombs2013-11-242-6/+7
* | Remove stray import of exec_Jason R. Coombs2013-11-241-1/+1
* | Remove exec compatibility from pkg_resources also.Jason R. Coombs2013-11-241-11/+0
* | Drop compatibility function exec_, required for Python 2.5 and earlier.Jason R. Coombs2013-11-243-18/+6
* | The one use of xrange could also use range, so just use range.Jason R. Coombs2013-11-242-4/+2
* | Regenerate egg_info based on new setup.pyJason R. Coombs2013-11-243-60/+50
* | Simplify _build_install_args now that Python 2.6 is required.Jason R. Coombs2013-11-241-7/+1
* | Use modern syntax for exception handling in ez_setup.py. This change will als...Jason R. Coombs2013-11-241-4/+3
* | Removing py24compat moduleJason R. Coombs2013-11-241-17/+0
* | Remove upload command (no longer relevant on Python 2.6+Jason R. Coombs2013-11-242-188/+1
* | Remove feature highlight that's no longer relevant.Jason R. Coombs2013-11-241-4/+1
* | Updated size and link regarding bootstrap moduleJason R. Coombs2013-11-241-2/+2
* | Remove Python 2.3 compatibility supportJason R. Coombs2013-11-241-7/+1
* | Reorder exception handlers to work around warning about 'pkg_resources' being...Jason R. Coombs2013-11-241-2/+2
* | Remove empty logic branch.Jason R. Coombs2013-11-241-6/+5
* | Remove obvious comment.Jason R. Coombs2013-11-241-1/+0
* | Use textwrap.dedent for multiline string. Use new style string formatter.Jason R. Coombs2013-11-241-7/+10
* | Fix long line in windows_specific_files override.Jason R. Coombs2013-11-241-1/+5
* | Use with statement in setup.pyJason R. Coombs2013-11-241-20/+12
* | Updated environment-specific console script generation to use modern style.Jason R. Coombs2013-11-241-8/+17
* | Remove unused variableJason R. Coombs2013-11-241-1/+0
* | Remove backward-compatiblity implementation of create_connection.Jason R. Coombs2013-11-241-43/+2
* | Remove excess whitespaceJason R. Coombs2013-11-241-32/+0
* | Clean up importsJason R. Coombs2013-11-241-1/+5
* | Remove py24compat moduleJason R. Coombs2013-11-246-1055/+2
* | Drop support for Python 2.5 and Python 2.4. Fixes #41.Jason R. Coombs2013-11-248-16/+15
|/
* Bumped to 1.4.2 in preparation for next release.Jason R. Coombs2013-11-234-40/+40
* Added tag 1.4.1 for changeset 9a5f26d7df8eJason R. Coombs2013-11-231-0/+1
* Bumped to 1.4.1 in preparation for next release.1.4.1Jason R. Coombs2013-11-232-2/+2
* Travis has dropped support for Python 2.5 (http://about.travis-ci.org/blog/20...Jason R. Coombs2013-11-231-1/+0