| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge Python 3 native support from distribute | Jason R. Coombs | 2013-06-18 | 37 | -370/+515 |
| |\ | |||||
| | * | Fix Python3 compatibility issue in filterfalse | Jason R. Coombs | 2013-06-17 | 2 | -2/+5 |
| | * | Use unicode from compat module | Jason R. Coombs | 2013-06-17 | 1 | -2/+2 |
| | * | Re-save test modules with UTF-8 encoding | Jason R. Coombs | 2013-06-17 | 1 | -6/+6 |
| | * | Update exceptions for Python 3 compatibility | Jason R. Coombs | 2013-06-17 | 1 | -4/+8 |
| | * | Remove unused import | Jason R. Coombs | 2013-06-18 | 1 | -4/+4 |
| | * | Merge Vinay Sajip's unified Python 2/3 support from distribute 3 | Jason R. Coombs | 2013-06-18 | 47 | -399/+1276 |
| | |\ | |||||
| | * | | Fixed some resource leaks. | Vinay Sajip | 2012-10-10 | 5 | -26/+45 |
| | * | | Updated win_script_wrapper to run on Python 2 and Python 3 | Jason R. Coombs | 2013-06-18 | 1 | -31/+46 |
| | * | | Minor fix previously fixed in a merge | Jason R. Coombs | 2013-06-18 | 2 | -2/+4 |
| | * | | Post-merge fixes for Python 3. | Vinay Sajip | 2012-10-10 | 7 | -12/+19 |
| | * | | Merge with upstream | Jason R. Coombs | 2013-06-18 | 59 | -658/+2234 |
| | |\ \ | |||||
| | * | | | Fixed execfile in pkg_resources. | Vinay Sajip | 2011-06-21 | 1 | -1/+5 |
| | * | | | Fixed execfile in compat.py. | Vinay Sajip | 2011-06-21 | 1 | -1/+6 |
| | * | | | Fixed some bugs, tests now also all pass on 2.7 and 3.2. | Vinay Sajip | 2011-06-21 | 2 | -2/+2 |
| | * | | | Fixed some bugs - tests now all pass under Python 3.3. | Vinay Sajip | 2011-06-21 | 3 | -7/+7 |
| | * | | | Changes to support 2.x and 3.x in the same codebase. | Vinay Sajip | 2011-06-20 | 28 | -200/+332 |
| * | | | | Use new sysconfig module with Python 2.7 or >=3.2. | Arfrever Frehtes Taifersar Arahesis | 2013-06-12 | 5 | -18/+42 |
| * | | | | Issue #1: Disable installation of Windows-specific files on non-Windows systems. | Arfrever Frehtes Taifersar Arahesis | 2013-06-12 | 2 | -1/+7 |
| * | | | | Rename DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT environment variable ... | Arfrever Frehtes Taifersar Arahesis | 2013-06-11 | 2 | -1/+8 |
| * | | | | Update some URLs (packages.python.org -> pythonhosted.org). | Arfrever Frehtes Taifersar Arahesis | 2013-06-11 | 4 | -7/+7 |
| * | | | | Update some URLs. | Arfrever Frehtes Taifersar Arahesis | 2013-06-11 | 9 | -21/+21 |
| * | | | | Add __init__.py to the list of 'files with versions' | Jason R. Coombs | 2013-06-09 | 1 | -0/+1 |
| * | | | | Bump version so it's reported correctly | Jason R. Coombs | 2013-06-09 | 1 | -1/+1 |
| * | | | | Merge with setuptools-0.6 (null merge as local implementation treats imports ... | Jason R. Coombs | 2013-06-09 | 0 | -0/+0 |
| |\ \ \ \ | |||||
| | * | | | | Fix missing import | pje | 2013-06-03 | 1 | -1/+1 |
| * | | | | | Bumped to 0.7.3 in preparation for next release. | Jason R. Coombs | 2013-06-09 | 5 | -10/+10 |
| * | | | | | Added tag 0.7.2 for changeset d04c05f035e3 | Jason R. Coombs | 2013-06-09 | 1 | -0/+1 |
| * | | | | | Fix 'set_versions'0.7.2 | Jason R. Coombs | 2013-06-09 | 1 | -1/+1 |
| * | | | | | Added sections on upgrading | Jason R. Coombs | 2013-06-09 | 1 | -1/+25 |
| * | | | | | Linked FAQ | Jason R. Coombs | 2013-06-09 | 1 | -0/+5 |
| * | | | | | Add heading | Jason R. Coombs | 2013-06-09 | 1 | -0/+3 |
| * | | | | | Reformatted faq for RST | Jason R. Coombs | 2013-06-09 | 1 | -12/+21 |
| * | | | | | Adding merge FAQ as part of the project docs. | Jason R. Coombs | 2013-06-09 | 1 | -0/+44 |
| * | | | | | Moved MERGE.txt into the setuptools documentation. | Jason R. Coombs | 2013-06-09 | 3 | -1/+8 |
| * | | | | | Allow uploading the docs | Jason R. Coombs | 2013-06-09 | 1 | -1/+1 |
| * | | | | | Prefer local implementation to markerlib implementation as markerlib implemen... | Jason R. Coombs | 2013-06-09 | 2 | -13/+13 |
| * | | | | | Translate NameError into SyntaxError to meet prescribed API | Jason R. Coombs | 2013-06-08 | 1 | -1/+6 |
| * | | | | | Merge legacy evaluation as a fallback with markerlib-based evaluation of envi... | Jason R. Coombs | 2013-06-08 | 2 | -1/+102 |
| |\ \ \ \ \ | |||||
| | * | | | | | Expand documentation on evaluate_marker and indicate its legacy status. | Jason R. Coombs | 2013-06-08 | 1 | -2/+11 |
| * | | | | | | Use markerlib for markers in 'extras' | Jason R. Coombs | 2013-06-08 | 2 | -79/+10 |
| |/ / / / / | |||||
| * | | | | | Resave with excess whitespace removed | Jason R. Coombs | 2013-06-07 | 1 | -10/+10 |
| * | | | | | Bumped to 0.7.2 in preparation for next release. | Jason R. Coombs | 2013-06-03 | 5 | -10/+10 |
| * | | | | | Updated changelog | Jason R. Coombs | 2013-06-03 | 1 | -0/+6 |
| * | | | | | Use https in ez_setup (fixes #10) | Jason R. Coombs | 2013-06-03 | 3 | -43/+43 |
| * | | | | | Added tag 0.7.1 for changeset 024dd30ed702 | Jason R. Coombs | 2013-06-03 | 1 | -0/+1 |
| * | | | | | Update changelog0.7.1 | Jason R. Coombs | 2013-06-03 | 1 | -0/+6 |
| * | | | | | Correct pkg_resources reference again (broken in e002a2ff195b) | Jason R. Coombs | 2013-06-03 | 1 | -1/+1 |
| * | | | | | Bumped to 0.7.1 in preparation for next release. | Jason R. Coombs | 2013-06-02 | 7 | -52/+52 |
| * | | | | | Added tag 0.7 for changeset 7f2c08e9ca22 | Jason R. Coombs | 2013-06-02 | 1 | -0/+1 |
