Weekly Python Patch/Bug Summary

K

Kurt B. Kaiser

Patch / Bug Summary
___________________

Patches : 267 open ( +6) / 2727 closed ( +9) / 2994 total (+15)
Bugs : 798 open ( -3) / 4748 closed (+15) / 5546 total (+12)
RFE : 165 open ( +0) / 140 closed ( +1) / 305 total ( +1)

New / Reopened Patches
______________________

Remove witty comment in pydoc.py (2005-01-01)
CLOSED http://python.org/sf/1094007 opened by Reinhold Birkenfeld

Docs for file() vs open() (2005-01-01)
CLOSED http://python.org/sf/1094011 opened by Reinhold Birkenfeld

Improvements for shutil.copytree() (2005-01-01)
CLOSED http://python.org/sf/1094015 opened by Reinhold Birkenfeld

xml.dom.minidom.Node.replaceChild(obj, x, x) removes child x (2005-01-01)
http://python.org/sf/1094164 opened by Felix Rabe

os.py: base class _Environ on dict instead of UserDict (2005-01-02)
http://python.org/sf/1094387 opened by Matthias Klose

add Bunch type to collections module (2005-01-02)
http://python.org/sf/1094542 opened by Steven Bethard

self.button.pack() in tkinter.tex example (2005-01-03)
http://python.org/sf/1094815 opened by [N/A]

fixes urllib2 digest to allow arbitrary methods (2005-01-03)
http://python.org/sf/1095362 opened by John Reese

Argument passing from /usr/bin/idle2.3 to idle.py (2003-11-30)
http://python.org/sf/851459 reopened by jafo

fix for trivial flatten bug in astgen (2005-01-04)
http://python.org/sf/1095541 opened by DSM

exclude CVS conflict files in sdist command (2005-01-04)
http://python.org/sf/1095784 opened by Wummel

Fix for wm_iconbitmap to allow .ico files under Windows. (2005-01-05)
http://python.org/sf/1096231 opened by John Fouhy

Info Associated with Merge to AST (2005-01-07)
http://python.org/sf/1097671 opened by Kurt B. Kaiser

Direct framework linking for MACOSX_DEPLOYMENT_TARGET < 10.3 (2005-01-07)
http://python.org/sf/1097739 opened by Bob Ippolito

Encoding for Code Page 273 used by EBCDIC Germany Austria (2005-01-07)
http://python.org/sf/1097797 opened by Michael Bierenfeld

Patches Closed
______________

locale.getdefaultlocale does not return tuple in some OS (2004-10-21)
http://python.org/sf/1051395 closed by rhettinger

imghdr -- identify JPEGs in EXIF format (2003-06-08)
http://python.org/sf/751031 closed by rhettinger

Remove witty comment in pydoc.py (2005-01-01)
http://python.org/sf/1094007 closed by rhettinger

Docs for file() vs open() (2005-01-01)
http://python.org/sf/1094011 closed by rhettinger

Improvements for shutil.copytree() (2005-01-01)
http://python.org/sf/1094015 closed by jlgijsbers

a new subprocess.call which raises an error on non-zero rc (2004-11-23)
http://python.org/sf/1071764 closed by astrand

Argument passing from /usr/bin/idle2.3 to idle.py (2003-11-30)
http://python.org/sf/851459 closed by jafo

@decorators, including classes (2004-08-12)
http://python.org/sf/1007991 closed by jackdied

Convert glob.glob to generator-based DFS (2004-04-27)
http://python.org/sf/943206 closed by jlgijsbers

Make cgi.py use email instead of rfc822 or mimetools (2004-12-06)
http://python.org/sf/1079734 closed by jlgijsbers

New / Reopened Bugs
___________________

marshal.dumps('hello',0) "Access violation" (2005-01-03)
CLOSED http://python.org/sf/1094960 opened by Mark Brophy

General FAW - incorrect "most stable version" (2005-01-03)
http://python.org/sf/1095328 opened by Tim Delaney

Python FAQ: list.sort() out of date (2005-01-03)
CLOSED http://python.org/sf/1095342 opened by Tim Delaney

Bug In Python (2005-01-04)
CLOSED http://python.org/sf/1095789 opened by JastheAce

"Macintosh" references in the docs need to be checked. (2005-01-04)
http://python.org/sf/1095802 opened by Jack Jansen

The doc for DictProxy is missing (2005-01-04)
http://python.org/sf/1095821 opened by Colin J. Williams

Apple-installed Python fails to build extensions (2005-01-04)
http://python.org/sf/1095822 opened by Jack Jansen

time.tzset() not built on Solaris (2005-01-05)
http://python.org/sf/1096244 opened by Gregory Bond

sys.__stdout__ doco isn't discouraging enough (2005-01-05)
http://python.org/sf/1096310 opened by Just van Rossum

_DummyThread() objects not freed from threading._active map (2004-12-22)
http://python.org/sf/1089632 reopened by saravanand

Example needed in os.stat() (2005-01-06)
CLOSED http://python.org/sf/1097229 opened by Facundo Batista

SimpleHTTPServer sends wrong Content-Length header (2005-01-06)
http://python.org/sf/1097597 opened by David Schachter

urllib2 doesn't handle urls without a scheme (2005-01-07)
http://python.org/sf/1097834 opened by Jack Jansen

getsource and getsourcelines in the inspect module (2005-01-07)
CLOSED http://python.org/sf/1098134 opened by Björn Lindqvist

mailbox should use email not rfc822 (2003-06-19)
http://python.org/sf/756982 reopened by jlgijsbers

typo in "Python Tutorial": 1. Whetting your appetite (2005-01-08)
http://python.org/sf/1098497 opened by Ludootje

Bugs Closed
___________

Don't define _SGAPI on IRIX (2003-04-27)
http://python.org/sf/728330 closed by loewis

python24.msi install error (2004-12-01)
http://python.org/sf/1076500 closed by loewis

garbage collector still documented as optional (2004-12-27)
http://python.org/sf/1091740 closed by rhettinger

marshal.dumps('hello',0) "Access violation" (2005-01-03)
http://python.org/sf/1094960 closed by rhettinger

General FAQ: list.sort() out of date (2005-01-04)
http://python.org/sf/1095342 closed by jlgijsbers

Bug In Python (2005-01-04)
http://python.org/sf/1095789 closed by rhettinger

test_macostools fails when running from source (2004-07-16)
http://python.org/sf/992185 closed by jackjansen

Sate/Save typo in Mac/scripts/BuildApplication.py (2004-12-01)
http://python.org/sf/1076490 closed by jackjansen

_DummyThread() objects not freed from threading._active map (2004-12-22)
http://python.org/sf/1089632 closed by bcannon

Example needed in os.stat() (2005-01-06)
http://python.org/sf/1097229 closed by facundobatista

gethostbyaddr on redhat for multiple hostnames (2004-12-14)
http://python.org/sf/1085069 closed by loewis

Unable to see Python binary (2004-12-10)
http://python.org/sf/1082874 closed by loewis

Change in signal function in the signal module (2004-12-10)
http://python.org/sf/1083177 closed by akuchling

test_descr fails on win2k (2004-07-12)
http://python.org/sf/989337 closed by rhettinger

test_imp failure (2004-07-15)
http://python.org/sf/991708 closed by rhettinger

getsource and getsourcelines in the inspect module (2005-01-07)
http://python.org/sf/1098134 closed by jlgijsbers

crash (SEGV) in Py_EndInterpreter() (2002-11-17)
http://python.org/sf/639611 closed by jlgijsbers

shutil.copytree copies stat of files, but not of dirs (2004-10-18)
http://python.org/sf/1048878 closed by jlgijsbers

shutil.copytree uses os.mkdir instead of os.mkdirs (2004-06-19)
http://python.org/sf/975763 closed by jlgijsbers

RFE Closed
__________

optparse .error() should print options list (2004-12-22)
http://python.org/sf/1089955 closed by gward
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,045
Latest member
DRCM

Latest Threads

Top