[Python-Dev] Weekly Python Bug/Patch Summary

Skip Montanaro skip@mojam.com
Sun, 14 Apr 2002 07:00:24 -0500


Bug/Patch Summary
-----------------

235 open / 2403 total bugs (+9)
93 open / 1421 total patches (-4)

New Bugs
--------

test_email fails on Mac in summer (2002-04-07)
	http://python.org/sf/540720
PyType_GenericNew broken (2002-04-08)
	http://python.org/sf/540965
link to index.html from modindex.html (2002-04-08)
	http://python.org/sf/541257
IDLE can clobber files (2002-04-09)
	http://python.org/sf/541730
delattr() causes python to segfault (2002-04-09)
	http://python.org/sf/541883
urllib.urlopen throws OSError (2002-04-10)
	http://python.org/sf/541980
Compile fails on posixmodule.c (2002-04-10)
	http://python.org/sf/542003
long file name support broken in windows (2002-04-10)
	http://python.org/sf/542314
Problem compiling Python (2002-04-11)
	http://python.org/sf/542482
Build unable to import w/gcc 3.0.4 (2002-04-11)
	http://python.org/sf/542737
Config option --without-pth not working? (2002-04-11)
	http://python.org/sf/542751
Distutils readme outdated (2002-04-12)
	http://python.org/sf/542912
allow use of descriptors for __doc_ attr (2002-04-12)
	http://python.org/sf/542984
Memory leak with stackframes + inspect (2002-04-12)
	http://python.org/sf/543148
installation atop 2.2 fails (2002-04-12)
	http://python.org/sf/543244
SocketServer initializing outbound UDP (2002-04-12)
	http://python.org/sf/543318
Interpreter crashes when recoding (2002-04-13)
	http://python.org/sf/543344
bug? floor divison on complex (2002-04-13)
	http://python.org/sf/543387
pdb: contradictory msg for "exit"/Ctrl-D (2002-04-14)
	http://python.org/sf/543674

New Patches
-----------

context sensitive help/keyword search (2002-04-08)
	http://python.org/sf/541031
whichdb unittest (2002-04-09)
	http://python.org/sf/541694
clean up trace.py (2002-04-11)
	http://python.org/sf/542562
start docs for PyEval_* functions (2002-04-12)
	http://python.org/sf/543098
s/Copyright/License/ in bdist_rpm.py (2002-04-13)
	http://python.org/sf/543498

Closed Bugs
-----------

Missing docs for module knee (2002-02-10)
	http://python.org/sf/515745
Undocumented Py_InitModule (2002-02-22)
	http://python.org/sf/521448
USE_CACHE_ALIGNED still helpful? (2002-02-28)
	http://python.org/sf/524062
unicodeobject can coredump on exit (2002-03-11)
	http://python.org/sf/528620
configure.in Assumes cc_r Exists on AIX. (2002-03-21)
	http://python.org/sf/533188
Python open w/ MSVC6: bad error msgs (2002-04-03)
	http://python.org/sf/538827

Closed Patches
--------------

threaded profiler. (2001-02-23)
	http://python.org/sf/403972
patches for python-mode.el V4.1 (2001-04-23)
	http://python.org/sf/418465
Improved modulefinder (2001-09-19)
	http://python.org/sf/462936
getrusage() returns struct-like object. (2002-02-01)
	http://python.org/sf/512005
Finding "home" in "user.py" for Windows (2002-02-27)
	http://python.org/sf/523424
Unicode fix for test in tkFileDialog.py (2002-04-04)
	http://python.org/sf/539392
build info docs from sources (2002-04-04)
	http://python.org/sf/539486
build info docs from tex sources (2002-04-04)
	http://python.org/sf/539487
dict.popitem(key=None) (2002-04-05)
	http://python.org/sf/539949