[Python-Dev] Weekly Python Patch/Bug Summary
Kurt B. Kaiser
kbk at shore.net
Thu Feb 12 23:34:06 EST 2004
Patch / Bug Summary
___________________
Patches : 246 open ( +0) / 2310 closed (+10) / 2556 total (+10)
Bugs : 705 open (+20) / 3887 closed (+11) / 4592 total (+31)
RFE : 127 open ( +3) / 118 closed ( +1) / 245 total ( +4)
New / Reopened Patches
______________________
making the version of SSL configurable when creating sockets (2004-02-03)
http://python.org/sf/889813 opened by adam goucher
Make `commands' module work on Windows (2004-02-03)
http://python.org/sf/889949 opened by Miki Tebeka
DragonFly BSD support (2004-02-03)
http://python.org/sf/890203 opened by Jon Parise
example for urllib2 has SyntaxError (2004-02-08)
http://python.org/sf/892821 opened by George Yoshida
tp_dealloc, threads and garbage collection (2004-02-09)
http://python.org/sf/893566 opened by Greg Chapman
SimpleXMLRPCServer.py optional allow_none argument (2004-02-09)
http://python.org/sf/893642 opened by Li Zou
Updated .spec file. (2004-02-08)
http://python.org/sf/892673 opened by Sean Reifschneider
hmac.HMAC.copy() speedup (2004-02-11)
http://python.org/sf/895445 opened by Trevor Perrin
pdb enhancements and bug fixes (2004-02-12)
http://python.org/sf/896011 opened by Ilya Sandler
Patches Closed
______________
Bluetooth support for FreeBSD systems. (2004-01-31)
http://python.org/sf/888148 closed by perky
input() vs __future__ (2004-01-14)
http://python.org/sf/876178 closed by perky
Japanese Unicode Codecs (2003-01-12)
http://python.org/sf/666484 closed by perky
regrtest.py -T for code coverage (2003-12-31)
http://python.org/sf/868499 closed by bwarsaw
>100k alloc wasted on startup (2004-01-12)
http://python.org/sf/875689 closed by rhettinger
Fix typo in usage message(prechm.py) (2004-01-20)
http://python.org/sf/880552 closed by rhettinger
dynamic execution profiling vs opcode prediction (2004-01-25)
http://python.org/sf/884022 closed by rhettinger
example for urllib2 has SyntaxError (2004-02-08)
http://python.org/sf/892821 closed by rhettinger
Erroneous error message in test_types (2004-01-26)
http://python.org/sf/885008 closed by doerwalter
easiest 1% improvement in pystone ever (2004-01-13)
http://python.org/sf/876198 closed by mwh
New / Reopened Bugs
___________________
Odd warning behaviors (2004-02-03)
http://python.org/sf/890010 opened by Tim Peters
colorsys: bad URL (2004-02-03)
http://python.org/sf/890081 opened by David M. Cooke
Line 0 SyntaxWarning with duplicate global declarations (2004-02-02)
http://python.org/sf/889500 opened by Jeff Connelly
upack fails under certain conditions on Windows (2004-02-04)
http://python.org/sf/890687 opened by Kevin
upack produces incorrect result in certain circumstances (2004-02-04)
http://python.org/sf/890705 opened by Kevin
BSDDB set_location bug (2004-02-05)
http://python.org/sf/890872 opened by Mike C. Fletcher
pickle dump argument description vague (2004-02-05)
http://python.org/sf/891249 opened by Brad Clements
dict.get() evaluates second parameter even if key is present (2004-02-05)
http://python.org/sf/891367 opened by Claude Belisle
pydoc crashes on a class property (2004-02-06)
http://python.org/sf/891637 opened by Matthias Klose
commands module doesn't support background commands (2004-02-06)
http://python.org/sf/891832 opened by Skip Montanaro
PyBool_* not documented in C API (2004-02-02)
http://python.org/sf/889154 opened by Fred L. Drake, Jr.
Multiple close() for asyncore.dispatcher. (2004-02-07)
http://python.org/sf/892492 opened by Alexey Klimkin
asyncore.dispactcher: incorrect connect (2004-02-02)
http://python.org/sf/889153 opened by Sankov Dmitry Alexandrovich
typo in textwrap doc page (2004-02-08)
http://python.org/sf/892854 opened by Drew Perttula
problem with pickling newstyle class instances (2004-02-08)
http://python.org/sf/892902 opened by Toon Verstraelen
Race condition in popen2 (2004-02-08)
http://python.org/sf/892939 opened by Ken McNeil
bundlebuilder standalone app doesn't fully quit (2004-02-02)
http://python.org/sf/889200 opened by Russell Owen
curses getkey() crash in raw mode (2004-02-09)
http://python.org/sf/893250 opened by J. David Lee
skipitem() in getargs.c missing some types (2004-02-09)
http://python.org/sf/893549 opened by Kirill A Kryloff
Segmentation fault running XSV (2004-02-09)
http://python.org/sf/893610 opened by Jean-Baptiste Combes
configure argument --libdir is ignored (2004-02-06)
http://python.org/sf/891930 opened by Göran Uddeborg
- very minor typo (2004-02-10)
http://python.org/sf/894428 opened by Nikolay Diakov
Segmentation fault running XSV (2004-02-09)
http://python.org/sf/893610 opened by Jean-Baptiste Combes
Win32 installer should add python's directory to system path (2004-02-10)
http://python.org/sf/894599 opened by Viktor Ferenczi
build_ssl can't find ActiveState Perl from unusual locations (2004-02-10)
http://python.org/sf/894743 opened by Heikki Toivonen
email library Parser can't parse some messages (2004-02-12)
http://python.org/sf/895510 opened by Jan Ondrej
- another minor typo (2004-02-12)
http://python.org/sf/895560 opened by Nikolay Diakov
os.listdir fails for pathprefix \?\d:... (2004-02-12)
http://python.org/sf/895567 opened by Guenter Kruschina
symtable.Symbol.is_global() is strange (2004-02-12)
http://python.org/sf/896061 opened by Peter Åstrand
Some Carbon modules missing (2004-02-12)
http://python.org/sf/896199 opened by Russell Owen
Unicode problem in os.path.getsize ? (2004-02-12)
http://python.org/sf/896236 opened by Ronald L. Rivest
Bugs Closed
___________
upack fails under certain conditions on Windows (2004-02-04)
http://python.org/sf/890687 closed by theller
unpack produces incorrect result in certain circumstances (2004-02-04)
http://python.org/sf/890705 closed by theller
dict.get() evaluates second parameter even if key is present (2004-02-05)
http://python.org/sf/891367 closed by rhettinger
Multiple close() for asyncore.dispatcher. (2004-02-07)
http://python.org/sf/892492 closed by rhettinger
opcode prediction distorts dynamic execution profile stats (2004-01-25)
http://python.org/sf/884020 closed by rhettinger
typo in textwrap doc page (2004-02-08)
http://python.org/sf/892854 closed by rhettinger
Config option --without-pth not working? (2002-04-11)
http://python.org/sf/542751 closed by blueronin
colorsys: bad URL (2004-02-03)
http://python.org/sf/890081 closed by bcannon
- very minor typo (2004-02-10)
http://python.org/sf/894428 closed by nnorwitz
- another minor typo (2004-02-12)
http://python.org/sf/895560 closed by rhettinger
metaclasses and __unicode__ (2004-01-25)
http://python.org/sf/884064 closed by mwh
New / Reopened RFE
__________________
win32 raw socket support (2004-02-03)
http://python.org/sf/889544 opened by Jesko Huettenhain
debuggable/profileable Python framework (2004-02-07)
http://python.org/sf/892707 opened by Bob Ippolito
Enumerate with step (2004-02-08)
http://python.org/sf/892804 opened by Gerrit Holl
Have a split corresponding with os.path.join (2004-02-11)
http://python.org/sf/894936 opened by Nicolas Fleury
RFE Closed
__________
Enumerate with step (2004-02-08)
http://python.org/sf/892804 closed by rhettinger
More information about the Python-Dev
mailing list