summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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 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
* 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
* mergeDaniel Holth2012-09-176-29/+182
|\ | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : e10714ab6506fa313a8bfb3f88f0620d3ab1707d
| * Make this test less chattyErik Bray2012-09-111-0/+7
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : da18973713f46ff00931ea79f0fcd39a13fb8349
| * mergeErik Bray2012-09-112-0/+87
| |\ | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 97f4cdbb2d0c9367836c8675e58b99699cfb50a7
| | * Merged in embray/distribute/fix-sdist (pull request #4)Jason R. Coombs2012-09-052-0/+87
| | |\ | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : edfbe310b187502d98f3fb19e7aa405238a143be
| | | * adds a test for pr #4Erik Bray2012-09-051-0/+79
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 347b39fb279b7168490a2c62562b4223b6c419e2
| | | * This allows the sdist command to ensure that any files listed in ↵Erik Bray2012-02-131-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | package_data are included in the dist, regardless of whether it's under version control, as is the case with distutil's sdist. Setting include_package_data=True disables this functionality. --HG-- branch : distribute extra : rebase_source : 2cae1675c638dc12fd556368074c6b5c691c6f58
| * | | Adds a fix for issue #318, including a regression test. This also fixes ↵Erik Bray2012-09-064-29/+88
| |/ / | | | | | | | | | | | | | | | | | | | | | another test that was passing trivially due to *bug* in yet another test, ugh --HG-- branch : distribute extra : rebase_source : 476550766b7b756dced040ad4356b7685d6f062a
* | | skip markerlib tests on Python < 2.6 (no ast compilation)Daniel Holth2012-09-172-40/+6
|/ / | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 2044b531becb5ca6882bfb3b59ab53aac2c8ae2e
* | move _markerlib test into setuptools/testDaniel Holth2012-08-251-0/+98
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : b2d7118f3a3cdf931ba1e56090a35442bc70fd2a
* | add markerlib as _markerlibDaniel Holth2012-08-251-5/+7
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : b9d8fa81db6c6fc3d89db54a70778eb3e8396e17
* | Oups.Lennart Regebro2012-08-241-1/+1
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 515bd00c3028ba0d58e57fd51d524a798b9b898d
* | Merge.Lennart Regebro2012-08-241-1/+1
|\ \ | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 0102b3983fb3f3201c8d2819b5a1120da2cc0047
| * | Fix a typo in a comment.Arfrever Frehtes Taifersar Arahesis2012-08-221-1/+1
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 779baf947b6989f1275d99cff2044adad3dd7997
* | | Issue #310: Non-ascii characters in a namespace __init__.py causes errors.Lennart Regebro2012-08-222-8/+17
|/ / | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 668e1c79a2bcc314bcf1f7213b317766bb8511ab
* | Issue 315:Lennart Regebro2012-08-221-0/+4
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : c7ad76794ac6db2a4bc1abc88e646ddcd14550db
* | Issue #314: test_local_index() would fail an OS X.Lennart Regebro2012-08-221-1/+2
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 8d91abdbed53300e6ec80bd535e00bca17767206
* | Got rid of deprecated assert_ and assertEquals.Lennart Regebro2012-08-226-78/+78
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 9d7032bac7db98e445ab6a46b2610c278c691c2d
* | Issue #313: Support for sdist subcommands (Python 2.7)Lennart Regebro2012-08-221-1/+11
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 5461cca20f4c91fec21b69128f76f6e6a0df205c
* | Merged the two lists of acceptable names of README.txtLennart Regebro2012-08-221-4/+5
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 604b23f6559c4688d1b43bc102601e0a0ed914a9
* | Issue #307: Prints the full path when .svn/entries is broken.Lennart Regebro2012-08-221-1/+1
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 1836125ab8204364c8fb197d7c20c296a25f89c0
* | Issue #306: Even if 2to3 is used, we build in-place under Python 2.Lennart Regebro2012-08-222-3/+3
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : db4a1a3059533ad0c894f12c31e3fe1c238f4292
* | The error message changed in Python 3.3.Lennart Regebro2012-08-221-1/+1
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 107ac0ce6d98f4b17f31a6f4c006b1ae2e21381b
* | Added fix for the develop command, #299.Lennart Regebro2012-08-213-13/+44
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : ef69472e5a9ce97d9102578898e81e516f06497a
* | Added failing test for #299.Lennart Regebro2012-08-212-13/+37
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 4a3ac76a6a49e06e1fecd1d6f4e08fa922f82f73
* | Once the test is correctly setup, the problem actually goes away.Lennart Regebro2012-08-211-5/+9
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 8a1c310010599165aa973bb207b07616428df66b
* | Add failing test for #301.Lennart Regebro2012-08-212-1/+114
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 2972e762cdab88e90c1c8b9b9a336afc641e996f
* | Issue #283: Reenable scanning of *.pyc / *.pyo files on Python 3.3.Arfrever Frehtes Taifersar Arahesis2012-07-251-2/+0
| | | | | | | | | | | | | | | | Scanning of these files was fixed in commit 2479772eeea7. --HG-- branch : distribute extra : rebase_source : fcbb14f0e6efc2c42b691fa2a8920816903ede42
* | Don't raise when exception is caughtJason R. Coombs2012-07-221-0/+1
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 9da60528c7ace0a59bf1d92c6e155bba2e11ef18
* | MergeJason R. Coombs2012-07-221-7/+6
|\ \ | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : c4ea7aaf7256ffbb49843e9610515a08a76daa63
| * | Update this test again to ensure it's trapping the expected exception ↵Jason R. Coombs2012-07-221-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | (DistutilsError) and ensuring that it captures the expected error messages. --HG-- branch : distribute extra : rebase_source : b66947d43758f4cbea407043dfbeffdf3aaf9b01
* | | Expand error message to help detect why this test fails on travisJason R. Coombs2012-07-221-4/+4
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 9182fc8c4544cde849fdac373b558f9078af1254
* | | Fix compatibility skipIfJason R. Coombs2012-07-221-0/+1
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : a70fd5755fad7a30c478c44e270c1dad13e66a47
* | | Use compatible skipIfJason R. Coombs2012-07-221-2/+2
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 4964057db0c3186c1c8b9e934cf23f1b4ddcb167
* | | Added python 2.4-2.6 support for skipIfJason R. Coombs2012-07-222-0/+15
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : cac18ef7c3dbde38ceac3a0c71cfb3b5ffa56dd5
* | | Use DALS to avoid breaking indentation in test setup. Removed flag ↵Jason R. Coombs2012-07-221-22/+26
| | | | | | | | | | | | | | | | | | | | | | | | indicating presence of module. --HG-- branch : distribute extra : rebase_source : 48d8347f667ec05c28505bc76880dcd64dc43204
* | | Updated imports, removed excess whitespaceJason R. Coombs2012-07-221-14/+17
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : a2cc4dde8a9a5de8c92e277099610e507fce2973
* | | Merged in msabramo/distribute_msabramo_py33 (pull request #10)Jason R. Coombs2012-07-211-1/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 8293d555a44b136a77e31caeb8ec27becf19d462