aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update changelog0.6.30Jason R. Coombs2012-10-221-0/+7
| | | | | | --HG-- branch : distribute extra : rebase_source : 90ca6c6b88b0d42dc1d9831aea44ae03082f1ce8
* Clean up temporary directory in distribute_setup.py. Fixes #328.g2p2012-10-221-0/+3
| | | | | | --HG-- branch : distribute extra : rebase_source : 430cf77fcf14e26cafbf4ba6abc680efa1fb3570
* Fixed bug by renaming _cmd to _cmd1Roy Hyunjin Han2012-10-211-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : edc82698ce88ae89fc840ea0b47f9398b80550fa
* Fix RST rendering issues in CHANGES.txtJason R. Coombs2012-10-211-2/+3
| | | | | | --HG-- branch : distribute extra : rebase_source : d8cdde27fcf533474d99aa1d4acfa0b181e8ab71
* Bumped to 0.6.30 in preparation for next release.Jason R. Coombs2012-10-215-8/+8
| | | | | | --HG-- branch : distribute extra : rebase_source : 2181b40073d9790f489b692900f53c5efb3c34cd
* Added tag 0.6.29 for changeset 4f82563d0f5dJason R. Coombs2012-10-211-0/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : 1abfe95cb04e389c1bd353687ab12b471805a8fb
* Fix two failing tests on Windows (paths separated by backslash didn't match ↵0.6.29Jason R. Coombs2012-10-211-2/+3
| | | | | | | | manifest paths separated by slash). --HG-- branch : distribute extra : rebase_source : f8cd5491fcfe18f687a67423bb8ccc43d3d76672
* Fix failing test case on Windows (can't rmtree if a file is open in that tree)Jason R. Coombs2012-10-211-0/+2
| | | | | | --HG-- branch : distribute extra : rebase_source : 99e78b88c18007b410c0be28237db8341413e334
* Updated CHANGES and CONTRIBUTORSJason R. Coombs2012-10-192-0/+2
| | | | | | --HG-- branch : distribute extra : rebase_source : 55195db48ea2d88ecabe2307732bfc58db12b9e0
* Merged in mumak/distribute (pull request #14)Jason R. Coombs2012-10-191-0/+3
|\ | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : d8c7ca9f7aec8b82aa94b5e0a940da46964792db
| * Guard the chmod in case external_attr is 0.Jonathan Lange2012-09-191-1/+3
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 79d8c285c70c3cf44273439c5178cfa54b0c3b21
| * Set permissions when extracting from zipfile.Jonathan Lange2012-08-101-0/+1
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 68b7fd4d6cc28f77a7202c5e7f63121d721be624
* | Update CHANGES.Stefan H. Holek2012-10-191-0/+2
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 9ecd22bbaa1c768c410ecb40d7f51f8872998736
* | Fix a test broken by 984cedb.Stefan H. Holek2012-10-191-5/+10
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : f9fe65a5b00a1a64f812aa99716cc913a4b39188
* | Merged in leetrout/distribute (pull request #24)Stefan H. Holek2012-10-191-1/+2
|\ \ | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 1b2cc2c4e291dae6aeb47791c7c35510ca2c8e4f
| * | Fix command order for pip 1.2 per ↵Lee Trout2012-10-181-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | https://bitbucket.org/tarek/distribute/issue/327 --HG-- branch : distribute extra : rebase_source : 89c65271f70999d45aa6136be5f037d62370b8a2
* | | Merged in g2p/distribute (pull request #23)Stefan H. Holek2012-10-191-2/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 44f0858ff1b3ae5f8a283c433a95d513340d807d
| * | | Make sure distribute_setup.py signals errors in its exit status.Gabriel2012-10-141-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : f35cb75558f090197e25083994d0bbbbaf2285d6
* | | | Update CHANGES and docs.Stefan H. Holek2012-10-192-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : e24a57706eebda4c1f989467a0a3bc951f550dd4
* | | | Miscellaneous updates to the upload_docs command.Stefan H. Holek2012-10-191-54/+74
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a) upload_docs now runs build_sphinx to generate documentation. b) The temporary ZIP file is properly disposed of. c) Auth credentials now work under Python 3. Fixes #326. hg record cannot split hunks, thus the large commit. --HG-- branch : distribute extra : rebase_source : 76d81880a2aaeb5b94a1d2388cb838068e4f64e3
* | | Use surrogateescape error handler when reading and writing the manifest. ↵Stefan H. Holek2012-10-173-46/+214
| | | | | | | | | | | | | | | | | | | | | | | | Refs #303. --HG-- branch : distribute extra : rebase_source : f0231cf87e2478f988f798dfe579f28e7561aeff
* | | Fix Python 2.4 incompatibility in test_easy_install.py.Stefan H. Holek2012-10-161-5/+6
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : ba9360ee8ff6c69f2ef589ef7c920fc0c8219b61
* | | Don't re-use FileList global name in egg_info.py.Stefan H. Holek2012-10-161-2/+2
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : ac180d4a23ab4fc03c243aa92dd8e6bc42bdabeb
* | | Revert 86d7748 drive-by commit because of unclear BBB consequences.Stefan H. Holek2012-10-152-40/+12
|/ / | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 2fb9a6ec09184e238551be4d0ea908e719badd27
* | Update CHANGES.Stefan H. Holek2012-10-091-0/+6
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : a97e83b5ec8e426bfd567cec9fbe1e2b39b0935a
* | Fix cause of test failure on Mac OS X. Refs #20.Stefan H. Holek2012-10-091-1/+7
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 92ba8151d6dfa3755b31139a9b5ada570183731d
* | Fix a few messages in distribute_setup.py.Stefan H. Holek2012-10-081-3/+3
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : ce0d4548e026262b6e4cf55c46dc5f209dbadd44
* | Add my name to contributors list.Stefan H. Holek2012-10-081-0/+1
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : d65f390123cbc59ac453e31b1d3d38c1fce6f105
* | Fix duplicate application of version tags in 'egg_info' command. Fixes #299.Stefan H. Holek2012-10-081-1/+6
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 9f6fb87944bc3b9828b04bf8ac5ba7b3a40bfc95
* | marshall.load() does not necessarily raise ValueError. Fixes #283.Stefan H. Holek2012-10-081-6/+6
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 203cee618118fb65bf109d2db0275aa90aa5a12d
* | os.access() cannot test for "createable" Fixes #320.Stefan H. Holek2012-10-081-4/+4
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : d572b2701ceac9c8a46083cc6658c6eeed86d497
* | Remove a missing fixer warning which showed during normal operations. Fixes ↵Stefan H. Holek2012-10-081-4/+2
| | | | | | | | | | | | | | | | #305. --HG-- branch : distribute extra : rebase_source : 3e5912a80758abf1e198d400c29ab03112eb68d6
* | Print metadata in UTF-8 independent of platform. Fixes #311.Stefan H. Holek2012-10-081-0/+32
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 4ff0df4ad7d9ea8cee6342f9c642e4fe634b7f18
* | Read and write manifest in UTF-8 under Python 3. Fixes #303.Stefan H. Holek2012-10-082-0/+87
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 609c654effd2711aa803f6a0e84013294026608f
* | Make sure the manifest never contains decomposed UTF-8.Stefan H. Holek2012-10-082-3/+48
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 0e0fb3beac56f66f12670ec69ebfd3996d12d912
* | Purge modules under test from sys.modules prior to running tests. Fixes #301.Stefan H. Holek2012-10-081-0/+17
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 87561670c15ec8315f47157cdc0c06328ce8c20f
* | Remove egg-info from repo.Stefan H. Holek2012-10-081-62/+0
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 89a58a7b518862cdbf37a30a4b512853730251cc
* | Avoid import loop in Python 3.3. Fixes #304.Stefan H. Holek2012-10-082-44/+45
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 8ce699d489f708a68338b2417771854174a734e8
* | Fixed so _markerlib is included in Python 3 as well. I don't like the ↵Lennart Regebro2012-09-172-46/+47
| | | | | | | | | | | | | | | | package pollution, but we can maybe fix that later. --HG-- branch : distribute extra : rebase_source : 5b3de3075ffea309979c51df9d6a6a6fb1188050
* | mergeDaniel Holth2012-09-179-48/+229
|\ \ | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : e10714ab6506fa313a8bfb3f88f0620d3ab1707d
| * | Make this test less chattyErik Bray2012-09-111-0/+7
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : da18973713f46ff00931ea79f0fcd39a13fb8349
| * | Remove missing import (since b62968cd2666)Erik Bray2012-09-111-1/+1
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : d1190f895d794dfcb838f7eb40a60ab07b8b309e
| * | mergeErik Bray2012-09-115-19/+134
| |\ \ | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 97f4cdbb2d0c9367836c8675e58b99699cfb50a7
| | * | Updated changelogJason R. Coombs2012-09-051-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : f92b138358cd2699cea63bf39a552e10bf62c02d
| | * | Extract argument parsing as a separate functionJason R. Coombs2012-09-051-9/+18
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : d2143d4dd1332558689b6b90770c013bce3a7e37
| | * | Merged in pmcnr/distribute (pull request #18)Jason R. Coombs2012-09-051-10/+20
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : dd2fb9493da6996182784bd56c507b1bd4b14789
| | | * | New command line option to enable downloading the distribute package from an ↵Pedro Romano2012-08-301-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | alternative location. --HG-- branch : distribute extra : rebase_source : 114d0bb6c9c065ae369b8d0e603eb6d1d3a0b6fc
| | | * | Use 'optparse' module to parse command line arguments.Pedro Romano2012-08-301-9/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 09f901daf15d650d2b2c5f620ef3660d78e5e4b7
| | * | | Updated changelogJason R. Coombs2012-09-051-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 96d2de7069a6d567ad125e408df82241f515bd07
| | * | | Merged in embray/distribute/fix-sdist (pull request #4)Jason R. Coombs2012-09-053-7/+98
| | |\ \ \ | | | |/ / | | |/| | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : edfbe310b187502d98f3fb19e7aa405238a143be