[Python-Dev] Weekly Python Bug/Patch Summary

Skip Montanaro skip@manatee.mojam.com
Sun, 2 Mar 2003 07:00:30 -0600


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

342 open / 3393 total bugs (-16)
125 open / 1999 total patches (+5)

New Bugs
--------

Let assign to as raise SyntaxWarning as well (2003-02-23)
	http://python.org/sf/691733
LibRef 4.2.1: {m,n} description update (2003-02-23)
	http://python.org/sf/692016
tkinter.createfilehandler dumps core (2003-02-24)
	http://python.org/sf/692416
new.function() leads to segfault (2003-02-25)
	http://python.org/sf/692776
python always searches python23.zip (2003-02-25)
	http://python.org/sf/692884
new.function ignores keyword arguments (2003-02-25)
	http://python.org/sf/692959
Python does not build --with-pydebug on Tru64 with vendor cc (2003-02-25)
	http://python.org/sf/693094
2.3a2 site.py non-existing dirs (2003-02-25)
	http://python.org/sf/693255
2.3a2 import after os.chdir difference (2003-02-25)
	http://python.org/sf/693416
licence allowed, but doesn't work (2003-02-25)
	http://python.org/sf/693470
Can't multiply str and bool (2003-02-26)
	http://python.org/sf/693955
email.Parser trashes header (2003-02-26)
	http://python.org/sf/693996
os.popen() hangs on {Free,Open}BSD (2003-02-26)
	http://python.org/sf/694062
Python 2.3a2 Build fails on HP-UX11i (2003-02-27)
	http://python.org/sf/694431
setup.py imports pwd before it's built if HOME not set (2003-02-27)
	http://python.org/sf/694812
complex_new does not always respect subtypes (2003-03-01)
	http://python.org/sf/695651
Problems with non-greedy match groups (2003-03-01)
	http://python.org/sf/695688

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

Use datetime in _strptime (2003-02-23)
	http://python.org/sf/691928
fix bug 625698, speed up some comparisons (2003-02-25)
	http://python.org/sf/693221
fix for bug 639806: default for dict.pop (2003-02-26)
	http://python.org/sf/693753
fix for bug 672614 :) (2003-02-28)
	http://python.org/sf/695250
environment parameter for popen2 (2003-02-28)
	http://python.org/sf/695275
fix bug 678519: cStringIO self iterator (2003-03-01)
	http://python.org/sf/695710

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

Compiler complaints in posixmodule.c (2001-11-28)
	http://python.org/sf/486434
import with undefineds can crash python (2001-12-02)
	http://python.org/sf/488184
mkcwproject: custom __initialize routine (2001-12-13)
	http://python.org/sf/492465
macfs.FSSpec and Carbon.File.FSSpec fail for "new" files (2002-07-24)
	http://python.org/sf/585923
OSA Python integration (2002-07-26)
	http://python.org/sf/586998
IDE should have "open recent" menu (2002-09-11)
	http://python.org/sf/607810
IDE output window (2002-09-11)
	http://python.org/sf/607821
IDE - Breakpoints don't stick to lines (2002-09-11)
	http://python.org/sf/608085
unicode alphanumeric regexp bug (2002-09-16)
	http://python.org/sf/610299
Reorganize MacPython resources on OSX (2002-10-19)
	http://python.org/sf/625725
remove debug prints from macmain.c (2002-11-08)
	http://python.org/sf/635570
ic module "path too long" error (2002-11-26)
	http://python.org/sf/644243
dynload_next needs better errors (2002-12-12)
	http://python.org/sf/652590
Compiling C sources with absolute path bug (2003-01-15)
	http://python.org/sf/668662
after using pdb readline does not work correctly (2003-01-28)
	http://python.org/sf/676342
Can't build C ext on OS X with 'altinstall' python (2003-01-29)
	http://python.org/sf/677293
python.exe expected in extension builds (2003-01-30)
	http://python.org/sf/677753
plistlib.py selftest fails (2003-02-07)
	http://python.org/sf/682317
Future division breaks mpz (2003-02-16)
	http://python.org/sf/687654
Bundlebuilder needs to pre-convert resource files (2003-02-17)
	http://python.org/sf/688007
macresource should handle readonly applesingle files (2003-02-17)
	http://python.org/sf/688011
IDLE does not work on Mac OS X (2003-02-17)
	http://python.org/sf/688266
64-bit int and long hash keys incompatible (2003-02-19)
	http://python.org/sf/689659
Docs page has no PEPs link (2003-02-19)
	http://python.org/sf/689826
2.3a2 build fails under IRIX 6.5 (2003-02-20)
	http://python.org/sf/690012
test_posix fails when run in non-interactive mode (2003-02-20)
	http://python.org/sf/690081
sys.last_type is missing (2003-02-20)
	http://python.org/sf/690109
lines run together on input (2003-02-20)
	http://python.org/sf/690285
2.3a2 Sol8 make fails at _iconv_codec. (2003-02-20)
	http://python.org/sf/690309
apply fails to check if warning raises exception (2003-02-20)
	http://python.org/sf/690435
_POSIX_C_SOURCE redefined (2003-02-21)
	http://python.org/sf/691005
shutil.copytree documentation bug (2003-02-22)
	http://python.org/sf/691276
codecs.open(filename, 'U', 'UTF-16') corrupts text (2003-02-22)
	http://python.org/sf/691291

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

Patch for sre bug 610299 (2002-11-04)
	http://python.org/sf/633359
array.append is sloooow (2003-02-16)
	http://python.org/sf/687598
2.3 .spec file for building RPMs. (2003-02-18)
	http://python.org/sf/688584