[Python-Dev] Weekly Python Patch/Bug Summary
Kurt B. Kaiser
kbk at shore.net
Fri Apr 21 06:09:17 CEST 2006
Patch / Bug Summary
___________________
Patches : 371 open (-12) / 3195 closed (+39) / 3566 total (+27)
Bugs : 908 open (+22) / 5767 closed ( +8) / 6675 total (+30)
RFE : 211 open ( +1) / 212 closed ( +0) / 423 total ( +1)
New / Reopened Patches
______________________
Fix test_augassign in p3yk (2006-04-14)
CLOSED http://python.org/sf/1470424 opened by Thomas Wouters
fix test_exceptions in p3yk (2006-04-14)
CLOSED http://python.org/sf/1470459 opened by Thomas Wouters
fix test_bisect (2006-04-14)
CLOSED http://python.org/sf/1470460 opened by Thomas Wouters
partially fix test_class in p3yk (2006-04-14)
CLOSED http://python.org/sf/1470504 opened by Thomas Wouters
fix test_descrtut in p3yk (2006-04-14)
CLOSED http://python.org/sf/1470515 opened by Thomas Wouters
fix test_enumerate in p3yk (2006-04-14)
CLOSED http://python.org/sf/1470522 opened by Thomas Wouters
Fix test_descr in p3yk (2006-04-14)
CLOSED http://python.org/sf/1470536 opened by Thomas Wouters
fix test_getargs2 in p3yk (2006-04-14)
CLOSED http://python.org/sf/1470543 opened by Thomas Wouters
Bugfix for #1470540 (XMLGenerator cannot output UTF-16) (2006-04-15)
http://python.org/sf/1470548 opened by Nikolai Grigoriev
fix test_inspect in p3yk (2006-04-14)
CLOSED http://python.org/sf/1470560 opened by Thomas Wouters
fix test_itertools in p3yk (2006-04-14)
CLOSED http://python.org/sf/1470566 opened by Thomas Wouters
urllib2 ProxyBasicAuthHandler broken (2006-04-15)
http://python.org/sf/1470846 opened by John J Lee
Building Python with MS Free Compiler (2006-04-15)
CLOSED http://python.org/sf/1470875 opened by Paul Moore
Fix for urllib/urllib2 ftp bugs 1357260 and 1281692 (2006-04-15)
http://python.org/sf/1470976 opened by John J Lee
Forbid iteration over strings (2006-04-16)
http://python.org/sf/1471291 opened by Guido van Rossum
start testing strings > 2GB (2006-04-16)
http://python.org/sf/1471578 opened by Neal Norwitz
test for broken poll at runtime (2006-04-17)
http://python.org/sf/1471761 opened by Ronald Oussoren
--enable-universalsdk on Mac OS X (2006-04-17)
http://python.org/sf/1471883 opened by Ronald Oussoren
Weak linking support for OSX (2006-04-17)
http://python.org/sf/1471925 opened by Ronald Oussoren
pdb 'clear' command doesn't clear selected bp's (2006-04-18)
http://python.org/sf/1472184 opened by Kuba KoÅczyk
fix for #1472251 (2006-04-18)
http://python.org/sf/1472257 opened by Kuba KoÅczyk
fix for #1472251 (2006-04-18)
http://python.org/sf/1472263 opened by Kuba KoÅczyk
Updates to PEP 359 and 3002 (2006-04-18)
CLOSED http://python.org/sf/1472459 opened by Steven Bethard
make range be xrange (2006-04-19)
http://python.org/sf/1472639 opened by Thomas Wouters
rlcompleter to be usable without readline (2006-04-19)
http://python.org/sf/1472854 opened by kxroberto
Improve docs for tp_clear and tp_traverse (2006-04-19)
http://python.org/sf/1473132 opened by Collin Winter
Add a gi_code attr to generators (2006-04-19)
http://python.org/sf/1473257 opened by Collin Winter
Patches Closed
______________
fix for 764437 AF_UNIX socket special linux socket names (2004-11-07)
http://python.org/sf/1062014 closed by arigo
Make -tt the default (2006-04-12)
http://python.org/sf/1469190 closed by twouters
Alternative to rev 45325 (2006-04-12)
http://python.org/sf/1469594 closed by montanaro
Compiling and linking main() with C++ compiler (2005-10-12)
http://python.org/sf/1324762 closed by loewis
Python-ast.h & Python-ast.c generated twice (#1355883) (2005-11-13)
http://python.org/sf/1355971 closed by loewis
don't add -OPT:Olimit=0 for icc (2005-03-12)
http://python.org/sf/1162023 closed by loewis
improved configure.in output (2004-10-12)
http://python.org/sf/1045620 closed by loewis
environment parameter for popen2 (2003-02-28)
http://python.org/sf/695275 closed by loewis
Fix test_augassign in p3yk (2006-04-14)
http://python.org/sf/1470424 closed by twouters
Kill off docs for unsafe macros (2003-03-13)
http://python.org/sf/702933 closed by loewis
fix test_exceptions in p3yk (2006-04-14)
http://python.org/sf/1470459 closed by twouters
fix test_bisect in p3yk (2006-04-14)
http://python.org/sf/1470460 closed by twouters
IDNA codec simplification (2006-03-18)
http://python.org/sf/1453235 closed by doerwalter
partially fix test_class in p3yk (2006-04-14)
http://python.org/sf/1470504 closed by twouters
fix test_descrtut in p3yk (2006-04-14)
http://python.org/sf/1470515 closed by twouters
fix test_enumerate in p3yk (2006-04-14)
http://python.org/sf/1470522 closed by twouters
Fix test_descr in p3yk (2006-04-14)
http://python.org/sf/1470536 closed by twouters
fix test_getargs2 in p3yk (2006-04-14)
http://python.org/sf/1470543 closed by twouters
fix test_inspect in p3yk (2006-04-14)
http://python.org/sf/1470560 closed by twouters
fix test_itertools in p3yk (2006-04-14)
http://python.org/sf/1470566 closed by twouters
urllib2 dloads failing through HTTP proxy w/ auth (2005-04-18)
http://python.org/sf/1185444 closed by loewis
Using size_t where appropriate (2005-03-18)
http://python.org/sf/1166195 closed by loewis
python-config (2005-03-12)
http://python.org/sf/1161914 closed by loewis
socketmodule.c's recvfrom on OSF/1 4.0 (2005-04-27)
http://python.org/sf/1191065 closed by loewis
wrong offsets in bpprint() (2005-04-28)
http://python.org/sf/1191700 closed by loewis
Use GCC4 ELF symbol visibility (2005-04-30)
http://python.org/sf/1192789 closed by loewis
_ssl.mak Makefile patch (Win32) (2005-05-07)
http://python.org/sf/1197150 closed by loewis
Bugfix for signal-handler on x64 Platform (2005-05-20)
http://python.org/sf/1205436 closed by loewis
option to allow reload to affect existing instances (2005-06-01)
http://python.org/sf/1212921 closed by loewis
More robust MSVC6 finder (2003-07-31)
http://python.org/sf/780821 closed by loewis
Incremental codecs (2006-02-21)
http://python.org/sf/1436130 closed by doerwalter
declspec for ssize_t (2006-03-12)
http://python.org/sf/1448484 closed by loewis
Building Python with MS Free Compiler (2006-04-15)
http://python.org/sf/1470875 closed by loewis
Tkinter clipboard_get method (new in Tk 8.4) (2004-11-10)
http://python.org/sf/1063914 closed by loewis
byteorder issue in PyMac_GetOSType (2005-06-10)
http://python.org/sf/1218421 closed by ronaldoussoren
Direct framework linking for MACOSX_DEPLOYMENT_TARGET < 10.3 (2005-01-07)
http://python.org/sf/1097739 closed by jackjansen
breakpoint command lists in pdb (2003-08-18)
http://python.org/sf/790710 closed by loewis
Updates to PEP 359 and 3002 (2006-04-18)
http://python.org/sf/1472459 closed by goodger
Log gc times when DEBUG_STATS set (2005-01-11)
http://python.org/sf/1100294 closed by montanaro
New / Reopened Bugs
___________________
mailbox.PortableUnixMailbox fails to parse 'From ' in body (2006-04-14)
http://python.org/sf/1470212 opened by Lars Kellogg-Stedman
QNX4.25 port (2006-04-14)
CLOSED http://python.org/sf/1470300 opened by kbob_ru
test_ctypes fails on FreeBSD 4.x (2006-04-14)
CLOSED http://python.org/sf/1470353 opened by Andrew I MacIntyre
Logging doesn't report the correct filename or line numbers (2006-04-14)
http://python.org/sf/1470422 opened by Michael Tsai
Mention coercion removal in Misc/NEWS (2006-04-14)
CLOSED http://python.org/sf/1470502 opened by Brett Cannon
Error in PyGen_NeedsFinalizing() (2006-04-14)
CLOSED http://python.org/sf/1470508 opened by Tim Peters
XMLGenerator creates a mess with UTF-16 (2006-04-15)
http://python.org/sf/1470540 opened by Nikolai Grigoriev
Visual Studio 2005 CRT error handler (2006-04-16)
http://python.org/sf/1471243 opened by ShireII
setup.py --help-commands exception (2006-04-16)
http://python.org/sf/1471407 opened by James William Pye
reload(ctypes) leaks references (2006-04-16)
CLOSED http://python.org/sf/1471423 opened by Thomas Heller
tarfile.py chokes on long names (2006-04-16)
http://python.org/sf/1471427 opened by Alexander Schremmer
IDLE does not start 2.4.3 (2006-04-17)
http://python.org/sf/1471806 opened by Erin
Python libcrypt build problem on Solaris 8 (2006-04-17)
http://python.org/sf/1471934 opened by Paul Eggert
curses mvwgetnstr build problem on Solaris 8 (2006-04-17)
http://python.org/sf/1471938 opened by Paul Eggert
mimetools module getencoding error (2006-04-17)
http://python.org/sf/1471985 opened by James G. sack
Recursive class instance "error" (2002-03-20)
http://python.org/sf/532646 reopened by bcannon
sgmllib do_tag description error (2006-04-18)
http://python.org/sf/1472084 opened by James G. sack
interactive: no cursors ctrl-a/e... in 2.5a1/linux/debian (2006-04-18)
http://python.org/sf/1472173 opened by kxroberto
pdb 'clear' command doesn't clear selected bp's (2006-04-18)
http://python.org/sf/1472191 opened by Kuba KoÅczyk
pdb 'run' crashes when the it's first argument is non-string (2006-04-18)
http://python.org/sf/1472251 opened by Kuba KoÅczyk
import module with .dll extension (2006-04-18)
http://python.org/sf/1472566 opened by svenn
32/64bit pickled Random incompatiblity (2006-04-19)
http://python.org/sf/1472695 opened by Peter Maxwell
Bug in threadmodule.c:local_traverse (2006-04-18)
CLOSED http://python.org/sf/1472710 opened by Collin Winter
xml.sax.saxutils.XMLGenerator mangles \r\n\t in attributes (2006-04-19)
http://python.org/sf/1472827 opened by Mikhail Gusarov
Tix: Subwidget names (2006-04-19)
http://python.org/sf/1472877 opened by Matthias Kievernagel
shutil.copytree debug message problem (2006-04-19)
http://python.org/sf/1472949 opened by Christophe DUMEZ
valgrind detects problems in PyObject_Free (2006-04-19)
CLOSED http://python.org/sf/1473000 opened by Jaime Torres Amate
SimpleXMLRPCServer responds to any path (2006-04-19)
http://python.org/sf/1473048 opened by A.M. Kuchling
urllib2.Request constructor to urllib.quote the url given (2006-04-20)
http://python.org/sf/1473560 opened by Nikos Kouremenos
cPickle produces locale-dependent dumps (2006-04-20)
http://python.org/sf/1473625 opened by Ivan Vilata i Balaguer
TempFile can hang on Windows (2006-04-20)
http://python.org/sf/1473760 opened by Tim Peters
test test_capi crashed -- thread.error: can't allocate lock (2006-04-21)
http://python.org/sf/1473979 opened by shashi
Bugs Closed
___________
QNX4.25 port (2006-04-14)
http://python.org/sf/1470300 closed by loewis
test_ctypes fails on FreeBSD 4.x (2006-04-14)
http://python.org/sf/1470353 closed by theller
make depend/clean issues w/ ast (2005-11-13)
http://python.org/sf/1355883 closed by loewis
configure incorrectly adds -OPT:Olimit=0 for icc (2005-03-12)
http://python.org/sf/1162001 closed by hoffmanm
Mention coercion removal in Misc/NEWS (2006-04-14)
http://python.org/sf/1470502 closed by nnorwitz
Error in PyGen_NeedsFinalizing() (2006-04-14)
http://python.org/sf/1470508 closed by tim_one
bdist_wininst preinstall script support is broken in 2.5a1 (2006-04-06)
http://python.org/sf/1465834 closed by theller
reload(ctypes) leaks references (2006-04-16)
http://python.org/sf/1471423 closed by theller
Bug in threadmodule.c:local_traverse (2006-04-18)
http://python.org/sf/1472710 deleted by collinwinter
valgrind detects problems in PyObject_Free (2006-04-19)
http://python.org/sf/1473000 closed by nnorwitz
New / Reopened RFE
__________________
"idna" encoding (drawing unicodedata) necessary in httplib? (2006-04-18)
http://python.org/sf/1472176 opened by kxroberto
More information about the Python-Dev
mailing list