Re: [Python-Dev] [python-committers] Do we need to sign Windows files with GnuPG?

2015-04-04 Thread Kurt B. Kaiser
For the record, that is a Symantec/Verisign code signing certificate. We paid $1123 for it last April. It expires April 2017. If you don't switch to a different vendor, e.g. startssl, please contact me for renewal in 2017. KBK On Sat, Apr 4, 2015, at 10:35 AM, Steve Dower wrote: > Small clarifi

Re: [Python-Dev] [python-committers] Do we need to sign Windows files with GnuPG?

2015-04-04 Thread Kurt B. Kaiser
On Sat, Apr 4, 2015, at 03:35 PM, M.-A. Lemburg wrote: > On 04.04.2015 21:02, Kurt B. Kaiser wrote: > > For the record, that is a Symantec/Verisign code signing > > certificate. We paid $1123 for it last April. It expires > > April 2017. > > > > If you don&#x

Re: [Python-Dev] [python-committers] Do we need to sign Windows files with GnuPG?

2015-04-04 Thread Kurt B. Kaiser
On Sat, Apr 4, 2015, at 03:54 PM, M.-A. Lemburg wrote: > On 04.04.2015 21:49, Kurt B. Kaiser wrote: > > > > > > On Sat, Apr 4, 2015, at 03:35 PM, M.-A. Lemburg wrote: > >> On 04.04.2015 21:02, Kurt B. Kaiser wrote: > >>> For the record

[Python-Dev] IDLE in the stdlib

2013-03-20 Thread Kurt B. Kaiser
[Barry] > On Mar 20, 2013, at 11:22 AM, Eli Bendersky wrote: >>IDLE would be a great first foray into this "separate project" world, because it is many ways a separate project. > I really think that's true. A separate project, occasionally sync'd back > into > the stdlib by a core dev seems like t

[Python-Dev] IDLE in the stdlib

2013-03-20 Thread Kurt B. Kaiser
I apologize for that formatting mess - the Barracuda rejected my original email for some reason (squirrelmail directly from shore.net) and I had to resend it from rejects - it got re-wrapped on transmission. -- KBK ___ Python-Dev mailing list Python-Dev

Re: [Python-Dev] IDLE in the stdlib

2013-03-20 Thread Kurt B. Kaiser
On Wed, Mar 20, 2013, at 09:17 PM, Terry Reedy wrote: > On 3/20/2013 6:48 PM, Kurt B. Kaiser wrote: > > Well, one can hardly use Command Prompt captures, unless one were to > flip black and white within the window (but not its frame). And yet many books do - it's really ugly.

Re: [Python-Dev] IDLE in the stdlib

2013-03-22 Thread Kurt B. Kaiser
On Thu, Mar 21, 2013, at 05:37 AM, Antoine Pitrou wrote: > Le Wed, 20 Mar 2013 18:48:15 -0400, "Kurt B. Kaiser" > a écrit : > > > > IDLE has a single keystroke round trip - it's an IDE, not just an > > editor like Sublime Text or Notepad. In the 21st cent

Re: [Python-Dev] [Idle-dev] Removing IDLE from the standard library

2010-07-12 Thread Kurt B. Kaiser
On Sun, Jul 11 2010, Bruce Sherwood wrote: > On the notion that IDLE is fatally flawed and is driving away > potential users of Python (to put the statements in their most extreme > form): > > It seems that there are (at least) two very different communities > people have in mind. I can appreciate

Re: [Python-Dev] Removing IDLE from the standard library

2010-07-12 Thread Kurt B. Kaiser
On Mon, Jul 12 2010, Jeroen Ruigrok van der Werven wrote: > -On [20100712 08:26], Stephen Hansen (apt.shan...@gmail.com) wrote: >>But I, personally, would consider it a significant loss if IDLE went >>the way of the dodo or a third-party module.  > > Why would it be a significant loss if it went t

Re: [Python-Dev] Removing IDLE from the standard library

2010-07-12 Thread Kurt B. Kaiser
On Mon, Jul 12 2010, Antoine Pitrou wrote: > On Mon, 12 Jul 2010 05:20:49 -0400 > "Kurt B. Kaiser" wrote: >> >> I'm mystified about the comments that the GUI is ugly. It is minimal. >> On XP, it looks exactly like an XP window with a simple menubar.

Re: [Python-Dev] [Idle-dev] Removing IDLE from the standard library

2010-07-12 Thread Kurt B. Kaiser
On Mon, Jul 12 2010, Tal Einat wrote: > On Mon, Jul 12, 2010 at 1:44 AM, "Martin v. Löwis" wrote: >>> FWIW this is why I started IDLE-Spoon (well, continued Noam Raphael's >>> project of the same name, in a sense). The idea was to have a fork of >>> IDLE with new features which need to be tried o

Re: [Python-Dev] Removing IDLE from the standard library

2010-07-12 Thread Kurt B. Kaiser
On Mon, Jul 12 2010, Antoine Pitrou wrote: > On Mon, 12 Jul 2010 08:12:10 -0400 > "Kurt B. Kaiser" wrote: >> > >> > Ok, I've just tried IDLE (on py3k) for the first time in years. Under >> > Linux, the look is ugly and outdated; it uses some kind o

Re: [Python-Dev] Removing IDLE from the standard library

2010-07-12 Thread Kurt B. Kaiser
On Mon, Jul 12 2010, geremy condra wrote: > No offense, but I've been specifically asked not to do demos with IDLE > because it looked 'unprofessional'. Given the constraint of working > within tkinter that may not be something you can work around, but I'm > sure you can see that from a certain pe

Re: [Python-Dev] [Idle-dev] Removing IDLE from the standard library

2010-07-12 Thread Kurt B. Kaiser
On Mon, Jul 12 2010, Neil Hodgson wrote: >On the main editing screen of IDLE, the most noticeable issue is > that there is no horizontal scroll bar even though the text will move > left when you move the caret beyond the rightmost visible character. That was a design decision by Guido to enco

Re: [Python-Dev] [Idle-dev] Removing IDLE from the standard library

2010-07-12 Thread Kurt B. Kaiser
On Mon, Jul 12 2010, Tal Einat wrote: > I have been maintaining my own fork of IDLE for several years and > manually keeping it in sync with IDLE (this was simple). The > difference is that there was no single major new feature I was working > on, such as the addition of a sub-process in IDLE-fork

Re: [Python-Dev] [Idle-dev] Removing IDLE from the standard library; Scherer Agreement

2010-07-12 Thread Kurt B. Kaiser
On Mon, Jul 12 2010, Bruce Sherwood wrote: > I don't recall that VIDLE has anything to do with running multiple IDLE > copies. Well, I stole the ephemeral port idea from him! > What's in VIDLE is a lot of bug fixes and some improvements. For > example, you can configure it to not require having

Re: [Python-Dev] Removing IDLE from the standard library

2010-07-12 Thread Kurt B. Kaiser
On Mon, Jul 12 2010, Terry Reedy wrote: > On 7/12/2010 5:43 PM, "Martin v. Löwis" wrote: >> Am 12.07.2010 23:21, schrieb Terry Reedy: >>> On 7/12/2010 5:46 AM, Kurt B. Kaiser wrote: >>> >>>> On Windows, IDLE opens when you right click / edit a .py.

Re: [Python-Dev] Removing IDLE from the standard library

2010-07-12 Thread Kurt B. Kaiser
On Mon, Jul 12 2010, Terry Reedy wrote: > On 7/12/2010 2:05 AM, "Martin v. Löwis" wrote: >>> What I specifically want right now is Commit Authorization Privilege, >>> especially for IDLE, >> >> Not sure who could grant that, but as far as I can: you have it. > > If I were approved to commit patche

Re: [Python-Dev] [Idle-dev] Removing IDLE from the standard library

2010-07-12 Thread Kurt B. Kaiser
On Mon, Jul 12 2010, Steve Holden wrote: > I agree, the tear-off menus are an anachronism. OK, thanks for the input. I use them rarely, myself. > I'd also like a pony in the form of easily-changeable sets of > keystroke mappings. I have never found Alt-P and its cousins either > memorable or c

[Python-Dev] Weekly Python Patch/Bug Summary

2006-07-09 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 393 open (+15) / 3315 closed (+17) / 3708 total (+32) Bugs: 908 open (+22) / 5975 closed (+49) / 6883 total (+71) RFE : 223 open ( -1) / 229 closed ( +2) / 452 total ( +1) New / Reopened Patches __ test_grp.

[Python-Dev] Weekly Python Patch/Bug Summary

2006-07-19 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 398 open ( +5) / 3334 closed (+19) / 3732 total (+24) Bugs: 904 open ( -4) / 6011 closed (+36) / 6915 total (+32) RFE : 222 open ( -1) / 231 closed ( +2) / 453 total ( +1) New / Reopened Patches __ Fix for #

[Python-Dev] Weekly Python Patch/Bug Summary

2006-07-26 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 401 open ( +3) / 3342 closed ( +8) / 3743 total (+11) Bugs: 896 open ( -8) / 6035 closed (+24) / 6931 total (+16) RFE : 224 open ( +2) / 233 closed ( +2) / 457 total ( +4) New / Reopened Patches __ pkgutil.w

[Python-Dev] Weekly Python Patch/Bug Summary

2006-08-01 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 396 open ( -5) / 3354 closed (+12) / 3750 total ( +7) Bugs: 864 open (-32) / 6087 closed (+52) / 6951 total (+20) RFE : 226 open ( +2) / 234 closed ( +1) / 460 total ( +3) New / Reopened Patches __ Move fire

[Python-Dev] Weekly Python Patch/Bug Summary

2006-08-08 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 402 open ( +6) / 3360 closed ( +6) / 3762 total (+12) Bugs: 861 open ( -3) / 6114 closed (+27) / 6975 total (+24) RFE : 228 open ( +2) / 234 closed ( +0) / 462 total ( +2) New / Reopened Patches __ Replace t

Re: [Python-Dev] no remaining issues blocking 2.5 release

2006-08-15 Thread Kurt B. Kaiser
Anthony Baxter <[EMAIL PROTECTED]> writes: > I'd also like to see idle's separate version number go away and have > it start using the Python version number - maybe as of 2.6? +1 When we merged IDLEfork the consensus was to keep the versioning separate. But it seems confusing and is extra work

Re: [Python-Dev] IDLE patches - bugfix or not?

2006-08-15 Thread Kurt B. Kaiser
Anthony Baxter <[EMAIL PROTECTED]> writes: > On Wednesday 16 August 2006 06:19, Jim Jewett wrote: >> I just uploaded a series of IDLE patches, but I'm not quite sure how >> to classify them on the feature/bugfix scale now that the last beta is >> out. >> >> >From most to least buggish: >> >> pytho

[Python-Dev] Weekly Python Patch/Bug Summary

2006-08-16 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 404 open ( +2) / 3376 closed (+16) / 3780 total (+18) Bugs: 860 open ( -1) / 6131 closed (+17) / 6991 total (+16) RFE : 229 open ( +1) / 235 closed ( +1) / 464 total ( +2) New / Reopened Patches __ option to

Re: [Python-Dev] no remaining issues blocking 2.5 release

2006-08-16 Thread Kurt B. Kaiser
"A.M. Kuchling" <[EMAIL PROTECTED]> writes: > On Tue, Aug 15, 2006 at 10:44:40PM -0400, Kurt B. Kaiser wrote: >> It would be nice if the key IDLE changes could make it to the "What's New >> in Python X.X". If Andrew is interested, I could draft s

Re: [Python-Dev] [Python-checkins] How does this help? Re: r51366 - python/trunk/Lib/idlelib/NEWS.txt python/trunk/Lib/idlelib/idlever.py

2006-08-19 Thread Kurt B. Kaiser
Anthony Baxter <[EMAIL PROTECTED]> writes: > On Saturday 19 August 2006 06:24, Jim Jewett wrote: >> This makes things more consistent for today, but does it really ease >> maintenance? >> >> Why not just change it to: >> >> from sys import version as IDLE_VERSION >> >> so that it can be ignored fr

[Python-Dev] Weekly Python Patch/Bug Summary

2006-08-27 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 407 open ( +3) / 3393 closed (+17) / 3800 total (+20) Bugs: 888 open (+28) / 6145 closed (+14) / 7033 total (+42) RFE : 232 open ( +3) / 236 closed ( +1) / 468 total ( +4) New / Reopened Patches __ most miss

[Python-Dev] Weekly Python Patch/Bug Summary

2006-09-01 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 412 open ( +5) / 3397 closed ( +4) / 3809 total ( +9) Bugs: 900 open (+12) / 6149 closed ( +4) / 7049 total (+16) RFE : 233 open ( +1) / 236 closed ( +0) / 469 total ( +1) New / Reopened Patches __ set liter

[Python-Dev] Weekly Python Patch/Bug Summary

2006-09-08 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 413 open ( +1) / 3407 closed (+10) / 3820 total (+11) Bugs: 897 open ( -3) / 6167 closed (+18) / 7064 total (+15) RFE : 234 open ( +1) / 238 closed ( +2) / 472 total ( +3) New / Reopened Patches __ Fix decim

[Python-Dev] Weekly Python Patch/Bug Summary

2006-09-14 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 416 open ( +3) / 3408 closed ( +1) / 3824 total ( +4) Bugs: 898 open ( +1) / 6180 closed (+13) / 7078 total (+14) RFE : 234 open ( +0) / 238 closed ( +0) / 472 total ( +0) New / Reopened Patches __ email par

[Python-Dev] Weekly Python Patch/Bug Summary

2006-09-20 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 419 open ( +3) / 3410 closed ( +2) / 3829 total ( +5) Bugs: 910 open (+12) / 6185 closed ( +5) / 7095 total (+17) RFE : 235 open ( +1) / 238 closed ( +0) / 473 total ( +1) New / Reopened Patches __ Practical

[Python-Dev] Weekly Python Patch/Bug Summary ** REVISED **

2006-09-21 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 420 open ( +4) / 3410 closed ( +2) / 3830 total ( +6) Bugs: 915 open (+17) / 6186 closed ( +6) / 7101 total (+23) RFE : 235 open ( +1) / 238 closed ( +0) / 473 total ( +1) New / Reopened Patches __ Practical

[Python-Dev] Weekly Python Patch/Bug Summary

2006-09-30 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 422 open ( +2) / 3415 closed ( +5) / 3837 total ( +7) Bugs: 933 open (+18) / 6212 closed (+26) / 7145 total (+44) RFE : 237 open ( +2) / 239 closed ( +1) / 476 total ( +3) New / Reopened Patches __ platform.

[Python-Dev] Weekly Python Patch/Bug Summary

2006-10-06 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 428 open ( +6) / 3417 closed ( +2) / 3845 total ( +8) Bugs: 939 open ( +6) / 6229 closed (+17) / 7168 total (+23) RFE : 240 open ( +3) / 239 closed ( +0) / 479 total ( +3) New / Reopened Patches __ Speed up

[Python-Dev] Weekly Python Patch/Bug Summary

2006-10-15 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 431 open ( +3) / 3425 closed ( +8) / 3856 total (+11) Bugs: 916 open (-23) / 6273 closed (+44) / 7189 total (+21) RFE : 244 open ( +4) / 240 closed ( +1) / 484 total ( +5) New / Reopened Patches __ typo in P

[Python-Dev] Weekly Python Patch/Bug Summary

2006-10-26 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 434 open ( +3) / 3430 closed ( +5) / 3864 total ( +8) Bugs: 929 open (+13) / 6285 closed (+12) / 7214 total (+25) RFE : 245 open ( +1) / 240 closed ( +0) / 485 total ( +1) New / Reopened Patches __ various d

[Python-Dev] Weekly Python Patch/Bug Summary

2006-11-07 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 430 open ( -4) / 3447 closed (+17) / 3877 total (+13) Bugs: 922 open ( -7) / 6316 closed (+31) / 7238 total (+24) RFE : 245 open ( +0) / 241 closed ( +1) / 486 total ( +1) New / Reopened Patches __ modulefin

[Python-Dev] Weekly Python Patch/Bug Summary

2006-11-16 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 416 open (-14) / 3463 closed (+16) / 3879 total ( +2) Bugs: 930 open ( +8) / 6333 closed (+17) / 7263 total (+25) RFE : 244 open ( -1) / 244 closed ( +3) / 488 total ( +2) New / Reopened Patches __ tkSimpleD

[Python-Dev] Weekly Python Patch/Bug Summary

2006-11-22 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 406 open (-10) / 3479 closed (+16) / 3885 total ( +6) Bugs: 931 open ( +1) / 6349 closed (+16) / 7280 total (+17) RFE : 245 open ( +1) / 244 closed ( +0) / 489 total ( +1) New / Reopened Patches __ Logging M

[Python-Dev] Weekly Python Patch/Bug Summary

2006-11-30 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 407 open ( +1) / 3484 closed ( +5) / 3891 total ( +6) Bugs: 936 open ( +5) / 6363 closed (+14) / 7299 total (+19) RFE : 246 open ( +1) / 244 closed ( +0) / 490 total ( +1) New / Reopened Patches __ sys.id()

[Python-Dev] Weekly Python Patch/Bug Summary

2006-12-06 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 413 open ( +6) / 3489 closed ( +5) / 3902 total (+11) Bugs: 943 open ( +7) / 6364 closed ( +1) / 7307 total ( +8) RFE : 246 open ( +0) / 244 closed ( +0) / 490 total ( +0) New / Reopened Patches __ popen() s

Re: [Python-Dev] RealClearPolitics - Articles - Exit Rumsfeld, Smiling

2006-12-07 Thread Kurt B. Kaiser
"Karen Treanor" <[EMAIL PROTECTED]> writes: > Unfortunately this won't work for me, not by clicking on it or by > cutting and pasting it. The url below is wrapped, I assume you fixed the wrap? > > -Original Message- From: Kurt B. Kaiser [mailto:[

Re: [Python-Dev] Spam and semi-spam and neo-spam

2006-12-07 Thread Kurt B. Kaiser
"Karen Treanor" <[EMAIL PROTECTED]> writes: > More and more people seem to be having a selection of email addresses, > some for general contact, some for business, and one private one for > only a select few contacts. This isn't possible in business, as your > email address is by necessity public

Re: [Python-Dev] Spam and semi-spam and neo-spam

2006-12-07 Thread Kurt B. Kaiser
"Kurt B. Kaiser" <[EMAIL PROTECTED]> writes: > Don't ever do that! Ahhh... sorry about that!! -- KBK ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http:/

Re: [Python-Dev] MSI being downloaded 10x more than all other files?!

2006-12-08 Thread Kurt B. Kaiser
Scott Dial <[EMAIL PROTECTED]> writes: > You should ask yourself: > 1) Where else can people grab Python on Windows? > 2) Where else can people grab Python for [every other operating system]? > > Most distros are kind enough to provide their own mirror, I would say > that easily accounts for the

Re: [Python-Dev] [Python-checkins] MSI being downloaded 10x more than all other files?!

2006-12-11 Thread Kurt B. Kaiser
"Guido van Rossum" <[EMAIL PROTECTED]> writes: > Just because in the past the ratio of downloads for a particular > version was always about 70% Windows vs. 30% source. Now it seems > closer to 90/10. Going mainstream :-)) The Rails buzz seems to be jumping to Python lately. -- KBK ___

Re: [Python-Dev] [Python-checkins] MSI being downloaded 10x morethan all other files?!

2006-12-12 Thread Kurt B. Kaiser
"Fredrik Lundh" <[EMAIL PROTECTED]> writes: >> The Rails buzz seems to be jumping to Python lately. > > fwiw, the people I see pick up Python haven't even heard of Ruby or > Rails (not every- one is doing web 2.0 stuff, after all). Yes, separate but related groups and issues. MIT's adopting Pyth

[Python-Dev] Weekly Python Patch/Bug Summary

2006-12-14 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 414 open ( +1) / 3498 closed ( +9) / 3912 total (+10) Bugs: 949 open ( +6) / 6376 closed (+12) / 7325 total (+18) RFE : 247 open ( +1) / 245 closed ( +1) / 492 total ( +2) New / Reopened Patches __ C99 _Bool

[Python-Dev] Weekly Python Patch/Bug Summary

2006-12-21 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 420 open ( +6) / 3510 closed (+12) / 3930 total (+18) Bugs: 944 open ( -5) / 6391 closed (+15) / 7335 total (+10) RFE : 249 open ( +2) / 245 closed ( +0) / 494 total ( +2) New / Reopened Patches __ cp720 enc

[Python-Dev] Weekly Python Patch/Bug Summary

2006-12-29 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 413 open ( -7) / 3521 closed (+11) / 3934 total ( +4) Bugs: 946 open ( +2) / 6400 closed ( +9) / 7346 total (+11) RFE : 248 open ( -1) / 246 closed ( +1) / 494 total ( +0) New / Reopened Patches __ Auto-comp

[Python-Dev] Weekly Python Patch/Bug Summary

2007-01-04 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 418 open ( +5) / 3522 closed ( +1) / 3940 total ( +6) Bugs: 959 open (+13) / 6405 closed ( +5) / 7364 total (+18) RFE : 250 open ( +2) / 245 closed ( -1) / 495 total ( +1) New / Reopened Patches __ update to

[Python-Dev] Weekly Python Patch/Bug Summary

2007-01-12 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 421 open ( +3) / 3530 closed ( +8) / 3951 total (+11) Bugs: 963 open ( +4) / 6426 closed (+21) / 7389 total (+25) RFE : 255 open ( +5) / 246 closed ( +1) / 501 total ( +6) New / Reopened Patches __ The Unico

[Python-Dev] Weekly Python Patch/Bug Summary

2007-01-19 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 423 open ( +2) / 3539 closed ( +9) / 3962 total (+11) Bugs: 960 open ( -3) / 6446 closed (+20) / 7406 total (+17) RFE : 258 open ( +3) / 249 closed ( +3) / 507 total ( +6) New / Reopened Patches __ Add alias

[Python-Dev] Weekly Python Patch/Bug Summary

2007-01-26 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 421 open ( -2) / 3549 closed (+10) / 3970 total ( +8) Bugs: 943 open (-17) / 6471 closed (+25) / 7414 total ( +8) RFE : 260 open ( +2) / 250 closed ( +1) / 510 total ( +3) New / Reopened Patches __ rlcomplet

[Python-Dev] Weekly Python Patch/Bug Summary

2007-02-04 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 423 open ( +2) / 3553 closed ( +4) / 3976 total ( +6) Bugs: 963 open (+20) / 6479 closed ( +8) / 7442 total (+28) RFE : 260 open ( +0) / 250 closed ( +0) / 510 total ( +0) New / Reopened Patches __ ConfigPar

[Python-Dev] Weekly Python Patch/Bug Summary

2007-02-12 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 417 open ( -6) / 3565 closed (+12) / 3982 total ( +6) Bugs: 960 open ( -3) / 6498 closed (+19) / 7458 total (+16) RFE : 266 open ( +6) / 251 closed ( +1) / 517 total ( +7) New / Reopened Patches __ stream wr

[Python-Dev] Weekly Python Patch/Bug Summary

2007-02-21 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 408 open ( -9) / 3585 closed (+20) / 3993 total (+11) Bugs: 968 open ( +8) / 6505 closed ( +7) / 7473 total (+15) RFE : 267 open ( +1) / 251 closed ( +0) / 518 total ( +1) New / Reopened Patches __ Handle re

[Python-Dev] Weekly Python Patch/Bug Summary

2007-02-28 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 416 open ( +8) / 3593 closed ( +8) / 4009 total (+16) Bugs: 974 open ( +6) / 6520 closed (+15) / 7494 total (+21) RFE : 268 open ( +1) / 251 closed ( +0) / 519 total ( +1) New / Reopened Patches __ Allow spe

[Python-Dev] Weekly Python Patch/Bug Summary

2007-03-11 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 380 open (-36) / 3658 closed (+65) / 4038 total (+29) Bugs: 965 open ( -9) / 6555 closed (+35) / 7520 total (+26) RFE : 272 open ( +4) / 253 closed ( +2) / 525 total ( +6) New / Reopened Patches __ Extension

[Python-Dev] Weekly Python Patch/Bug Summary

2007-03-16 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 342 open (-38) / 3712 closed (+54) / 4054 total (+16) Bugs: 951 open (-14) / 6588 closed (+33) / 7539 total (+19) RFE : 257 open (-15) / 266 closed (+13) / 523 total ( -2) New / Reopened Patches __ ftp.pytho

[Python-Dev] Weekly Python Patch/Bug Summary

2007-04-08 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 349 open ( +7) / 3737 closed (+25) / 4086 total (+32) Bugs: 939 open (-12) / 6648 closed (+60) / 7587 total (+48) RFE : 249 open ( -8) / 278 closed (+12) / 527 total ( +4) New / Reopened Patches __ Python 2.

[Python-Dev] Weekly Python Patch/Bug Summary

2007-04-18 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 357 open ( +8) / 3745 closed ( +8) / 4102 total (+16) Bugs: 958 open (+19) / 6657 closed ( +9) / 7615 total (+28) RFE : 251 open ( +2) / 280 closed ( +2) / 531 total ( +4) New / Reopened Patches __ Help with

[Python-Dev] Weekly Python Patch/Bug Summary

2007-04-27 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 356 open ( -1) / 3756 closed (+11) / 4112 total (+10) Bugs: 968 open (+10) / 6673 closed (+16) / 7641 total (+26) RFE : 254 open ( +3) / 282 closed ( +2) / 536 total ( +5) New / Reopened Patches __ fixes bug

[Python-Dev] Weekly Python Patch/Bug Summary

2007-05-05 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 360 open ( +4) / 3760 closed ( +4) / 4120 total ( +8) Bugs: 971 open ( +3) / 6683 closed (+10) / 7654 total (+13) RFE : 257 open ( +3) / 282 closed ( +0) / 539 total ( +3) New / Reopened Patches __ test_1686

[Python-Dev] Weekly Python Patch/Bug Summary

2007-05-13 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 362 open ( +2) / 3766 closed ( +6) / 4128 total ( +8) Bugs: 968 open ( -3) / 6692 closed ( +9) / 7660 total ( +6) RFE : 256 open ( -1) / 286 closed ( +4) / 542 total ( +3) New / Reopened Patches __ Fix off-b

[Python-Dev] Weekly Python Patch/Bug Summary

2007-05-22 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 364 open ( +2) / 3769 closed ( +3) / 4133 total ( +5) Bugs: 986 open (+18) / 6701 closed ( +9) / 7687 total (+27) RFE : 258 open ( +2) / 287 closed ( +1) / 545 total ( +3) New / Reopened Patches __ syslog sy

[Python-Dev] Weekly Python Patch/Bug Summary

2007-06-22 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 385 open (+21) / 3790 closed (+21) / 4175 total (+42) Bugs: 1029 open (+43) / 6744 closed (+43) / 7773 total (+86) RFE : 262 open ( +4) / 291 closed ( +4) / 553 total ( +8) New / Reopened Patches __ syslog sy

[Python-Dev] Weekly Python Patch/Bug Summary

2007-07-09 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 392 open ( +7) / 3792 closed ( +2) / 4184 total ( +9) Bugs: 1042 open (+13) / 6757 closed (+13) / 7799 total (+26) RFE : 263 open ( +1) / 292 closed ( +1) / 555 total ( +2) New / Reopened Patches __ "%d" form

[Python-Dev] Weekly Python Patch/Bug Summary

2007-07-17 Thread Kurt B. Kaiser
maury Forgeot d'Arc Patch for [ 735515 ] urllib2 should cache 301 redir (2007-07-18) http://python.org/sf/1755841 opened by O.R.Senthil Kumaran Show Location of Unicode Escape Errors (2007-07-18) http://python.org/sf/1755885 opened by Kurt B. Kaiser Patches Closed

[Python-Dev] Weekly Python Patch/Bug Summary

2007-07-26 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 399 open ( +5) / 3836 closed ( +9) / 4235 total (+14) Bugs: 1056 open (+10) / 6776 closed ( +3) / 7832 total (+13) RFE : 263 open ( +1) / 294 closed ( +1) / 557 total ( +2) New / Reopened Patches __ utilize 2

[Python-Dev] Weekly Python Patch/Bug Summary

2007-08-03 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 404 open ( +5) / 3847 closed (+11) / 4251 total (+16) Bugs: 1059 open ( +3) / 6784 closed ( +8) / 7843 total (+11) RFE : 263 open ( +0) / 295 closed ( +1) / 558 total ( +1) New / Reopened Patches __ struni: F

[Python-Dev] Weekly Python Patch/Bug Summary

2007-08-10 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 404 open ( +0) / 3855 closed ( +8) / 4259 total ( +8) Bugs: 1065 open ( +6) / 6790 closed ( +6) / 7855 total (+12) RFE : 263 open ( +0) / 295 closed ( +0) / 558 total ( +0) New / Reopened Patches __ MSVC++8 x

[Python-Dev] Weekly Python Patch/Bug Summary

2007-08-18 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 417 open (+13) / 3855 closed ( +0) / 4272 total (+13) Bugs: 1069 open ( +4) / 6800 closed (+10) / 7869 total (+14) RFE : 262 open ( -1) / 296 closed ( +1) / 558 total ( +0) New / Reopened Patches __ Replacing

[Python-Dev] Final SF Python Patch/Bug Summary

2007-08-23 Thread Kurt B. Kaiser
New / Reopened Patches __ minidom pretty xml output improvement (2007-08-19) http://python.org/sf/1777134 opened by Teajay removeTest() method patch for unittest.TestSuite (2007-08-21) http://python.org/sf/1778410 opened by Mark Edgington robotparser.py fi

Re: [Python-Dev] Mutable sequence .sort() signature

2008-02-12 Thread Kurt B. Kaiser
"Guido van Rossum" <[EMAIL PROTECTED]> writes: > Also, pretty prominent, in the what's new in 3.0 doc. By 'prominent', are you suggesting putting it near the bottom of the "Common Stumbling Blocks" section, as opposed to the "Other Language Changes" section? I can work up a short patch. -- KBK

Re: [Python-Dev] Mutable sequence .sort() signature

2008-02-12 Thread Kurt B. Kaiser
Raymond Hettinger <[EMAIL PROTECTED]> writes: > [Kurt] >> Looking at the various py3k docs and mail lists, etc. I just can't >> find the specification and discussion of the signature change >> eliminating the comparison function (so far)! > > There is a note Misc/NEWS and I believe the 2-to-3 fol

[Python-Dev] Weekly Python Patch/Bug Summary

2004-12-01 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 258 open ( +4) / 2701 closed ( +1) / 2959 total ( +5) Bugs: 812 open (+28) / 4642 closed (+13) / 5454 total (+41) RFE : 160 open ( +4) / 136 closed ( +1) / 296 total ( +5) New / Reopened Patches __ #1074261

Re: [Python-Dev] SRE bug and notifications

2004-12-03 Thread Kurt B. Kaiser
"A.M. Kuchling" <[EMAIL PROTECTED]> writes: > Perhaps the summaries should include an "unassigned bugs" list to nag > us to look at bugs and assign them to the right person. The bug report is derived from the bug and patch email lists, so that information isn't available without scraping it off

[Python-Dev] Weekly Python Patch/Bug Summary

2004-12-06 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 259 open ( +1) / 2705 closed ( +4) / 2964 total ( +5) Bugs: 800 open (-12) / 4662 closed (+20) / 5462 total ( +8) RFE : 160 open ( +0) / 137 closed ( +1) / 297 total ( +1) New / Reopened Patches __ add key

[Python-Dev] Weekly Python Patch/Bug Summary

2004-12-17 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 259 open ( +0) / 2707 closed ( +2) / 2966 total ( +2) Bugs: 822 open (+22) / 4685 closed (+23) / 5507 total (+45) RFE : 160 open ( +0) / 139 closed ( +2) / 299 total ( +2) New / Reopened Patches __ repair ty

[Python-Dev] Weekly Python Patch/Bug Summary

2004-12-22 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 257 open ( -2) / 2715 closed ( +8) / 2972 total ( +6) Bugs: 807 open (-15) / 4717 closed (+32) / 5524 total (+17) RFE : 163 open ( +3) / 139 closed ( +0) / 302 total ( +3) New / Reopened Patches __ sgmllib.S

[Python-Dev] Weekly Python Patch/Bug Summary

2004-12-31 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 261 open ( +4) / 2718 closed ( +3) / 2979 total ( +7) Bugs: 801 open ( -6) / 4733 closed (+16) / 5534 total (+10) RFE : 165 open ( +2) / 139 closed ( +0) / 304 total ( +2) New / Reopened Patches __ Patch for

Re: [Python-Dev] Please help complete the AST branch

2005-01-04 Thread Kurt B. Kaiser
Guido van Rossum <[EMAIL PROTECTED]> writes: > I'd be fine with keeping this on python-dev too. Maybe tag the Subject: with [AST] when starting a thread? -- KBK ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/

Re: [Python-Dev] Please help complete the AST branch

2005-01-05 Thread Kurt B. Kaiser
Jeremy Hylton <[EMAIL PROTECTED]> writes: > Does anyone want to volunteer to integrate the current head to the > branch? I think that's a pretty important near-term step. I'll take a shot at it. I see the following: 2216 changes: 1428 modifications w/o confict 399 adds 360 removes 29 conflict

Re: [Python-Dev] ast branch pragmatics

2005-01-05 Thread Kurt B. Kaiser
Jeremy Hylton <[EMAIL PROTECTED]> writes: > The existing ast-branch mostly works, but it does not include most of > the new features of Python 2.4. There is a substantial integration > effort, perhaps easy for someone who does a lot of CVS branch merges. > (In particular, the head has already be

Re: [Python-Dev] Please help complete the AST branch

2005-01-05 Thread Kurt B. Kaiser
Jeremy Hylton <[EMAIL PROTECTED]> writes: >> 29 conflicts > > Oh. That's not as bad as I expected. Proceeding >> Major conflict: >> Python/compile.c(Probably not merged during 1st merge) > > I think that's right. I didn't merge any of the changes, then. > >> Lib/test/test_c

Re: [Python-Dev] Re: [Python-checkins] python/dist/src/Python pythonrun.c, 2.161.2.15, 2.161.2.16

2005-01-07 Thread Kurt B. Kaiser
Jeremy Hylton <[EMAIL PROTECTED]> writes: > How's the merge going? Looks like it's done. I tagged ast-branch when I finished: merged_from_MAIN_07JAN05 Right now I'm trying to get Python-ast.c to compile. It wasn't modified by the merge, so there's some other issue. > And if I haven't already

Re: [Python-Dev] Re: [Python-checkins] python/dist/src/Python pythonrun.c, 2.161.2.15, 2.161.2.16

2005-01-07 Thread Kurt B. Kaiser
Jeremy Hylton <[EMAIL PROTECTED]> writes: > ../Python/symtable.c:193: structure has no member named `st_tmpname' > > Do you see that? Yeah, the merge eliminated it from the symtable struct in symtable.h. You moved it to symtable_entry at rev 2.12 in MAIN :-) I'll research it. Apparently my buil

Re: [Python-Dev] Re: [Python-checkins] python/dist/src/Python pythonrun.c, 2.161.2.15, 2.161.2.16

2005-01-07 Thread Kurt B. Kaiser
[EMAIL PROTECTED] (Kurt B. Kaiser) writes: > [JH] >> ../Python/symtable.c:193: structure has no member named `st_tmpname' >> >> Do you see that? > > Yeah, the merge eliminated it from the symtable struct in symtable.h. > You moved it to symtable_entry at rev 2.

[Python-Dev] Weekly Python Patch/Bug Summary

2005-01-08 Thread Kurt B. Kaiser
/1097671 opened by Kurt B. Kaiser Direct framework linking for MACOSX_DEPLOYMENT_TARGET < 10.3 (2005-01-07) http://python.org/sf/1097739 opened by Bob Ippolito Encoding for Code Page 273 used by EBCDIC Germany Austria (2005-01-07) http://python.org/sf/1097797 opened by Mich

Re: [Python-Dev] Re: PEP 246: LiskovViolation as a name

2005-01-12 Thread Kurt B. Kaiser
Skip Montanaro <[EMAIL PROTECTED]> writes: > I don't think that's appropriate in this case. Liskov violation is > something precise. I don't think that changing what you call it will help > beginners understand it any better in this case. I say leave it as it and > make sure it's properly docum

[Python-Dev] Weekly Python Patch/Bug Summary

2005-01-16 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 272 open ( +5) / 2737 closed (+10) / 3009 total (+15) Bugs: 793 open ( -5) / 4777 closed (+29) / 5570 total (+24) RFE : 165 open ( +0) / 141 closed ( +1) / 306 total ( +1) New / Reopened Patches __ Enhance t

Re: [Python-Dev] Re: [Python-checkins] python/dist/src/Python pythonrun.c, 2.161.2.15, 2.161.2.16

2005-01-16 Thread Kurt B. Kaiser
[EMAIL PROTECTED] (Kurt B. Kaiser) writes: > [EMAIL PROTECTED] (Kurt B. Kaiser) writes: >> [JH] >>> ../Python/symtable.c:193: structure has no member named `st_tmpname' >>> >>> Do you see that? >> >> Yeah, the merge eliminated it from

Re: [Python-Dev] Re: 2.3.5 delayed til next week

2005-01-17 Thread Kurt B. Kaiser
Thomas Heller <[EMAIL PROTECTED]> writes: > 25-27 January are all ok for me. Will there be a lot of backports, or > are they already in place? If they are already there, I can build the > installer as soon as Fred has built the html docs. I've got a couple, I'll get them in by tomorrow. -- KBK

[Python-Dev] Weekly Python Patch/Bug Summary

2005-01-23 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 273 open ( +1) / 2746 closed ( +9) / 3019 total (+10) Bugs: 797 open ( +4) / 4789 closed (+12) / 5586 total (+16) RFE : 166 open ( +1) / 141 closed ( +0) / 307 total ( +1) New / Reopened Patches __ fix distu

Re: [Python-Dev] Speed up function calls

2005-01-25 Thread Kurt B. Kaiser
Neal Norwitz <[EMAIL PROTECTED]> writes: >> * not handling more than nine arguments, > > There are very few functions I've found that take more than 2 > arguments. Should 9 be lower, higher? I don't have a good feel. > From what I've seen, 5 may be more reasonable as far as catching 90% > of the

Re: [Python-Dev] I think setup.py needs major rework

2005-01-26 Thread Kurt B. Kaiser
Skip Montanaro <[EMAIL PROTECTED]> writes: > Python's setup.py has grown way out of control. I'm trying to > build and install Python 2.4.0 on a Solaris system with Tcl/Tk > installed in a non-standard place and I can't figure out the > incantation to tell setup.py to look where t

  1   2   >