CIA.vc
"Br...@python.org>"
Real-time open source activity stats
Stats » Authors » "Br...@python.org>"
informationsyndicateUTC clock
19:43 on Mar 20, 2010
event counters
The last message was received 2.06 months ago at 22:33 on Jan 17, 2010
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 0 messages last month
7 messages since the first one, 2.06 months ago, for an average of 1.26 weeks between messages
recent messages
dateReversed sort columnprojectcontentlink
22:33 on Jan 17distribute
Commit by "Br...@python.org>" :: 099989121eb4 r664 / (2 files in 2 dirs): (link)
Add some compatibility code for upload_docs so it will work in both
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.
#
22:33 on Jan 17distribute
Commit by "Br...@python.org>" :: f6e46b76184e r665 /distribute.egg-info/entry_points.txt: (link)
Revert Python 3 change to entry_points.txt.
#
22:33 on Jan 17distribute
Commit by "Br...@python.org>" :: 7e13588bf8e5 r663 /setuptools/command/upload_docs.py: (link)
Use more reasonable variable names.
#
22:33 on Jan 17distribute
Commit by "Br...@python.org>" :: fe06f9e5340d r661 /setuptools/command/upload_docs.py: (link)
Add back in a missing space between "Basic" and the base64-encoded
credentials for uploading docs.
#
22:33 on Jan 17distribute
Commit by "Br...@python.org>" :: 29746723a8de r662 /setuptools/command/upload_docs.py: (link)
Rename variable 'http' to 'conn' as httplib is renamed http in Python
3.
#
22:33 on Jan 17distribute
Commit by "Br...@python.org>" :: 67da0cf825bc r660 /setuptools/command/upload_docs.py: (link)
Change upload_docs so that its use of base64 does not fail under
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.
#
22:33 on Jan 17distribute
Commit by "Br...@python.org>" :: 609acb9b7caa r659 /.hgignore: (link)
Ignore Vim swap files.
#