| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| |
| | |
--HG--
branch : distribute
extra : rebase_source : 31ac3f0135d8cfe0fabc274f1649d1c99eba2868
|
| |
| |
| |
| |
| |
| | |
--HG--
branch : distribute
extra : rebase_source : 5d7f72cc77b6143cc4f36cb111a39c8af62f5b1e
|
| |
| |
| |
| |
| |
| | |
--HG--
branch : distribute
extra : rebase_source : 6e262cc5a15434bda3543868b29ea9d69c51e238
|
| |
| |
| |
| |
| |
| | |
--HG--
branch : distribute
extra : rebase_source : 83635f70b89fafb65f630947430b5c315cd9c80a
|
|/
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
--HG--
branch : distribute
extra : rebase_source : 6288f4fcf65083b9d4ffb0ea8b35af44e699b4d5
|
|
|
|
|
|
| |
--HG--
branch : distribute
extra : rebase_source : e3ccffb120f1fdaddfa0746c0a592d6fbaf0dcd1
|
|
|
|
|
|
| |
--HG--
branch : distribute
extra : rebase_source : 320da069dcb5d4c3ffb94e6e4f0e78a1bef8a305
|
|
|
|
|
|
| |
--HG--
branch : distribute
extra : rebase_source : cbac0260bc300fc00ce3517ecd96d5bedc5cd896
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
--HG--
branch : distribute
extra : rebase_source : f05e05486f624a3234e19af2d5b108e80b82df10
|
|
|
|
|
|
|
|
| |
3.
--HG--
branch : distribute
extra : rebase_source : 50d0da5b2e099c4bfe55ad81dce0f73edb4f994c
|
|
|
|
|
|
|
|
| |
credentials for uploading docs.
--HG--
branch : distribute
extra : rebase_source : 0de13aa44d415d7afef4218190ef0742999630ff
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
--HG--
branch : distribute
extra : rebase_source : b1e08e29f75d14970b7d4d57692c2e0013449637
|
|
packages.python.org
--HG--
branch : distribute
extra : rebase_source : e8d62df101ab017b71ec9c923f64bc3494ba8979
|