[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

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

[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

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 build

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.12 in MAIN :-) I'll research it. I think

[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

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 the symtable struct in symtable.h. You moved it to symtable_entry at rev

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

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

[Python-Dev] Weekly Python Patch/Bug Summary

2005-02-03 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 284 open ( +4) / 2748 closed ( +1) / 3032 total ( +5) Bugs: 804 open ( +1) / 4812 closed (+13) / 5616 total (+14) RFE : 167 open ( +0) / 142 closed ( +1) / 309 total ( +1) New / Reopened Patches __ Patch

[Python-Dev] Weekly Python Patch/Bug Summary

2005-02-15 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 298 open (+14) / 2754 closed ( +6) / 3052 total (+20) Bugs: 823 open (+19) / 4829 closed (+17) / 5652 total (+36) RFE : 168 open ( +1) / 144 closed ( +2) / 312 total ( +3) New / Reopened Patches __

[Python-Dev] Weekly Python Patch/Bug Summary

2005-02-28 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 303 open ( -5) / 2764 closed ( +9) / 3067 total ( +4) Bugs: 849 open (+11) / 4837 closed ( +3) / 5686 total (+14) RFE : 169 open ( +1) / 148 closed ( +0) / 317 total ( +1) New / Reopened Patches __ New

Re: [Python-Dev] Re: [Python-checkins] python/dist/src/Lib/idlelib NEWS.txt, 1.49.2.3, 1.49.2.4 idlever.py, 1.22.2.1, 1.22.2.2

2005-03-11 Thread Kurt B. Kaiser
Anthony Baxter [EMAIL PROTECTED] writes: On Thursday 10 March 2005 03:48, Fred L. Drake, Jr. wrote: RCS file: /cvsroot/python/python/dist/src/Lib/idlelib/idlever.py,v -IDLE_VERSION = 1.1.1 +IDLE_VERSION = 1.1.1c1 Shouldn't this progress from 1.1.1 to 1.1.2c1? Otherwise it's moving

Re: [Python-Dev] Re: [Python-checkins] python/dist/src/Lib/idlelib NEWS.txt, 1.49.2.3, 1.49.2.4 idlever.py, 1.22.2.1, 1.22.2.2

2005-03-12 Thread Kurt B. Kaiser
Martin v. Löwis [EMAIL PROTECTED] writes: Kurt B. Kaiser wrote: To eliminate this confusion I'd propose either 1. Eliminating the separate IDLE versioning now that it's installed with Python when Tcl/Tk is available. or 2. Bringing its version in sync with Python 2.5. I'm in favor

Re: [Python-Dev] RELEASED Python 2.4.1, release candidate 1

2005-03-12 Thread Kurt B. Kaiser
Martin v. Löwis [EMAIL PROTECTED] writes: I'd like to encourage feedback on whether the Windows installer works for people. It replaces the VBScript part in the MSI package with native code, which ought to drop the dependency on VBScript, but might introduce new incompatibilities. I had some

Re: [Python-Dev] RELEASED Python 2.4.1, release candidate 1

2005-03-13 Thread Kurt B. Kaiser
Martin v. Löwis [EMAIL PROTECTED] writes: I downloaded the 2.4.1c1 installer to the desktop and clicked on it. It complained that it couldn't access the installer. Do you happen to remember the precise error message? This installation package could not be opened. I then clicked on the

Re: [Python-Dev] RELEASED Python 2.4.1, release candidate 1

2005-03-14 Thread Kurt B. Kaiser
Martin v. Löwis [EMAIL PROTECTED] writes: Ok, so it's likely incomplete download. Definitely. It's a bit of a misfeature that the icon appears on the desktop before the download is complete. But I'd say there's no real issue here, besides my impatience/inattention. -- KBK

[Python-Dev] Weekly Python Patch/Bug Summary

2005-03-29 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 297 open (+11) / 2812 closed (+11) / 3109 total (+22) Bugs: 871 open ( +1) / 4900 closed (+33) / 5771 total (+34) RFE : 175 open ( +0) / 150 closed ( +0) / 325 total ( +0) New / Reopened Patches __ Decimal

Re: python.org/sf URLs aren't working? Re: [Python-Dev] Weekly Python Patch/Bug Summary

2005-03-31 Thread Kurt B. Kaiser
Jeff Epler [EMAIL PROTECTED] writes: I get 500 Internal Server Error messages when I try to access the URLs in the recent patch summary. Yes, it seems that the python.org/sf/ special facility is having a problem. IDs over 1 100 000 or so don't work. I sent a message to [EMAIL PROTECTED]

[Python-Dev] Weekly Python Patch/Bug Summary

2005-04-06 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 308 open (+11) / 2819 closed ( +7) / 3127 total (+18) Bugs: 882 open (+11) / 4913 closed (+13) / 5795 total (+24) RFE : 176 open ( +1) / 151 closed ( +1) / 327 total ( +2) New / Reopened Patches __

[Python-Dev] Weekly Python Patch/Bug Summary

2005-04-14 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 314 open ( +6) / 2824 closed ( +5) / 3138 total (+11) Bugs: 898 open (+16) / 4921 closed ( +8) / 5819 total (+24) RFE : 177 open ( +1) / 151 closed ( +0) / 328 total ( +1) New / Reopened Patches __ typos in

[Python-Dev] Weekly Python Patch/Bug Summary

2005-04-25 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 316 open ( +2) / 2831 closed ( +7) / 3147 total ( +9) Bugs: 908 open (+10) / 4941 closed (+20) / 5849 total (+30) RFE : 178 open ( +1) / 153 closed ( +2) / 331 total ( +3) New / Reopened Patches __

[Python-Dev] Weekly Python Patch/Bug Summary

2005-05-02 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 322 open ( +6) / 2832 closed ( +1) / 3154 total ( +7) Bugs: 920 open (+12) / 4952 closed (+11) / 5872 total (+23) RFE : 186 open ( +8) / 156 closed ( +3) / 342 total (+11) New / Reopened Patches __ Info

[Python-Dev] Weekly Python Patch/Bug Summary

2005-05-10 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 332 open (+10) / 2834 closed ( +2) / 3166 total (+12) Bugs: 927 open ( +7) / 4959 closed ( +7) / 5886 total (+14) RFE : 186 open ( +0) / 157 closed ( +1) / 343 total ( +1) New / Reopened Patches __ Feature

[Python-Dev] Weekly Python Patch/Bug Summary

2005-05-17 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 339 open ( +7) / 2838 closed ( +4) / 3177 total (+11) Bugs: 938 open (+11) / 4962 closed ( +3) / 5900 total (+14) RFE : 187 open ( +1) / 157 closed ( +0) / 344 total ( +1) New / Reopened Patches __ Restore

[Python-Dev] Weekly Python Patch/Bug Summary

2005-05-26 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 342 open ( +3) / 2839 closed ( +1) / 3181 total ( +4) Bugs: 936 open ( -2) / 4974 closed (+12) / 5910 total (+10) RFE : 189 open ( +2) / 159 closed ( +2) / 348 total ( +4) New / Reopened Patches __ optparse

[Python-Dev] Weekly Python Patch/Bug Summary

2005-06-01 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 344 open ( +2) / 2845 closed ( +6) / 3189 total ( +8) Bugs: 916 open (-20) / 5014 closed (+40) / 5930 total (+20) RFE : 191 open ( +2) / 163 closed ( +4) / 354 total ( +6) New / Reopened Patches __

[Python-Dev] Weekly Python Patch/Bug Summary

2005-06-09 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 339 open ( -5) / 2857 closed (+12) / 3196 total ( +7) Bugs: 908 open ( -8) / 5036 closed (+22) / 5944 total (+14) RFE : 189 open ( -2) / 168 closed ( +5) / 357 total ( +3) New / Reopened Patches __ Trivial

[Python-Dev] Weekly Python Patch/Bug Summary

2005-06-14 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 338 open ( -1) / 2861 closed ( +4) / 3199 total ( +3) Bugs: 909 open ( +1) / 5047 closed (+11) / 5956 total (+12) RFE : 188 open ( -1) / 170 closed ( +2) / 358 total ( +1) New / Reopened Patches __

[Python-Dev] Weekly Python Patch/Bug Summary

2005-06-21 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 338 open ( +0) / 2866 closed ( +5) / 3204 total ( +5) Bugs: 914 open ( +5) / 5060 closed (+13) / 5974 total (+18) RFE : 188 open ( +0) / 170 closed ( +0) / 358 total ( +0) New / Reopened Patches __ update

[Python-Dev] Weekly Python Patch/Bug Summary

2005-06-29 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 344 open ( +6) / 2875 closed ( +9) / 3219 total (+15) Bugs: 897 open (-17) / 5094 closed (+34) / 5991 total (+17) RFE : 191 open ( +3) / 170 closed ( +0) / 361 total ( +3) New / Reopened Patches __

[Python-Dev] Weekly Python Patch/Bug Summary

2005-07-05 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 348 open ( +4) / 2879 closed ( +4) / 3227 total ( +8) Bugs: 898 open ( +1) / 5103 closed ( +9) / 6001 total (+10) RFE : 193 open ( +2) / 170 closed ( +0) / 363 total ( +2) New / Reopened Patches __

[Python-Dev] Weekly Python Patch/Bug Summary

2005-07-11 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 349 open ( +1) / 2880 closed ( +1) / 3229 total ( +2) Bugs: 897 open ( -1) / 5119 closed (+16) / 6016 total (+15) RFE : 194 open ( +1) / 170 closed ( +0) / 364 total ( +1) New / Reopened Patches __ PEP 343

[Python-Dev] Weekly Python Patch/Bug Summary

2005-07-20 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 350 open ( +1) / 2882 closed ( +2) / 3232 total ( +3) Bugs: 889 open ( -8) / 5141 closed (+22) / 6030 total (+14) RFE : 189 open ( -5) / 178 closed ( +8) / 367 total ( +3) New / Reopened Patches __ Add

[Python-Dev] Weekly Python Patch/Bug Summary

2005-07-28 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 357 open ( +7) / 2885 closed ( +3) / 3242 total (+10) Bugs: 898 open ( +9) / 5144 closed ( +3) / 6042 total (+12) RFE : 191 open ( +2) / 178 closed ( +0) / 369 total ( +2) New / Reopened Patches __

[Python-Dev] Weekly Python Patch/Bug Summary

2005-08-02 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 354 open ( -3) / 2888 closed ( +3) / 3242 total ( +0) Bugs: 909 open (+11) / 5152 closed ( +8) / 6061 total (+19) RFE : 191 open ( +0) / 178 closed ( +0) / 369 total ( +0) Patches Closed __ PEP 342 Generator

[Python-Dev] Weekly Python Patch/Bug Summary

2005-08-22 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 352 open ( +0) / 2898 closed ( +2) / 3250 total ( +2) Bugs: 926 open (+13) / 5177 closed (+15) / 6103 total (+28) RFE : 190 open ( -1) / 179 closed ( +1) / 369 total ( +0) New / Reopened Patches __ fix

[Python-Dev] Weekly Python Patch/Bug Summary

2005-09-07 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 342 open ( +3) / 2923 closed ( +1) / 3265 total ( +4) Bugs: 908 open ( +5) / 5232 closed (+10) / 6140 total (+15) RFE : 188 open ( +1) / 185 closed ( +1) / 373 total ( +2) New / Reopened Patches __ String

[Python-Dev] Weekly Python Patch/Bug Summary

2005-09-14 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 343 open ( +1) / 2927 closed ( +4) / 3270 total ( +5) Bugs: 908 open ( +0) / 5245 closed (+13) / 6153 total (+13) RFE : 189 open ( +1) / 185 closed ( +0) / 374 total ( +1) New / Reopened Patches __ Allow to

[Python-Dev] Weekly Python Patch/Bug Summary

2005-09-29 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 337 open ( +0) / 2947 closed ( +6) / 3284 total ( +6) Bugs: 912 open ( +4) / 5278 closed (+16) / 6190 total (+20) RFE : 195 open ( +1) / 187 closed ( +0) / 382 total ( +1) New / Reopened Patches __ fix for

Re: [Python-Dev] IDLE development

2005-10-01 Thread Kurt B. Kaiser
Noam Raphael [EMAIL PROTECTED] writes: More than a year and a half ago, I posted a big patch to IDLE which adds support for completion and much better calltips, along with some other improvements. I have responded on idle-dev. -- KBK ___

Re: [Python-Dev] Python 2.5 and ast-branch

2005-10-06 Thread Kurt B. Kaiser
Guido van Rossum [EMAIL PROTECTED] writes: I happen to agree with Kurt that we should first merge the head into the branch; then the AST team can work on making sure the entire test suite passes; then they can merge back into the head. I can be available to do this again. It would involve

[Python-Dev] Weekly Python Patch/Bug Summary

2005-10-15 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 344 open ( +3) / 2955 closed ( +2) / 3299 total ( +5) Bugs: 883 open ( -1) / 5341 closed (+20) / 6224 total (+19) RFE : 201 open ( +5) / 187 closed ( +0) / 388 total ( +5) New / Reopened Patches __

[Python-Dev] Weekly Python Patch/Bug Summary

2005-10-27 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 360 open (+16) / 2956 closed ( +1) / 3316 total (+17) Bugs: 893 open (+10) / 5353 closed (+12) / 6246 total (+22) RFE : 199 open ( -2) / 189 closed ( +2) / 388 total ( +0) New / Reopened Patches __ Patch

[Python-Dev] Weekly Python Patch/Bug Summary

2005-11-07 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 365 open ( +5) / 2961 closed ( +5) / 3326 total (+10) Bugs: 904 open (+11) / 5367 closed (+14) / 6271 total (+25) RFE : 200 open ( +1) / 189 closed ( +0) / 389 total ( +1) New / Reopened Patches __ new

[Python-Dev] Weekly Python Patch/Bug Summary

2005-11-18 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 379 open (+14) / 2968 closed ( +7) / 3347 total (+21) Bugs: 910 open ( +6) / 5384 closed (+17) / 6294 total (+23) RFE : 200 open ( +0) / 191 closed ( +2) / 391 total ( +2) New / Reopened Patches __ PythonD

[Python-Dev] Weekly Python Patch/Bug Summary

2005-11-26 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 372 open ( -7) / 2980 closed (+12) / 3352 total ( +5) Bugs: 908 open ( -2) / 5395 closed (+11) / 6303 total ( +9) RFE : 200 open ( +0) / 191 closed ( +0) / 391 total ( +0) New / Reopened Patches __

[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

[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

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

[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

[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

[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

[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

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

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

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

[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

[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

[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

[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

[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

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

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

[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

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 for

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: python.org/sf/1540892

[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

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 something for him. Sure! I can try to look through the IDLE

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 from now on? After

[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

[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

[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

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

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

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

[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

[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

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

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

[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

[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()

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:[EMAIL PROTECTED] Sent: Friday, 8 December 2006 4

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

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://mail.python.org/mailman/options

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

[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

[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

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

[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

[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

[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

  1   2   >