Weekly Python Bug/Patch Summary

Bug/Patch Summary ----------------- 548 open / 4296 total bugs (+48) 190 open / 2438 total patches (-1) New Bugs -------- python 2.3.2 make test segfault (2003-10-26) http://python.org/sf/830573 httplib.HTTPConnection._send_request header parsing bug (2003-10-27) http://python.org/sf/831271 Solaris term.h needs curses.h (2003-10-27) http://python.org/sf/831574 httplib hardcodes Accept-Encoding (2003-10-28) http://python.org/sf/831747 Docstring for pyclbr.readmodule() is incorrect (2003-10-28) http://python.org/sf/831969 C++ extensions using SWIG and MinGW (2003-10-28) http://python.org/sf/832159 Build fails in ossaudiodev.c with missing macros (2003-10-29) http://python.org/sf/832236 Wrong reference for specific minidom methods (2003-10-29) http://python.org/sf/832251 Bad Security Advice in CGI Documentation (2003-10-29) http://python.org/sf/832515 Inconsitent line numbering in traceback (2003-10-29) http://python.org/sf/832535 Please link modules with shared lib (2003-10-29) http://python.org/sf/832799 urllib.urlencode doesn't work for output from cgi.parse_qs (2003-10-30) http://python.org/sf/833405 Incorrect priority 'in' and '==' (2003-10-31) http://python.org/sf/833905 Ctrl+key combos stop working in IDLE (2003-10-31) http://python.org/sf/833957 Mouse wheel crashes program (2003-11-01) http://python.org/sf/834351 python and lithuanian locales (2003-11-02) http://python.org/sf/834452 simple bsddb interface potential for deadlock with threads (2003-11-02) http://python.org/sf/834461 New Patches ----------- deprecate or fix buffer object (2003-10-28) http://python.org/sf/832058 Implementation PEP 322: Reverse Iteration (2003-11-01) http://python.org/sf/834422 Closed Bugs ----------- test_signal hangs -- signal broken on OpenBSD? (2002-04-26) http://python.org/sf/549081 urllib2 and proxy (2003-01-02) http://python.org/sf/661042 os.popen with mode "rb" fails on Unix (2003-03-13) http://python.org/sf/703198 Test failures on Linux, Python 2.3b1 tarball (2003-04-26) http://python.org/sf/728051 Memory leak on open() only in 2.3? (2003-08-15) http://python.org/sf/789402 urllib.urlopen for https doesn't always provide readlines (2003-08-20) http://python.org/sf/792101 gc.get_referrers() is inherently dangerous (2003-08-23) http://python.org/sf/793822 dis.disassemble_string() broken (2003-09-23) http://python.org/sf/811294 int ("ffffffd3", 16) gives error (2003-09-24) http://python.org/sf/811898 Email.message example missing arg (2003-10-03) http://python.org/sf/817178 httplib.SSLFile lacks readlines() method (2003-10-07) http://python.org/sf/819510 Package Manager Scrolling Behavior (2003-10-15) http://python.org/sf/824430 dict.__init__ doesn't call subclass's __setitem__. (2003-10-16) http://python.org/sf/824854 wrong error message of islice indexing (2003-10-20) http://python.org/sf/827190 ctime is not creation time (2003-10-21) http://python.org/sf/827902 setattr(obj, BADNAME, value) does not raises exception (2003-10-24) http://python.org/sf/829458 python-mode.el: py-b-of-def-or-class looks inside strings (2003-10-25) http://python.org/sf/830347 Closed Patches -------------- Add isxxx() methods to string objects (2002-05-30) http://python.org/sf/562501 Enhanced file constructor (2002-09-11) http://python.org/sf/608182 Experimental Inno Setup Win32 installer (2002-10-24) http://python.org/sf/628301 terminal type option subnegotiation in telnetlib (2003-04-17) http://python.org/sf/723364 Allows os.forkpty to work on more platforms (Solaris!) (2003-05-04) http://python.org/sf/732401 fix problem in about dialog (2003-07-21) http://python.org/sf/775057 pydoc's usage should use basename (2003-08-08) http://python.org/sf/785689 termios module on IRIX (2003-08-11) http://python.org/sf/787189 ignore "b" and "t" mode modifiers in posix_popen (2003-08-13) http://python.org/sf/788404 POP3 over SSL support for poplib (2003-08-19) http://python.org/sf/791706 [_ssl.c] SSL_write() called with -1 as size (2003-09-10) http://python.org/sf/803998 socket.ssl should check certificates (2003-09-22) http://python.org/sf/810754 sprout more file operations in SSLFile, fixes 792101 (2003-10-04) http://python.org/sf/817854 let's get rid of cyclic object comparison (2003-10-17) http://python.org/sf/825639 Add list.copysort() (2003-10-17) http://python.org/sf/825814 itertoolsmodule.c: islice error messages (827190) (2003-10-25) http://python.org/sf/830070 python-mode.el: (py-point 'bod) doesn't quite work (2003-10-25) http://python.org/sf/830341

Skip Montanaro <skip@manatee.mojam.com> writes:
How do you compute the deltas? On Oct 26, in http://mail.python.org/pipermail/python-dev/2003-October/039559.html you write 547 open / 4276 total bugs (+42) 205 open / 2432 total patches (+7) Regards, Martin

Skip Montanaro <skip@manatee.mojam.com> writes:
How do you compute the deltas? On Oct 26, in http://mail.python.org/pipermail/python-dev/2003-October/039559.html you write 547 open / 4276 total bugs (+42) 205 open / 2432 total patches (+7) Regards, Martin
participants (2)
-
martin@v.loewis.de
-
Skip Montanaro