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

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
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] 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 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.

[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

[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

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

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] 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] [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] [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

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] 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] 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] [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 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] 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] [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] 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] 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

[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] 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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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

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

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-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

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

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] 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] 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] 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] 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:[

[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

[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-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-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-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-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-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-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-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 ** 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-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

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-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-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-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

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

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

[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] 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

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

[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

[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-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-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-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-06-21 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 378 open ( +3) / 3298 closed (+34) / 3676 total (+37) Bugs: 886 open (-24) / 5926 closed (+75) / 6812 total (+51) RFE : 224 open ( +7) / 227 closed ( +7) / 451 total (+14) New / Reopened Patches __ Improve s

[Python-Dev] Weekly Python Patch/Bug Summary

2006-05-29 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 375 open ( -3) / 3264 closed (+26) / 3639 total (+23) Bugs: 910 open ( +3) / 5851 closed (+20) / 6761 total (+23) RFE : 217 open ( -1) / 220 closed ( +3) / 437 total ( +2) New / Reopened Patches __ Minor Cor

[Python-Dev] Weekly Python Patch/Bug Summary

2006-05-19 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 378 open ( +0) / 3238 closed (+22) / 3616 total (+22) Bugs: 907 open (+13) / 5831 closed (+20) / 6738 total (+33) RFE : 218 open ( +2) / 217 closed ( +2) / 435 total ( +4) New / Reopened Patches __ Patch fix

[Python-Dev] Weekly Python Patch/Bug Summary

2006-05-05 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 378 open ( +0) / 3216 closed (+17) / 3594 total (+17) Bugs: 894 open ( -7) / 5811 closed (+19) / 6705 total (+12) RFE : 216 open ( +2) / 215 closed ( +1) / 431 total ( +3) New / Reopened Patches __ Rename fu

[Python-Dev] Weekly Python Patch/Bug Summary

2006-04-28 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 378 open ( +7) / 3199 closed ( +4) / 3577 total (+11) Bugs: 901 open ( -7) / 5792 closed (+25) / 6693 total (+18) RFE : 214 open ( +3) / 214 closed ( +2) / 428 total ( +5) New / Reopened Patches __ Allow PyA

[Python-Dev] Weekly Python Patch/Bug Summary

2006-04-20 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 371 open (-12) / 3195 closed (+39) / 3566 total (+27) Bugs: 908 open (+22) / 5767 closed ( +8) / 6675 total (+30) RFE : 211 open ( +1) / 212 closed ( +0) / 423 total ( +1) New / Reopened Patches __ Fix test_

[Python-Dev] Weekly Python Patch/Bug Summary

2006-04-13 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 383 open ( -8) / 3156 closed (+14) / 3539 total ( +6) Bugs: 886 open (-12) / 5759 closed (+28) / 6645 total (+16) RFE : 210 open ( -5) / 212 closed ( +5) / 422 total ( +0) New / Reopened Patches __ socket.py

[Python-Dev] Weekly Python Patch/Bug Summary

2006-04-07 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 391 open ( +2) / 3142 closed (+25) / 3533 total (+27) Bugs: 898 open ( -3) / 5731 closed (+44) / 6629 total (+41) RFE : 215 open ( +1) / 207 closed ( +1) / 422 total ( +2) New / Reopened Patches __ give roun

[Python-Dev] Weekly Python Patch/Bug Summary

2006-03-28 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 389 open ( -3) / 3117 closed (+23) / 3506 total (+20) Bugs: 901 open ( -6) / 5687 closed (+41) / 6588 total (+35) RFE : 214 open ( +1) / 206 closed ( +4) / 420 total ( +5) New / Reopened Patches __ Minimalis

[Python-Dev] Weekly Python Patch/Bug Summary

2006-03-16 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 392 open ( +6) / 3094 closed ( +5) / 3486 total (+11) Bugs: 907 open (+18) / 5646 closed (+10) / 6553 total (+28) RFE : 213 open ( +1) / 202 closed ( +1) / 415 total ( +2) New / Reopened Patches __ new exit

[Python-Dev] Weekly Python Patch/Bug Summary

2006-03-09 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 386 open ( +4) / 3089 closed (+10) / 3475 total (+14) Bugs: 889 open ( +9) / 5636 closed (+12) / 6525 total (+21) RFE : 212 open ( +1) / 201 closed ( +0) / 413 total ( +1) New / Reopened Patches __ db4.4 sup

[Python-Dev] Weekly Python Patch/Bug Summary

2006-03-01 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 382 open ( -3) / 3079 closed (+12) / 3461 total ( +9) Bugs: 880 open (+16) / 5624 closed ( +3) / 6504 total (+19) RFE : 211 open ( +0) / 201 closed ( +1) / 412 total ( +1) New / Reopened Patches __ PEP 357 -

[Python-Dev] Weekly Python Patch/Bug Summary

2006-02-21 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 385 open (-14) / 3067 closed (+25) / 3452 total (+11) Bugs: 864 open (-59) / 5621 closed (+68) / 6485 total ( +9) RFE : 211 open ( +2) / 200 closed ( +2) / 411 total ( +4) New / Reopened Patches __ GNU uses

[Python-Dev] Weekly Python Patch/Bug Summary

2006-02-15 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 399 open ( +8) / 3042 closed ( +4) / 3441 total (+12) Bugs: 923 open ( +8) / 5553 closed (+13) / 6476 total (+21) RFE : 209 open ( +0) / 198 closed ( +1) / 407 total ( +1) New / Reopened Patches __ urllib pr

[Python-Dev] Weekly Python Patch/Bug Summary

2006-02-06 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 391 open ( +0) / 3038 closed (+10) / 3429 total (+10) Bugs: 915 open ( +9) / 5540 closed (+21) / 6455 total (+30) RFE : 209 open ( +2) / 197 closed ( +0) / 406 total ( +2) New / Reopened Patches __ difflib e

[Python-Dev] Weekly Python Patch/Bug Summary (Revised)

2006-01-23 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 391 open ( +7) / 3028 closed (+12) / 3419 total (+19) Bugs: 906 open ( -3) / 5519 closed (+19) / 6425 total (+16) RFE : 207 open ( -1) / 197 closed ( +1) / 404 total ( +0) New / Reopened Patches __ Patch for

[Python-Dev] Weekly Python Patch/Bug Summary

2006-01-23 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 391 open ( +7) / 3028 closed (+12) / 3419 total (+19) Bugs: 905 open ( -4) / 5519 closed (+19) / 6424 total (+15) RFE : 207 open ( -1) / 197 closed ( +1) / 404 total ( +0) New / Reopened Patches __ Patch for

[Python-Dev] Weekly Python Patch/Bug Summary

2006-01-13 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 384 open ( +2) / 3016 closed (+13) / 3400 total (+15) Bugs: 909 open ( +6) / 5500 closed (+21) / 6409 total (+27) RFE : 208 open ( +5) / 196 closed ( +1) / 404 total ( +6) New / Reopened Patches __ add suppo

[Python-Dev] Weekly Python Patch/Bug Summary

2005-12-31 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 382 open ( +3) / 3003 closed ( +1) / 3385 total ( +4) Bugs: 903 open (-11) / 5479 closed (+27) / 6382 total (+16) RFE : 203 open ( -1) / 195 closed ( +2) / 398 total ( +1) New / Reopened Patches __ NotImplem

[Python-Dev] Weekly Python Patch/Bug Summary

2005-12-23 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 379 open ( -4) / 3002 closed (+12) / 3381 total ( +8) Bugs: 914 open (-13) / 5452 closed (+37) / 6366 total (+24) RFE : 204 open ( +0) / 193 closed ( +1) / 397 total ( +1) New / Reopened Patches __ Some fixe

[Python-Dev] Weekly Python Patch/Bug Summary

2005-12-13 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 383 open (+11) / 2990 closed (+10) / 3373 total (+21) Bugs: 927 open (+19) / 5415 closed (+20) / 6342 total (+39) RFE : 204 open ( +4) / 192 closed ( +1) / 396 total ( +5) New / Reopened Patches __ use PyOS_

  1   2   >