[Python-Dev] Weekly Python Patch/Bug Summary
Kurt B. Kaiser
kbk at shore.net
Sun Oct 16 06:34:07 CEST 2005
Patch / Bug Summary
___________________
Patches : 344 open ( +3) / 2955 closed ( +2) / 3299 total ( +5)
Bugs : 883 open ( -1) / 5341 closed (+20) / 6224 total (+19)
RFE : 201 open ( +5) / 187 closed ( +0) / 388 total ( +5)
New / Reopened Patches
______________________
Compiling and linking main() with C++ compiler (2005-10-12)
http://python.org/sf/1324762 opened by Christoph Ludwig
Adding redblack tree to collections module (2005-10-12)
http://python.org/sf/1324770 opened by Hye-Shik Chang
Letting "build_ext --libraries" take more than one lib (2005-10-13)
http://python.org/sf/1326113 opened by Stephen A. Langer
VS NET 2003 Project Files contain per file compiler settings (2005-10-15)
http://python.org/sf/1327377 opened by Juan-Carlos Lopez-Garcia
Static Windows Build fails to locate existing installation (2005-10-15)
http://python.org/sf/1327594 opened by Doe, Baby
Patches Closed
______________
Encoding alias "unicode-1-1-utf-7" (2005-07-26)
http://python.org/sf/1245379 closed by doerwalter
Py_INCREF/Py_DECREF with magic constant demo (2005-10-07)
http://python.org/sf/1316653 closed by rhamphoryncus
New / Reopened Bugs
___________________
irregular behavior within class using __setitem__ (2005-10-08)
CLOSED http://python.org/sf/1317376 opened by capnSTABN
Missing Library Modules (2005-10-09)
CLOSED http://python.org/sf/1321736 opened by George LeCompte
Minor error in the Library Reference doc (2005-10-10)
CLOSED http://python.org/sf/1323294 opened by Colin J. Williams
getwindowsversion() constants in sys module (2005-10-11)
http://python.org/sf/1323369 opened by Tony Meyer
C API doc for PySequence_Tuple duplicated (2005-10-11)
CLOSED http://python.org/sf/1323739 opened by George Yoshida
MSI installer not working (2005-10-11)
CLOSED http://python.org/sf/1323810 opened by Eric Rucker
ISO8859-9 broken (2005-10-11)
http://python.org/sf/1324237 opened by Eray Ozkural
Curses module doesn't install on Solaris 2.8 (2005-10-12)
http://python.org/sf/1324799 opened by Andrew Koenig
"as" keyword sometimes highlighted in strings (2005-10-12)
http://python.org/sf/1325071 opened by Artur de Sousa Rocha
binary code made by freeze results "unknown encoding" (2005-10-13)
CLOSED http://python.org/sf/1325491 opened by greatPython
Curses,h (2005-10-13)
CLOSED http://python.org/sf/1325611 reopened by rbrenner
Curses,h (2005-10-13)
CLOSED http://python.org/sf/1325611 opened by hafnium
Curses,h (2005-10-13)
CLOSED http://python.org/sf/1325903 opened by hafnium
traceback.py formats SyntaxError differently (2005-10-13)
http://python.org/sf/1326077 opened by Neil Schemenauer
odd behaviour when making lists of lambda forms (2005-10-13)
CLOSED http://python.org/sf/1326195 opened by Johan Hidding
itertools.count wraps around after maxint (2005-10-13)
http://python.org/sf/1326277 opened by paul rubin
pdb breaks programs which import from __main__ (2005-10-13)
http://python.org/sf/1326406 opened by Ilya Sandler
set.__getstate__ is not overriden (2005-10-14)
http://python.org/sf/1326448 opened by George Sakkis
SIGALRM alarm signal kills interpreter (2005-10-14)
CLOSED http://python.org/sf/1326841 opened by paul rubin
wrong TypeError traceback in generator expressions (2005-10-14)
http://python.org/sf/1327110 opened by Yusuke Shinyama
title() uppercases latin1 strings after accented letters (2005-10-14)
CLOSED http://python.org/sf/1327233 opened by Humberto Diógenes
Bugs Closed
___________
Segmentation fault with invalid "coding" (2005-10-07)
http://python.org/sf/1316162 closed by birkenfeld
irregular behavior within class using __setitem__ (2005-10-08)
http://python.org/sf/1317376 closed by ncoghlan
python.exe 2.4.2 compiled with VS2005 crashes (2005-10-03)
http://python.org/sf/1311784 closed by loewis
2.4.2 make problems (2005-10-03)
http://python.org/sf/1311579 closed by loewis
2.4.1 windows MSI has no _socket (2005-09-24)
http://python.org/sf/1302793 closed by loewis
The _ssl build process for 2.3.5 is broken (2005-09-16)
http://python.org/sf/1292634 closed by loewis
codecs.readline sometimes removes newline chars (2005-04-02)
http://python.org/sf/1175396 closed by doerwalter
Missing Library Modules (2005-10-09)
http://python.org/sf/1321736 closed by nnorwitz
inspect.getsourcelines() broken (2005-10-07)
http://python.org/sf/1315961 closed by doerwalter
Minor error in the Library Reference doc (2005-10-10)
http://python.org/sf/1323294 closed by nnorwitz
failure to build RPM on rhel 3 (2005-07-28)
http://python.org/sf/1246900 closed by jafo
C API doc for PySequence_Tuple duplicated (2005-10-11)
http://python.org/sf/1323739 closed by nnorwitz
MSI installer not working (2005-10-11)
http://python.org/sf/1323810 closed by loewis
[AST] Patch [ 1190012 ] should've checked for SyntaxWarnings (2005-05-04)
http://python.org/sf/1195576 closed by nascheme
binary code made by freeze results "unknown encoding" (2005-10-13)
http://python.org/sf/1325491 closed by perky
Curses,h (2005-10-13)
http://python.org/sf/1325611 closed by birkenfeld
Curses,h (2005-10-13)
http://python.org/sf/1325611 closed by perky
Curses,h (2005-10-13)
http://python.org/sf/1325903 closed by birkenfeld
odd behaviour when making lists of lambda forms (2005-10-13)
http://python.org/sf/1326195 closed by rhettinger
SIGALRM alarm signal kills interpreter (2005-10-14)
http://python.org/sf/1326841 closed by loewis
title() uppercases latin1 strings after accented letters (2005-10-15)
http://python.org/sf/1327233 closed by perky
New / Reopened RFE
__________________
itemgetter built-in? (2005-10-10)
http://python.org/sf/1322308 opened by capnSTABN
fix for ms stdio tables (2005-10-11)
http://python.org/sf/1324176 opened by Vambola Kotkas
__name__ available during class dictionary build (2005-10-12)
http://python.org/sf/1324261 opened by Adal Chiriliuc
python scratchpad (2005-10-14)
http://python.org/sf/1326830 opened by paul rubin
More information about the Python-Dev
mailing list