Re: [Python-Dev] UTF8 in the PEP branch

2007-10-15 Thread Scott Dial
Facundo Batista wrote: In the PEP text (example: http://svn.python.org/view/peps/trunk/pep-0002.txt?rev=56077view=auto ), it says Last-Modified: $Date$. That $Date$ is being translated in the checkout or update by subversion. Maybe there is a $C-locale-Date$ for subversion to

Re: [Python-Dev] Python developers are in demand

2007-10-15 Thread Andrew McNamara
I wonder if we should start maintaining a list of Python developers for hire somewhere on python.org, beyond the existing Jobs page. Is anyone interested in organizing this? What about something a little less formal - a mailing list such as python-jobs? -- Andrew McNamara, Senior Developer,

Re: [Python-Dev] Python developers are in demand

2007-10-15 Thread skip
I wonder if we should start maintaining a list of Python developers for hire somewhere on python.org, beyond the existing Jobs page. Is anyone interested in organizing this? Andrew What about something a little less formal - a mailing list such Andrew as python-jobs? How

[Python-Dev] C Decimal - is there any interest?

2007-10-15 Thread Mateusz Rukowicz
Hi! I've been working on C decimal project during gSoC 2006. After year of idling (I had extremely busy first year on University, but well, most of us are extremely busy) I decided, that I will handle further developing (there is still much development needed, and updating to most recent

[Python-Dev] C Decimal - is there any interest?

2007-10-15 Thread Mateusz Rukowicz
Hi! I've been working on C decimal project during gSoC 2006. After year of idling (I had extremely busy first year on University, but well, most of us are extremely busy) I decided, that I will handle further developing (there is still much development needed, and updating to most recent

Re: [Python-Dev] C Decimal - is there any interest?

2007-10-15 Thread Mateusz Rukowicz
Mateusz Rukowicz wrote: Hi! I've been working on C decimal project during gSoC 2006. After year of idling (I had extremely busy first year on University, but well, most of us are extremely busy) I decided, that I will handle further developing (there is still much development needed, and

[Python-Dev] XP Buildbot

2007-10-15 Thread Joseph Armbruster
Greetings, Long, long ago, I had mentioned dedicating a laptop of mine to the python project as a buildbot. Well, I finally made it around to cleaning off my box and putting it all together. I prepared my laptop with everything (I think...) needed to become a buildbot. The system

Re: [Python-Dev] C Decimal - is there any interest?

2007-10-15 Thread Gregory P. Smith
+1 from me. If you update it to the most recent Decimal standard I think its worth it. anyone else agree? On 10/15/07, Mateusz Rukowicz [EMAIL PROTECTED] wrote: Hi! I've been working on C decimal project during gSoC 2006. After year of idling (I had extremely busy first year on

[Python-Dev] Anyone using ctags with Vim?

2007-10-15 Thread Brett Cannon
I just noticed that the 'tags' Makefile target does not work with ctags 5.7 since the -t option no longer exists. So question 1 is whether anyone is using the 'tags' target. If the answer is no, then if you have your own way of generating the tags, let me know and I will update the target.

[Python-Dev] SSL 1.8

2007-10-15 Thread Bill Janssen
I've added in some code that Chris Stawarz contributed to allow the use of non-blocking sockets, with the program thread allowed to do other things during the handshake while waiting for the peer to respond. http://pypi.python.org/pypi/ssl If this is OK with everyone, I'd like to now port this