Re: [Python-Dev] OpenIndiana and Solaris support

2016-09-26 Thread Trent Mick
I work for Joyent (joyent.com) now, which employs a number of devs that work on illumos (illumos.org). We also provide cloud infrastructure. Would it help if we offered one or more instances (VMs) on which to run buildbot slaves (and on which volunteers for bug fixing could hack)? I know a lot of

[Python-Dev] opinions on issue2142 ('\ No newline at end of file' to difflib.unified_diff)?

2010-10-07 Thread Trent Mick
is made for the Python 3.3 tree we can discuss if including this in either of Python 2.7 or 3.2 would be wanted. -- Trent Mick ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http

[Python-Dev] some notes from the first part of the lang summit

2010-02-18 Thread Trent Mick
for dynamic languages) - PyPy (Holger): - plan is Benjamin will port to Python 2.7 in the summer - only have slight deviations from CPython: idea is to merge back with CPython so don't have deviations. Typcically 1 or 2 line changes in ~25 modules. Trent -- Trent Mick

[Python-Dev] notes from 2 to 3 porting session of Python Language Summit at PyCon

2009-03-26 Thread Trent Mick
in the shebang line will only work on newer systems Trent -- Trent Mick trentm at gmail.com trentm at activestate.com ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org

Re: [Python-Dev] Integrate BeautifulSoup into stdlib?

2009-03-13 Thread Trent Mick
as to people's thoughts. I'll also be at PyCon in Chicago getting thoughts. Cheers, Trent -- Trent Mick trentm at activestate.com ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http

Re: [Python-Dev] Daily Windows Installers

2007-09-17 Thread Trent Mick
David Bolen wrote: I hit it with a sledge-hammer and modified my build slave to disable error boxes for anything it runs, so we'll get the 3.0 MSI now but with a bad chm until it gets figured out. How do you tell Windows to do that? Trent -- Trent Mick trentm at activestate.com

Re: [Python-Dev] [PEPs] Email addresses in PEPs?

2007-09-10 Thread Trent Mick
10% raw, 45% Trent hex, 45% dec). Aren't most spammers' scrapers going to be intelligent enough by now (several years since they first arrived on the scene) to see through these sorts of common obfuscations? Perhaps, yes. No way of really knowing. shrug/ Trent -- Trent Mick trentm

Re: [Python-Dev] [PEPs] Email addresses in PEPs?

2007-09-07 Thread Trent Mick
0.9 and ch != @: return ch elif r 0.45: # The [1:] is to drop leading '0': 0x63 - x63 return '#%s;' % hex(ord(ch))[1:] else: return '#%s;' % ord(ch) --- -- Trent Mick trentm at activestate.com

Re: [Python-Dev] Dropping support for Win9x

2007-08-13 Thread Trent Mick
don't have a strong opinion though: I'm all for dropping win9x support and would be happy with either a doc note that users need to ensure they aren't using command.com, or a warning in the installer if this is detected. Trent -- Trent Mick trentm at activestate.com

Re: [Python-Dev] Windows buildbot (Was: buildbot failure in x86 W2k trunk)

2007-05-25 Thread Trent Mick
more painful, with Windows not being a true multi-user system). I'll try to setup a buildbot under WinXP. Whom do I contact to get HOST:PORT and PASSWORD ? Martin, I believe. Trent -- Trent Mick trentm at activestate.com ___ Python-Dev mailing

[Python-Dev] Windows buildbot (Was: buildbot failure in x86 W2k trunk)

2007-05-23 Thread Trent Mick
-- and a WinXP one would be good. Trent -- Trent Mick trentm at activestate.com ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive

Re: [Python-Dev] Windows buildbot (Was: buildbot failure in x86 W2k trunk)

2007-05-23 Thread Trent Mick
it is running isn't one I use regularly, so I don't have to worry about accidentally killing the process, frequent reboots or anything like that. I'll try to dig around and see what I can find for setup instructions. Trent -- Trent Mick trentm at activestate.com

Re: [Python-Dev] Adventures with x64, VS7 and VS8 on Windows

2007-05-23 Thread Trent Mick
. I don't yet know if VS8 throws a spanner into the works. For VS6 I use msdev instead of devenv.com and PC\VC6\pcbuild.dsw instead of PCbuild\pcbuild.sln. I haven't looked into what vsextcomp does, so apologies if this is ignorant. Trent -- Trent Mick trentm at activestate.com

Re: [Python-Dev] Windows buildbot (Was: buildbot failure in x86 W2k trunk)

2007-05-23 Thread Trent Mick
Trent Mick wrote: It has been a while since I set it up. Tim did so at about the same time and wrote down his steps to setup... but I can't find the reference to those instructions right now. http://wiki.python.org/moin/BuildbotOnWindows If you run into problems setting it up, feel free

Re: [Python-Dev] Adventures with x64, VS7 and VS8 on Windows

2007-05-23 Thread Trent Mick
it is right now. That would rather suggest that build_ext needs to be changed. I use this patch in ActivePython to get distutils to find the correct PCbuild dir (see attached). Trent -- Trent Mick trentm at activestate.com --- python/Lib/distutils/command/build_ext.py Tue Mar 13 03:19:35 2007

Re: [Python-Dev] Adventures with x64, VS7 and VS8 on Windows

2007-05-23 Thread Trent Mick
Martin v. Löwis wrote: I use this patch in ActivePython to get distutils to find the correct PCbuild dir (see attached). Would you like to commit this to 2.6? (or perhaps 2.5 even?) Sure, if others think it is a good thing. Will do tomorrow unless I hear a -1 before then. Trent -- Trent

Re: [Python-Dev] Adventures with x64, VS7 and VS8 on Windows

2007-05-23 Thread Trent Mick
purposes that are written in Python (an obvious bootstrapping problem for building Python itself :). Trent -- Trent Mick trentm at activestate.com ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev

Re: [Python-Dev] PEP 30XZ: Simplified Parsing

2007-05-02 Thread Trent Mick
, dst_dir, dst)) I use this kind of thing frequently. Don't know if others consider it bad style. Trent -- Trent Mick trentm at activestate.com ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe

[Python-Dev] ok to just checkin minor obvious fixes?

2007-04-13 Thread Trent Mick
a clean build works (_ctypes project must depend on pythoncore proj). -- Trent Mick trentm at activestate.com ___ Python-Dev mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options

Re: [Python-Dev] About SSL tests

2007-04-03 Thread Trent Mick
/win32/Demos/winprocess.py?revision=1.2view=markup#l_121 -- Trent Mick trentm at activestate.com ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python

Re: [Python-Dev] About SSL tests

2007-04-03 Thread Trent Mick
attributes of the processes associated with them. Operations performed on the job object affect all processes associated with the job object. ... To terminate all processes currently associated with a job object, use the TerminateJobObject function. Trent -- Trent Mick trentm

Re: [Python-Dev] doc for new restricted execution design for Python

2006-06-28 Thread Trent Mick
you know? As well, that doesn't seem like it would translate well to sharing execution between separate chrome windows in a non-browser XUL/Mozilla-based app. Trent -- Trent Mick [EMAIL PROTECTED] ___ Python-Dev mailing list Python-Dev@python.org

[Python-Dev] test_ctypes failure on Mac OS X/PowerPC 10.3.9 (Panther)

2006-06-20 Thread Trent Mick
for details -- Trent Mick [EMAIL PROTECTED] ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Re: [Python-Dev] beta1 coming real soon

2006-06-19 Thread Trent Mick
and will probably just go for it (because I have a few hours until Anthony's deadline ;)) unless I hear some screams. Honestly I didn't intentionally wait until the pending trunk-freeze email came. Cheers, Trent -- Trent Mick [EMAIL PROTECTED

Re: [Python-Dev] beta1 coming real soon

2006-06-19 Thread Trent Mick
Trent Mick wrote: * [ 1462338 ] upgrade pyexpat to expat 2.0.0 http://python.org/sf/1462338 * [ 1295808 ] expat symbols should be namespaced in pyexpat http://python.org/sf/1295808 These are in now. I don't see any failures yet, either on the buildbots or on the Windows/Linux/Mac OS

Re: [Python-Dev] beta1 coming real soon

2006-06-19 Thread Trent Mick
Trent Mick wrote: Trent Mick wrote: * [ 1462338 ] upgrade pyexpat to expat 2.0.0 http://python.org/sf/1462338 * [ 1295808 ] expat symbols should be namespaced in pyexpat http://python.org/sf/1295808 These are in now. I don't see any failures yet, either on the buildbots

[Python-Dev] mick-windows buildbot uptime

2006-04-27 Thread Trent Mick
We've pretty much gotten settled into our new diggs at work here (ActiveState) so my Windows buildbot machine should have better uptime from now on. Cheers, Trent -- Trent Mick [EMAIL PROTECTED] ___ Python-Dev mailing list Python-Dev@python.org http

[Python-Dev] updating PyExpat (Was: need info for externally maintained modules PEP)

2006-04-10 Thread Trent Mick
sources with the PyXML sources from time to time. I was going to be updating Modules/expat/... to Expat 2.0 relatively soon. Must I then go via the PyXML folks to do this update then or can I checkin to Python's SVN directly? Trent -- Trent Mick [EMAIL PROTECTED

Re: [Python-Dev] Who understands _ssl.c on Windows?

2006-04-10 Thread Trent Mick
VPN, SSH, DNS, VMWare, sub-domains and DHCP in the same breath. Trent -- Trent Mick [EMAIL PROTECTED] ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman

Re: [Python-Dev] Who understands _ssl.c on Windows?

2006-04-10 Thread Trent Mick
[Neal Norwitz wrote] On 4/10/06, Trent Mick [EMAIL PROTECTED] wrote: Sorry that I took so long to run this. It is a little unfortunate that with the last build step being clean, I couldn't just cd into the build directory and try to run this. Maybe we should clean before we configure

Re: [Python-Dev] Who understands _ssl.c on Windows?

2006-04-10 Thread Trent Mick
[Tim Peters wrote] In fact, that reminds me I added a delete all the .pyc files step to the Windows buildbot clean.bat precisely so I didn't have to burn time and space backing up 1600 stale files each day. So -0 on changing. Good enough for me. Let's not bother. Trent -- Trent Mick [EMAIL

Re: [Python-Dev] elementtree in stdlib

2006-04-07 Thread Trent Mick
implementations *and* quickly getting into the core. The original issue was that the various import paths to ElementTree are a little confusing. Adding or syntax doesn't change that. Trent -- Trent Mick [EMAIL PROTECTED] ___ Python-Dev mailing list Python

Re: [Python-Dev] elementtree in stdlib

2006-04-06 Thread Trent Mick
, ET.ElementTree, etc... That is the current state. Trent -- Trent Mick [EMAIL PROTECTED] ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev

Re: [Python-Dev] elementtree in stdlib

2006-04-06 Thread Trent Mick
[Fredrik Lundh wrote] Trent Mick wrote: That is the current state. which reminds that maybe it's time to add an import helper to the standard library, so you can do stringio = import_search(cStringIO, StringIO) ET = import_search(lxml.etree, cElementTree

Re: [Python-Dev] PEP to list externally maintained modules and where to report bugs?

2006-04-03 Thread Trent Mick
-reporting.html Trent -- Trent Mick [EMAIL PROTECTED] ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Re: [Python-Dev] Firefox searchbar engine for Python bugs

2006-04-03 Thread Trent Mick
[Anthony Baxter wrote] I've created a searchbar plugin for the firefox search bar that allows you to search bugs. I think someone created one for the sidebar http://starship.python.net/~skippy/mozilla/ http://projects.edgewall.com/python-sidebar/ Trent -- Trent Mick [EMAIL PROTECTED

[Python-Dev] pyexpat namespace problem (Was: libbzip2 version?)

2006-03-18 Thread Trent Mick
everything. If you all think this is a good idea I could apply it and then also give a go an upgrading out expat version (I haven't looked at whether that would be very difficult). Cheers, Trent -- Trent Mick [EMAIL PROTECTED] ___ Python-Dev mailing

Re: [Python-Dev] pyexpat namespace problem (Was: libbzip2 version?)

2006-03-18 Thread Trent Mick
[Trent Mick wrote] I'm testing my patch to the trunk right now to make sure it passes everything. If you all think this is a good idea I could apply it and then also give a go an upgrading out expat version (I haven't looked at whether that would be very difficult). give a go at upgrading

Re: [Python-Dev] pyexpat namespace problem (Was: libbzip2 version?)

2006-03-18 Thread Trent Mick
[Martin v. Loewis wrote] Trent Mick wrote: I'm testing my patch to the trunk right now to make sure it passes everything. If you all think this is a good idea I could apply it and then also give a go an upgrading out expat version (I haven't looked at whether that would be very difficult

Re: [Python-Dev] Still looking for volunteer to run Windows buildbot

2006-03-16 Thread Trent Mick
[Trent Mick wrote] [Martin v. Loewis wrote] Tim Peters wrote: I'd say instead that they should never be skipped: the real difference on your box is the expected _outcome_ in the third category. That is indeed more reasonable than what I proposed. I'll do this tonight

Re: [Python-Dev] towards a stricter definition of sys.executable

2006-03-16 Thread Trent Mick
sys.executable to run a Python script' makes no sense for a py2exe'd application. Ditto on both counts for PyXPCOM (Python embedded in Mozilla). Trent -- Trent Mick [EMAIL PROTECTED] ___ Python-Dev mailing list Python-Dev@python.org http

Re: [Python-Dev] Still looking for volunteer to run Windows buildbot

2006-03-15 Thread Trent Mick
Trent -- Trent Mick [EMAIL PROTECTED] ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Re: [Python-Dev] Deprecated modules going away in 2.5

2006-03-15 Thread Trent Mick
[Neal Norwitz wrote] In addition, I will swap sre and re. This will make help(re) work properly. Yay! Trent -- Trent Mick [EMAIL PROTECTED] ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev

Re: [Python-Dev] Still looking for volunteer to run Windows buildbot

2006-03-14 Thread Trent Mick
[Martin v. Loewis wrote] Tim Peters wrote: I'd say instead that they should never be skipped: the real difference on your box is the expected _outcome_ in the third category. That is indeed more reasonable than what I proposed. I'll do this tonight or tomorrow. Trent -- Trent Mick

Re: [Python-Dev] Still looking for volunteer to run Windows buildbot

2006-03-14 Thread Trent Mick
running in-house for play. Trent -- Trent Mick [EMAIL PROTECTED] ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Re: [Python-Dev] Still looking for volunteer to run Windows buildbot

2006-03-13 Thread Trent Mick
running as a Windows service Mark Hammond has a patch to the buildbot project toward this end: http://sf.net/tracker/index.php?func=detailaid=1401121group_id=73177atid=537003 Cool. I'll look into that. Trent -- Trent Mick [EMAIL PROTECTED] ___ Python

Re: [Python-Dev] Still looking for volunteer to run Windows buildbot

2006-03-13 Thread Trent Mick
[Thomas Heller wrote] Trent Mick wrote: Yup. Looks like my build worked. Another TODO now though: - Figure out why usage of: winsound.PlaySound(something, winsound.SND_ALIAS) fails on my Win2k box. This is why the test suite fails on that box. Doesn't that always fail

Re: [Python-Dev] Still looking for volunteer to run Windows buildbot

2006-03-13 Thread Trent Mick
-- Trent Mick [EMAIL PROTECTED] ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Re: [Python-Dev] Still looking for volunteer to run Windows buildbot

2006-03-13 Thread Trent Mick
[Martin v. Loewis wrote] Trent Mick wrote: I do have a sound card in that box, however, the Sounds and Multimedia Properties dialog (off Control Panel) says that there are No Playback Devices for Sound Playback. So I guess that is it. Maybe the sound card in that box is not hooked up

Re: [Python-Dev] Still looking for volunteer to run Windows buildbot

2006-03-13 Thread Trent Mick
with the beep tests and one with PlaySoundTest (the latter using TestSkipped). Trent -- Trent Mick [EMAIL PROTECTED] ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org

Re: [Python-Dev] Still looking for volunteer to run Windows buildbot

2006-03-12 Thread Trent Mick
-- Trent Mick [EMAIL PROTECTED] ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Re: [Python-Dev] Still looking for volunteer to run Windows buildbot

2006-03-12 Thread Trent Mick
to C:\Perl but to C:\Perl58. People who install to an alternate drive might also get surprised. Trent -- Trent Mick [EMAIL PROTECTED] ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http

Re: [Python-Dev] Developing/patching ctypes

2006-03-10 Thread Trent Mick
/build Release Trent -- Trent Mick [EMAIL PROTECTED] ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Re: [Python-Dev] Win64 AMD64 (aka x64) binaries available64

2006-02-20 Thread Trent Mick
: http://cvs.sourceforge.net/viewcvs.py/pywin32/pywin32/setup.py?view=markup That is the best code I know for doing that. Trent -- Trent Mick [EMAIL PROTECTED] ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo

Re: [Python-Dev] bdist_* to stdlib?

2006-02-15 Thread Trent Mick
in one bundle is cool/handy/cute. ...anyway this is getting seriously OT for python-dev. :) Trent -- Trent Mick [EMAIL PROTECTED] ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http

Re: [Python-Dev] bdist_* to stdlib?

2006-02-15 Thread Trent Mick
to worry about those details. Trent -- Trent Mick [EMAIL PROTECTED] ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail

Re: [Python-Dev] / as path join operator

2006-01-25 Thread Trent Mick
[Nick Coghlan wrote] What if we used subpath as the name instead of joinpath? append? not-a-big-fan-of-joinpath-either-ly yours, Trent -- Trent Mick [EMAIL PROTECTED] ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman

Re: [Python-Dev] The path module PEP

2006-01-24 Thread Trent Mick
[Gustavo J. A. M. Carneiro wrote] And BTW, what does splitunc do? http://en.wikipedia.org/wiki/Path_%28computing%29#Universal_Naming_Convention It really should have a more descriptive name. No more that should urllib or splitext. Trent -- Trent Mick [EMAIL PROTECTED

Re: [Python-Dev] Checking in a broken test was: Re: [Python-checkins]r41940 - python/trunk/Lib/test/test_compiler.py

2006-01-11 Thread Trent Mick
failure messages. I haven't read this thread, so apologies is this doesn't really apply to the discussion. Cheers, Trent -- Trent Mick [EMAIL PROTECTED] ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python

Re: [Python-Dev] building a module catalogue with buildbot

2006-01-11 Thread Trent Mick
could do: f.addStep(Catalog, command=Catalog.command) which would simplify a bunch of code in process/factory.py since it is called this way 10 times. Didn't look elsewhere. Add a buildbot patch/bug? http://sourceforge.net/tracker/?func=addgroup_id=73177atid=537003 Trent -- Trent Mick

Re: [Python-Dev] Buildbot: doing occasional full builds

2006-01-11 Thread Trent Mick
the complexity of displaying status for lots of Builders. (with the current release these multiple Waterfalls must all listen on different TCP ports, unfortunately, but you can always hide this with the reverse-proxy's URL mapping). Trent -- Trent Mick [EMAIL PROTECTED

Re: [Python-Dev] Buildbot: doing occasional full builds

2006-01-11 Thread Trent Mick
) Brian mentioned, the scheduler for the (proposed) full builder could be setup to just build, say, once per day or only a couple of times per day where as the incremental builder would trigger for every SVN checkin. Nicing could probably also be done. Trent -- Trent Mick [EMAIL PROTECTED

Re: [Python-Dev] building a module catalogue with buildbot

2006-01-11 Thread Trent Mick
Does that make sense? We would just need /f's script in SVN. in python/Tools/something or sandbox/something ? python/Doc/tools/something? Trent -- Trent Mick [EMAIL PROTECTED] ___ Python-Dev mailing list Python-Dev@python.org http

Re: [Python-Dev] Tkinter

2006-01-10 Thread Trent Mick
[EMAIL PROTECTED] wrote] ...and whoever the Tcl/Tk master is these days (still Ousterhout?)... That's Jeff Hobbs. He sits behind me. I'll see if I can pester him to give some Tcl/Tk and _tkinter thoughts. Cheers, Trent -- Trent Mick [EMAIL PROTECTED

Re: [Python-Dev] building a module catalogue with buildbot

2006-01-10 Thread Trent Mick
would be fairly straightforward. Neil and Martin would probably know better. I don't have access to the buildbot setup. Trent -- Trent Mick [EMAIL PROTECTED] ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo

Re: [Python-Dev] Buildbot questions

2006-01-06 Thread Trent Mick
what they are doing. To wipe out the build occassionally you could (presumably) add a starting step to the Python 'builder' (in the build master.cfg) to rm -rf $builddir every, say, Sunday night. Trent -- Trent Mick [EMAIL PROTECTED] ___ Python-Dev

Re: [Python-Dev] Buildbot questions

2006-01-06 Thread Trent Mick
, # 'factory': python_factory, # }, #... #] clipped from the build master's master.cfg - Cheers, Trent -- Trent Mick [EMAIL PROTECTED] ___ Python-Dev mailing list Python-Dev@python.org http

Re: [Python-Dev] Buildbot questions

2006-01-06 Thread Trent Mick
[Martin v. Loewis wrote] Trent Mick wrote: I think I'm part of the way there with the following. I've subclassed the SVN source build step to add support for new source mode: update_and_clobber_occassionally. Basically it (hackily) changes the source type btwn update, which we usually

Re: [Python-Dev] [Buildbot-devel] Re: buildbot

2006-01-05 Thread Trent Mick
projects and trunks... all with the same buildbot master server. python.org/dev/buildbot/python/... python.org/dev/buildbot/python-release24-maint/... python.org/dev/buildbot/distutils/... Trent -- Trent Mick [EMAIL PROTECTED] ___ Python-Dev mailing

Re: [Python-Dev] buildbot

2006-01-04 Thread Trent Mick
to help with that if I can. I'm now subscribed to buildbot-devel (as trentm at gmail) so I can pester you about that there further. Cheers, Trent -- Trent Mick [EMAIL PROTECTED] ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org

Re: [Python-Dev] buildbot

2006-01-04 Thread Trent Mick
[Trent Mick wrote] Or for separate logic projects being built with the same builtbot s/logic/logical/ Trent -- Trent Mick [EMAIL PROTECTED] ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev

Re: [Python-Dev] slight inconsistency in svn checkin email subject lines

2006-01-03 Thread Trent Mick
[Martin v. Loewis wrote] Trent Mick wrote: Is this intentional? If not, could someone point me to where the svn trigger scripts are maintained so I could poke around for a fix? (Or just fix it themselves. :) It was not my intention. They are in dinsdale.python.org:/data/repos/projects

Re: [Python-Dev] status of development documentation

2005-12-23 Thread Trent Mick
[Neal Norwitz wrote] I couldn't let Trent have all the fun. http://docs.python.org/dev/ Yah, I'd had a great time. wink Back to Xmas drinking. Cheers, Trent -- Trent Mick [EMAIL PROTECTED] ___ Python-Dev mailing list Python-Dev@python.org

Re: [Python-Dev] status of development documentation

2005-12-21 Thread Trent Mick
... I remember way back that I hit a limitation in latex2html that disallowed having any hyphens in the path to where the docs were being built. So your hyphen in Python-2.5 might be confounding latex2html there. Trent -- Trent Mick [EMAIL PROTECTED

Re: [Python-Dev] Incorporation of zlib sources into Python subversion

2005-12-21 Thread Trent Mick
[Gregory P. Smith wrote] (i don't know what version python uses today maybe this is a non issue?) $ svn cat http://svn.python.org/projects/python/trunk/PCbuild/zlib.vcproj | grep zlib- ... zlib 1.2.3 Trent -- Trent Mick [EMAIL PROTECTED

[Python-Dev] status of development documentation

2005-12-21 Thread Trent Mick
[Fredrik wrote] - could a cronjob that does this be set up on some python.org machine (or on some volunteer's machine) I bit: http://trentm.com/python/ Cheers, Trent -- Trent Mick [EMAIL PROTECTED] ___ Python-Dev mailing list Python-Dev

Re: [Python-Dev] Sharing expat instances

2005-12-15 Thread Trent Mick
(sys.stdout) rootone //root C:\trentm\src\python\python\PCbuildsvn st A _elementtree.vcproj M pcbuild.sln Shall I checkin the build changes? Trent -- Trent Mick [EMAIL PROTECTED] ___ Python-Dev mailing list Python-Dev

Re: [Python-Dev] Sharing expat instances

2005-12-15 Thread Trent Mick
[Martin v. Loewis wrote] Trent Mick wrote: C:\trentm\src\python\python\PCbuildsvn st A _elementtree.vcproj M pcbuild.sln Shall I checkin the build changes? Go ahead. A change to Tools/msi/msi.py is also in order. Okay, done. I naively added _elementtree

Re: [Python-Dev] Plea to distribute debugging lib

2005-12-01 Thread Trent Mick
-debug.zip And those should be binary compatible with the equivalent python.org installs as well. Note that the simple install.py script in those packages bails if the Python installation isn't ActivePython, but I could easily remove that if you think that would be useful for your users. Trent -- Trent

Re: [Python-Dev] Unicode charmap decoders slow

2005-10-05 Thread Trent Mick
to build_ssl.py to do the build work. I didn't see what the full build requirements were earlier in this thread though, so I may be missing something. Trent -- Trent Mick [EMAIL PROTECTED] ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org

Re: [Python-Dev] os.path.diff(path1, path2) (and a first post)

2005-09-22 Thread Trent Mick
working on it? Yes, please do. Trent -- Trent Mick [EMAIL PROTECTED] ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail

Re: [Python-Dev] os.path.diff(path1, path2)

2005-09-21 Thread Trent Mick
making everything an absolute path. Trent -- Trent Mick [EMAIL PROTECTED] ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive

Re: [Python-Dev] os.path.diff(path1, path2)

2005-09-15 Thread Trent Mick
/208993 Trent -- Trent Mick [EMAIL PROTECTED] ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Re: [Python-Dev] Replacement for print in Python 3.0

2005-09-06 Thread Trent Mick
, really_really_long_arg4,) # nicer log.debug(%s %s %s %s ... % (arg1, arg2, arg3, really_really_long_arg4)) # icky but the performance reason doesn't apply to the printf()/write() discussion here. Trent -- Trent Mick [EMAIL PROTECTED

Re: [Python-Dev] PEP: Migrating the Python CVS to Subversion

2005-08-10 Thread Trent Mick
) from a pending or submitted chagelist. See 'px help genpatch'. Available here: http://starship.python.net/~tmick/#px Pure python. Works on Python =2.2. Windows, Linux, Mac OS X, Unix. Trent -- Trent Mick [EMAIL PROTECTED] ___ Python-Dev

Re: [Python-Dev] pdb: should next command be extended?

2005-08-10 Thread Trent Mick
stuff to do useful things, or lack of it was the main beef. Mostly Anthony was echoing comments from others' experiences with trying to work with the Pdb code. Trent -- Trent Mick [EMAIL PROTECTED] ___ Python-Dev mailing list Python-Dev@python.org http

Re: [Python-Dev] Exception Reorg PEP revised yet again

2005-08-10 Thread Trent Mick
. Just a data point (not really following this thread): The PyWin32 sources raise WindowsError twice (one of them is win32\Demos\winprocess.py which is probably where subprocess got it from) an catches it in 11 places. Trent -- Trent Mick [EMAIL PROTECTED

Re: [Python-Dev] PEP: Migrating the Python CVS to Subversion

2005-08-08 Thread Trent Mick
and distributed developers) I think Subversion wins over Perforce. That is presuming, of course, that we find Subversion to be acceptibly stable/robust/manageble. Trent -- Trent Mick [EMAIL PROTECTED] ___ Python-Dev mailing list Python-Dev@python.org http

Re: [Python-Dev] PEP: Migrating the Python CVS to Subversion

2005-08-08 Thread Trent Mick
[Tim Peters wrote] [Trent Mick] ... There are other little things, like not being able to trim the check-in filelist when editing the check-in message. For example, say you have 10 files checked out scattered around the Python source tree and you want to check 9 of those

Re: [Python-Dev] PEP: Migrating the Python CVS to Subversion

2005-08-08 Thread Trent Mick
Who made me the Perforce-bitch? Here I am screaming Subversion! Subversion! and y'all think I just using that as cover for a p4 lover affair. :) [Donovan Baarda wrote] On Mon, 2005-08-08 at 15:49, Trent Mick wrote: One feature I like in Perforce (which Subversion doesn't have

Re: [Python-Dev] zlib 1.2.3 is just out

2005-07-25 Thread Trent Mick
and against the Python-2.4.1.tgz source tarball. Shall I check this into the HEAD and release24-maint? Trent -- Trent Mick [EMAIL PROTECTED] Index: PCbuild/readme.txt === RCS file: /cvsroot/python/python/dist/src/PCbuild/readme.txt

Re: [Python-Dev] zlib 1.2.3 is just out

2005-07-25 Thread Trent Mick
[Trent Mick] Here is a patch to do this (attached) that works on the trunk and against the Python-2.4.1.tgz source tarball. Shall I check this into the HEAD and release24-maint? [Tim Peters wrote] Definitely on HEAD, almost certainly on 24 maint. The slight uncertainty wrt the latter

Re: [Python-Dev] zlib 1.2.3 is just out

2005-07-25 Thread Trent Mick
[Anthony Baxter wrote] On Tuesday 26 July 2005 11:39, Trent Mick wrote: Here is a patch to do this (attached) that works on the trunk and against the Python-2.4.1.tgz source tarball. Shall I check this into the HEAD and release24-maint? Yes. Okay, done. Can I say that I've had

Re: [Python-Dev] Adding the 'path' module (was Re: Some RFE for review)

2005-06-27 Thread Trent Mick
() \ or path.Path() == os.getcwdu() Dunno if that causes other weirdnesses with the API, though. Trent -- Trent Mick [EMAIL PROTECTED] ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe

[Python-Dev] distutils fix for building Zope against Python 2.4.1c1

2005-03-11 Thread Trent Mick
it to the trunk, right? Trent -- Trent Mick [EMAIL PROTECTED] ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Re: [Python-Dev] distutils fix for building Zope against Python 2.4.1c1

2005-03-11 Thread Trent Mick
[Trent Mick wrote] http://mail.python.org/pipermail/python-checkins/2005-March/045185.html Note that I also could not build PyWin32 against 2.4.1c1 and I suspect this was the same problem. (Still checking to see if this change fixes the PyWin32 build for me. ... It doesn't. Investigating

Re: [Python-Dev] distutils fix for building Zope against Python 2.4.1c1

2005-03-11 Thread Trent Mick
[Trent Mick wrote] [Trent Mick wrote] http://mail.python.org/pipermail/python-checkins/2005-March/045185.html Note that I also could not build PyWin32 against 2.4.1c1 and I suspect this was the same problem. (Still checking to see if this change fixes the PyWin32 build for me

[Python-Dev] ViewCVS on SourceForge is broken

2005-02-11 Thread Trent Mick
broken for other projects for me -- e.g. 'pywin32'. Cheers, Trent -- Trent Mick [EMAIL PROTECTED] ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python

[Python-Dev] update copyright date in PC/python_nt.rc?

2005-02-09 Thread Trent Mick
Howdy, The copyright date was updated to 2005 in Python/getcopyright.c. Should the same be done in PC/python_nt.rc? Or perhaps, is there any reason python_nt.rc should NOT be updated? Cheers, Trent -- Trent Mick [EMAIL PROTECTED] ___ Python-Dev

Re: [Python-Dev] update copyright date in PC/python_nt.rc?

2005-02-09 Thread Trent Mick
-shrugenh/shoulder-shrug. Trent -- Trent Mick [EMAIL PROTECTED] ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

  1   2   >