Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #156: Fix spelling of __PYVENV_LAUNCHER__ variable.3.0 | Arfrever Frehtes Taifersar Arahesis | 2014-03-04 | 2 | -1/+2 |
| | |||||
* | Remove excess whitespace | Jason R. Coombs | 2014-03-01 | 1 | -1/+0 |
| | |||||
* | Update workaround to reference filed ticket. | Jason R. Coombs | 2014-03-01 | 1 | -1/+5 |
| | |||||
* | Remove patching of upload_names (dist_files) - Python 2.6 already does the ↵ | Jason R. Coombs | 2014-03-01 | 1 | -22/+0 |
| | | | | right thing. | ||||
* | Remove unused import | Jason R. Coombs | 2014-03-01 | 1 | -1/+0 |
| | |||||
* | Remove get_installer_filename (copied from some version of Python now ↵ | Jason R. Coombs | 2014-03-01 | 1 | -15/+0 |
| | | | | required to be supplied). | ||||
* | Delint bdist_wininst | Jason R. Coombs | 2014-03-01 | 1 | -33/+5 |
| | |||||
* | Update changelog | Jason R. Coombs | 2014-02-24 | 1 | -0/+2 |
| | |||||
* | Clean some imports. | Arfrever Frehtes Taifersar Arahesis | 2014-02-15 | 6 | -10/+15 |
| | |||||
* | Use tempfile.TemporaryDirectory() with Python >=3.2. | Arfrever Frehtes Taifersar Arahesis | 2014-02-15 | 2 | -25/+31 |
| | |||||
* | Fixed Issue #125: setuptools leaves a ~/.subversion dir laying around | Philip Thiem | 2014-02-15 | 1 | -7/+47 |
| | | | | | | | | | | | | | | after it completes This is the best that can probably be done. Temporary directories are used for get the svn binary version and to get the initial directory info (for determining if one is, in fact, in a svn working directory) ALSO: The check for SVN was not right. Decided on files to only check for .svn/entries because missing properties just leaves out the external refs. And then incorporated a test on the code to make sure that svn info completed. Test passed on CPytonh 2.x and 2.3 on windows, travis-ci, and travis-ci/mac. Note: There seems to be an issue with pypy and a test. | ||||
* | 2.3 was never released. | Jason R. Coombs | 2014-02-14 | 1 | -5/+0 |
| | |||||
* | Added tag 3.0b1 for changeset faba785e9b9e | Jason R. Coombs | 2014-02-11 | 1 | -0/+1 |
| | |||||
* | 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 |
| | |