- 06 May, 2010 4 commits
-
-
Tarek Ziade authored
--HG-- branch : distribute extra : rebase_source : 206e8a982bbd49a697579b98d6728a0a61bfd31c
-
Tarek Ziade authored
--HG-- branch : distribute extra : rebase_source : ae8298b2d46787fcd9cf30dd987fdcd0a0a4cc43
-
Tarek Ziade authored
--HG-- branch : distribute extra : rebase_source : 1ddbe2d35b888a6f6d4ab05c55c5584536151d35
-
Tarek Ziade authored
--HG-- branch : distribute extra : rebase_source : 889c1badc92b1de14352a141865172b0a39384fa
-
- 29 Apr, 2010 1 commit
-
-
Ronny Pfannschmidt authored
--HG-- branch : distribute extra : rebase_source : 26878b87685bbd1b65c12763039a059937ca2228
-
- 07 Apr, 2010 1 commit
-
-
Tarek Ziade authored
make sure we test that the directory exists before we install stuff asked by setup_requires fixes #138 --HG-- branch : distribute extra : rebase_source : 1078501b886e4f0864b4ce84517b2fbc5399da35
-
- 05 Apr, 2010 6 commits
-
-
Tarek Ziade authored
--HG-- branch : distribute extra : rebase_source : be9d958a083e556228597d044267d7e15a826649
-
Tarek Ziade authored
--HG-- branch : distribute extra : rebase_source : aece7b87a7f0b48949f2859fa2174bfa93b04048
-
Tarek Ziade authored
--HG-- branch : distribute extra : rebase_source : e3ccffb120f1fdaddfa0746c0a592d6fbaf0dcd1
-
Tarek Ziade authored
--HG-- branch : distribute extra : rebase_source : 320da069dcb5d4c3ffb94e6e4f0e78a1bef8a305
-
Tarek Ziade authored
--HG-- branch : distribute extra : rebase_source : eab2d364ab56ec8a8c794715379c20162cea1734
-
Tarek Ziade authored
--HG-- branch : distribute extra : rebase_source : cbac0260bc300fc00ce3517ecd96d5bedc5cd896
-
- 16 Mar, 2010 5 commits
-
-
Ronny Pfannschmidt authored
--HG-- branch : distribute extra : rebase_source : 5d5028ddde7b61624792d6670cd00f57d7ed8646
-
Ronny Pfannschmidt authored
--HG-- branch : distribute extra : rebase_source : 2ad13527b742644596b32fcd8feac7276b4a477e
-
Yannick Gingras authored
--HG-- branch : distribute extra : rebase_source : 5ae197eeead6eae5f689f01ced730be068e8c64a
-
Yannick Gingras authored
--HG-- branch : distribute extra : rebase_source : 9d757c4d6c0d0c0b14b381961af69907e079d0ce
-
Yannick Gingras authored
--HG-- branch : distribute extra : rebase_source : 6c1870024a04c1b5393c85a5782809ef409c66a6
-
- 13 Mar, 2010 2 commits
-
-
Tarek Ziade authored
--HG-- branch : distribute extra : rebase_source : fc2cbd4d369f7d5c77cae03e39354245b185cc60
-
Tarek Ziade authored
removing the easy_install installation process -- too much problem with sandboxing violations through easy_install --HG-- branch : distribute extra : rebase_source : e1528eb57170fd7dc5edf318eb56f0e7683c3332
-
- 02 Mar, 2010 1 commit
-
-
Jason R. Coombs authored
--HG-- branch : distribute extra : rebase_source : 69c8e59604f9d711cd29bb55e9edd3caab2b36a0
-
- 23 Feb, 2010 1 commit
-
-
Jason R. Coombs authored
--HG-- branch : distribute extra : rebase_source : 5c247cafcbecb311469147a46f7f82df47ea5341
-
- 22 Feb, 2010 2 commits
- 11 Feb, 2010 4 commits
-
-
Ronny Pfannschmidt authored
also resuffle the path handlers a bit, hopefully everything works now --HG-- branch : distribute extra : rebase_source : dc8e4217f5832b15e8f7287c95732bc68d1e1cf5
-
Ronny Pfannschmidt authored
the test-isolation got borked and operates on the users home instead of the test-tempdirs --HG-- branch : distribute extra : rebase_source : 1e9bf310b6ba92629d7ba494af17f519cfe17dc5
-
Ronny Pfannschmidt authored
--HG-- branch : distribute extra : rebase_source : b7e6abf35a947b39b6290b076f618ce75211757e
-
Ronny Pfannschmidt authored
the pth file update wouldn't work if the distribution location is in the side dirs so we special-case for the location being the cwd --HG-- branch : distribute extra : rebase_source : 4c80082825c25f7f4692fcdd3580da5d1948ef89
-
- 24 Jan, 2010 1 commit
-
-
tarek authored
--HG-- branch : distribute extra : rebase_source : f60f3110e0dd27c406f8fc48c4ed49da4dec8cac
-
- 17 Jan, 2010 7 commits
-
-
"Brett Cannon ext:(%22) authored
--HG-- branch : distribute extra : rebase_source : a2dccb8f52e60f1e746ecfd72ff77b9a94080e23
-
"Brett Cannon ext:(%22) authored
Python 2 and Python 3. At this point in manual testing, Python 2.6 still works fine, but Python 3 is getting a 200 from the upload which is not what is wanted; a 301 is what is expected for a successful upload. But at least Python 3 is not throwing any more exceptions. --HG-- branch : distribute extra : rebase_source : 00020ec37fec743077e9614f8b0141aab41cc932
-
"Brett Cannon ext:(%22) authored
--HG-- branch : distribute extra : rebase_source : f05e05486f624a3234e19af2d5b108e80b82df10
-
"Brett Cannon ext:(%22) authored
3. --HG-- branch : distribute extra : rebase_source : 50d0da5b2e099c4bfe55ad81dce0f73edb4f994c
-
"Brett Cannon ext:(%22) authored
credentials for uploading docs. --HG-- branch : distribute extra : rebase_source : 0de13aa44d415d7afef4218190ef0742999630ff
-
"Brett Cannon ext:(%22) authored
Python 3. While base64 accepts a string in Python 2, the module in Python 3 only works with bytes. Changed the code so that base64.encodebytes() is used, else catch the AttributeError and use base64.encodestring(). Not fully tested yet as there is another failure farther down under under Python 3. --HG-- branch : distribute extra : rebase_source : 37078c416d98ee7f6dff1715731ab3f0c186b6cf
-
"Brett Cannon ext:(%22) authored
--HG-- branch : distribute extra : rebase_source : 16e56c90065cf1325aadc76ef5f781ed66f2664e
-
- 06 Jan, 2010 1 commit
-
-
tarek authored
--HG-- branch : distribute extra : rebase_source : 1b1ddea2ccca03a0e67b35f2be573ef9a776a334
-
- 30 Dec, 2009 1 commit
-
-
tarek authored
--HG-- branch : distribute extra : rebase_source : 0186c52fe9d753201828f54f5e6b348829eb4821
-
- 28 Dec, 2009 2 commits
- 21 Dec, 2009 1 commit
-
-
tarek authored
--HG-- branch : distribute extra : rebase_source : 62f83395c4d3d949b9e259c6d193a214e63aef41
-