Re: [Python-Dev] int/float freelists vs pymalloc

2008-02-20 Thread Aahz
On Wed, Feb 20, 2008, Andrew MacIntyre wrote: > > I've now written up my testing and attached the write-up to issue 2039 > (http://bugs.python.org/issue2039). Nice work! Too often we (generic we) don't try to re-simplify code. -- Aahz ([EMAIL PROTECTED])

Re: [Python-Dev] int/float freelists vs pymalloc

2008-02-22 Thread Aahz
ps up on c.l.py, but almost always in the context of range(bignum). Because there's an easy workaround and Python 3.0 changes the semantics of range(), there hasn't been much clamor to fix it. -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ &q

Re: [Python-Dev] [Python-checkins] r60919 - peps/trunk/pep-0008.txt

2008-02-22 Thread Aahz
me which adds an even wider margin to the left. > In those situations I either grin and bear it or stretch my window enough to > view it without wrapping. Yes, but svn/cvs diff is a particularly common use case. I agree with Amaury. -- Aahz ([EMAIL PROTECTED]) <*>

Re: [Python-Dev] Python XML Validator

2008-03-03 Thread Aahz
PyPI. Or find someone else to do the work, but in any event, python-dev is not an appropriate place to discuss it. Try comp.lang.python, perhaps, or a Python/XML mailing list. -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ "All problems in compu

Re: [Python-Dev] Complexity documentation request

2008-03-09 Thread Aahz
wiki page on python.org that provides this information, particularly across versions. You may be able to find volunteers to help on comp.lang.python. -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ "All problems in computer science can be solved by another le

Re: [Python-Dev] Complexity documentation request

2008-03-10 Thread Aahz
On Mon, Mar 10, 2008, Daniel Stutzbach wrote: > On Sun, Mar 9, 2008 at 9:22 AM, Aahz <[EMAIL PROTECTED]> wrote: >> >> There probably would be some value in a wiki page on python.org that >> provides this information, particularly across versions. You may be >>

Re: [Python-Dev] Complexity documentation request

2008-03-11 Thread Aahz
"Premature optimization is the root of all evil in programming." --C.A.R. Hoare (often misattributed to Knuth, who was himself quoting Hoare) "We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil." --Knut

Re: [Python-Dev] Proxy form not getting through

2008-03-12 Thread Aahz
message? I can relay it for you if you want, dunno about other options for mailservers. I think further discussion should go on psf-members. -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ "All problems in computer science can be solved by another level

Re: [Python-Dev] The Case Against Floating Point ==

2008-03-13 Thread Aahz
esn't matter: it's too late. Although we have not released a beta, we are far along the alpha cycle and this is too big a change. Remember that Python 3.0 is scheduled to have final release in August. -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ &qu

Re: [Python-Dev] embedding in multi threaded C/C++

2008-03-18 Thread Aahz
the capi-sig list. python-dev is for people working on improving the Python core. -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ "It is easier to optimize correct code than to correct optimized code." --Bill Harlan __

Re: [Python-Dev] string representation of range in 3.0

2008-04-17 Thread Aahz
nd it is, in some ways -- but I think reminding people of the pedagogical issues involved in the transition is important. Granted, this is python-dev, so we should be using 2.x syntax, but we're currently talking about 3.0 and that requires clarifying what is meant/intended. -- Aahz ([EMAIL PR

Re: [Python-Dev] mmap documentation error (2.5.1)

2008-04-25 Thread Aahz
On Fri, Apr 25, 2008, Neal Becker wrote: > > Sorry, my mistake. Acutally, I was trying to debug this: python-dev is probably not the right place for this -- please use c.l.py or the list capi-sig. -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/

Re: [Python-Dev] [Python-3000] Reminder: last alphas next Wednesday 07-May-2008

2008-05-04 Thread Aahz
~/Erlang and a $PATH as long as >>my arm just so I can run a few applications without system- >>installing them. > > I hate to send a "me too" messages, but I have to say Glyph is exactly > right here. +1 -- Aahz ([EMAIL PROTECTED]) <*> http

Re: [Python-Dev] [Python-checkins] [Python-3000] r62848 - python/trunk/Objects/setobject.c

2008-05-08 Thread Aahz
t; Subscribers to the python-dev digests may also not see a posting > immediately, waiting until the next digest is sent. Heck, I'm not on the digest and I still have been seeing posts after a week (though that's the fault of a balky mailserver that should be fixed). -- Aahz (

Re: [Python-Dev] Slice as a copy... by design?

2008-05-22 Thread Aahz
ber what happened. -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ Need a book? Use your library! ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://

[Python-Dev] FWD: 26 Python-Dev moderator request(s) waiting

2008-05-29 Thread Aahz
I just processed two weeks of backlog on python-dev (I'm only a backup moderator). Would anyone object to changing the list policy so that non-member posts get discarded instead of held? -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ Need a book? Use y

Re: [Python-Dev] FWD: 26 Python-Dev moderator request(s) waiting

2008-05-29 Thread Aahz
On Thu, May 29, 2008, Benjamin Peterson wrote: > On Thu, May 29, 2008 at 8:14 PM, Aahz <[EMAIL PROTECTED]> wrote: >> >> I just processed two weeks of backlog on python-dev (I'm only a backup >> moderator). Would anyone object to changing the list policy so that &

Re: [Python-Dev] FWD: 26 Python-Dev moderator request(s) waiting

2008-05-29 Thread Aahz
On Thu, May 29, 2008, tjreedy wrote: >> On May 29, 2008, at 9:14 PM, Aahz wrote: >>> >>> I just processed two weeks of backlog on python-dev (I'm only a backup >>> moderator). Would anyone object to changing the list policy so that >>> non-member po

Re: [Python-Dev] Mini-Pep: Simplifying the Integral ABC

2008-06-01 Thread Aahz
ot covered by the ABC. -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ Need a book? Use your library! ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: htt

Re: [Python-Dev] C API for gc.enable() and gc.disable()

2008-06-21 Thread Aahz
goal for GC that has not been previously articulated. I believe this requires consensus rather than a simple declaration of principle. Guido's opinion if he has one obviously overrules. ;-) Guido? -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.

Re: [Python-Dev] Suggested API change to PyOS_InputHook

2008-06-23 Thread Aahz
nd a notice to python-dev. And expect that you'll probably miss at least some replies. -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ "as long as we like the same operating system, things are cool." --piranha

Re: [Python-Dev] Exception tracebacks

2008-07-13 Thread Aahz
way. If you care about this issue, please file a report at bugs.python.org -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ I support the RKAB ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org

Re: [Python-Dev] Infix operators

2008-07-23 Thread Aahz
On Wed, Jul 23, 2008, Sebastien Loisel wrote: > > [...] I was thinking that it would be simpler to have a way > for defining new infix operators, [...] python-dev is the wrong place for this discussion. Please use either comp.lang.python or python-ideas. -- Aahz ([EMAIL

Re: [Python-Dev] str(container) should call str(item), not repr(item)

2008-07-28 Thread Aahz
hon-ideas or comp.lang.python -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ Adopt A Process -- stop killing all your children! ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/l

Re: [Python-Dev] April 1st jokes (was: Base-96)

2008-08-03 Thread Aahz
ss that's also been axed). IIRC, the humor page was axed due to lack of updates -- I recommend finding the material using Wayback and just adding it to the wiki. -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ Adopt A Process -- stop killing all your

Re: [Python-Dev] Need 2 python developers in Dallas TX

2008-08-12 Thread Aahz
tion assistance as well plus > benefits. Please email resumes to [EMAIL PROTECTED] python-dev is the wrong place to advertise for jobs. Please see http://www.python.org/community/jobs/ -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ Adopt A Process

Re: [Python-Dev] Maintaining old releases

2008-08-14 Thread Aahz
we simply don't have the infrastructure to maintain multiple releases -- if we force time-based maintenance, it won't work. -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ Adopt A Process -- stop killing all your children! _

Re: [Python-Dev] ImportError message suggestion

2008-08-19 Thread Aahz
On Tue, Aug 19, 2008, Kent Tenney wrote: > > I can't write the C code myself, or evaluate the patch. Maybe not, but maybe you can upload them to the bug tracker -- that's the only way this will get looked at. -- Aahz ([EMAIL PROTECTED]) <*> http://www.pyt

Re: [Python-Dev] [PATCH] Respect LDFLAGS

2008-08-25 Thread Aahz
On Mon, Aug 25, 2008, Arfrever Frehtes Taifersar Arahesis wrote: > > I'm attaching the patch which fixes respecting LDFLAGS when > building libpython$(VERSION).so. Please post your patch to bugs.python.org -- Aahz ([EMAIL PROTECTED]) <*> http://www.pytho

Re: [Python-Dev] Reference leak in thread._local

2008-08-27 Thread Aahz
, it will almost certainly get lost. -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ Adopt A Process -- stop killing all your children! ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/

Re: [Python-Dev] constness of interpreter data

2008-09-01 Thread Aahz
ht.c) If you want this patch considered, please post it to bugs.python.org -- patches posted to the mailing list can't be tracked. Thanks! -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ Adopt A Process -- s

[Python-Dev] PyCon 2009 Call for Proposals

2008-09-26 Thread Aahz
proposals/> We look forward to seeing you in Chicago! -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ "Argue for your limitations, and sure enough they're yours." --Richard Bach ___ Python-Dev m

Re: [Python-Dev] RELEASED Python 2.6 final

2008-10-01 Thread Aahz
Huzzah! -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ "...if I were on life-support, I'd rather have it run by a Gameboy than a Windows box." --Cliff Wells, comp.lang.python, 3/13/2002 ___ Python-De

Re: [Python-Dev] python docs website not accessible!

2008-10-02 Thread Aahz
x27;t bother, we've already had about twenty other people reporting. ;-) -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ "...if I were on life-support, I'd rather have it run by a Gameboy than a Windows box."

Re: [Python-Dev] Python 2.5.3: call for patches

2008-10-07 Thread Aahz
ined for 2.6/3.0.) For more info, see PEP6 about bugfix releases: http://www.python.org/dev/peps/pep-0006/ -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ "...if I were on life-support, I'd rather have it run by a

Re: [Python-Dev] Python 3.0rc2: problem with exec()ing files

2008-11-11 Thread Aahz
, please file a bug report -- that's the only way we have of tracking things. -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ "It is easier to optimize correct code than to correct optimized code." --Bill Harlan __

Re: [Python-Dev] n.numbits: method or property?

2008-11-12 Thread Aahz
onger >> to calculate for a long implementation using something other than a >> power-of-2 base. > > Right: numbits is only a natural property of a *binary* integer. > > On the other hand, I can't realistically see Python ever adopting a > non power-of-two based implementa

Re: [Python-Dev] Summaries for Number 2008, First Half

2008-11-16 Thread Aahz
ly if they don't have an actual summary for a thread. I'd title this "How do I get my patches accepted?" or "Can someone please look at my patches?" -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ &quo

Re: [Python-Dev] RELEASED Python 3.0 final

2008-12-06 Thread Aahz
munity that discouraged the use of 3.0; I also believe it would be a shame and a disservice to Python if you (and other people) tell conservatives like me that we should keep our mouths shut. -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ "It is easie

Re: [Python-Dev] 3.0.1 possibilities

2008-12-06 Thread Aahz
ing so. That will give more time for any additional similar bugs to get fixed at once. -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ "It is easier to optimize correct code than to correct optimized code." --Bill Harlan

Re: [Python-Dev] Python-3.0, unicode, and os.environ

2008-12-06 Thread Aahz
On Sun, Dec 07, 2008, Nick Coghlan wrote: > > If the binary APIs are missing from a major platform (i.e. Windows) then > the choice to use them brings with it a major cross-platform portability > problem that should really be handled by the standard library. +1 -- Aahz ([EMA

Re: [Python-Dev] beginning developer: fastest way to learn how Python 3.0 works

2008-12-13 Thread Aahz
On Sat, Dec 13, 2008, Roy Lowrance wrote: > > What's the best way to learn how Python 3.0 works? Post to the correct mailing list. ;-) Use comp.lang.python or python-tutor or python-help python-dev is for people creating new versions of Python -- Aahz (a...@pyth

Re: [Python-Dev] Call PyType_Ready on builtin types during interpreter startup?

2008-12-20 Thread Aahz
On Sat, Dec 20, 2008, Nick Coghlan wrote: > > It turns out that _PyBuiltin_Init doesn't call PyType_Ready on any of > the builtin types - they're left to have it called implicitly when an > operation using them needs tp_dict filled in. This seems like a release blocker fo

Re: [Python-Dev] python.org OS

2009-01-04 Thread Aahz
t upgrade dope" policy. What kind of upgrade hell are you talking about? I have used several different Linux distributions, Windows, and OS X, and I have to say that upgrading Ubuntu has been by far the easist and least painful of them all. Because I was lazy, last weekend I finally did a tw

Re: [Python-Dev] Decoder functions accept str in py3k

2009-01-07 Thread Aahz
to raise a TypeError in 3.0.1? This definitely cannot be changed for 3.0.1 -- there's plenty of time to discuss this for 3.1. -- Aahz (a...@pythoncraft.com) <*> http://www.pythoncraft.com/ "Debugging is twice as hard as writing the code in the first place. T

Re: [Python-Dev] What's New in Python 2.6: no string exceptions

2009-01-08 Thread Aahz
't get lost -- it's already Thursday with no response. -- Aahz (a...@pythoncraft.com) <*> http://www.pythoncraft.com/ "Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by defin

[Python-Dev] OSCON 2009: Call For Participation

2009-01-08 Thread Aahz
The O'Reilly Open Source Convention has opened up the Call For Participation -- deadline for proposals is Tuesday Feb 3. OSCON will be held July 20-24 in San Jose, California. For more information, see http://conferences.oreilly.com/oscon http://en.oreilly.com/oscon2009/public/cfp/57 -- Aa

Re: [Python-Dev] Meet your next release manager: Benjamin Peterson

2009-01-09 Thread Aahz
him make the 2.7 and 3.1 releases as great as 2.6 and 3.0! Great news! How many cases of beer did you feed him before he agreed? -- Aahz (a...@pythoncraft.com) <*> http://www.pythoncraft.com/ "Debugging is twice as hard as writing the code in the first place. Therefore,

Re: [Python-Dev] Meet your next release manager: Benjamin Peterson

2009-01-10 Thread Aahz
On Sat, Jan 10, 2009, Barry Warsaw wrote: > On Jan 9, 2009, at 8:21 PM, Aahz wrote: >> On Fri, Jan 09, 2009, Barry Warsaw wrote: >>> >>> To that end, I'm happy to say that Benjamin Peterson will be the >>> release manager for Python 2.7 and 3.1. I will

Re: [Python-Dev] report on building of python 2.5.2 under msys under wine on linux.

2009-01-15 Thread Aahz
publicize the URL if you end up doing it; I may try it on my Mac with Windows under Fusion... -- Aahz (a...@pythoncraft.com) <*> http://www.pythoncraft.com/ "Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleve

Re: [Python-Dev] Lib/email/header.py ecre regular expression

2009-01-15 Thread Aahz
es some headers wrong. Please post this to http://bugs.python.org/ -- regardless of whether this is a real bug, using the tracker ensures that we won't lose it. -- Aahz (a...@pythoncraft.com) <*> http://www.pythoncraft.com/ "Debugging is twice as hard as writ

Re: [Python-Dev] PEP 3142: Add a "while" clause to generator expressions

2009-01-21 Thread Aahz
le [ | not ]: > What I suggest is that your ideas need more thought before bringing them to python-dev -- I think you should either go back to python-ideas or try comp.lang.python -- Aahz (a...@pythoncraft.com) <*> http://www.pythoncraft.com/ Weinberg's Secon

[Python-Dev] PEP 8 and constants

2009-01-21 Thread Aahz
for constants? -- Aahz (a...@pythoncraft.com) <*> http://www.pythoncraft.com/ Weinberg's Second Law: If builders built buildings the way programmers wrote programs, then the first woodpecker that came along would destroy c

[Python-Dev] Where is Fred Drake?

2009-01-21 Thread Aahz
t; Final-Recipient: rfc822; fdr...@acm.org > Original-Recipient: rfc822;fdr...@acm.org > Action: failed > Status: 5.0.0 > Remote-MTA: dns; acm.org.s7a1.psmtp.com > Diagnostic-Code: smtp; 550 No such user - psmtp - End forwarded message - -- Aahz (a...@pythoncraft.com)

Re: [Python-Dev] PEP 8 and constants

2009-01-21 Thread Aahz
On Wed, Jan 21, 2009, Benjamin Peterson wrote: >>> On Wed, Jan 21, 2009 at 12:48 PM, Guido van Rossum wrote: >>>> On Wed, Jan 21, 2009 at 10:00 AM, Aahz wrote: >>>>> >>>>> In comp.lang.python, there has been some discussion of the fact that &

Re: [Python-Dev] PEP 374 (DVCS) now in reST

2009-01-24 Thread Aahz
iscussion on list. Second, I think it would be good to explicitly mention the option of deferring this PEP. Based on previous discussion, it sounds like there are a fair number of people who think that there is a DVCS in Python's future, but not now (where "now" means over the next

Re: [Python-Dev] pprint(iterator)

2009-01-29 Thread Aahz
.) This can also be done for Python 2.7, too. -- Aahz (a...@pythoncraft.com) <*> http://www.pythoncraft.com/ Weinberg's Second Law: If builders built buildings the way programmers wrote programs, then the first woodpecker that came along would destroy civilization. __

Re: [Python-Dev] pprint(iterator)

2009-01-29 Thread Aahz
On Thu, Jan 29, 2009, Michael Foord wrote: > Aahz wrote: >> On Tue, Jan 27, 2009, Raymond Hettinger wrote: >> >>> It is becoming the norm in 3.x for functions to return iterators, >>> generators, or views whereever possible. >>> >>> I had

Re: [Python-Dev] Python 3.0.1

2009-01-29 Thread Aahz
e Manager, and Barry doesn't like this approach. The vetting does need to be handled by a core committer IMO -- MAL, are you volunteering? Anyone else? Barry, are you actively opposed to marking 3.0.x as experimental, or do you just dislike it? (I.e. are you -1 or -0?) -- Aahz (a...@pythonc

Re: [Python-Dev] Python 3.0.1

2009-01-29 Thread Aahz
e probably right that what Raymond wants to is best not done for 3.0.1 -- but once we've agreed in principle that 3.0.x isn't a true production release of Python for PEP6 purposes, we can do "release early, release often". -- Aahz (a...@pythoncraft.com) <*>

[Python-Dev] FINAL REMINDER: OSCON 2009: Call For Participation

2009-01-30 Thread Aahz
The O'Reilly Open Source Convention has opened up the Call For Participation -- deadline for proposals is Tuesday Feb 3. OSCON will be held July 20-24 in San Jose, California. For more information, see http://conferences.oreilly.com/oscon http://en.oreilly.com/oscon2009/public/cfp/57 -- Aa

Re: [Python-Dev] Strange locale problem with Python 3

2009-02-01 Thread Aahz
On Sun, Feb 01, 2009, Reto Sch?ttel wrote: > > While helping Brandon Rhodes to port PyEphem[1] to Python 3 we > struggled over a strange locale-related problem on OS X. Please file a report at bugs.python.org -- that's the only way to ensure that this gets tracked. -- Aahz (a...@p

Re: [Python-Dev] [patch] Duplicate sections detection in ConfigParser

2009-02-03 Thread Aahz
seen more then once and that > unique_sects is True. Please go ahead and post the patch to bugs.python.org; it can always be revised later and this ensures that we have a record. -- Aahz (a...@pythoncraft.com) <*> http://www.pythoncraft.com/ Weinberg's Second Law: If

Re: [Python-Dev] Issue 4285 Review

2009-02-03 Thread Aahz
st like this, it's useful to summarize the issue; few people know bug reports by number, and at least some people who might be interested in looking probably won't bother if they have no clue whether it's in their area of expertise. -- Aahz (a...@pythoncraft.com) <*

Re: [Python-Dev] webmas...@python.org address not working

2011-11-25 Thread Aahz
plain alias, so anyone whose e-mail isn't working will generate a bounce. -- Aahz (a...@pythoncraft.com) <*> http://www.pythoncraft.com/ WiFi is the SCSI of the 21st Century -- there are fundamental technical reasons for sacrificing a goat. (with no apologies to John W

Re: [Python-Dev] 404 in (important) documentation in www.python.org and contributor agreement

2011-11-26 Thread Aahz
doesn't exist. Fixed > PS: The devguide doesn't say anything (AFAIK) about the contributor > agreement. The devguide seems to now be hosted on docs.python.org and AFAIK the web team doesn't deal with that. Someone from python-dev needs to lead. -- Aahz (a...@pythoncraft.com)

[Python-Dev] FWD: Windows 3.2.3 64 bit installers are actually 3.2

2012-06-14 Thread Aahz
e input() bug mentioned > here: http://bugs.python.org/issue11272 was occuring in what I thought was > the latest release - then I realized that my terminal windows stated version > 3.2, not 3.2.3 after several uninstalls/installs. - End forwarded message - -- Aahz (a...@

Re: [Python-Dev] server modules class diagram

2004-11-28 Thread Aahz
ould be useful in offical documentation. Please let me know > if this is not the right mailing list for documentations. (The class > diagram show be viewed with monospace fonts.) If you look at the Python docs, the bottom of every page says, "See About the Python Documentation for information on s

Re: [Python-Dev] Roster Deadline

2004-12-01 Thread Aahz
start of this message. We're even less wise now given that you probably didn't intend this for python-dev. ;-) -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ WiFi is the SCSI of the 21st Century -- there are fundamental technical reasons for sac

Re: [Python-Dev] PyOS_InputHook enhancement proposal

2004-12-09 Thread Aahz
jected, then write a PEP. -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ "19. A language that doesn't affect the way you think about programming, is not worth knowing." --Alan Perlis ___ Python-Dev mailing

Re: [Python-Dev] How to install tile (or any other tcl module)

2004-12-09 Thread Aahz
place to get Python support; python-dev is for people actively working on Python language development. Please use comp.lang.python or one of the other resources. -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ "19. A language that doesn't affect the

Re: [Python-Dev] Re: 2.4 news reaches interesting places

2004-12-09 Thread Aahz
perience. http://www.paulgraham.com/avg.html -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ "19. A language that doesn't affect the way you think about programming, is not worth knowing." --Alan Perlis ___ Pyth

Re: [Python-Dev] Re: Re: 2.4 news reaches interesting places

2004-12-15 Thread Aahz
to go ahead and do that. You could >> draft the outline on a Wiki page, and then later figure out an >> attractive design and organization for a new site. > > suggested hostname: why.python.org This is where the process always gets bogged down. :-( Once we have material, that&

Re: [Python-Dev] Re: [Python-checkins] python/dist/src/Python marshal.c, 1.79, 1.80

2004-12-20 Thread Aahz
gt; return NULL; >> return PyMarshal_WriteObjectToString(x, version); >> } > > Crash. Which means that there is no way in 2.4.0 to marshal an object in the > old version format as a string -- you'd have to work around by writing a real > file and read

Re: [Python-Dev] Re: [Python-checkins] python/dist/src/Pythonmarshal.c, 1.79, 1.80

2004-12-20 Thread Aahz
> Nothing wrong with an incremental release, but none of these sound > like critical bugs to me. You don't think a blowup in marshal is critical? Mind expanding on that? -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ "19. A language that do

Re: [Python-Dev] Out-of-date FAQs

2005-01-03 Thread Aahz
the FAQ should be usable for anyone with a "reasonably current" version of Python, say at least two major versions. IOW, answers should continue to work with 2.2 during the lifetime of 2.4. -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ "19. A l

Re: [Python-Dev] Let's get rid of unbound methods

2005-01-04 Thread Aahz
typing. > > duck typing? "If it looks like a duck and quacks like a duck, it must be a duck." Python is often referred to as having duck typing because even without formal interface declarations, good practice mostly depends on conformant interfaces rather than subclassing to deter

Re: getting special from type, not instance (was Re: [Python-Dev] copy confusion)

2005-01-12 Thread Aahz
e an exception, to implement a read-only attribute). I'd prefer "property descriptor" since that's the primary use case. "Getset descriptor" also works for me. -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ "19. A language t

Re: [Python-Dev] redux: fractional seconds in strptime

2005-01-14 Thread Aahz
ple doing things like year, month, day, hour, min, sec, junk, junk, junk = time.localtime() -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ "19. A language that doesn't affect the way you think about programming, is not worth knowing." --Alan Pe

Re: [Python-Dev] redux: fractional seconds in strptime

2005-01-14 Thread Aahz
On Fri, Jan 14, 2005, Alex Martelli wrote: > On 2005 Jan 14, at 19:11, Aahz wrote: >>On Fri, Jan 14, 2005, Brett C. wrote: >>> >>>Right, it's a struct_time object; just force of habit to call it a >>>time tuple. >>> >>>And I technically

Re: [Python-Dev] __str__ vs. __unicode__

2005-01-19 Thread Aahz
iming the __str__ behavior is new in 2.4? (Haven't been following the thread closely.) -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ "19. A language that doesn't affect the way you think about

Re: [Python-Dev] linux executable - how?

2005-01-31 Thread Aahz
ng.python. Thanks! -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ "Given that C++ has pointers and typecasts, it's really hard to have a serious conversation about type safety with a C++ programmer and keep a straight face. It's kind of

Re: [Python-Dev] Python reference count question

2005-02-01 Thread Aahz
ing Python. Thanks. -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ "Given that C++ has pointers and typecasts, it's really hard to have a serious conversation about type safety with a C++ programmer and keep a straight face. It's kind of like having

Re: [Python-Dev] Re: license issues with profiler.py and md5.h/md5c.c

2005-02-12 Thread Aahz
o require a contrib agreement. But we're probably not going to press the point until we get contrib agreements from all CVS committers. -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ "The joy of coding Python should be in seeing short, concise, rea

Re: [Python-Dev] Five review rule on the /dev/ page?

2005-02-17 Thread Aahz
ion of the five patch review > idea. Can someone make sure that's explained on the /dev/ site? This should go into Brett's survey of the Python dev process, not as official documentation. It's simply an offer made by some of the prominent members of pytho

Re: [Python-Dev] Negative indices in UserString.MutableString

2005-02-17 Thread Aahz
g > relative to the end? Yup! As usual, patches welcome. (Yes, I'm comfortable channeling Guido here.) -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ "The joy of coding Python should be in seeing short, concise, readable classes that expres

Re: [Python-Dev] Re: Prospective Peephole Transformation

2005-02-19 Thread Aahz
and c >>are all integers. > > How often does that happen in real code? Dunno how often, but I was working on some code at my company yesterday that did that -- we use a lot of ints to indicate options. -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncr

Re: [Python-Dev] textwrap wordsep_re

2005-02-22 Thread Aahz
re? Please post a patch to SF. If you're not familiar with the process, take a look at http://www.python.org/dev/dev_intro.html Another thing: I don't know whether you'll get this in direct e-mail; it's considered a bit rude for python-dev to use munged addresses. -- Aahz ([EMAIL P

Re: [Python-Dev] Re: Some old patches

2005-02-23 Thread Aahz
clear whether your e-mail address is munged or not, which likely contributes to reluctance to respond. -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ "The joy of coding Python should be in seeing short, concise, readable classes that express a lot of act

Re: [Python-Dev] python-dev Summary for 2005-02-01 through 2005-02-14 [draft]

2005-03-04 Thread Aahz
Both entries so far look very good. Perhaps writing python-dev summaries could be a rotating position? -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ "The joy of coding Python should be in seeing short, concise, readable classes that express a lot of

Re: [Python-Dev] python-dev Summary for 2005-02-01 through 2005-02-14 [draft]

2005-03-04 Thread Aahz
On Fri, Mar 04, 2005, John J Lee wrote: > On Fri, 4 Mar 2005, Aahz wrote: >> >> Both entries so far look very good. Perhaps writing python-dev summaries >> could be a rotating position? > > Or even a joint effort? It's up to the contributors, of course: j

Re: [Python-Dev] Re: [Python-checkins] python/dist/src/Modules ossaudiodev.c, 1.35, 1.36

2005-03-07 Thread Aahz
people avoid similar problems seems like a Good Thing to me. -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ "The joy of coding Python should be in seeing short, concise, readable classes that express a lot of action in a small amount of clear code --

Re: No new features (was Re: [Python-Dev] Re: [Python-checkins] python/dist/src/Modules ossaudiodev.c, 1.35, 1.36)

2005-03-08 Thread Aahz
upgrading optparse to sync with Optik > 1.5.1? I'm a bit embarassed that Python 2.4's optparse has __version__ > == "1.5a2" because I didn't release Optik 1.5 in time. -1, sorry -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.co

Re: [Python-Dev] Re: No new features

2005-03-09 Thread Aahz
is even worse than you're noting, because 2.3's bool works a bit differently, so you have to actually code for three different problems in two major versions. Sehr schlecht. -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ "The joy of coding Python

Re: [Python-Dev] scrambling python in a microsoft .exe container

2005-03-09 Thread Aahz
7;s not clear what you're looking for, but it's pretty clear that python-dev is the wrong place to ask. Please switch to comp.lang.python. Thanks. (python-dev should only be used for people working on Python releases.) -- Aahz ([EMAIL PROTECTED]) <*> http://www.p

Re: [Python-Dev] Re: No new features

2005-03-09 Thread Aahz
stinction... does something else do this anywhere? I thought this > approach was common knowledge... Functionally speaking, Python has only major releases and micro releases. We don't have the resources to support minor releases. -- Aahz ([EMAIL PROTECTED]) <*> http://www

Re: [Python-Dev] LinkedHashSet/LinkedHashMap equivalents

2005-03-09 Thread Aahz
This isn't particularly an argument in favor of adding OrderedDict to stdlib, but it's another use case. Each dict key contains a dict value; the subkeys from later-added keys are supposed to override earlier subkeys. The original implementation relied on subkeys being unique, but that d

Re: [Python-Dev] LinkedHashSet/LinkedHashMap equivalents

2005-03-09 Thread Aahz
On Wed, Mar 09, 2005, Raymond Hettinger wrote: > [Aahz] >> >> Gee, I just found out I could have used an OrderedDict today. (We're >> using a dict that we're now having to add an auxilliary list to to track >> when keys are added.) (This isn't part

[Python-Dev] FWD: SD MAgazine.com - Jolt Awards Winners

2005-03-10 Thread Aahz
ss should be business casual. > > Looking forward to hearing from you. > > Rosalyn > (415) 947-6182 > > > = > Rosalyn Lum > Technical Editor > Software Development Magazine > CMP Media > 600 Harrison St., 6

Re: [Python-Dev] Adding any() and all()

2005-03-10 Thread Aahz
the last element is not evil; it's just weird, unexpected, and >> non-obvious. Resist the urge to get tricky with this one. +1 > Fine, but then let's keep reduce(), which has this nice property. -1 -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.

<    1   2   3   4   5   6   >