[Python-Dev] Weekly Python Bug/Patch Summary

Skip Montanaro skip@mojam.com
2003年6月15日 07:00:26 -0500


Bug/Patch Summary
-----------------
365 open / 3718 total bugs (-14)
159 open / 2211 total patches (+10)
New Bugs
--------
Enhancements to pdb.py when invoked as script (2003年06月08日)
	http://python.org/sf/751124
Thread in threading.py can only be started once (2003年06月09日)
	http://python.org/sf/751260
cPickle doesn't raise error, pickle does (recursiondepth) (2003年06月09日)
	http://python.org/sf/751276
cPickle doesn't raise error, pickle does (UnpicklingError) (2003年06月09日)
	http://python.org/sf/751279
smtplib crashes Windows Kernal. (2003年06月09日)
	http://python.org/sf/751612
ftplib.retrbinary fails when called from retrlines callback (2003年06月09日)
	http://python.org/sf/751758
2.2.3 Latex documentation missing from web page? (2003年06月10日)
	http://python.org/sf/751933
graminit.[ch] don't build on windows (2003年06月10日)
	http://python.org/sf/751956
Object destruction is broken for slots (2003年06月10日)
	http://python.org/sf/751998
print in __getattr__ causes seg fault (2003年06月10日)
	http://python.org/sf/752221
classmethod abuse --> SystemError (2003年06月12日)
	http://python.org/sf/753451
Installing idle from new location (2003年06月12日)
	http://python.org/sf/753518
websucker bug (2003年06月12日)
	http://python.org/sf/753592
Infinite Loop in RE (2003年06月12日)
	http://python.org/sf/753711
urlparse goes wrong with IP:port without scheme (2003年06月13日)
	http://python.org/sf/754016
Exceptions when a thread exits (2003年06月14日)
	http://python.org/sf/754449
sigwinch crashes python with curses (2003年06月14日)
	http://python.org/sf/754455
New Patches
-----------
Let pprint.py use issubclass instead of is for type checking (2003年06月07日)
	http://python.org/sf/750542
imghdr -- identify JPEGs in EXIF format (2003年06月08日)
	http://python.org/sf/751031
Bug fix 750092: exec doesn't need newline (2003年06月08日)
	http://python.org/sf/751038
Tutorial: remove string exceptions, add parnassus, #posts (2003年06月08日)
	http://python.org/sf/751062
fix memory leaks in posixmodule on Windows (2003年06月08日)
	http://python.org/sf/751114
Handle keyboard interrupts in SSL module (2003年06月10日)
	http://python.org/sf/751916
cgitb: make more usable for 'binary-only' software (2003年06月10日)
	http://python.org/sf/751943
ast-branch: multiple function fixes (2003年06月11日)
	http://python.org/sf/752911
sys.interrupt_main() (2003年06月12日)
	http://python.org/sf/753733
Enhanced webbrowser.py (2003年06月13日)
	http://python.org/sf/754022
Enhance xrange description by mentioning itertools.repeat (2003年06月14日)
	http://python.org/sf/754632
Closed Bugs
-----------
thread_pthread.h on FreeBSD (2002年05月08日)
	http://python.org/sf/553736
re searches don't work with 4-byte unico (2002年08月23日)
	http://python.org/sf/599377
SO name is too short! Python 2.2.1 (2002年09月16日)
	http://python.org/sf/610332
gethostbyname() blocks when threaded (2002年09月25日)
	http://python.org/sf/614791
parameters for int(), str(), etc. (2002年12月30日)
	http://python.org/sf/660022
./configure fails w/error: cannot compute sizeof (wchar_t), (2003年02月01日)
	http://python.org/sf/678723
2 (more) bugs in turtle (2003年02月12日)
	http://python.org/sf/685773
Move gmtime function from calendar to time module (2003年03月05日)
	http://python.org/sf/697985
HTMLParser crash on glued tag attributes (2003年03月06日)
	http://python.org/sf/699079
deepcopy can't copy self-referential new-style classes (2003年03月13日)
	http://python.org/sf/702858
Problems printing and sleep (2003年03月15日)
	http://python.org/sf/704194
pydoc support for keywords (2003年04月05日)
	http://python.org/sf/715782
__slots__ broken in 2.3a with ("__dict__", ) (2003年04月18日)
	http://python.org/sf/723540
overintelligent slice() behavior on integers (2003年04月18日)
	http://python.org/sf/723806
Cannot retrieve name of super object (2003年04月28日)
	http://python.org/sf/729103
test_tarfile writes in Lib/test directory (2003年05月02日)
	http://python.org/sf/731403
Need an easy way to check the version (2003年05月06日)
	http://python.org/sf/733231
pyxml setup error on Mac OS X (2003年05月08日)
	http://python.org/sf/734844
os.symlink docstring is ambiguous. (2003年05月13日)
	http://python.org/sf/737291
re.finditer() listed as new in 2.2.? (2003年05月19日)
	http://python.org/sf/740026
test/build-failures on FreeBSD stable/current (2003年05月19日)
	http://python.org/sf/740234
Can't browse methods and Classes (2003年05月20日)
	http://python.org/sf/740407
sum() should be renamed (2003年05月26日)
	http://python.org/sf/744051
anydbm and whichdb again (2003年05月27日)
	http://python.org/sf/744687
xml.sax Contenthandler passes truncated data (2003年05月28日)
	http://python.org/sf/745145
PACKAGE_* in pyconfig.h (2003年05月30日)
	http://python.org/sf/746012
TypeError raised when deepcopying built-in functions (2003年05月30日)
	http://python.org/sf/746304
2.2.3c1 install-sh out of date (2003年05月30日)
	http://python.org/sf/746366
bdist --formats=zip,wininst and bdist --formats=wininst,zip (2003年06月04日)
	http://python.org/sf/749210
os.path.split does not handle . & .. properly (2003年06月04日)
	http://python.org/sf/749261
strange __subclasses__ behaviour (2003年06月05日)
	http://python.org/sf/749480
copy raises SystemError when getstate raises exception (2003年06月05日)
	http://python.org/sf/749831
--enable-shared fails on Solaris 9 with gcc-3.2.3 (2003年06月05日)
	http://python.org/sf/749911
Closed Patches
--------------
Warn about inter-module assignments shadowing builtins (2003年03月28日)
	http://python.org/sf/711448
time.tzset documentation (2003年05月08日)
	http://python.org/sf/735051
Remove eval() from csv (2003年05月27日)
	http://python.org/sf/744104

AltStyle によって変換されたページ (->オリジナル) /