[Python-Dev] Weekly Python Patch/Bug Summary (original) (raw)
Kurt B. Kaiser kbk at shore.net
Sun Jan 25 23:16:59 EST 2004
- Previous message: [Python-Dev] Weekly Python Bug/Patch Summary
- Next message: [Python-Dev] namespace for generator expressions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Patch / Bug Summary
Patches : 241 open ( +4) / 2299 closed ( +1) / 2540 total ( +5) Bugs : 677 open (+18) / 3870 closed ( +8) / 4547 total (+26) RFE : 124 open ( -2) / 116 closed ( +5) / 240 total ( +3)
New / Reopened Patches
Fix typo in usage message(prechm.py) (2004-01-20) http://python.org/sf/880552 opened by George Yoshida
incorrect end-of-message handling in mailbox.BabylMailbox (2004-01-20) http://python.org/sf/880621 opened by KAJIYAMA, Tamito
logging says to call shutdown - make it more likely (2004-01-21) http://python.org/sf/881676 opened by Jim Jewett
look in libbsd.a also for openpty and forkpty (2004-01-21) http://python.org/sf/881820 opened by David Dyck
dynamic execution profiling vs opcode prediction (2004-01-25) http://python.org/sf/884022 opened by Andrew I MacIntyre
Patches Closed
add link to DDJ's article (2004-01-05) http://python.org/sf/871402 closed by fdrake
New / Reopened Bugs
socket line buffering (2004-01-18) http://python.org/sf/879399 opened by Jean M. Brouwers
Segmentantion Fault in bsddb (2004-01-20) http://python.org/sf/880531 opened by Rafael Ugolini
RedHat RPM for 2.3.2 fails PIL install, unlike source Py (2004-01-20) http://python.org/sf/880634 opened by Gerry Kirk
"ez" format code for ParseTuple() (2004-01-20) http://python.org/sf/880951 opened by Jon Willeke
Float infinity unpicklable with BINFLOAT-using protocols (2004-01-20) http://python.org/sf/880990 opened by Jp Calderone
2.3.3 make fails build posix_openpty' (2004-01-21) http://python.org/sf/880996 opened by David Dyck
Overflow in Python Profiler (2004-01-21) http://python.org/sf/881261 opened by Jakob Schiøtz
Shelve slow after 7/8000 key (2004-01-21) http://python.org/sf/881522 opened by Marco Beri
Error in obmalloc. (2004-01-21) http://python.org/sf/881641 opened by Aki Tossavainen
xml.sax.handler.ContentHandler missing argument (2004-01-21) http://python.org/sf/881707 opened by James Kew
configure warning / sys/un.h: present but cannot be compiled (2004-01-21) http://python.org/sf/881765 opened by David Dyck
2.3.3 hangs in test_fork1 and test_threadedtempfile (2004-01-21) http://python.org/sf/881768 opened by David Dyck
2.4a0 build fails in Modules/signalmodule.c (2004-01-21) http://python.org/sf/881812 opened by David Dyck
type of Py_UNICODE depends on ./configure options (2004-01-22) http://python.org/sf/881861 opened by Biehunko Michael
Error in obmalloc. (2004-01-21) http://python.org/sf/881641 reopened by mwh
socket's makefile file object doesn't work with timeouts. (2004-01-22) http://python.org/sf/882297 opened by Jeremy Fincher
boolobject.h documentation missing from Python/C API (2004-01-22) http://python.org/sf/882332 opened by Greg Chapman
bundlebuilder --lib mishandles frameworks (2004-01-23) http://python.org/sf/883283 opened by Russell Owen
quopri encoding & Unicode (2004-01-24) http://python.org/sf/883466 opened by Stuart Bishop
python crash in pyexpat's XmlInitUnknownEncodingNS (2004-01-24) http://python.org/sf/883495 opened by Matthias Klose
locale specific problem in test_strftime.py (2004-01-24) http://python.org/sf/883604 opened by George Yoshida
distutils doesn't see user-directories set via VisStudio 7.1 (2004-01-25) http://python.org/sf/883969 opened by Mark Hammond
Possible incorrect code generation (2004-01-24) http://python.org/sf/883987 opened by Bill Rubenstein
opcode prediction distorts dynamic execution profile stats (2004-01-25) http://python.org/sf/884020 opened by Andrew I MacIntyre
MIMEMultipart _subparts constructor unusable (2004-01-25) http://python.org/sf/884030 opened by Amit Aronovitch
metaclasses and unicode (2004-01-25) http://python.org/sf/884064 opened by Christoph Simon
OSATerminology is broken (2004-01-25) http://python.org/sf/884085 opened by Bob Ippolito
Bugs Closed
logging handlers raise exception on level (2004-01-13) http://python.org/sf/876421 closed by vsajip
Zipfile archive name can't be unicode (2004-01-16) http://python.org/sf/878120 closed by ssmmhh
Segmentantion Fault in bsddb (2004-01-20) http://python.org/sf/880531 closed by niemeyer
pwd and grp modules error msg improvements (2004-01-16) http://python.org/sf/878572 closed by bwarsaw
Float infinity unpicklable with BINFLOAT-using protocols (2004-01-20) http://python.org/sf/880990 closed by tim_one
Small problems with the csv module's documentation (2003-08-30) http://python.org/sf/797853 closed by montanaro
Error in obmalloc. (2004-01-21) http://python.org/sf/881641 closed by mwh
2.3.3 hangs in test_fork1 and test_threadedtempfile (2004-01-21) http://python.org/sf/881768 closed by dcd
Possible incorrect code generation (2004-01-24) http://python.org/sf/883987 closed by nnorwitz
New / Reopened RFE
Add ResolveFinderAliases to macostools module (2004-01-21) http://python.org/sf/881824 opened by Paul Donovan
Enable command line exit in IDLE. (2004-01-22) http://python.org/sf/882171 opened by Raymond Hettinger
Parsing userID:passwd in http_proxy (2004-01-22) http://python.org/sf/882397 opened by Marcin J. Kraszewski
RFE Closed
Thai encoding alias for 'cp874' (2003-12-05) http://python.org/sf/854511 closed by loewis
builtin save() function available interactively only (2003-12-01) http://python.org/sf/852222 closed by rhettinger
All numbers are bitarrays too (2003-11-21) http://python.org/sf/846568 closed by rhettinger
Requesting Mock Object support for unittest.TestCase (2003-03-22) http://python.org/sf/708125 closed by purcell
Parsing userID:passwd in http_proxy (2004-01-22) http://python.org/sf/882397 closed by sjoerd
- Previous message: [Python-Dev] Weekly Python Bug/Patch Summary
- Next message: [Python-Dev] namespace for generator expressions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]