| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge backout of namespace package __init__ module generation; ref #148.3.0b1 | Jason R. Coombs | 2014-02-11 | 2 | -27/+7 |
| |\ | |||||
| | * | Backed out changeset 28901bac2f2e See #148 | Jason R. Coombs | 2014-02-11 | 1 | -27/+27 |
| | | | | | | | | | | | | | --HG-- branch : setuptools extra : amend_source : 73cc453f11a0b77f930138eee03b1fc8e69399af | ||||
| * | | Delint site-patch | Jason R. Coombs | 2014-02-11 | 1 | -14/+7 |
| | | | |||||
| * | | Issue #7: Generate both tar archive and zip archive. | Arfrever Frehtes Taifersar Arahesis | 2014-02-11 | 2 | -5/+5 |
| | | | |||||
| * | | Normalize whitespace and imports | Jason R. Coombs | 2014-02-09 | 1 | -35/+16 |
| | | | |||||
| * | | Reorganize imports and remove excess whitespace | Jason R. Coombs | 2014-02-09 | 1 | -28/+3 |
| | | | |||||
| * | | Remove import * | Jason R. Coombs | 2014-02-09 | 1 | -1/+1 |
| | | | |||||
| * | | Normalize indentation and remove unused imports | Jason R. Coombs | 2014-02-09 | 1 | -42/+33 |
| | | | |||||
| * | | Remove import * | Jason R. Coombs | 2014-02-09 | 1 | -1/+2 |
| | | | |||||
| * | | Remove excess whitespace and unused imports. | Jason R. Coombs | 2014-02-09 | 1 | -10/+3 |
| | | | |||||
| * | | Remove import * | Jason R. Coombs | 2014-02-09 | 1 | -2/+3 |
| | | | |||||
| * | | Remove unused import and excess whitespace. | Jason R. Coombs | 2014-02-09 | 1 | -39/+1 |
| | | | |||||
| * | | Remove import (missed in parent commit). | Jason R. Coombs | 2014-02-09 | 1 | -1/+0 |
| | | | |||||
| * | | Removed Features functionality. Fixes #65. | Jason R. Coombs | 2014-02-09 | 4 | -341/+6 |
| | | | |||||
| * | | Updated docs to declare Python requirement prior to installation instructions. | Jason R. Coombs | 2014-02-09 | 1 | -7/+4 |
| | | | |||||
| * | | Updated installation instructions, expanding on new techniques available to ↵ | Jason R. Coombs | 2014-02-09 | 1 | -20/+42 |
| | | | | | | | | | Windows 8 users and clarifying which technique Mac OS X users should use. Fixes #59. | ||||
| * | | Extract 'archive_context' from _install and _build_egg | Jason R. Coombs | 2014-02-09 | 1 | -26/+17 |
| | | | |||||
| * | | Use zip files rather than tar files for source distributions of setuptools ↵ | Jason R. Coombs | 2014-02-09 | 3 | -19/+21 |
| | | | | | | | | | itself. Fixes #7 for users of Python 2.7.4 and later. | ||||
| * | | Declare support for Python 3.4 | Jason R. Coombs | 2014-02-09 | 1 | -0/+1 |
| | | | |||||
| * | | Bumped to 3.0 in preparation for next release. | Jason R. Coombs | 2014-02-09 | 2 | -2/+2 |
| | | | |||||
| * | | Namespace package doc tweaks. | PJ Eby | 2006-04-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | --HG-- extra : source : 81bfac3cf9a11fbb52b43cb3106419085ac8aee5 extra : histedit_source : 942f45916acfe482998d0cb7adefc08f095dcf0c | ||||
| * | | Don't eagerly import namespace packages. This was the big reason for | PJ Eby | 2006-04-14 | 4 | -13/+31 |
| | | | | | | | | | | | | | | | | | | | branching to 0.7 now, as I wanted this wart gone before anything went into Python 2.5. But it's gone now, yay! --HG-- extra : source : f3c5c19842064dd4a497baef0171aac54464a484 extra : amend_source : 3f79e71eedfc5f37a1813967bb53cf9d92a11919 | ||||
| * | | Replace _extractall with the canonical TarFile.extractall. | Jason R. Coombs | 2014-02-09 | 1 | -44/+2 |
| | | | |||||
| * | | Normalize indentation in docstrings and function params | Jason R. Coombs | 2014-02-09 | 1 | -9/+10 |
| | | | |||||
| * | | Remove debug code, unintentionally committed. | Jason R. Coombs | 2014-02-09 | 1 | -2/+0 |
| | | | |||||
| * | | Neglected to remove another reference to the global 'working_set' | Jason R. Coombs | 2014-02-09 | 1 | -1/+1 |
| | | | |||||
| * | | I checked this syntax, then failed to update the code before committing. | Jason R. Coombs | 2014-02-09 | 1 | -1/+1 |
| | | | |||||
| * | | Moved master working set construction into classmethods of WorkingSet. | Jason R. Coombs | 2014-02-09 | 1 | -27/+44 |
| | | | |||||
| * | | Simplify syntax of for loop | Jason R. Coombs | 2014-02-09 | 1 | -3/+3 |
| | | | |||||
| * | | Move comments | Jason R. Coombs | 2014-02-09 | 1 | -6/+13 |
| | | | |||||
| * | | More succinctly implement declare_state. | Jason R. Coombs | 2014-02-09 | 1 | -4/+4 |
| | | | |||||
| * | | Adding comment referencing #134. | Jason R. Coombs | 2014-02-08 | 1 | -0/+2 |
| | | | |||||
| * | | Update changelog | Jason R. Coombs | 2014-02-07 | 1 | -0/+8 |
| | | | |||||
| * | | Do not override _bytecode_filenames | William Grzybowski | 2013-12-16 | 1 | -12/+0 |
| | | | | | | | | | | | | | | | | | The overridden version cannot handle Python 3.x while distutils verion can handle it just fine. --HG-- extra : rebase_source : 86fa56285849e97780e91eff405881bfb72184d5 | ||||
| * | | Bumped to 2.3 in preparation for next release. | Jason R. Coombs | 2014-02-07 | 3 | -43/+43 |
| | | | |||||
| * | | Added tag 2.2 for changeset 39f7ef5ef221 | Jason R. Coombs | 2014-02-07 | 1 | -0/+1 |
| | | | |||||
| * | | Update changelog; Fixes #128.2.2bootstrap-2.x | Jason R. Coombs | 2014-02-07 | 1 | -0/+2 |
| | | | |||||
| * | | Merged in menghan/setuptools (pull request #30) | Jason R. Coombs | 2014-02-07 | 1 | -2/+3 |
| |\ \ | | | | | | | | | | Setuptools now honors all dependency_links and not just the first one that was supplied. | ||||
| | * | | fix setuptools don't search download location in dependency_links bug | Menghan Zheng | 2013-12-24 | 1 | -2/+3 |
| | | | | |||||
| * | | | Use io.open() instead of codecs.open(). | Arfrever Frehtes Taifersar Arahesis | 2014-02-07 | 2 | -7/+6 |
| | | | | | | | | | | | | | (builtins.open() is io.open() in Python 3.) | ||||
| * | | | Added comment emphasizing the importance of bdist_wheel. Using Python 3.3 ↵ | Jason R. Coombs | 2014-02-06 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | fixes #143. --HG-- extra : amend_source : 46787fd35452f54da1a8afd2bf8a30dff920d8a2 | ||||
| * | | | Merge with 2.1.2 | Jason R. Coombs | 2014-02-05 | 5 | -43/+53 |
| |\ \ \ | |||||
| | * | | | Bumped to 2.1.3 in preparation for next release. | Jason R. Coombs | 2014-02-05 | 4 | -44/+44 |
| | | | | | |||||
| | * | | | Added tag 2.1.2 for changeset caab085e829f | Jason R. Coombs | 2014-02-05 | 1 | -0/+1 |
| | | | | | |||||
| | * | | | Update changelog2.1.2 | Jason R. Coombs | 2014-02-05 | 1 | -0/+7 |
| | | | | | |||||
| | * | | | Open readme with codecs to enable explicit encoding declaration. Fixes #144. | Jason R. Coombs | 2014-02-05 | 1 | -1/+3 |
| | | | | | |||||
| * | | | | Use readlines on StringIO. Ensure quiet_context returns rewound buffers. | Jason R. Coombs | 2014-02-05 | 1 | -1/+3 |
| | | | | | |||||
| * | | | | Rewrite merged tests to use context managers | Jason R. Coombs | 2014-02-05 | 1 | -19/+16 |
| | | | | | |||||
| * | | | | Remove unused variable | Jason R. Coombs | 2014-02-05 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | Reindent according to TODO (indent was reserved to minimize the diff) | Jason R. Coombs | 2014-02-05 | 1 | -15/+14 |
| | | | | | |||||
