aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update release notes0.6.38Jason R. Coombs2013-05-051-0/+6
| | | | | | --HG-- branch : distribute extra : rebase_source : f0d502a83f6c83ba38ad21c15a849c2daf389ec7
* Merged in goal/distribute (pull request #38)Jason R. Coombs2013-05-051-1/+4
|\ | | | | | | | | | | | | | | decode manifest bytes(utf-8) to string first if py version is 3 --HG-- branch : distribute extra : rebase_source : 785dba80ce819ec9124371c3781a0a607eaa1ff5
| * decode manifest bytes(utf-8) to string first if py version is 3wyj1046@gmail.com2013-05-051-1/+4
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 1038acda4912af8ac637d0e149630a95f3536dec
* | Issue #371: instructing setup.py to install the xml files in setuptools.commandguy@guyr-air.infinidat.com2013-05-051-1/+1
|/ | | | | | --HG-- branch : distribute extra : rebase_source : 3d0a26ca9a25c2e7467c6ffb515d0cb92f2f8173
* MergeJason R. Coombs2013-05-042-1/+2
|\ | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 8b339bdc7ae5d30d5ca2b75675efa94cb27b99b5
| * Added tag 0.6.37 for changeset 2b26ec8909bfJason R. Coombs2013-05-041-0/+2
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : f31307d41fedbbabdd3be5b5a6621a8af54ebf46
| * Add *.xml to MANIFEST.in0.6.37Jason R. Coombs2013-05-041-1/+1
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 2b26ec8909bff210f47c5f8fc620bc505e1610b5
* | Bumped to 0.6.38 in preparation for next release.Jason R. Coombs2013-05-045-8/+8
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : cf2ffa52b8e0cf1403b4e8ca23921a4cda51ba5b
* | Added tag 0.6.37 for changeset be6f65eea9c1Jason R. Coombs2013-05-041-0/+1
|/ | | | | | --HG-- branch : distribute extra : rebase_source : d3b1d90f953d90ad1e03bf5173c3b6198daa9907
* Include a launcher manifest for console scripts to prevent undesirable UAC ↵Jason R. Coombs2013-05-043-0/+38
| | | | | | | | elevation for scripts detected as installers (such as easy_install). Fixes #143. --HG-- branch : distribute extra : rebase_source : be6f65eea9c10ce78b6698d8c220b6e5de577292
* Bumped to 0.6.37 in preparation for next release.Jason R. Coombs2013-04-055-8/+8
| | | | | | --HG-- branch : distribute extra : rebase_source : a59fcbbf5ca73fb41958d42d33d3de299ad9ae7c
* Added tag 0.6.36 for changeset c813a29e831fJason R. Coombs2013-04-051-0/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : a9dbc2819651b77ad8184101004a793f37be0f1b
* Update release notes and comment to provide a bit more detail about the ↵0.6.36Jason R. Coombs2013-04-052-7/+12
| | | | | | | | issue and to be more consistent with the solution. --HG-- branch : distribute extra : rebase_source : c813a29e831f266d427d4a4bce3da97f475a8eee
* Fix for PermissionError when installing on Python 3.3: __pycache__ dir ↵rlacko2013-02-192-0/+10
| | | | | | | | inside distutils scripts metadata directory --HG-- branch : distribute extra : rebase_source : e6761715dec0e43a90b54c26f25fa68d97c97938
* Update release script to use keyring more properly (rather than bundling an ↵Jason R. Coombs2013-02-161-1/+1
| | | | | | | | artifact of the backend I was using). --HG-- branch : distribute extra : rebase_source : 188dcdb7f0873f1b382e8bde65377c5f43266f9f
* Bumped to 0.6.36 in preparation for next release.Jason R. Coombs2013-02-165-8/+8
| | | | | | --HG-- branch : distribute extra : rebase_source : 82ea3f25bc7836db7398b0e602ef34baa1f2c34e
* Added tag 0.6.35 for changeset 2abe1117543bJason R. Coombs2013-02-161-0/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : 1e3462505836a61244ec301a635305b88a56c35c
* Updated docs to match originally-intended behavior and the behavior of ↵0.6.35Jason R. Coombs2013-02-162-12/+13
| | | | | | | | setuptools 0.6. This fixes #278. --HG-- branch : distribute extra : rebase_source : 2b4f2ca890d32a2d1a3179bb1805b6a1f1e9be77
* Backed out changeset: d0a8d1a83053Jason R. Coombs2013-02-162-18/+6
| | | | | | | | In the discussion in #278, it became clear that the deviance in behavior from setuptools is problemmatic. For compatibility, defer to the setuptools version scheme as specifically intended. --HG-- branch : distribute extra : rebase_source : 1d5cc8c216f974b247e2dc84d8d40c868d6d3639
* Fix parsing of CHANGES.txt.Arfrever Frehtes Taifersar Arahesis2013-01-011-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : f9b735b0478ac8a6aaf371882dd5a5032bef751e
* Fix CHANGES.txt.Arfrever Frehtes Taifersar Arahesis2013-01-011-4/+8
| | | | | | --HG-- branch : distribute extra : rebase_source : f3de640431934e28140f322bab420a3f51361440
* Bumped to 0.6.35 in preparation for next release.Jason R. Coombs2012-12-315-8/+8
| | | | | | --HG-- branch : distribute extra : rebase_source : 77f34fdeebd01224a2d399855f0674108133b3e6
* Added tag 0.6.34 for changeset 23c310bf4ae8Jason R. Coombs2012-12-311-0/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : 6ba1380f0a2496882d7eb15ab82e7660b755398b
* Close issue #341: 0.6.33 fails to build under python 2.40.6.34Tres Seaver2012-12-302-5/+12
| | | | | | --HG-- branch : distribute extra : rebase_source : 065aad71143a72cb6abd3064e0e947fc4568422f
* Bumped to 0.6.34 in preparation for next release.Jason R. Coombs2012-12-295-8/+8
| | | | | | --HG-- branch : distribute extra : rebase_source : 4455898775fbb40a5a331909c61d45622a9ea97a
* Added tag 0.6.33 for changeset 6acac3919ae9Jason R. Coombs2012-12-291-0/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : 3628e4db31b5aaac331e357428e9d9b30ae30e86
* Merge0.6.33Jason R. Coombs2012-12-291-0/+1
|\ | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 67f7246f73b30c046fa9995414f9423c4dbeba5b
| * Update changelogJason R. Coombs2012-12-291-0/+1
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 44b7e6234f791c1a1182f202bc429d40922074ee
* | Harden fix for issue #341 against exceptins.Tres Seaver2012-12-291-6/+8
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 5cb7f22523a741e678b03a699f0ef09f09ed8070
* | Fix some ResourceWarnings.Arfrever Frehtes Taifersar Arahesis2012-12-298-18/+50
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 31ac3f0135d8cfe0fabc274f1649d1c99eba2868
* | Issue #341: Fix a ResourceWarning.Arfrever Frehtes Taifersar Arahesis2012-12-292-1/+4
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 63fc40de80b49769d8463e04c1590ea4b1e751fc
* | Clean handling of _frozen_importlib / importlib._bootstrap.Arfrever Frehtes Taifersar Arahesis2012-12-181-20/+12
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 52fd775f637dfa40c401ef590708ffeaf47fd3a9
* | Update changelog and add comment to registering of SourceFileLoaderJason R. Coombs2012-12-172-0/+6
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 2701f50b3375f9c2f2378ff22f274aade0b03107
* | Fix issue with version detectionJason R. Coombs2012-12-171-1/+1
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 7e9dfc000ca44eaed1054d72144408530ec49741
* | Resave with excess whitespace removedJason R. Coombs2012-12-171-7/+7
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 5ed95bbd6e5742422dba402aa88707287be44d2e
* | Minimize impact of namespace package support for CPython 3.3.Dirkjan Ochtman2012-12-171-5/+1
|/ | | | | | | | | This solves a regression with an admittedly obscure use case involving Mercurial's demandimport implementation, but it also seems like neater code. --HG-- branch : distribute extra : rebase_source : 10fb05d0391607140ced288a2c134f4463eddf5a
* Don't suppress SystemExit when running tests; Fixes #336Jason R. Coombs2012-11-281-4/+2
| | | | | | --HG-- branch : distribute extra : rebase_source : f337a5cfc45c1303ef389334a58d1d8c65b95d93
* Disable workaround for Jython scripts on Linux systems.Arfrever Frehtes Taifersar Arahesis2012-11-273-0/+16
| | | | | | --HG-- branch : distribute extra : rebase_source : 289980b084c335029d93732feb8e02da94472795
* Fix 1 failure with Jython 2.5 and 2.7.Arfrever Frehtes Taifersar Arahesis2012-11-272-2/+3
| | | | | | | | (Now there remain 0 failures and 2 errors with Jython 2.5 and 0 failures and 5 errors with Jython 2.7.) --HG-- branch : distribute extra : rebase_source : 319071404608c4f34616df74bfeaa28d590edd0c
* Fix 2 errors with Jython 2.5.Arfrever Frehtes Taifersar Arahesis2012-11-263-2/+20
| | | | | | | | (Now there remain 1 failure and 2 errors with Jython 2.5 and 1 failure and 5 errors with Jython 2.7.) --HG-- branch : distribute extra : rebase_source : c245820df5090ac5d005ebb7d6c4419145afce53
* Bumped to 0.6.33 in preparation for next release.Jason R. Coombs2012-11-265-8/+8
| | | | | | --HG-- branch : distribute extra : rebase_source : cbb90a165b1e410ac7998fe5a57f0c84e9c024d3
* Added tag 0.6.32 for changeset b1a7f86b315aJason R. Coombs2012-11-261-0/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : ff44566346d016ad48040c3f6382c80805b70678
* Updated changelog0.6.32Jason R. Coombs2012-11-261-0/+2
| | | | | | --HG-- branch : distribute extra : rebase_source : 622abb171373b4432b02044cad40145e6dcee53c
* Backed out changeset: 98a9f9dcce0e; Fixes #335.Jason R. Coombs2012-11-263-148/+59
| | | | | | --HG-- branch : distribute extra : rebase_source : 3f4ff1c880688e6dd72d2fa8fab3c07e7f486a7e
* Fix some DeprecationWarnings and ResourceWarnings.Arfrever Frehtes Taifersar Arahesis2012-11-264-22/+33
| | | | | | --HG-- branch : distribute extra : rebase_source : 1293f856181d35c735670b021e8745208103f640
* Do not use assertGreater(), which was introduced in Python 2.7 and 3.1.Arfrever Frehtes Taifersar Arahesis2012-11-262-1/+7
| | | | | | --HG-- branch : distribute extra : rebase_source : b0d3166887c9a287fd885e19f804e9d254b8dbc8
* Bumped to 0.6.32 in preparation for next release.Jason R. Coombs2012-11-245-8/+8
| | | | | | --HG-- branch : distribute extra : rebase_source : 107cb8e68f5d9d947096d0733e841ba568df0be2
* Added tag 0.6.31 for changeset 17bc972d67edJason R. Coombs2012-11-241-0/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : 79d77654d3f4d512fecfa26b512616af6c69631f
* Updated changelog0.6.31Jason R. Coombs2012-11-241-0/+7
| | | | | | --HG-- branch : distribute extra : rebase_source : 9fa0ef551c34deba0f744ef279ecf9fe4ef7c13d
* MergeJason R. Coombs2012-11-243-61/+149
|\ | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : c0f43d4688762927683ef5f0d4a3e879190dae72