Re: [Python-Dev] Status of C compilers for Python on Windows

2014-10-10 Thread Rafael Villar Burke
Victor Stinner gmail.com> writes: > > Hi, > > Windows is not the primary target of Python developers, probably > because most of them work on Linux. Official Python binaries are > currently built by Microsoft Visual Studio. Even if Python developers > get free licenses thanks for Microsoft, I w

Re: [Python-Dev] PEP 385: Auditing

2010-02-13 Thread Rafael Villar Burke
Antoine Pitrou pitrou.net> writes: > > Martin v. Löwis v.loewis.de> writes: > > > > Alterntively, the email notification sent to python-checkins could could > > report who the pusher was. > > This sounds reasonable, assuming it doesn't disclose any private information. There are already made

Re: [Python-Dev] PEP 385: Auditing

2010-02-13 Thread Rafael Villar Burke (Pachi)
On 13/02/2010 15:25, "Martin v. Löwis" wrote: Mozilla's pushlog can be seen here: http://hg.mozilla.org/mozilla-central/pushloghtml And its code is avaliable here: http://hg.mozilla.org/users/bsmedberg_mozilla.com/hgpoller/file/tip/pushlog-feed.py Dirkjan is its author, so I suppose he was a

Re: [Python-Dev] PEP 385: Auditing

2010-02-13 Thread Rafael Villar Burke (Pachi)
On 13/02/2010 16:03, Rafael Villar Burke (Pachi) wrote: There's some more content here: http://hg.mozilla.org/users/bsmedberg_mozilla.com/hgpoller/file/tip But I don't use it myself, just knew about its existance. Surely Dirkjan can make all the pieces fit nicely :). The hook code