summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge backout of namespace package __init__ module generation; ref #148.3.0b1Jason R. Coombs2014-02-112-27/+7
|\
| * Backed out changeset 28901bac2f2e See #148Jason R. Coombs2014-02-111-27/+27
| | | | | | | | | | | | --HG-- branch : setuptools extra : amend_source : 73cc453f11a0b77f930138eee03b1fc8e69399af
* | Delint site-patchJason R. Coombs2014-02-111-14/+7
| |
* | Issue #7: Generate both tar archive and zip archive.Arfrever Frehtes Taifersar Arahesis2014-02-112-5/+5
| |
* | Normalize whitespace and importsJason R. Coombs2014-02-091-35/+16
| |
* | Reorganize imports and remove excess whitespaceJason R. Coombs2014-02-091-28/+3
| |
* | Remove import *Jason R. Coombs2014-02-091-1/+1
| |
* | Normalize indentation and remove unused importsJason R. Coombs2014-02-091-42/+33
| |
* | Remove import *Jason R. Coombs2014-02-091-1/+2
| |
* | Remove excess whitespace and unused imports.Jason R. Coombs2014-02-091-10/+3
| |
* | Remove import *Jason R. Coombs2014-02-091-2/+3
| |
* | Remove unused import and excess whitespace.Jason R. Coombs2014-02-091-39/+1
| |
* | Remove import (missed in parent commit).Jason R. Coombs2014-02-091-1/+0
| |
* | Removed Features functionality. Fixes #65.Jason R. Coombs2014-02-094-341/+6
| |
* | Updated docs to declare Python requirement prior to installation instructions.Jason R. Coombs2014-02-091-7/+4
| |
* | Updated installation instructions, expanding on new techniques available to ↵Jason R. Coombs2014-02-091-20/+42
| | | | | | | | Windows 8 users and clarifying which technique Mac OS X users should use. Fixes #59.
* | Extract 'archive_context' from _install and _build_eggJason R. Coombs2014-02-091-26/+17
| |
* | Use zip files rather than tar files for source distributions of setuptools ↵Jason R. Coombs2014-02-093-19/+21
| | | | | | | | itself. Fixes #7 for users of Python 2.7.4 and later.
* | Declare support for Python 3.4Jason R. Coombs2014-02-091-0/+1
| |
* | Bumped to 3.0 in preparation for next release.Jason R. Coombs2014-02-092-2/+2
| |
* | Namespace package doc tweaks.PJ Eby2006-04-141-1/+1
| | | | | | | | | | | | --HG-- extra : source : 81bfac3cf9a11fbb52b43cb3106419085ac8aee5 extra : histedit_source : 942f45916acfe482998d0cb7adefc08f095dcf0c
* | Don't eagerly import namespace packages. This was the big reason forPJ Eby2006-04-144-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. Coombs2014-02-091-44/+2
| |
* | Normalize indentation in docstrings and function paramsJason R. Coombs2014-02-091-9/+10
| |
* | Remove debug code, unintentionally committed.Jason R. Coombs2014-02-091-2/+0
| |
* | Neglected to remove another reference to the global 'working_set'Jason R. Coombs2014-02-091-1/+1
| |
* | I checked this syntax, then failed to update the code before committing.Jason R. Coombs2014-02-091-1/+1
| |
* | Moved master working set construction into classmethods of WorkingSet.Jason R. Coombs2014-02-091-27/+44
| |
* | Simplify syntax of for loopJason R. Coombs2014-02-091-3/+3
| |
* | Move commentsJason R. Coombs2014-02-091-6/+13
| |
* | More succinctly implement declare_state.Jason R. Coombs2014-02-091-4/+4
| |
* | Adding comment referencing #134.Jason R. Coombs2014-02-081-0/+2
| |
* | Update changelogJason R. Coombs2014-02-071-0/+8
| |
* | Do not override _bytecode_filenamesWilliam Grzybowski2013-12-161-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. Coombs2014-02-073-43/+43
| |
* | Added tag 2.2 for changeset 39f7ef5ef221Jason R. Coombs2014-02-071-0/+1
| |
* | Update changelog; Fixes #128.2.2bootstrap-2.xJason R. Coombs2014-02-071-0/+2
| |
* | Merged in menghan/setuptools (pull request #30)Jason R. Coombs2014-02-071-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 bugMenghan Zheng2013-12-241-2/+3
| | |
* | | Use io.open() instead of codecs.open().Arfrever Frehtes Taifersar Arahesis2014-02-072-7/+6
| | | | | | | | | | | | (builtins.open() is io.open() in Python 3.)
* | | Added comment emphasizing the importance of bdist_wheel. Using Python 3.3 ↵Jason R. Coombs2014-02-061-1/+2
| | | | | | | | | | | | | | | | | | | | | fixes #143. --HG-- extra : amend_source : 46787fd35452f54da1a8afd2bf8a30dff920d8a2
* | | Merge with 2.1.2Jason R. Coombs2014-02-055-43/+53
|\ \ \
| * | | Bumped to 2.1.3 in preparation for next release.Jason R. Coombs2014-02-054-44/+44
| | | |
| * | | Added tag 2.1.2 for changeset caab085e829fJason R. Coombs2014-02-051-0/+1
| | | |
| * | | Update changelog2.1.2Jason R. Coombs2014-02-051-0/+7
| | | |
| * | | Open readme with codecs to enable explicit encoding declaration. Fixes #144.Jason R. Coombs2014-02-051-1/+3
| | | |
* | | | Use readlines on StringIO. Ensure quiet_context returns rewound buffers.Jason R. Coombs2014-02-051-1/+3
| | | |
* | | | Rewrite merged tests to use context managersJason R. Coombs2014-02-051-19/+16
| | | |
* | | | Remove unused variableJason R. Coombs2014-02-051-1/+0
| | | |
* | | | Reindent according to TODO (indent was reserved to minimize the diff)Jason R. Coombs2014-02-051-15/+14
| | | |