[Python-Dev] Weekly Python Bug/Patch Summary

Skip Montanaro skip@manatee.mojam.com
Sun, 1 Dec 2002 07:00:16 -0600


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

313 open / 3091 total bugs (+4)
96 open / 1810 total patches (+2)

New Bugs
--------

__all__ not in RefMan index (2002-11-24)
	http://python.org/sf/643227
typo in Object/abstract.c : ternary_op (2002-11-24)
	http://python.org/sf/643260
Pythonwin : close() on a stdout  (2002-11-25)
	http://python.org/sf/643571
New class special method lookup change (2002-11-25)
	http://python.org/sf/643841
ic module "path too long" error (2002-11-26)
	http://python.org/sf/644243
file URLs mis-handled by webbrowser (2002-11-26)
	http://python.org/sf/644246
Poor error message for augmented assign (2002-11-26)
	http://python.org/sf/644345
bdist_rpm fails when installin man pages (2002-11-27)
	http://python.org/sf/644744
for lin in file: file.tell() tells wrong (2002-11-29)
	http://python.org/sf/645594
SequenceMatcher finds suboptimal sequenc (2002-11-29)
	http://python.org/sf/645629
.extend() doc, .__doc__ too restrictive (2002-11-29)
	http://python.org/sf/645777
old UnicodeData.txt (2002-12-01)
	http://python.org/sf/646408

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

Allow keyword args in dict.update() (2002-11-25)
	http://python.org/sf/643565
refactoring and documenting ModuleFinder (2002-11-25)
	http://python.org/sf/643711
Set Next Statement for Python debuggers (2002-11-25)
	http://python.org/sf/643835
Fix for os.path.expanduser for Win2000 (2002-11-25)
	http://python.org/sf/643943
Build _tkinter in setup.jaguar.py (2002-11-27)
	http://python.org/sf/644920
Allow device name in linuxaudiodev.open (2002-11-27)
	http://python.org/sf/644977
Don't FPE on FreeBSD... (2002-11-28)
	http://python.org/sf/645382
Give some clue why modules fail... (2002-11-28)
	http://python.org/sf/645383
fix buffer overrun in pmerge (2002-11-28)
	http://python.org/sf/645404
Import from Zip Archive (2002-11-29)
	http://python.org/sf/645650
better timer resolution for profile.py (2002-11-29)
	http://python.org/sf/645894

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

bdist builds bogus .zips (2001-03-22)
	http://python.org/sf/410541
webbrowser.py: selection of browser (2001-12-20)
	http://python.org/sf/495695
PyMapping_Keys unexported in dll (2002-08-02)
	http://python.org/sf/590207
Can't assign to __name__ or __bases__ of new class (2002-08-09)
	http://python.org/sf/593154
__getstate__() documentation is vague (2002-11-13)
	http://python.org/sf/637941
better error reporting for MRO conflict (2002-11-22)
	http://python.org/sf/642489
Webbrowser (and ic) on MacOSX failure (2002-11-23)
	http://python.org/sf/642720

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

Import from Zip archive (2001-12-12)
	http://python.org/sf/492105
Return objects in Tkinter (2002-02-16)
	http://python.org/sf/518625
_getdefaultlocale for OS X (2002-11-03)
	http://python.org/sf/632973
Cleanup of test_strptime.py (2002-11-04)
	http://python.org/sf/633633
SimpleSets (2002-11-13)
	http://python.org/sf/638095
_strptime fixes for None locale and tz (2002-11-15)
	http://python.org/sf/639112
reST version of Lib/test/README (2002-11-20)
	http://python.org/sf/641170
time and timetz for the datetime module (2002-11-21)
	http://python.org/sf/641958
Expose PyImport_FrozenModules in imp (2002-11-22)
	http://python.org/sf/642578