[Python-Dev] Weekly Python Patch/Bug Summary
Kurt B. Kaiser
kbk at shore.net
Sat Sep 2 03:28:44 CEST 2006
Patch / Bug Summary
___________________
Patches : 412 open ( +5) / 3397 closed ( +4) / 3809 total ( +9)
Bugs : 900 open (+12) / 6149 closed ( +4) / 7049 total (+16)
RFE : 233 open ( +1) / 236 closed ( +0) / 469 total ( +1)
New / Reopened Patches
______________________
set literals (2006-08-28)
CLOSED http://python.org/sf/1547796 opened by Georg Brandl
"for x in setliteral" peepholer optimization (2006-08-28)
CLOSED http://python.org/sf/1548082 opened by Georg Brandl
set comprehensions (2006-08-29)
http://python.org/sf/1548388 opened by Georg Brandl
Fix for structmember conversion issues (2006-08-29)
http://python.org/sf/1549049 opened by Roger Upole
Implementation of PEP 3102 Keyword Only Argument (2006-08-31)
http://python.org/sf/1549670 opened by Jiwon Seo
Add a test suite for test_unittest (2006-08-31)
http://python.org/sf/1550272 opened by Collin Winter
Fix numerous bugs in unittest (2006-08-31)
http://python.org/sf/1550273 opened by Collin Winter
Ellipsis literal "..." (2006-09-01)
http://python.org/sf/1550786 opened by Georg Brandl
make exec a function (2006-09-01)
http://python.org/sf/1550800 opened by Georg Brandl
Patches Closed
______________
Allow os.listdir to accept file names longer than MAX_PATH (2006-04-26)
http://python.org/sf/1477350 closed by rupole
set literals (2006-08-28)
http://python.org/sf/1547796 closed by gbrandl
pybench.py error reporting broken for bad -s filename (2006-08-25)
http://python.org/sf/1546372 closed by lemburg
"if x in setliteral" peepholer optimization (2006-08-28)
http://python.org/sf/1548082 closed by gvanrossum
New / Reopened Bugs
___________________
Typo in Language Reference Section 3.2 Class Instances (2006-08-28)
http://python.org/sf/1547931 opened by whesse_at_clarkson
curses module segfaults on invalid tparm arguments (2006-08-28)
http://python.org/sf/1548092 opened by Marien Zwart
Add 'find' method to sequence types (2006-08-28)
http://python.org/sf/1548178 opened by kovan
Recursion limit exceeded in the match function (2006-08-29)
CLOSED http://python.org/sf/1548252 opened by wojtekwu
sgmllib.sgmlparser is not thread safe (2006-08-28)
http://python.org/sf/1548288 opened by Andres Riancho
whichdb too dumb (2006-08-28)
http://python.org/sf/1548332 opened by Curtis Doty
filterwarnings('error') has no effect (2006-08-29)
http://python.org/sf/1548371 opened by Roger Upole
C modules reloaded on certain failed imports (2006-08-29)
http://python.org/sf/1548687 opened by Josiah Carlson
shlex (or perhaps cStringIO) and unicode strings (2006-08-29)
http://python.org/sf/1548891 opened by Erwin S. Andreasen
bug in classlevel variabels (2006-08-30)
CLOSED http://python.org/sf/1549499 opened by Thomas Dybdahl Ahle
Pdb parser bug (2006-08-30)
http://python.org/sf/1549574 opened by Alexander Belopolsky
urlparse return exchanged values (2006-08-30)
CLOSED http://python.org/sf/1549589 opened by Oscar Acena
Enhance and correct unittest's docs (redux) (2006-08-31)
http://python.org/sf/1550263 reopened by fdrake
Enhance and correct unittest's docs (redux) (2006-08-31)
http://python.org/sf/1550263 opened by Collin Winter
inspect module and class startlineno (2006-09-01)
http://python.org/sf/1550524 opened by Ali Gholami Rudi
SWIG wrappers incompatible with 2.5c1 (2006-09-01)
http://python.org/sf/1550559 opened by Andrew Gregory
itertools.tee raises SystemError (2006-09-01)
http://python.org/sf/1550714 opened by Alexander Belopolsky
itertools.tee raises SystemError (2006-09-01)
CLOSED http://python.org/sf/1550761 opened by Alexander Belopolsky
Bugs Closed
___________
x!=y and [x]=[y] (!) (2006-08-22)
http://python.org/sf/1544762 closed by rhettinger
Recursion limit exceeded in the match function (2006-08-29)
http://python.org/sf/1548252 closed by gbrandl
bug in classlevel variabels (2006-08-30)
http://python.org/sf/1549499 closed by gbrandl
urlparse return exchanged values (2006-08-30)
http://python.org/sf/1549589 closed by gbrandl
Enhance and correct unittest's docs (redux) (2006-08-31)
http://python.org/sf/1550263 closed by fdrake
itertools.tee raises SystemError (2006-09-01)
http://python.org/sf/1550761 deleted by belopolsky
More information about the Python-Dev
mailing list