summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Provide replacement for platform.python_implementation for 2.4 and 2.5?ric Araujo2011-09-183-12/+20
* | Remove mentions of abiflags (never available in 2.x)?ric Araujo2011-09-183-12/+4
* | Fix backport changesets part 3: backported modules.?ric Araujo2011-09-1821-1440/+970
* | Let ?python2.4 setup.py build? work (util imports hashlib)?ric Araujo2011-09-181-9/+13
* | Fix database.Distribution.list_distinfo_files (#12785).?ric Araujo2011-09-182-27/+29
* | Fix backport changesets part 2: tests?ric Araujo2011-09-1836-454/+455
* | Fix the backport fixes.?ric Araujo2011-09-1853-570/+654
* | Update some setup.cfg fields.?ric Araujo2011-09-151-3/+5
* | Minor: reorganize sections and fields in setup.cfg?ric Araujo2011-09-151-10/+12
* | Remove obsolete files.?ric Araujo2011-09-133-1835/+0
* | Branch merge, reverting some of Alexis? changes.?ric Araujo2011-09-1314-112/+125
|\ \
| * | Let the test suite run again?ric Araujo2011-09-128-31/+45
| * | Let?s not use input in 2.x?ric Araujo2011-09-122-7/+7
| * | Convert print function calls back to print statements.?ric Araujo2011-09-129-70/+70
* | | Add support for building OpenSSL on Windows (backported from CPython with fix...Jeremy Kloth2011-09-121-0/+282
* | | Use `setup.cfg` as the canonical source for installationJeremy Kloth2011-09-123-217/+204
* | | Isolate imports for each action to allow `pysetup` to run from source with Py...Jeremy Kloth2011-09-121-9/+10
* | | Fixes for Python 2.4 compatibilityJeremy Kloth2011-09-121-3/+3
* | | Fixes to actually use the backports.Jeremy Kloth2011-09-1217-26/+26
* | | Keep backported files togetherJeremy Kloth2011-09-124-943/+97
* | | Factor out the distribution file-system safe name functions from install_dist...Jeremy Kloth2011-09-063-36/+16
|/ /
* | Branch merge. Will clean up later.?ric Araujo2011-08-315-27/+28
|\ \
| * | Restore $HOME after test has run (#12765)?ric Araujo2011-08-291-0/+3
| * | Improve ?pysetup create? help messages.?ric Araujo2011-08-291-18/+19
| * | Fix typo?ric Araujo2011-08-291-1/+1
| * | Remove class that was only useful with Sphinx autodoc?ric Araujo2011-08-291-8/+0
| * | Merge with changes by Vinay and Alexis?ric Araujo2011-08-281-0/+5
| |\ \
| | * | Move a few files to make Mercurial follow changes across renames?ric Araujo2011-08-1914-0/+0
* | | | Fixed a python2.4 syntax errors.Alexandru Plugaru2011-08-3059-658/+914
|/ / /
* | | python 2 does not have bytes yetAlexis Metaireau2011-08-221-14/+11
* | | the name of the module is __builtin__ (not __builtins__)Alexis Metaireau2011-08-221-1/+1
* | | sys.abiflags was introduced with python 3.2Alexis Metaireau2011-08-221-3/+2
* | | remove .pyc and .pyo filesAlexis Metaireau2011-08-222-0/+0
* | | Fix setup.py to use the newly renamed distutils2.pypi, distutils2.create and ...Alexis Metaireau2011-08-222-3/+7
* | | Backported packaging from cpython default, overwriting previous version.Vinay Sajip2011-08-18168-6197/+9845
|/ /
* | started setupcfg-specTarek Ziade2011-03-152-1/+313
* | fixed the test_sub_commands testTarek Ziade2011-03-141-8/+4
* | fix pysetup testsTarek Ziade2011-03-133-16/+31
* | mergeTarek Ziade2011-03-1314-77/+141
|\ \
| * | now calls get_platform() to get the right lib.VALUETarek Ziade2011-03-131-3/+6
| * | added 3.1, 3.2, 3.3 in the tests runnerTarek Ziade2011-03-131-1/+31
| * | Further work on Py3 support; try blocks for imports mainlyArc Riley2011-03-133-12/+24
| * | Branch merge to trunkArc Riley2011-03-13115-1845/+5604
| |\ \
| | * | Synchronize bug reporting guidelines with the wiki?ric Araujo2011-03-091-38/+13
| | * | pep8/pyflakes fixes for distutils2.depgraphKelsey Hightower2011-02-281-10/+11
| | * | Adding Kelsey Hightower to the list of contributorsKelsey Hightower2011-02-281-0/+1
| | * | pep8/pyflakes fixes for distutils2.utilKelsey Hightower2011-02-281-3/+4
| | * | pep8 fixes for distutils2.resourcesKelsey Hightower2011-02-271-2/+5
| * | | Changed test.test_support import to test.support when running on Python 3Arc Riley2010-11-253-7/+8
| * | | Adding 3.1 testing to tests.shArc Riley2010-11-201-0/+9