[Python-Dev] Weekly Python Bug/Patch Summary
Skip Montanaro
skip@mojam.com
Sun, 27 Jul 2003 07:00:22 -0500
Bug/Patch Summary
-----------------
402 open / 3917 total bugs (+26)
169 open / 2295 total patches (+4)
New Bugs
--------
Failures in test_macostools for --enable-unicode=ucs4 (2003-06-30)
http://python.org/sf/763708
popen does not like filenames with spaces (2003-07-20)
http://python.org/sf/774546
Non-ASCII characters bugs (2003-07-20)
http://python.org/sf/774680
slow socket binding & netinfo lookups (2003-07-20)
http://python.org/sf/774751
SSL bug in socketmodule.c using threads (2003-07-20)
http://python.org/sf/774798
No syntax hilite on new file until saved as *.py (2003-07-21)
http://python.org/sf/775012
2 problems with IDLE (2003-07-21)
http://python.org/sf/775061
button methods tkButtonDown, etc don't work (2003-07-21)
http://python.org/sf/775309
plistlib error handling (2003-07-21)
http://python.org/sf/775321
OSX 'freeze' bug (2003-07-21)
http://python.org/sf/775340
IDLE: "Save As..." keybind (Ctrl+Shift+S) does not work (2003-07-21)
http://python.org/sf/775353
bsddb3 hash craps out with threads (2003-07-21)
http://python.org/sf/775414
Tooltip-window doesn't vanish if... (2003-07-22)
http://python.org/sf/775535
idle.py doesn't accept ( in some cases (2003-07-22)
http://python.org/sf/775541
Tk.quit leads to crash in python.exe (2003-07-22)
http://python.org/sf/775544
change 0,1 to False,True in dict.has_key doc (2003-07-22)
http://python.org/sf/775836
PythonLauncher has empty popup for interpreters (2003-07-22)
http://python.org/sf/775878
fix test_grp failing on RedHat 6.2 (2003-07-22)
http://python.org/sf/775964
Solaris error doing a print (2003-07-22)
http://python.org/sf/775985
MacOS9: test_uu fails (2003-07-23)
http://python.org/sf/776202
MacOS9: test_urllib fails (2003-07-23)
http://python.org/sf/776203
MacOS9: test_strptime fails (2003-07-23)
http://python.org/sf/776205
MacOS9: test_posixpath fails (2003-07-23)
http://python.org/sf/776207
MacOS9: test_csv fails (2003-07-23)
http://python.org/sf/776209
Regular expression failure of the sre engine (2003-07-23)
http://python.org/sf/776311
Carbon.Snd module SPB constructor shadowed (2003-07-23)
http://python.org/sf/776533
urllib: open_https generates wrong Authorize header (2003-07-23)
http://python.org/sf/776542
PIL binary package missing jpeg support (pimp) (2003-07-23)
http://python.org/sf/776600
readline should be in PackageManager database (2003-07-23)
http://python.org/sf/776602
asyncore is broken for windows if connection is refused (2003-07-25)
http://python.org/sf/777588
socketmodule.c connection handling incorect on windows (2003-07-25)
http://python.org/sf/777597
Uninitialized variable used in Tools/faqwiz/faqwiz.py (2003-07-25)
http://python.org/sf/777659
HIDDEN in Tkconstants.py (2003-07-25)
http://python.org/sf/777664
CGIHTTPServer and urls (2003-07-25)
http://python.org/sf/777848
test_ioctl fails (2003-07-25)
http://python.org/sf/777867
minidom.py -- TypeError: object doesn't support slice assig (2003-07-25)
http://python.org/sf/777884
Shared Python Library installed without link (2003-07-26)
http://python.org/sf/778119
IDLE hangs when selecting "Edit with IDLE" from explorer (2003-07-27)
http://python.org/sf/778400
New Patches
-----------
making Python LC_NUMERIC agnostic (2003-07-20)
http://python.org/sf/774665
fix problem in about dialog (2003-07-21)
http://python.org/sf/775057
Cygwin test_netrc open mode patch (2003-07-22)
http://python.org/sf/775777
new function 'islastline' in fileinput (2003-07-23)
http://python.org/sf/776100
add SIGRTMIN, SIGRTMAX to signalmodule.c (2003-07-23)
http://python.org/sf/776725
expose lowlevel setlocale (2003-07-24)
http://python.org/sf/776854
Tk Dialog Upon Subprocess Socket Error (2003-07-26)
http://python.org/sf/778323
Closed Bugs
-----------
Circular reference in Index for frame (2002-05-10)
http://python.org/sf/554750
zipimport doesn't support prepended junk (2003-01-16)
http://python.org/sf/669036
ioctl only accepts 1024 byte arguments (2003-06-29)
http://python.org/sf/762855
pythonw crashes under one windows platform (easy-everything) (2003-07-01)
http://python.org/sf/764049
PackMan reissues error messages (2003-07-02)
http://python.org/sf/764615
PackMan: per-user source install of Numeric (2003-07-03)
http://python.org/sf/765601
Binary installer says it will take 0 bytes of diskspace (2003-07-03)
http://python.org/sf/765608
Packman crashes with garbage database (2003-07-03)
http://python.org/sf/765621
Distutils broken on Os X (2003-07-09)
http://python.org/sf/768306
nconsistant results for os.listdir,os.path.isdir on W2k (2003-07-17)
http://python.org/sf/773286
2.3b2 pimp.py calls non-existent routine (2003-07-17)
http://python.org/sf/773450
XP manifest files should be installed (2003-07-19)
http://python.org/sf/774188
2.3c1 readme unparseable sentence (2003-07-20)
http://python.org/sf/774480
UnicodeError (2003-07-20)
http://python.org/sf/774536
Closed Patches
--------------
fix memory leaks in posixmodule on Windows (2003-06-08)
http://python.org/sf/751114
update old urls (2003-07-17)
http://python.org/sf/773007
pimp.py incorrect dict test (2003-07-17)
http://python.org/sf/773448