Weekly Python Patch/Bug Summary

2007-08-18 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  417 open (+13) /  3855 closed ( +0) /  4272 total (+13)
Bugs: 1069 open ( +4) /  6800 closed (+10) /  7869 total (+14)
RFE :  262 open ( -1) /   296 closed ( +1) /   558 total ( +0)

New / Reopened Patches
__

Replacing char* with const char*  (2007-08-12)
   http://python.org/sf/1772673  opened by  eXt

[python-mode] Properly highlight lambda with no arguments  (2007-08-12)
   http://python.org/sf/1772721  opened by  Michal Kwiatkowski

-q (quiet) option for python interpreter  (2007-08-13)
   http://python.org/sf/1772833  opened by  Marcin Wojdyr

Decimal and long hash, compatibly and efficiently  (2007-08-13)
   http://python.org/sf/1772851  opened by  Mark Dickinson

Remove references to _xmlrpclib from xmlrpclib.py  (2007-08-14)
   http://python.org/sf/1773632  opened by  Alan McIntyre

Unify __builtins__ - __builtin__  (2007-08-15)
   http://python.org/sf/1774369  opened by  Christian Heimes

Add Checkbutton get() and set(value)  (2007-08-14)
   http://python.org/sf/1774370  opened by  Graham Horler

Make it possible to use SVK to develop Python  (2007-08-14)
   http://python.org/sf/1774414  opened by  Collin Winter

Override flags set by IOBase in io.StringIO  (2007-08-15)
   http://python.org/sf/1774828  opened by  Alexandre Vassalotti

Convert str to bytes in io.BytesIO.__init__  (2007-08-15)
   http://python.org/sf/1774833  opened by  Alexandre Vassalotti

zipfile: Allow reading duplicate filenames  (2007-08-15)
   http://python.org/sf/1775025  opened by  Graham Horler

utt-32 codecs  (2007-08-16)
   http://python.org/sf/1775604  opened by  Walter Dörwald

Minor corrections to smtplib  (2007-08-17)
   http://python.org/sf/1776581  opened by  Alan McIntyre

New / Reopened Bugs
___

urllib2 hangs with some documents.  (2007-08-12)
   http://python.org/sf/1772481  opened by  Creature

dir() on traceback objects returns an empty list  (2007-08-11)
CLOSED http://python.org/sf/1772489  opened by  Collin Winter

exec() doesn't take an open file  (2007-08-12)
CLOSED http://python.org/sf/1772686  opened by  Neal Norwitz

chr(128) in u'only ascii' - TypeError with misleading msg  (2007-08-13)
   http://python.org/sf/1772788  opened by  Pekka Laukkanen

Using telnetlib fails with unicode strings containing only a  (2007-08-13)
   http://python.org/sf/1772794  opened by  Pekka Laukkanen

Py Lib Ref, 3.6.1 String Methods startswith() typo  (2007-08-13)
CLOSED http://python.org/sf/1772890  opened by  arxaaron

xmlrpclib crash when PyXML installed  (2007-08-13)
   http://python.org/sf/1772916  opened by  lplatypus

Binding Control-space fails  (2007-08-15)
   http://python.org/sf/1774736  opened by  Ali Gholami Rudi

Not exiting when running tests  (2007-08-15)
   http://python.org/sf/1774840  opened by  José Pablo Pupeno Fernández

Display CallTips for classes using metaclasses.  (2007-08-16)
   http://python.org/sf/1775388  opened by  Noam Raphael

Buffer overflow when listing deeply nested directory  (2007-08-17)
   http://python.org/sf/1776160  opened by  Björn Lindqvist

glob.glob inconsistent  (2007-08-18)
   http://python.org/sf/1776674  opened by  norbidur

tempfile.TemporaryFile differs between platforms  (2007-08-18)
   http://python.org/sf/1776696  opened by  Kenneth Loafman

memoryview('test') is causing a segfault  (2007-08-19)
   http://python.org/sf/1777057  opened by  Christian Heimes

Bugs Closed
___

ERROR - Microsoft Visual C++ Runtime Library  (2007-05-18)
   http://python.org/sf/1721161  closed by  gbrandl

dir() on traceback objects returns an empty list  (2007-08-11)
   http://python.org/sf/1772489  closed by  collinwinter

words able to decode but unable to encode in GB18030  (2007-08-09)
   http://python.org/sf/1770551  closed by  perky

exec() doesn't take an open file  (2007-08-12)
   http://python.org/sf/1772686  closed by  bcannon

Py Lib Ref, 3.6.1 String Methods startswith() typo  (2007-08-13)
   http://python.org/sf/1772890  closed by  gbrandl

decimal.Decimal(trash) produces informationless exception  (2007-08-08)
   http://python.org/sf/1770009  closed by  facundobatista

mark deprecated modules in indexes  (2003-10-02)
   http://python.org/sf/816725  closed by  gbrandl

Python function/method/constant names as HTML-tag IDs  (2005-07-24)
   http://python.org/sf/1243945  closed by  gbrandl

Collapse distutils docs  (2005-12-07)
   http://python.org/sf/1375258  closed by  gbrandl

some section links (previous, up, next) missing last word  (2006-09-15)
   http://python.org/sf/1559142  closed by  gbrandl

RFE Closed
__

-q (quiet) option for python interpreter  (2007-05-30)
   http://python.org/sf/1728488  closed by  wojdyr

-- 
http://mail.python.org/mailman/listinfo/python-list


Weekly Python Patch/Bug Summary

2007-08-10 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  404 open ( +0) /  3855 closed ( +8) /  4259 total ( +8)
Bugs: 1065 open ( +6) /  6790 closed ( +6) /  7855 total (+12)
RFE :  263 open ( +0) /   295 closed ( +0) /   558 total ( +0)

New / Reopened Patches
__

MSVC++8 x86 tkinter build patch for trunk  (2007-08-05)
   http://python.org/sf/1767787  opened by  brotchie

test_asyncore fix  (2007-08-05)
CLOSED http://python.org/sf/1767834  opened by  Hasan Diwan

Fix for failing test_scriptpackages in py3k-struni  (2007-08-07)
CLOSED http://python.org/sf/1768976  opened by  Antti Rasinen

Fix for failing test_plistlib in py3k-struni  (2007-08-07)
CLOSED http://python.org/sf/1769016  opened by  brotchie

struni: test_xml_etree_c  (2007-08-08)
CLOSED http://python.org/sf/1769767  opened by  Joe Gregorio

Remove cStringIO usage  (2007-08-08)
CLOSED http://python.org/sf/1770008  reopened by  tiran

Remove cStringIO usage  (2007-08-08)
CLOSED http://python.org/sf/1770008  opened by  Christian Heimes

ctypes: c_char now uses bytes and not str (unicode)  (2007-08-08)
CLOSED http://python.org/sf/1770355  opened by  STINNER Victor

Misc improvements for the io module  (2007-08-10)
   http://python.org/sf/1771364  opened by  Christian Heimes

Patches Closed
__

test_asyncore fix  (2007-08-05)
   http://python.org/sf/1767834  closed by  gvanrossum

test_csv struni fixes + unicode support in _csv  (2007-08-03)
   http://python.org/sf/1767398  closed by  gvanrossum

urllib2-howto - correction  (2007-08-02)
   http://python.org/sf/1765839  closed by  gbrandl

Fix for failing test_scriptpackages in py3k-struni  (2007-08-06)
   http://python.org/sf/1768976  closed by  nnorwitz

Fix for failing test_plistlib in py3k-struni  (2007-08-07)
   http://python.org/sf/1769016  closed by  gvanrossum

struni: test_xml_etree_c  (2007-08-07)
   http://python.org/sf/1769767  closed by  nnorwitz

Remove cStringIO usage  (2007-08-08)
   http://python.org/sf/1770008  closed by  gvanrossum

Remove cStringIO usage  (2007-08-08)
   http://python.org/sf/1770008  closed by  gvanrossum

ctypes: c_char now uses bytes and not str (unicode)  (2007-08-08)
   http://python.org/sf/1770355  closed by  haypo

New / Reopened Bugs
___

SocketServer.DatagramRequestHandler  (2007-08-04)
   http://python.org/sf/1767511  opened by  Alzheimer

Badly formed XML using etree and utf-16  (2007-08-05)
   http://python.org/sf/1767933  opened by  BugoK

Byte code WITH_CLEANUP missing, MAKE_CLOSURE wrong  (2007-08-05)
   http://python.org/sf/1768121  opened by  L. Peter Deutsch

tutorial  (2007-08-06)
CLOSED http://python.org/sf/1768767  opened by  Michael R Bax

Python - Operation time out problem   (2007-08-06)
   http://python.org/sf/1768858  opened by  MASK

A paragraph about packages should be updated.  (2007-08-07)
CLOSED http://python.org/sf/1769002  opened by  Noam Raphael

decimal.Decimal(trash) produces informationless exception  (2007-08-08)
   http://python.org/sf/1770009  opened by  John Machin

platform.mac_ver() returning incorrect patch version  (2007-08-08)
   http://python.org/sf/1770190  opened by  Gus Tabares

Decimal.__int__ overflows for large values  (2007-08-08)
   http://python.org/sf/1770416  opened by  Jason G

words able to decode but unable to encode in GB18030  (2007-08-09)
   http://python.org/sf/1770551  opened by  Z-flagship

Errors in site.py not reported properly  (2007-08-09)
   http://python.org/sf/1771260  opened by  Adam Olsen

bsddb can't use unicode keys  (2007-08-10)
   http://python.org/sf/1771381  opened by  Erol Aktay

another 'nothing to repeat'  (2007-08-10)
CLOSED http://python.org/sf/1771483  opened by  viciousdog

minor bug in turtle  (2007-08-10)
CLOSED http://python.org/sf/1771558  opened by  Jeremy Sanders

Bugs Closed
___

String.capwords() does not capitalize first word  (2007-08-03)
   http://python.org/sf/1767363  closed by  gbrandl

subprocess.Popen.wait fails sporadically with threads  (2007-07-16)
   http://python.org/sf/1754642  closed by  gbrandl

subprocess raising No Child Process OSError  (2007-07-14)
   http://python.org/sf/1753891  closed by  gbrandl

tutorial  (2007-08-06)
   http://python.org/sf/1768767  deleted by  mrbax

A paragraph about packages should be updated.  (2007-08-07)
   http://python.org/sf/1769002  closed by  gbrandl

cStringIO no longer accepts array.array objects  (2007-06-03)
   http://python.org/sf/1730114  closed by  gbrandl

another 'nothing to repeat'  (2007-08-10)
   http://python.org/sf/1771483  deleted by  viciousdog

minor bug in turtle  (2007-08-10)
   http://python.org/sf/1771558  closed by  gbrandl

-- 
http://mail.python.org/mailman/listinfo/python-list


Weekly Python Patch/Bug Summary

2007-08-03 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  404 open ( +5) /  3847 closed (+11) /  4251 total (+16)
Bugs: 1059 open ( +3) /  6784 closed ( +8) /  7843 total (+11)
RFE :  263 open ( +0) /   295 closed ( +1) /   558 total ( +1)

New / Reopened Patches
__

struni: Fix test_aepack by converting 4cc's to bytes  (2007-07-26)
CLOSED http://python.org/sf/1761465  reopened by  gvanrossum

distutils.util.get_platform() return value on 64bit Windows  (2007-07-27)
   http://python.org/sf/1761786  opened by  Mark Hammond

Some fix abount _WIN32_WINNT  (2007-07-27)
CLOSED http://python.org/sf/1761803  opened by  Hirokazu Yamamoto

struni: test_xml_etree.py  (2007-07-27)
CLOSED http://python.org/sf/1762412  opened by  Joe Gregorio

unable to serialize Infinity or NaN on ARM using marshal  (2007-07-28)
   http://python.org/sf/1762561  opened by  Matthias Klose

struni: test_urllib2, test_cookielib  (2007-07-29)
CLOSED http://python.org/sf/1762940  opened by  Joe Gregorio

socket close fixed  (2007-07-29)
CLOSED http://python.org/sf/1763387  opened by  Hasan Diwan

tiny addition to peephole optimizer  (2007-07-31)
   http://python.org/sf/1764087  opened by  Paul Pogonyshev

Fix for test_socketserver for Py3k  (2007-07-31)
CLOSED http://python.org/sf/1764815  opened by  ??PC??

generic and more efficient removal of unreachable code  (2007-08-01)
   http://python.org/sf/1764986  opened by  Paul Pogonyshev

logging: delay_fh option and configuration kwargs  (2007-08-01)
   http://python.org/sf/1765140  opened by  Chris Leary

small improvement for peephole conditional jump optimizer  (2007-08-01)
   http://python.org/sf/1765558  opened by  Paul Pogonyshev

urllib2-howto - correction  (2007-08-02)
   http://python.org/sf/1765839  opened by  O.R.Senthil Kumaran

improve xrange.__contains__  (2007-08-02)
   http://python.org/sf/1766304  opened by  Stargaming

Fix for test_zipimport  (2007-08-03)
CLOSED http://python.org/sf/1766592  opened by  ??PC??

Make xmlrpc use HTTP/1.1 and keepalive  (2007-08-04)
   http://python.org/sf/1767370  opened by  Donovan Baarda

test_csv struni fixes + unicode support in _csv  (2007-08-03)
   http://python.org/sf/1767398  opened by  Adam Hupp

Patches Closed
__

struni: Fix test_aepack by converting 4cc's to bytes  (2007-07-26)
   http://python.org/sf/1761465  closed by  gvanrossum

struni: Fix test_aepack by converting 4cc's to bytes  (2007-07-26)
   http://python.org/sf/1761465  closed by  gvanrossum

Some fix abount _WIN32_WINNT  (2007-07-27)
   http://python.org/sf/1761803  closed by  mhammond

struni pulldom: Don't use 'types' to check strings  (2007-07-24)
   http://python.org/sf/1759922  closed by  gvanrossum

struni: test_xml_etree.py  (2007-07-27)
   http://python.org/sf/1762412  closed by  loewis

struni: test_urllib2, test_cookielib  (2007-07-28)
   http://python.org/sf/1762940  closed by  gvanrossum

socket close fixed  (2007-07-30)
   http://python.org/sf/1763387  closed by  facundobatista

itertools.getitem()  (2007-07-08)
   http://python.org/sf/1749857  closed by  rhettinger

Fix for test_socketserver for Py3k  (2007-07-31)
   http://python.org/sf/1764815  closed by  gvanrossum

Fix Decimal.sqrt bugs described in #1725899  (2007-06-22)
   http://python.org/sf/1741308  closed by  facundobatista

Fix for test_zipimport  (2007-08-03)
   http://python.org/sf/1766592  closed by  gvanrossum

urllib2 tests pass  (2007-07-16)
   http://python.org/sf/1755133  closed by  gvanrossum

New / Reopened Bugs
___

'exec' does not accept what 'open' returns  (2007-07-28)
   http://python.org/sf/1762972  opened by  Brett Cannon

S.find documentation uses s[start, end] vs. s[start:end]  (2007-07-29)
CLOSED http://python.org/sf/1763149  opened by  Rob

copy 2  (2007-07-30)
   http://python.org/sf/1764044  opened by  robs pythonid

_RLock.__repr__ throws exception  (2007-07-30)
CLOSED http://python.org/sf/1764059  opened by  Greg Kochanski

The -m switch does not use the builtin __main__ module  (2007-07-31)
   http://python.org/sf/1764407  opened by  Nick Coghlan

Decimal comparison with None fails in Windows  (2007-07-31)
CLOSED http://python.org/sf/1764761  opened by  pablohoffman.com

setup.py trashes LDFLAGS  (2007-08-01)
   http://python.org/sf/1765375  opened by  Harald Koenig

poll() returns status code, not return code  (2007-08-02)
   http://python.org/sf/1766421  opened by  sjbrown

os.chmod failure  (2007-08-03)
   http://python.org/sf/1767242  reopened by  rgheck

os.chmod failure  (2007-08-03)
   http://python.org/sf/1767242  opened by  Richard Heck

String.capwords() does not capitalize first word  (2007-08-03)
   http://python.org/sf/1767363  opened by  Saatvik Agarwal

Bugs Closed
___

No docs for list comparison  (2007-07-25)
   http://python.org/sf/1760423  closed by  gbrandl

SSL-ed 

Weekly Python Patch/Bug Summary

2007-07-26 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  399 open ( +5) /  3836 closed ( +9) /  4235 total (+14)
Bugs: 1056 open (+10) /  6776 closed ( +3) /  7832 total (+13)
RFE :  263 open ( +1) /   294 closed ( +1) /   557 total ( +2)

New / Reopened Patches
__

utilize 2.5 try/except/finally in contextlib  (2007-07-19)
   http://python.org/sf/1757118  opened by  Philip Jenvey

Fix ptcp154 encoding cyrillic_asian alias  (2007-07-19)
   http://python.org/sf/1757126  opened by  Philip Jenvey

Add support for seeking/writing beyond EOF to io.BytesIO  (2007-07-20)
CLOSED http://python.org/sf/1757683  opened by  Alexandre Vassalotti

struni: make test_ucn pass  (2007-07-20)
CLOSED http://python.org/sf/1757758  opened by  Alexandre Vassalotti

struni: fix str/bytes errors for test_oldmailbox  (2007-07-20)
CLOSED http://python.org/sf/1757774  opened by  Alexandre Vassalotti

setuptools support for bazaar vcs  (2007-07-20)
CLOSED http://python.org/sf/1757782  opened by  Barry A. Warsaw

struni: make test_mailbox and test_old_mailbox pass  (2007-07-20)
CLOSED http://python.org/sf/1757839  opened by  Alexandre Vassalotti

struni: Fix test_macostools  (2007-07-22)
CLOSED http://python.org/sf/1758570  opened by  Jeffrey Yasskin

pyexpat unit tests - str/uni branch  (2007-07-23)
CLOSED http://python.org/sf/1759016  opened by  Joe Gregorio

clean up Solaris port and allow C99 extension modules  (2007-07-23)
   http://python.org/sf/1759169  opened by  Zooko O'Whielacronx

struni pulldom: Don't use 'types' to check strings  (2007-07-24)
   http://python.org/sf/1759922  opened by  Alexandre Vassalotti

Cross Compiling Python  (2007-07-25)
   http://python.org/sf/1760089  opened by  Yegnesh

ZipFile.write fails with bad modification time  (2007-07-25)
   http://python.org/sf/1760357  opened by  Grzegorz Adam Hankiewicz

struni: Fix test_aepack by converting 4cc's to bytes  (2007-07-26)
   http://python.org/sf/1761465  opened by  Jeffrey Yasskin

Patches Closed
__

Show Location of Unicode Escape Errors  (2007-07-18)
   http://python.org/sf/1755885  closed by  gvanrossum

Add support for seeking/writing beyond EOF to io.BytesIO  (2007-07-20)
   http://python.org/sf/1757683  closed by  gvanrossum

struni: make test_ucn pass  (2007-07-20)
   http://python.org/sf/1757758  closed by  gvanrossum

struni: fix str/bytes errors for test_oldmailbox  (2007-07-20)
   http://python.org/sf/1757774  closed by  avassalotti

setuptools support for bazaar vcs  (2007-07-20)
   http://python.org/sf/1757782  closed by  pje

struni: make test_mailbox and test_old_mailbox pass  (2007-07-20)
   http://python.org/sf/1757839  closed by  gvanrossum

PEP 3123 implementation  (2007-05-13)
   http://python.org/sf/1718153  closed by  loewis

struni: Fix test_macostools  (2007-07-22)
   http://python.org/sf/1758570  closed by  gvanrossum

pyexpat unit tests - str/uni branch  (2007-07-23)
   http://python.org/sf/1759016  closed by  gvanrossum

New / Reopened Bugs
___

Python 2.5.1 fails to build on AIX  (2007-07-18)
   http://python.org/sf/1756343  opened by  Tom Epperly

reference count discrepancy, PyErr_Print vs. PyErr_Clear  (2007-07-18)
   http://python.org/sf/1756389  opened by  Jon Klein

IDLE + BeautifulSoup = Error  (2007-07-19)
   http://python.org/sf/1757057  opened by  Tal Einat

Pickle fails on BeautifulSoup's navigableString instances  (2007-07-19)
   http://python.org/sf/1757062  opened by  Tal Einat

Zipfile robustness  (2007-07-19)
   http://python.org/sf/1757072  opened by  Chris Mellon

Crash in PyObject_Malloc  (2007-07-21)
   http://python.org/sf/1758146  opened by  Tim Bishop

Documentation of descriptors needs more detail  (2007-07-22)
   http://python.org/sf/1758696  opened by  L. Peter Deutsch

unicode(None,charset) raise TypeError  (2007-07-23)
   http://python.org/sf/1758804  opened by  Guillaume

subprocess.call fails with unicode strings in command line  (2007-07-24)
   http://python.org/sf/1759845  opened by  Matt

poll() on cygwin sometimes fails [PATCH]  (2007-07-24)
   http://python.org/sf/1759997  opened by  Brian Warner

No docs for list comparison  (2007-07-25)
   http://python.org/sf/1760423  opened by  Kent Johnson

logging.FileHandler may throw exception in flush()  (2007-07-25)
   http://python.org/sf/1760556  opened by  J Livingston

pickle - cannot unpickle circular deps with custom __hash__  (2007-07-26)
   http://python.org/sf/1761028  opened by  Martin Süßkraut

Bugs Closed
___

struni: help() is broken  (2007-07-11)
   http://python.org/sf/1751932  closed by  kbk

Docstring for codecs.lookup is incorrect  (2007-07-15)
   http://python.org/sf/1754453  closed by  doerwalter

New / Reopened RFE
__

splice() function for itertools  (2007-07-20)
CLOSED http://python.org/sf/1757395  opened by  Alexander Dutton

Allow 

Weekly Python Patch/Bug Summary

2007-07-18 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  394 open ( +2) /  3827 closed (+35) /  4221 total (+37)
Bugs: 1046 open ( +4) /  6773 closed (+16) /  7819 total (+20)
RFE :  262 open ( -1) /   293 closed ( +1) /   555 total ( +0)

New / Reopened Patches
__

make build_opener raise exception when not passed a handler  (2007-07-10)
CLOSED http://python.org/sf/1750931  opened by  Robert Renaud

struni: fix for test_cmd_line  (2007-07-10)
CLOSED http://python.org/sf/1751493  opened by  Christian Heimes

struni: Replace assert_(==) with failUnlessEqual  (2007-07-11)
CLOSED http://python.org/sf/1751515  opened by  Christian Heimes

curses - new window methods: addchstr and addchnstr  (2007-07-11)
   http://python.org/sf/1751519  opened by  Wojciech Mula

Dict comprehensions  (2007-07-11)
CLOSED http://python.org/sf/1751800  opened by  Thomas Wouters

Patch for Windows build  (2007-07-11)
CLOSED http://python.org/sf/1751801  opened by  Thomas Heller

struni: gettext fixes  (2007-07-11)
CLOSED http://python.org/sf/1751958  opened by  Christian Heimes

Typo in Lib/lib-tk/ScrolledText.py  (2007-07-11)
CLOSED http://python.org/sf/1751965  opened by  Ali Gholami Rudi

opcode.h incorrectly describes arg of SETUP_*  (2007-07-11)
CLOSED http://python.org/sf/1752132  opened by  Christopher Tur Lesniewski-Laas

Use the bytes type in asynchat  (2007-07-11)
CLOSED http://python.org/sf/1752173  opened by  Alexandre Vassalotti

fixing 2.5.1 build with unicode and dynamic loading disabled  (2007-07-11)
   http://python.org/sf/1752175  opened by  Alexander Neundorf

PyHeapTypeObject fix  (2007-07-11)
   http://python.org/sf/1752184  opened by  Thomas Heller

struni: for for poll, pep263, bigmem and a bit pickletool   (2007-07-11)
CLOSED http://python.org/sf/1752195  opened by  Christian Heimes

struni: _fileio fixes for Windows  (2007-07-11)
CLOSED http://python.org/sf/1752225  opened by  Amaury Forgeot d'Arc

Use the Unicode API in dlmodule.c  (2007-07-11)
CLOSED http://python.org/sf/1752229  opened by  Alexandre Vassalotti

urllib2 1750931 alternative patch  (2007-07-12)
CLOSED http://python.org/sf/1752270  opened by  John J Lee

reference leak in _PyUnicode_AsDefaultEncodedString  (2007-07-12)
CLOSED http://python.org/sf/1752317  opened by  Amaury Forgeot d'Arc

getaddrinfo no longer used in httplib  (2007-07-12)
   http://python.org/sf/1752332  opened by  John J Lee

fix failing unit tests in mmap in struni branch  (2007-07-12)
CLOSED http://python.org/sf/1752647  opened by  Joe Gregorio

chown() does not handle UID  INT_MAX  (2007-07-12)
   http://python.org/sf/1752703  opened by  Andrew Ferguson

Add RegEnableReflectionKey and RegDisableReflectionKey  (2007-07-13)
   http://python.org/sf/1753245  opened by  Mark Hammond

Lib/regrtest.py -x 'test_xxx' does not work  (2007-07-13)
CLOSED http://python.org/sf/1753310  opened by  Thomas Heller

test_urllib2.test_fie passes  (2007-07-13)
CLOSED http://python.org/sf/1753889  opened by  Hasan Diwan

Tighter co_stacksize computation in stackdepth_walk  (2007-07-14)
   http://python.org/sf/1754094  opened by  Christopher Tur Lesniewski-Laas

Deprecation warning for `backticks`  (2007-07-15)
   http://python.org/sf/1754271  opened by  Tom Lee

Deprecation warning for  (NOTEQUAL)  (2007-07-15)
   http://python.org/sf/1754273  opened by  Tom Lee

struni: Bytes support for TextIOWrapper.write()   (2007-07-15)
CLOSED http://python.org/sf/1754339  opened by  Christian Heimes

linecache package handling  (2007-07-15)
   http://python.org/sf/1754483  opened by  Kevin Goodsell

struni: Various patches for windows  (2007-07-16)
CLOSED http://python.org/sf/1754484  opened by  Amaury Forgeot d'Arc

Non-portable address length calculation for AF_UNIX sockets  (2007-07-16)
   http://python.org/sf/1754489  opened by  Vlado Handziski

urllib2 tests pass  (2007-07-16)
   http://python.org/sf/1755133  opened by  Hasan Diwan

struni: corrections for test_cProfile  (2007-07-17)
CLOSED http://python.org/sf/1755176  opened by  Amaury Forgeot d'Arc

struni: corrections in ftplib  (2007-07-17)
CLOSED http://python.org/sf/1755206  opened by  Amaury Forgeot d'Arc

struni: correction for sockets on win32  (2007-07-17)
CLOSED http://python.org/sf/1755214  opened by  Amaury Forgeot d'Arc

struni: correction for _winreg module  (2007-07-17)
CLOSED http://python.org/sf/1755229  opened by  Amaury Forgeot d'Arc

Patch for [ 735515 ] urllib2 should cache 301 redir  (2007-07-18)
   http://python.org/sf/1755841  opened by  O.R.Senthil Kumaran

Show Location of Unicode Escape Errors  (2007-07-18)
   http://python.org/sf/1755885  opened by  Kurt B. Kaiser

Patches Closed
__

make build_opener raise exception when not passed a handler  (2007-07-10)
   http://python.org/sf/1750931  closed by  gbrandl

struni: fix for test_cmd_line  (2007-07-10)
   http://python.org/sf/1751493  closed by  gvanrossum

struni: Replace 

Weekly Python Patch/Bug Summary

2007-07-09 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  392 open ( +7) /  3792 closed ( +2) /  4184 total ( +9)
Bugs: 1042 open (+13) /  6757 closed (+13) /  7799 total (+26)
RFE :  263 open ( +1) /   292 closed ( +1) /   555 total ( +2)

New / Reopened Patches
__

%d format handling for long values  (2007-06-25)
   http://python.org/sf/1742669  opened by  Gabriel Genellina

Read Write lock  (2007-06-27)
   http://python.org/sf/1744382  opened by  Yaakov Nemoy

Improve exception pickling support  (2007-06-27)
   http://python.org/sf/1744398  opened by  Eric Huss

Patch for feat. 713877 Expose callbackAPI in readline module  (2007-06-27)
   http://python.org/sf/1744456  opened by  strank

IPv6 Interface naming/indexing functions  (2007-07-02)
   http://python.org/sf/1746656  opened by  Michael Meier

Limiting data copy in xmlrpclib  (2007-07-04)
   http://python.org/sf/1747670  opened by  Gael Le Mignot

Extra optional argument to os.path.expandvars  (2007-07-06)
   http://python.org/sf/1748960  opened by  Geoffrey Bache

New byte packing format for the struct module  (2007-07-07)
   http://python.org/sf/1749662  opened by  Robert Zeh

itertools.getitem()  (2007-07-08)
   http://python.org/sf/1749857  opened by  Walter Dörwald

Patches Closed
__

Fix for duplicate preferences menu-OS X  (2007-04-03)
   http://python.org/sf/1693258  closed by  ronaldoussoren

Mac OS X: libtool  (2007-03-03)
   http://python.org/sf/1673122  closed by  ronaldoussoren

New / Reopened Bugs
___

Incorrect docs for optparse OptionParser add_help_option  (2007-06-23)
   http://python.org/sf/1742164  opened by  Forest Wilkinson

ZipFile.writestr writes incorrect extended local headers  (2007-06-23)
   http://python.org/sf/1742205  opened by  alexis

Documentation for BaseHTTPServer.HTTPServer  (2007-06-25)
   http://python.org/sf/1742837  opened by  Brandon Mintern

Pickling of exceptions broken  (2007-06-25)
   http://python.org/sf/1742889  opened by  Jim Fulton

shlex handles  'None' poorly  (2007-06-25)
CLOSED http://python.org/sf/1742901  opened by  Seth Vidal

can't run single lamba funcs as unittest  (2007-06-25)
   http://python.org/sf/1742940  opened by  timmeh

conditional expressions vs. () and * in call arguments.  (2007-06-26)
CLOSED http://python.org/sf/1743665  opened by  Mike Meyer

Some incorrect national characters (Polish) in unicodedata  (2007-06-26)
CLOSED http://python.org/sf/1743795  opened by  admindomeny

Examples dropped from PDF version of docs  (2007-06-26)
   http://python.org/sf/1743846  opened by  Terry Carroll

cvs.get_dialect() return a class object   (2007-06-28)
   http://python.org/sf/1744580  opened by  Christian Kristukat

Newline skipped in for line in file  (2007-06-28)
   http://python.org/sf/1744752  opened by  Rune Devik

DoS smtpd vulnerability  (2007-06-28)
   http://python.org/sf/1745035  opened by  billiejoex

2.5.1 curses panel segfault in new_panel on aix 5.3  (2007-06-29)
   http://python.org/sf/1745108  opened by  Mattias Wadenstein

pdtri gives wrong results  (2007-06-29)
CLOSED http://python.org/sf/1745178  opened by  Nikke Knatterton

Filename providing cross platform capability  (2007-06-29)
CLOSED http://python.org/sf/1745533  reopened by  loewis

Filename providing cross platform capability  (2007-06-29)
CLOSED http://python.org/sf/1745533  opened by  Damian

Bad attributes/data handling in SGMLib  (2007-06-30)
   http://python.org/sf/1745761  opened by  Alvaro Lopez

class mutex doesn't do anything atomically  (2007-07-01)
   http://python.org/sf/1746071  opened by  David Benbennick

long.__str__ is quadratic time  (2007-07-01)
   http://python.org/sf/1746088  opened by  David Benbennick

AMD64 installer does not place python25.dll in system dir  (2007-07-02)
   http://python.org/sf/1746880  opened by  Roger Upole

chown broken on 64bit  (2007-07-04)
   http://python.org/sf/1747858  opened by  Neal D. Becker

Module-level stack scopes have incorrect bindings.  (2007-07-04)
   http://python.org/sf/1748015  opened by  Nefarious CodeMonkey, Jr.

inspect.getargspec fails on built-in or slot wrapper methods  (2007-07-04)
   http://python.org/sf/1748064  opened by  Michael A. Hawker

str.join() intercepts UnicodeDecodeError raised by iterator  (2007-07-05)
CLOSED http://python.org/sf/1748292  opened by  Christoph Zwerschke

imaplib cannot handle mailboxes with ACL: lrs  (2007-07-07)
   http://python.org/sf/1749512  opened by  Florian Friesdorf

PLATFORM macro in PC/pyconfig.h already defined by Apache  (2007-07-07)
   http://python.org/sf/1749567  opened by  Adal Chiriliuc

expanduser(~) on Windows looks for HOME first  (2007-07-07)
   http://python.org/sf/1749583  opened by  Edward Diener

os.getlogin should use the DISPLAY and not the tty  (2007-07-08)
   http://python.org/sf/1750013  opened by  Serge 

Weekly Python Patch/Bug Summary

2007-06-22 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  385 open (+21) /  3790 closed (+21) /  4175 total (+42)
Bugs: 1029 open (+43) /  6744 closed (+43) /  7773 total (+86)
RFE :  262 open ( +4) /   291 closed ( +4) /   553 total ( +8)

New / Reopened Patches
__

syslog syscall support for SysLogLogger  (2007-05-02)
   http://python.org/sf/1711603  reopened by  luke-jr

syslog syscall support for SysLogLogger  (2007-05-02)
   http://python.org/sf/1711603  reopened by  luke-jr

syslog syscall support for SysLogLogger  (2007-05-02)
   http://python.org/sf/1711603  reopened by  luke-jr

syslog syscall support for SysLogLogger  (2007-05-02)
   http://python.org/sf/1711603  reopened by  luke-jr

dict size changes during iter  (2007-05-24)
   http://python.org/sf/1724999  opened by  Ali Gholami Rudi

Line ending bug SimpleXMLRPCServer  (2007-05-24)
   http://python.org/sf/1725295  opened by  bgrubbs

IDLE - cursor color configuration bug  (2007-05-25)
   http://python.org/sf/1725576  opened by  Tal Einat

Distutils default exclude doesn't match top level .svn  (2007-05-25)
   http://python.org/sf/1725737  opened by  Petteri Räty

ftplib.py: IndexError in voidresp occasionally  (2007-05-26)
   http://python.org/sf/1726172  opened by  kxroberto

Patch to vs 2005 build  (2007-05-26)
   http://python.org/sf/1726195  opened by  Joseph Armbruster

Windows Build Warnings  (2007-05-26)
   http://python.org/sf/1726196  opened by  Joseph Armbruster

Line iteration readability  (2007-05-26)
   http://python.org/sf/1726198  opened by  Joseph Armbruster

SimpleHTTPServer extensions_map  (2007-05-26)
   http://python.org/sf/1726208  opened by  Joseph Armbruster

ftplib and ProFTPD NLST 226 without 1xx response  (2007-05-27)
   http://python.org/sf/1726451  opened by  Kenneth Loafman

First steps towards new super (PEP 367)  (2007-05-28)
CLOSED http://python.org/sf/1727209  opened by  Guido van Rossum

move intern to sys, make intern() optionally warn  (2007-05-31)
   http://python.org/sf/1728741  opened by  Anthony Baxter

IDLE - configDialog layout cleanup  (2007-06-03)
   http://python.org/sf/1730217  opened by  Tal Einat

telnetlib: A callback for monitoring the telnet session  (2007-06-04)
   http://python.org/sf/1730959  opened by  Samuel Abels

BufReader, TextReader for PEP 3116 New I/O  (2007-06-04)
   http://python.org/sf/1731036  opened by  Ilguiz Latypov

Pruning threading.py from asserts  (2007-06-05)
CLOSED http://python.org/sf/1731049  opened by  Björn Lindqvist

Expect skips by platform  (2007-06-04)
   http://python.org/sf/1731169  opened by  Matt Kraai

Missing Py_DECREF in pysqlite_cache_display  (2007-06-05)
CLOSED http://python.org/sf/1731330  opened by  Tim Delaney

Improve doc for time.strptime  (2007-06-05)
   http://python.org/sf/1731659  opened by  Björn Lindqvist

urllib.urlretrieve/URLopener.retrieve - 'buff' argument  (2007-06-05)
   http://python.org/sf/1731720  opened by  Dariusz Suchojad

Document the constants in the socket module  (2007-06-06)
   http://python.org/sf/1732367  opened by  Björn Lindqvist

Allow T_LONGLONG to accepts ints  (2007-06-09)
CLOSED http://python.org/sf/1733960  opened by  Roger Upole

_lsprof.c:ptrace_enter_call assumes PyErr_* is clean  (2007-06-09)
   http://python.org/sf/1733973  opened by  Eyal Lotem

PY_LLONG_MAX and so on  (2007-06-09)
CLOSED http://python.org/sf/1734014  opened by  Hirokazu Yamamoto

Fast path for unicodedata.normalize()  (2007-06-10)
   http://python.org/sf/1734234  opened by  Rauli Ruohonen

patch for bug 1170311 zipfile UnicodeDecodeError  (2007-06-10)
   http://python.org/sf/1734346  opened by  Alexey Borzenkov

platform.py patch to support turbolinux  (2007-06-11)
CLOSED http://python.org/sf/1734945  opened by  Yayati_Turbolinux

Fix selectmodule.c compilation on GNU/Hurd  (2007-06-11)
   http://python.org/sf/1735030  opened by  Michael Banck

Kill StandardError  (2007-06-12)
CLOSED http://python.org/sf/1735485  opened by  Collin Winter

asyncore should handle also ECONNABORTED in recv  (2007-06-12)
   http://python.org/sf/1736101  opened by  billiejoex

asyncore/asynchat patches  (2007-06-12)
   http://python.org/sf/1736190  opened by  Josiah Carlson

EasyDialogs patch to remove aepack dependency  (2007-06-15)
   http://python.org/sf/1737832  opened by  has

help() can't find right source file  (2007-06-15)
   http://python.org/sf/1738179  opened by  Greg Couch

Add a -z interpreter flag to execute a zip file  (2007-06-19)
   http://python.org/sf/1739468  opened by  andy-chu

zipfile.testzip() using progressive file reads  (2007-06-19)
   http://python.org/sf/1739648  opened by  Grzegorz Adam Hankiewicz

Patch inspect.py for IronPython / Jython Compatibility  (2007-06-19)
   http://python.org/sf/1739696  opened by  Mike Foord

Accelerate attr dict lookups  (2007-06-19)
   

Weekly Python Patch/Bug Summary

2007-05-22 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  364 open ( +2) /  3769 closed ( +3) /  4133 total ( +5)
Bugs:  986 open (+18) /  6701 closed ( +9) /  7687 total (+27)
RFE :  258 open ( +2) /   287 closed ( +1) /   545 total ( +3)

New / Reopened Patches
__

syslog syscall support for SysLogLogger  (2007-05-02)
   http://python.org/sf/1711603  reopened by  luke-jr

Remove backslash escapes from tokanize.c.  (2007-05-16)
   http://python.org/sf/1720390  opened by  Ron Adam

Allow T_BOOL in PyMemberDef definitions  (2007-05-17)
   http://python.org/sf/1720595  opened by  Angelo Mottola

fix 1668596: copy datafiles properly when package_dir is ' '  (2007-05-17)
   http://python.org/sf/1720897  opened by  Raghuram Devarakonda

Build on QNX  (2007-05-20)
   http://python.org/sf/175  opened by  Matt Kraai

Curses Menu  (2007-05-21)
   http://python.org/sf/1723038  opened by  Fabian Frederick

Patches Closed
__

Removal of Tuple Parameter Unpacking [PEP3113]  (2007-03-10)
   http://python.org/sf/1678060  closed by  bcannon

Class Decorators  (2007-02-28)
   http://python.org/sf/1671208  closed by  jackdied

Allow any mapping after ** in calls  (2007-03-23)
   http://python.org/sf/1686487  closed by  gbrandl

New / Reopened Bugs
___

build_clib --build-clib/--build-temp option bugs  (2007-05-14)
   http://python.org/sf/1718574  opened by  Pearu Peterson

glibc error: corrupted double linked list (CPython 2.5.1)  (2007-05-14)
   http://python.org/sf/1718942  opened by  Yang Zhang

new functools  (2007-05-15)
   http://python.org/sf/1719222  opened by  Aaron Brady

Python package support not properly documented  (2007-05-15)
   http://python.org/sf/1719423  opened by  Michael Abbott

tarfile stops expanding with long filenames  (2007-05-16)
   http://python.org/sf/1719898  opened by  Christian Zagrodnick

No docs for PyEval_EvalCode and related functions  (2007-05-16)
   http://python.org/sf/1719933  opened by  Joseph Eagar

sets module documentation: example uses deprecated method  (2007-05-16)
CLOSED http://python.org/sf/1719995  opened by  Jens Quade

Compiler is not thread safe?  (2007-05-16)
   http://python.org/sf/1720241  opened by  ??PC??

PyGILState_Ensure does not acquires GIL  (2007-05-16)
   http://python.org/sf/1720250  opened by  Kuno Ospald

Tkinter + thread + urllib = crashes?  (2007-05-17)
   http://python.org/sf/1720705  opened by  Hirokazu Yamamoto

docu enhancement for logging.handlers.SysLogHandler  (2007-05-17)
   http://python.org/sf/1720726  opened by  rhunger

Please make sqlite3.Row iterable  (2007-05-17)
CLOSED http://python.org/sf/1720959  opened by  phil

automatic imports  (2007-05-17)
   http://python.org/sf/1720992  opened by  Juan Manuel Borges Caño

ERROR - Microsoft Visual C++ Runtime Library  (2007-05-18)
   http://python.org/sf/1721161  reopened by  dariounipd

ERROR - Microsoft Visual C++ Runtime Library  (2007-05-18)
   http://python.org/sf/1721161  opened by  darioUniPD

code that writes the PKG-INFO file doesnt handle unicode  (2007-05-18)
   http://python.org/sf/1721241  opened by  Matthias Klose

make testall shows many glibc detected malloc corruptions  (2007-05-18)
   http://python.org/sf/1721309  reopened by  gbrandl

make testall shows many glibc detected malloc corruptions  (2007-05-18)
   http://python.org/sf/1721309  opened by  David Favor

test_bsddb3 malloc corruption  (2007-05-18)
CLOSED http://python.org/sf/1721313  opened by  David Favor

emphasize iteration volatility for dict  (2007-05-18)
CLOSED http://python.org/sf/1721368  opened by  Alan

emphasize iteration volatility for set  (2007-05-18)
CLOSED http://python.org/sf/1721372  opened by  Alan

Small case which hangs  (2007-05-18)
   http://python.org/sf/1721518  opened by  Julian Todd

A subclass of set doesn't always have __init__ called.  (2007-05-19)
   http://python.org/sf/1721812  opened by  David Benbennick

email.FeedParser.BufferedSubFile improperly handles \r\n  (2007-05-19)
   http://python.org/sf/1721862  opened by  Sye van der Veen

IDLE hangs in popup method completion  (2007-05-19)
   http://python.org/sf/1721890  opened by  Andy Harrington

NamedTuple security issue  (2007-05-20)
CLOSED http://python.org/sf/1722239  reopened by  tiran

NamedTuple security issue  (2007-05-20)
CLOSED http://python.org/sf/1722239  opened by  Christian Heimes

Thread shutdown exception in Thread.notify()  (2007-05-20)
   http://python.org/sf/1722344  opened by  Yang Zhang

urlparse.urlunparse forms file urls incorrectly  (2007-05-20)
   http://python.org/sf/1722348  opened by  Thomas Folz-Donahue

Option -OO doesn't remove docstrings  (2007-05-21)
   http://python.org/sf/1722485  opened by  Grzegorz Adam Hankiewicz

x = [[]]*2;  x[0].append doesn't work  (2007-05-21)
CLOSED http://python.org/sf/1722956  opened by  Jeff 

Weekly Python Patch/Bug Summary

2007-05-13 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  362 open ( +2) /  3766 closed ( +6) /  4128 total ( +8)
Bugs:  968 open ( -3) /  6692 closed ( +9) /  7660 total ( +6)
RFE :  256 open ( -1) /   286 closed ( +4) /   542 total ( +3)

New / Reopened Patches
__

Fix off-by-one error in Modules/socketmodule.c  (2007-05-06)
CLOSED http://python.org/sf/1713797  opened by  Bryan Østergaard

Patch for PEP 3109  (2007-05-06)
   http://python.org/sf/1713889  opened by  wpy

os.linesep needs clarification  (2007-05-07)
CLOSED http://python.org/sf/1714700  opened by  Gabriel Genellina

x64 clean compile patch for _ctypes  (2007-05-09)
   http://python.org/sf/1715718  opened by  Kristján Valur

Really  print? Dialog  (2007-05-11)
   http://python.org/sf/1717170  opened by  Tal Einat

textView code cleanup  (2007-05-13)
   http://python.org/sf/1718043  opened by  Tal Einat

PEP 3123 implementation  (2007-05-13)
   http://python.org/sf/1718153  opened by  Martin v. Löwis

Patches Closed
__

Fix off-by-one error in Modules/socketmodule.c  (2007-05-06)
   http://python.org/sf/1713797  closed by  gbrandl

make range be xrange  (2006-04-18)
   http://python.org/sf/1472639  closed by  nnorwitz

xrange that supports longs, etc  (2006-08-24)
   http://python.org/sf/1546078  closed by  nnorwitz

os.linesep needs clarification  (2007-05-08)
   http://python.org/sf/1714700  closed by  gbrandl

PEP 3132: extended unpacking  (2007-05-02)
   http://python.org/sf/1711529  closed by  gbrandl

Bastion and rexec message out-of-date  (2007-04-12)
   http://python.org/sf/1698951  closed by  gbrandl

New / Reopened Bugs
___

smtplib starttls() didn't do TLS Close Notify when quit()  (2007-05-07)
CLOSED http://python.org/sf/1713993  opened by  AndCycle

Multiple re.compile flags cause error  (2007-05-06)
CLOSED http://python.org/sf/1713999  opened by  Saul Spatz

character set in Japanese on Ubuntu distribution  (2007-05-04)
   http://python.org/sf/1713252  reopened by  cgrell

Universal line ending mode duplicates all line endings  (2007-05-07)
CLOSED http://python.org/sf/1714381  opened by  Geoffrey Bache

subprocess.py problems errors when calling cmd.exe  (2007-05-07)
   http://python.org/sf/1714451  opened by  tzellman

python throws an error when unpacking bz2 file  (2007-05-08)
   http://python.org/sf/1714773  opened by  runnig

datetime.date won't accept 08 or 09 as valid days.  (2007-05-08)
CLOSED http://python.org/sf/1715302  opened by  Erik Wickstrom

Const(None) in compiler.ast.Return.value  (2007-05-09)
   http://python.org/sf/1715581  opened by  Ali Gholami Rudi

Destructor behavior faulty  (2007-05-12)
   http://python.org/sf/1717900  opened by  Wolf Rogner

posixpath and friends have uses that should be documented  (2007-05-13)
   http://python.org/sf/1718017  opened by  Gabriel de Perthuis

Bugs Closed
___

smtplib starttls() didn't do TLS Close Notify when quit()  (2007-05-07)
   http://python.org/sf/1713993  deleted by  andcycle

Multiple re.compile flags cause error  (2007-05-07)
   http://python.org/sf/1713999  closed by  gbrandl

Universal line ending mode duplicates all line endings  (2007-05-07)
   http://python.org/sf/1714381  closed by  gbrandl

datetime.date won't accept 08 or 09 as valid days.  (2007-05-08)
   http://python.org/sf/1715302  closed by  fdrake

Segfaults on memory error  (2007-04-10)
   http://python.org/sf/1697916  closed by  gbrandl

types.InstanceType is missing but used by pydoc  (2007-04-10)
   http://python.org/sf/1697782  closed by  gbrandl

improving distutils swig support - documentation  (2004-10-14)
   http://python.org/sf/1046945  closed by  gbrandl

New / Reopened RFE
__

Expose callback API in readline module  (2007-05-06)
   http://python.org/sf/1713877  opened by  strank

if something as x:  (2007-05-07)
   http://python.org/sf/1714448  opened by  k0wax

RFE Closed
__

commands module  (2007-05-06)
   http://python.org/sf/1713624  closed by  gbrandl

additions to commands lib  (2003-11-11)
   http://python.org/sf/840034  closed by  gbrandl

A large block of commands after an quot;ifquot; cannot be   (2003-03-28)
   http://python.org/sf/711268  closed by  gbrandl

Please add .bz2 in encodings_map (in the module mimetypes)  (2007-04-25)
   http://python.org/sf/1707693  closed by  gbrandl

-- 
http://mail.python.org/mailman/listinfo/python-list


Weekly Python Patch/Bug Summary

2007-05-05 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  360 open ( +4) /  3760 closed ( +4) /  4120 total ( +8)
Bugs:  971 open ( +3) /  6683 closed (+10) /  7654 total (+13)
RFE :  257 open ( +3) /   282 closed ( +0) /   539 total ( +3)

New / Reopened Patches
__

test_1686475 of test_os  pagefile.sys   (2007-04-28)
   http://python.org/sf/1709112  opened by  A.B., Khalid

run test_1565150(test_os.py) only on NTFS  (2007-04-29)
   http://python.org/sf/1709599  opened by  Hirokazu Yamamoto

Update locale.__all__  (2007-04-30)
CLOSED http://python.org/sf/1710352  opened by  Humberto Diógenes

PEP 318 -- add resolution and XRef  (2007-05-01)
CLOSED http://python.org/sf/1710853  opened by  Jim Jewett

PEP 3132: extended unpacking  (2007-05-02)
   http://python.org/sf/1711529  opened by  Georg Brandl

syslog syscall support for SysLogLogger  (2007-05-02)
   http://python.org/sf/1711603  opened by  Luke-Jr

fix for bug 1712742  (2007-05-04)
   http://python.org/sf/1713041  opened by  Raghuram Devarakonda

Fix warnings related to PyLong_FromVoidPtr  (2007-05-05)
   http://python.org/sf/1713234  opened by  Hirokazu Yamamoto

Patches Closed
__

Picky floats  (2006-04-28)
   http://python.org/sf/1478364  closed by  loewis

Update locale.__all__  (2007-05-01)
   http://python.org/sf/1710352  closed by  gbrandl

Use MoveFileEx() to implement os.rename() on windows  (2007-04-20)
   http://python.org/sf/1704547  closed by  loewis

PEP 318 -- add resolution and XRef  (2007-05-01)
   http://python.org/sf/1710853  closed by  gbrandl

New / Reopened Bugs
___

test_1686475 fails when pagefile.sys does not exist  (2007-04-28)
CLOSED http://python.org/sf/1709282  opened by  Calvin Spealman

test_1686475 fails because pagefile.sys does not exist  (2007-04-28)
   http://python.org/sf/1709284  opened by  Calvin Spealman

struct.calcsize() incorrect  (2007-04-29)
CLOSED http://python.org/sf/1709506  opened by  JoelBondurant

Tutorial - Section 8.3 - type 'instance'  (2007-04-30)
CLOSED http://python.org/sf/1710295  opened by  elrond79

zipfile.ZipFile behavior inconsistent.  (2007-05-01)
   http://python.org/sf/1710703  opened by  Mark Flacy

Ctrl+Shift block marking by words  (2007-05-01)
   http://python.org/sf/1710718  opened by  zorkin

subprocess must escape redirection characters under win32  (2007-05-01)
CLOSED http://python.org/sf/1710802  opened by  Patrick Mézard

CGIHttpServer leaves traces of previous requests in env  (2007-05-03)
   http://python.org/sf/1711605  opened by  Steve Cassidy

CGIHttpServer fails if python exe has spaces  (2007-05-03)
   http://python.org/sf/1711608  opened by  Steve Cassidy

SequenceMatcher bug with insert/delete block after replace  (2007-05-03)
   http://python.org/sf/1711800  opened by  Christian Hammond

__getslice__ changes integer arguments  (2007-05-03)
   http://python.org/sf/1712236  opened by  Imri Goldberg

Cannot use dict with unicode keys as keyword arguments  (2007-05-04)
   http://python.org/sf/1712419  opened by  Viktor Ferenczi

urllib.quote throws exception on Unicode URL  (2007-05-04)
   http://python.org/sf/1712522  opened by  John Nagle

pprint handles depth argument incorrectly  (2007-05-04)
   http://python.org/sf/1712742  opened by  Dmitrii Tisnek

character set in Japanese on Ubuntu distribution  (2007-05-04)
   http://python.org/sf/1713252  opened by  Christopher Grell

Error inside logging module's documentation  (2007-05-05)
CLOSED http://python.org/sf/1713535  opened by  billiejoex

Bugs Closed
___

TimedRotatingFileHandler's doRollover opens file in w mode  (2007-04-27)
   http://python.org/sf/1708538  closed by  vsajip

test_1686475 fails when pagefile.sys does not exist  (2007-04-28)
   http://python.org/sf/1709282  deleted by  ironfroggy

struct.calcsize() incorrect  (2007-04-29)
   http://python.org/sf/1709506  closed by  loewis

Tutorial - Section 8.3 - type 'instance'  (2007-04-30)
   http://python.org/sf/1710295  closed by  gbrandl

Portability issue: os.rename behaves differently on win32  (2007-04-03)
   http://python.org/sf/1693753  closed by  loewis

subprocess must escape redirection characters under win32  (2007-05-01)
   http://python.org/sf/1710802  closed by  astrand

Bypassing __dict__ readonlyness  (2005-09-24)
   http://python.org/sf/1303614  closed by  arigo

subclassing ModuleType and another built-in type  (2005-04-01)
   http://python.org/sf/1174712  closed by  arigo

Error inside logging module documentation  (2007-05-05)
   http://python.org/sf/1713535  closed by  gbrandl

New / Reopened RFE
__

commands module  (2007-05-05)
   http://python.org/sf/1713624  opened by  Joseph Armbruster

-- 
http://mail.python.org/mailman/listinfo/python-list


Weekly Python Patch/Bug Summary

2007-04-27 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  356 open ( -1) /  3756 closed (+11) /  4112 total (+10)
Bugs:  968 open (+10) /  6673 closed (+16) /  7641 total (+26)
RFE :  254 open ( +3) /   282 closed ( +2) /   536 total ( +5)

New / Reopened Patches
__

fixes bug #1703952 - ctypes: problem with large integers  (2007-04-19)
CLOSED http://python.org/sf/1703972  opened by  Alexander Belopolsky

minidom Level 1 DOM compliance  (2007-04-20)
   http://python.org/sf/1704134  opened by  Jason Orendorff

textwrap.py mod. for jython  (2007-04-20)
CLOSED http://python.org/sf/1704473  opened by  Tim Couper

test_optparse.py mod. for jython  (2007-04-20)
   http://python.org/sf/1704474  opened by  Tim Couper

Use MoveFileEx() to implement os.rename() on windows  (2007-04-20)
   http://python.org/sf/1704547  opened by  Raghuram Devarakonda

interpreter crash when multiplying large lists  (2007-04-20)
   http://python.org/sf/1704621  opened by  Daniel Stutzbach

Added clearerr() to clear EOF state  (2007-04-23)
   http://python.org/sf/1706039  opened by  jos

Updated ASTVisitor Classes  (2007-04-24)
   http://python.org/sf/1706323  opened by  Yaakov Nemoy

Implementation of @abstractmethod for PEP 3119  (2007-04-24)
   http://python.org/sf/1706989  opened by  Guido van Rossum

get status output fix for Win32  (2007-04-25)
   http://python.org/sf/1707753  opened by  Ken Phillis Jr.

Make isinstance/issubclass overloadable  (2007-04-26)
   http://python.org/sf/1708353  opened by  Guido van Rossum

Patches Closed
__

silenced a compiler warning  (2007-04-18)
   http://python.org/sf/1703268  closed by  nnorwitz

missing declaration in readline.c  (2007-04-18)
   http://python.org/sf/1703270  closed by  nnorwitz

ZipFile.printdir fix (2.5)  (2007-04-11)
   http://python.org/sf/1698915  closed by  nnorwitz

Migrate test_minidom.py to unittest  (2007-03-30)
   http://python.org/sf/1691032  closed by  jorend

fixes bug #1703952 - ctypes: problem with large integers  (2007-04-20)
   http://python.org/sf/1703972  closed by  theller

Update to Macintosh library documentation  (2007-04-11)
   http://python.org/sf/1698768  closed by  gbrandl

textwrap.py mod. for jython  (2007-04-20)
   http://python.org/sf/1704473  closed by  gbrandl

tarfile bug when opening a file directly  (2007-04-05)
   http://python.org/sf/1695229  closed by  gustaebel

stream writing support in wave.py  (2007-02-05)
   http://python.org/sf/1652328  closed by  nnorwitz

PEP 3114 -- next() - __next__()  (2007-03-07)
   http://python.org/sf/1675363  closed by  gbrandl

warnings.py gets filename wrong for eval/exec  (2007-04-01)
   http://python.org/sf/1692664  closed by  nnorwitz

New / Reopened Bugs
___

t.join(); assert t not in threading.enumerate() fails  (2007-04-19)
   http://python.org/sf/1703448  opened by  Andrew Bennetts

have a way to ignore nonexisting locales in locale.setlocale  (2007-04-19)
   http://python.org/sf/1703592  opened by  Matthias Klose

ctypes: problem with large integers  (2007-04-19)
   http://python.org/sf/1703952  reopened by  belopolsky

ctypes: problem with large integers  (2007-04-19)
   http://python.org/sf/1703952  opened by  Alexander Belopolsky

TarFile.addfile() throws a struct.error  (2007-04-20)
CLOSED http://python.org/sf/1704156  opened by  K. C. Wong

must run make before make install  (2007-04-20)
   http://python.org/sf/1704287  opened by  Joseph VanAndel

Exception message when using subprocess.POpen  (2007-04-21)
CLOSED http://python.org/sf/1704790  opened by  Sam Ruby

incorrect return value of unicodedata.lookup() - beoynd BMP  (2007-04-21)
   http://python.org/sf/1704793  opened by  vbr

contextmanager eats StopIteration  (2007-04-22)
   http://python.org/sf/1705170  opened by  Adam Olsen

cannot change cursor color in IDLE   (2007-04-22)
   http://python.org/sf/1705362  opened by  zorkin

'nonlocal x' at top level crashes interpreter  (2007-04-22)
CLOSED http://python.org/sf/1705365  opened by  John Reese

Select() failure (race condition)  (2007-04-22)
   http://python.org/sf/1705393  opened by  Ron Garret

Error in sys.argv documenation  (2007-04-23)
CLOSED http://python.org/sf/1705717  opened by  Kamil Kisiel

pydoc.py has typo.  (2007-04-23)
CLOSED http://python.org/sf/1705997  opened by  charlesmchen

SWIG options not being followed in all cases  (2007-04-24)
CLOSED http://python.org/sf/1706381  opened by  Morten Lied Johansen

socket.error exceptions not subclass of StandardError  (2007-04-24)
   http://python.org/sf/1706815  opened by  John Nagle

tarfile fails in 2.5.1 (NoneType has no ...)  (2007-04-24)
CLOSED http://python.org/sf/1706850  opened by  Thomas Leonard

Failed to build Python 2.5.1 with sqlite3  (2007-04-24)
   http://python.org/sf/1706863  opened by  Vitaliy Yermolenko

lost global variables in main 

Weekly Python Patch/Bug Summary

2007-04-18 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  357 open ( +8) /  3745 closed ( +8) /  4102 total (+16)
Bugs:  958 open (+19) /  6657 closed ( +9) /  7615 total (+28)
RFE :  251 open ( +2) /   280 closed ( +2) /   531 total ( +4)

New / Reopened Patches
__

Help with Python codebase  (2007-04-11)
CLOSED http://python.org/sf/1698723  opened by  Munawar

Update to Macintosh library documentation  (2007-04-11)
   http://python.org/sf/1698768  opened by  Kevin Walzer

ZipFile.printdir fix (2.5)  (2007-04-11)
   http://python.org/sf/1698915  opened by  Alan McIntyre

ZipFile.printdir fix (2.6)  (2007-04-11)
   http://python.org/sf/1698917  opened by  Alan McIntyre

Bastion and rexec message out-of-date  (2007-04-12)
   http://python.org/sf/1698951  opened by  Gabriel Genellina

getstate/setstate for incremental codecs  (2007-04-12)
CLOSED http://python.org/sf/1698994  opened by  Walter Dörwald

replacing char* with const char* in sysmodule.c/.h  (2007-04-12)
   http://python.org/sf/1699259  opened by  sebastinas

Armin's method cache optimization updated for Python 2.6  (2007-04-13)
   http://python.org/sf/1700288  opened by  Kevin Jacobs

VC6 build patch for trunk  (2007-04-14)
   http://python.org/sf/1700463  opened by  Hirokazu Yamamoto

stack size of python_d.exe on VC6  (2007-04-14)
   http://python.org/sf/1700467  opened by  Hirokazu Yamamoto

link_objects in setup.cfg crashes build  (2007-04-18)
   http://python.org/sf/1703178  opened by  Markus Schatten

silenced a compiler warning  (2007-04-18)
   http://python.org/sf/1703268  opened by  Alexander Belopolsky

missing declaration in readline.c  (2007-04-18)
   http://python.org/sf/1703270  opened by  Alexander Belopolsky

bug fix: ctypes truncates 64-bit pointers  (2007-04-18)
   http://python.org/sf/1703286  opened by  Alexander Belopolsky

fixes non ansi c declarations in libffi  (2007-04-18)
   http://python.org/sf/1703300  opened by  Alexander Belopolsky

Refactor test_frozen.py to use unittest.  (2007-04-18)
   http://python.org/sf/1703379  opened by  Jerry Seutter

Patches Closed
__

Fix test_urllib on Windows buildbots  (2007-04-07)
   http://python.org/sf/1695862  closed by  zseil

Don't block on Queue get/put when time is moved back  (2007-03-29)
   http://python.org/sf/1690578  closed by  loewis

struct.pack() on 64bit architectures  (2004-03-30)
   http://python.org/sf/925932  closed by  zseil

bug# 1607041: Condition.wait timeout fails on clock change  (2006-12-01)
   http://python.org/sf/1607149  closed by  loewis

Add IllegalStateError  (2007-03-21)
   http://python.org/sf/1685642  closed by  gvanrossum

Help with Python codebase  (2007-04-11)
   http://python.org/sf/1698723  closed by  gbrandl

getstate/setstate for incremental codecs  (2007-04-12)
   http://python.org/sf/1698994  closed by  doerwalter

Change *args from a tuple to list  (2006-05-31)
   http://python.org/sf/1498441  closed by  collinwinter

New / Reopened Bugs
___

README is referencing obsolete? http://starship.python.net  (2007-04-09)
   http://python.org/sf/1696740  opened by  Jiri Navratil

package.pth file name not used as described.   (2007-04-09)
   http://python.org/sf/1697169  opened by  cfk

winreg module for cygwin?  (2007-04-09)
   http://python.org/sf/1697175  opened by  Zooko O'Whielacronx

Property with - annotation triggers assert  (2007-04-09)
   http://python.org/sf/1697248  opened by  Guido van Rossum

types.InstanceType is missing but used by pydoc  (2007-04-10)
   http://python.org/sf/1697782  reopened by  gbrandl

types.InstanceType is missing but used by pydoc  (2007-04-10)
   http://python.org/sf/1697782  opened by  Christian Heimes

__getslice__ still used in built-in types  (2007-04-10)
   http://python.org/sf/1697820  opened by  Torsten Bronger

Segfaults on memory error  (2007-04-10)
   http://python.org/sf/1697916  reopened by  gbrandl

Segfaults on memory error  (2007-04-10)
   http://python.org/sf/1697916  opened by  STINNER Victor

msgfmt cannot cope with BOM  (2007-04-10)
   http://python.org/sf/1697943  opened by  Christoph Zwerschke

xml.etree document element.tag  (2007-04-11)
   http://python.org/sf/1698167  opened by  paul rubin

wrong % of params for format string in ZipFile.printdir()  (2007-04-11)
   http://python.org/sf/1698398  opened by  Szabolcs Berecz

dtdparser discards last line  (2007-04-11)
CLOSED http://python.org/sf/1698944  opened by  L. Peter Deutsch

shlex fails to parse strings correctly  (2007-04-12)
   http://python.org/sf/1699594  opened by  Collin Winter

pickle example contains errors  (2007-04-13)
   http://python.org/sf/1699759  opened by  Mark Edgington

locale.getlocale() output fails as setlocale() input   (2007-04-13)
   http://python.org/sf/1699853  opened by  Bernhard Reiter

import and capital 

Weekly Python Patch/Bug Summary

2007-04-08 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  349 open ( +7) /  3737 closed (+25) /  4086 total (+32)
Bugs:  939 open (-12) /  6648 closed (+60) /  7587 total (+48)
RFE :  249 open ( -8) /   278 closed (+12) /   527 total ( +4)

New / Reopened Patches
__

Python 2.5 What's New document contains socket errors  (2007-03-17)
CLOSED http://python.org/sf/1682878  opened by  Jp Calderone

ConfigParser support for alt delimiters  (2007-03-18)
   http://python.org/sf/1682942  opened by  Stephen Hansen

Demo/parser/unparse.py fixes and cleanups  (2007-03-19)
CLOSED http://python.org/sf/1683328  opened by  Piet Delport

Refactor test_minidom.py to use unittest.  (2007-03-18)
CLOSED http://python.org/sf/1683397  opened by  Jerry Seutter

PEP 361 Warnings  (2007-03-19)
   http://python.org/sf/1683908  opened by  Adam Olsen

add os.chflags() and os.lchflags() where available  (2006-05-17)
   http://python.org/sf/1490190  reopened by  nnorwitz

Documentation for C-API string functions  (2007-03-21)
CLOSED http://python.org/sf/1684834  opened by  Björn Lindqvist

cgi.py invalid REQUEST_METHOD set  (2005-03-08)
CLOSED http://python.org/sf/1159139  reopened by  joesalmeri

new function: os.path.relpath  (2005-10-27)
CLOSED http://python.org/sf/1339796  reopened by  loewis

MSVCCompiler creates redundant and long PATH strings  (2007-03-21)
CLOSED http://python.org/sf/1685563  opened by  Scott Dial

Add IllegalStateError  (2007-03-22)
   http://python.org/sf/1685642  opened by  Björn Lindqvist

Method cache  (2007-03-22)
   http://python.org/sf/1685986  opened by  Armin Rigo

More PEP 3116 classes  (2007-03-22)
CLOSED http://python.org/sf/1686273  opened by  Mark Russell

int to Py_ssize_t changes  (2007-03-22)
CLOSED http://python.org/sf/1686451  opened by  Alexander Belopolsky

Allow any mapping after ** in calls  (2007-03-22)
   http://python.org/sf/1686487  opened by  Alexander Belopolsky

extending os.walk to support following symlinks  (2005-08-26)
CLOSED http://python.org/sf/1273829  reopened by  loewis

Replace time_t by Py_time_t  (2007-03-27)
   http://python.org/sf/1689402  opened by  Christian Heimes

Refactor test_sax.py to use unittest.  (2007-03-28)
CLOSED http://python.org/sf/1690164  opened by  Jerry Seutter

Refactor test_pyexpat.py to use unittest.  (2007-03-28)
CLOSED http://python.org/sf/1690169  opened by  Jerry Seutter

Added support for custom readline functions  (2007-03-28)
   http://python.org/sf/1690201  opened by  Ben Timby

Don't block on Queue get/put when time is moved back  (2007-03-29)
   http://python.org/sf/1690578  opened by  xiaowen

Migrate test_minidom.py to unittest  (2007-03-30)
   http://python.org/sf/1691032  opened by  Jason Orendorff

Fix for bug #1283289  (2007-03-30)
   http://python.org/sf/1691070  opened by  Roger Upole

Move initial args assignment to BaseException.__new__  (2007-04-01)
   http://python.org/sf/1692335  opened by  ?iga Seilnacht

warnings.py gets filename wrong for eval/exec  (2007-04-01)
   http://python.org/sf/1692664  opened by  Adam Olsen

trace.py --ignore-module should accept module name list.  (2007-04-02)
   http://python.org/sf/1693149  opened by  Raghuram Devarakonda

Fix for duplicate preferences menu-OS X  (2007-04-02)
   http://python.org/sf/1693258  opened by  Kevin Walzer

tarfile bug when opening a file directly  (2007-04-05)
   http://python.org/sf/1695229  opened by  Arve Knudsen

Fix test_urllib on Windows buildbots  (2007-04-07)
   http://python.org/sf/1695862  opened by  Ziga Seilnacht

Remove redundant code in ntpath.walk()  (2007-04-08)
   http://python.org/sf/1696393  opened by  Michael Haggerty

Adding an index method to tuples  (2007-04-08)
   http://python.org/sf/1696444  opened by  Paul Boddie

Patches Closed
__

TypeError swallowing in UNPACK_SEQUENCE opcode  (2007-03-16)
   http://python.org/sf/1682205  closed by  gbrandl

Make PyComplex_AsCComplex use __complex__  (2007-03-07)
   http://python.org/sf/1675423  closed by  gbrandl

remove sys.exitfunc, rewrite atexit in C  (2007-03-14)
   http://python.org/sf/1680961  closed by  collinwinter

telnetlib option subnegotiation fix  (2003-01-07)
   http://python.org/sf/664020  closed by  gbrandl

telnetlib.py change to ease option handling.  (2006-07-10)
   http://python.org/sf/1520081  closed by  gbrandl

Python 2.5 What's New document contains socket errors  (2007-03-17)
   http://python.org/sf/1682878  closed by  gbrandl

PEP 3115 patch  (2007-03-14)
   http://python.org/sf/1681101  closed by  gvanrossum

Adding a testcase for the bug in find_longest_match  (2007-03-11)
   http://python.org/sf/1678339  closed by  gbrandl

Patch to add tempfile.SpooledTemporaryFile (for #415692)  (2007-01-07)
   http://python.org/sf/1630118  closed by  collinwinter

Demo/parser/unparse.py fixes and cleanups  (2007-03-19)
   

Re: Weekly Python Patch/Bug Summary

2007-03-17 Thread Dick Moores


May I ask a dumb question here? It isn't clear to me what to do with
these patches. For most of them there is something like, Committed
as r54386 and r54387. I'm familiar with updating the editor Ulipad
to the latest revision, using software such as TortoiseSVN and RapidSVN.
Is that what is meant? And if so, what's the URL of the trunk?
Thanks,
Dick Moores




-- 
http://mail.python.org/mailman/listinfo/python-list

Re: Weekly Python Patch/Bug Summary

2007-03-17 Thread Terry Reedy

Dick Moores [EMAIL PROTECTED] wrote in message 
news:[EMAIL PROTECTED]
| May I ask a dumb question here? It isn't clear to me what to do with 
these patches. For most of them there is something like, Committed as 
r54386 and r54387. I'm familiar with updating the editor Ulipad to the 
latest revision, using software such as TortoiseSVN and RapidSVN. Is that 
what is meant? And if so, what's the URL of the trunk?
-

Yes, those are svn revision numbers.  Start at svn.python.org.

Most people ignore the patches.  Some look at them to know what to expect 
in the next releases.  A few download to a local svn repository either to 
work on the code or build a bleeding edge python to test with their code. 
Good luck.

tjr



-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Weekly Python Patch/Bug Summary

2007-03-17 Thread Dick Moores
At 01:32 AM 3/17/2007, Terry Reedy wrote:

Dick Moores [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
| May I ask a dumb question here? It isn't clear to me what to do with
these patches. For most of them there is something like, Committed as
r54386 and r54387. I'm familiar with updating the editor Ulipad to the
latest revision, using software such as TortoiseSVN and RapidSVN. Is that
what is meant? And if so, what's the URL of the trunk?
-

Yes, those are svn revision numbers.  Start at svn.python.org.

I thought I'd give 
http://svn.python.org/projects/python/branches/release25-maint/ 
(the latest release (plus bug fixes) of Python) a try. I first backed 
up my Python25 folder (I'm using Win XP). Then with Python 25 open I 
opened the Explorer context menu for the folder and then the 
TortoiseSVN sub-menu. There doesn't seem to have a menu item that 
will enable me to update. I tried Export... and entered 
http://svn.python.org/projects/python/branches/release25-maint/ as 
URL of repository, but that choice seems to expect the Python25 
folder to be empty. Can you tell me what to do to just update?

Dick 

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Weekly Python Patch/Bug Summary

2007-03-17 Thread Terry Reedy

Dick Moores [EMAIL PROTECTED] wrote in message 
news:[EMAIL PROTECTED]
| I thought I'd give
| http://svn.python.org/projects/python/branches/release25-maint/
| (the latest release (plus bug fixes) of Python) a try. I first backed
| up my Python25 folder (I'm using Win XP). Then with Python 25 open I
| opened the Explorer context menu for the folder and then the
| TortoiseSVN sub-menu. There doesn't seem to have a menu item that
| will enable me to update. I tried Export... and entered
| http://svn.python.org/projects/python/branches/release25-maint/ as
| URL of repository, but that choice seems to expect the Python25
| folder to be empty. Can you tell me what to do to just update?

Just to make sure you know, the svn repository is source code that you will 
have to compile.  If TortoiseSVN only copies repositories and reads and 
does not update, then you need svn itself.  But I know almost nothing about 
it except the name.  In any case, to update a local code repository, you 
would need one to begin with by downloading the whole think initially.

tjr



-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Weekly Python Patch/Bug Summary

2007-03-17 Thread Robert Kern
Terry Reedy wrote:
 Dick Moores [EMAIL PROTECTED] wrote in message 
 news:[EMAIL PROTECTED]
 | I thought I'd give
 | http://svn.python.org/projects/python/branches/release25-maint/
 | (the latest release (plus bug fixes) of Python) a try. I first backed
 | up my Python25 folder (I'm using Win XP). Then with Python 25 open I
 | opened the Explorer context menu for the folder and then the
 | TortoiseSVN sub-menu. There doesn't seem to have a menu item that
 | will enable me to update. I tried Export... and entered
 | http://svn.python.org/projects/python/branches/release25-maint/ as
 | URL of repository, but that choice seems to expect the Python25
 | folder to be empty. Can you tell me what to do to just update?
 
 Just to make sure you know, the svn repository is source code that you will 
 have to compile.  If TortoiseSVN only copies repositories and reads and 
 does not update, then you need svn itself.  But I know almost nothing about 
 it except the name.

It's a fully-functional SVN client. It can update.

-- 
Robert Kern

I have come to believe that the whole world is an enigma, a harmless enigma
 that is made terrible by our own mad attempt to interpret it as though it had
 an underlying truth.
  -- Umberto Eco

-- 
http://mail.python.org/mailman/listinfo/python-list


Weekly Python Patch/Bug Summary

2007-03-16 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  342 open (-38) /  3712 closed (+54) /  4054 total (+16)
Bugs:  951 open (-14) /  6588 closed (+33) /  7539 total (+19)
RFE :  257 open (-15) /   266 closed (+13) /   523 total ( -2)

New / Reopened Patches
__

ftp.python.org does not exist anymore  (2007-03-12)
CLOSED http://python.org/sf/1678662  opened by  Björn Lindqvist

fix a bug mixing up 0.0 and-0.0  (2007-03-11)
   http://python.org/sf/1678668  opened by  Alex Martelli

Allow datetime in date  (2007-03-12)
CLOSED http://python.org/sf/1679204  opened by  Collin Winter

Documentation for fnmatch.translate()  (2007-03-12)
CLOSED http://python.org/sf/1679379  opened by  Björn Lindqvist

__slots__ tuple modified inplace if it contains unicode name  (2007-03-13)
CLOSED http://python.org/sf/1680015  opened by  ?iga Seilnacht

CGIHTTPServer doesn't handle path names with embeded space  (2006-08-06)
   http://python.org/sf/1535504  reopened by  htgoebel

Add tests for pipes module (test_pipes)  (2007-03-14)
   http://python.org/sf/1680959  opened by  Alan McIntyre

remove sys.exitfunc, rewrite atexit in C  (2007-03-14)
   http://python.org/sf/1680961  opened by  Georg Brandl

Use alive instead of active in the docs for threading  (2007-03-14)
CLOSED http://python.org/sf/1680978  opened by  Björn Lindqvist

binary and new-style octal literals  (2007-03-14)
   http://python.org/sf/1681002  opened by  Thomas Wouters

PEP 3115 patch  (2007-03-14)
   http://python.org/sf/1681101  opened by  Guido van Rossum

Patch for [ 1603150 ] wave module forgets to close...  (2007-03-15)
CLOSED http://python.org/sf/1681153  opened by  Patricio Olivares

email.header unicode fix  (2007-03-15)
   http://python.org/sf/1681333  opened by  Tokio Kikuchi

Add triangular distribution to random  (2007-03-15)
   http://python.org/sf/1681432  opened by  Wladmir

splitext of dotfiles, incl backwards compat and migration  (2007-03-16)
   http://python.org/sf/1681842  opened by  Stephen Hansen

Patches Closed
__

Patch to 742342 Crash on recursive reload  (2004-03-23)
   http://python.org/sf/922167  closed by  collinwinter

add optional CWD argument to os.path.abspath()  (2003-01-30)
   http://python.org/sf/677890  closed by  collinwinter

ftp.python.org does not exist anymore  (2007-03-11)
   http://python.org/sf/1678662  closed by  collinwinter

fix for external test regression in test.regrtest  (2003-09-17)
   http://python.org/sf/808210  closed by  collinwinter

urllib2.URLError don't calll IOError.__init__  (2003-10-02)
   http://python.org/sf/816787  closed by  collinwinter

Refactor test_threadedtempfile.py to use unittest.  (2007-02-28)
   http://python.org/sf/1670993  closed by  collinwinter

urllib2.urlopen() raises OSError instead of URLError  (2007-02-24)
   http://python.org/sf/1668100  closed by  gbrandl

site.py small ?bug fix | change?  (2007-03-10)
   http://python.org/sf/1677862  closed by  loewis

adding __dir__  (2006-11-06)
   http://python.org/sf/1591665  closed by  gbrandl

Refactor test_operations.py to use unittest.  (2007-03-10)
   http://python.org/sf/1678088  closed by  collinwinter

Add current dir when running try_run test program  (2005-03-21)
   http://python.org/sf/1168055  closed by  collinwinter

Allow datetime in date  (2007-03-12)
   http://python.org/sf/1679204  closed by  collinwinter

Documentation for fnmatch.translate()  (2007-03-12)
   http://python.org/sf/1679379  closed by  gbrandl

comments to clarify complexobject.c  (2007-01-23)
   http://python.org/sf/1642844  closed by  gbrandl

Fix for bugs relating to ntpath.expanduser()  (2004-05-20)
   http://python.org/sf/957650  closed by  gbrandl

Add %var% support to ntpath.expandvars  (2006-10-10)
   http://python.org/sf/1574252  closed by  gbrandl

CSV DictWriter Errors  (2007-01-15)
   http://python.org/sf/1635454  closed by  gbrandl

test_cmd_line fails on Windows  (2006-09-15)
   http://python.org/sf/1559413  closed by  loewis

Performance enhancements.  (2006-09-09)
   http://python.org/sf/1555098  closed by  gbrandl

Tweak pydoc to speak about with and CONTEXTMANAGERS  (2006-08-18)
   http://python.org/sf/1542681  closed by  gbrandl

Fix building the source within exec_prefix  (2006-10-03)
   http://python.org/sf/1569798  closed by  gbrandl

email.message.py charset can be unicode instance  (2006-03-14)
   http://python.org/sf/1449244  closed by  loewis

Allow __class __ assignment for classes with __slots__  (2006-12-28)
   http://python.org/sf/1623563  closed by  zseil

__slots__ tuple modified inplace if it contains unicode name  (2007-03-13)
   http://python.org/sf/1680015  closed by  zseil

ConfigParser does not quote %  (2007-01-15)
   http://python.org/sf/1635639  closed by  gbrandl

Allow textwrap to preserve leading and trailing whitespace  (2006-10-20)

Re: Weekly Python Patch/Bug Summary

2007-03-12 Thread Georg Brandl
Kurt B. Kaiser schrieb:
 Patch / Bug Summary
 ___
 
 Patches :  380 open (-36) /  3658 closed (+65) /  4038 total (+29)

We should really try to keep the numbers in this magnitude :)

Georg

-- 
http://mail.python.org/mailman/listinfo/python-list


Weekly Python Patch/Bug Summary

2007-03-11 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  380 open (-36) /  3658 closed (+65) /  4038 total (+29)
Bugs:  965 open ( -9) /  6555 closed (+35) /  7520 total (+26)
RFE :  272 open ( +4) /   253 closed ( +2) /   525 total ( +6)

New / Reopened Patches
__

Extension documentation for subclasses  (2007-03-01)
CLOSED http://python.org/sf/1671450  opened by  Pete Shinners

MultiCall bug crashing the config dialog  (2007-03-02)
CLOSED http://python.org/sf/1672481  opened by  Tal Einat

urllib2 requests history + HEAD support  (2007-03-03)
   http://python.org/sf/1673007  opened by  KDanilov aka koder

README update: Bash default on ac OS X  (2007-03-03)
CLOSED http://python.org/sf/1673121  opened by  Witten

Mac OS X: libtool  (2007-03-03)
   http://python.org/sf/1673122  opened by  Witten

change repr(...) from 'Ellipsis' to '...'  (2007-03-04)
CLOSED http://python.org/sf/1673355  opened by  John Reese

Identify modules to be built and not built  (2007-03-04)
CLOSED http://python.org/sf/1673619  opened by  Skip Montanaro

'G' formatting doesn't catch same errors as 'g'  (2007-03-04)
   http://python.org/sf/1673759  opened by  Eric V. Smith

Identify modules which couldn't be built  (2007-03-04)
CLOSED http://python.org/sf/1673619  reopened by  loewis

sq_ass_slice ignored if  sq_slice not defined  (2007-03-05)
CLOSED http://python.org/sf/1674228  opened by  ?iga Seilnacht

Epoll wrapper  (2007-03-06)
   http://python.org/sf/1675118  opened by  TH

Draft implementation for PEP 364  (2007-03-06)
   http://python.org/sf/1675334  opened by  Barry A. Warsaw

PEP 3114 -- next() - __next__()  (2007-03-07)
   http://python.org/sf/1675363  opened by  Georg Brandl

Make PyComplex_AsCComplex use __complex__  (2007-03-07)
   http://python.org/sf/1675423  opened by  Mark Dickinson

Zipfile tweaks and test coverage improvement  (2007-03-06)
   http://python.org/sf/1675424  opened by  Alan McIntyre

Use getaddrinfo() in urllib2.py for IPv6 support  (2007-03-07)
   http://python.org/sf/1675455  opened by  David Cantrell

Refactor test_pty.py to use unittest.  (2007-03-06)
CLOSED http://python.org/sf/1675471  opened by  Jerry Seutter

[gzip] Performance for small reads and fix seek problem  (2007-03-07)
   http://python.org/sf/1675951  opened by  Florian Festi

Remove dead code in typeobject's type_new()  (2007-03-07)
CLOSED http://python.org/sf/1675981  opened by  ?iga Seilnacht

Remove trailing slash from --prefix  (2007-03-07)
   http://python.org/sf/1676135  opened by  Björn Lindqvist

New File I/O type for Python 3000, plus .h and unit tests  (2007-02-28)
CLOSED http://python.org/sf/1671314  reopened by  collinwinter

Add a PeriodicTimer to threading  (2007-03-08)
   http://python.org/sf/1676820  opened by  Björn Lindqvist

Adding timeout to socket.py and httplib.py  (2007-03-08)
   http://python.org/sf/1676823  opened by  Facundo Batista

Refactor test_popen2.py to use unittest.  (2007-03-08)
   http://python.org/sf/1676994  opened by  Jerry Seutter

Support CREATE_SUSPENDED flag in subprocess.py for Win32  (2007-03-09)
   http://python.org/sf/1677688  opened by  Chris Heller

site.py small ?bug fix | change?  (2007-03-10)
   http://python.org/sf/1677862  opened by  KDanilov aka koder

Efficient reverse line iterator   (2007-03-10)
   http://python.org/sf/1677872  opened by  Mark Russell

Removal of Tuple Parameter Unpacking [PEP3113]  (2007-03-10)
   http://python.org/sf/1678060  opened by  Tony Lownds

improve telnetlib.Telnet so option negotiation becomes easie  (2007-03-10)
   http://python.org/sf/1678077  opened by  Björn Lindqvist

Refactor test_operations.py to use unittest.  (2007-03-10)
   http://python.org/sf/1678088  opened by  Jerry Seutter

Adding a testcase for the bug in find_longest_match  (2007-03-11)
   http://python.org/sf/1678339  opened by  Denys Rtveliashvili

A fix for the bug #1528074 [warning: quite slow]  (2007-03-11)
   http://python.org/sf/1678345  opened by  Denys Rtveliashvili

Patches Closed
__

Extension documentation for subclasses  (2007-03-01)
   http://python.org/sf/1671450  closed by  gbrandl

MultiCall bug crashing the config dialog  (2007-03-02)
   http://python.org/sf/1672481  closed by  gbrandl

README update: Bash default on Mac OS X  (2007-03-03)
   http://python.org/sf/1673121  closed by  gbrandl

change repr(...) from 'Ellipsis' to '...'  (2007-03-04)
   http://python.org/sf/1673355  closed by  gvanrossum

Use a set to keep interned strings  (2006-06-16)
   http://python.org/sf/1507011  closed by  loewis

Add support for the If-Modified-Since header  (2006-03-04)
   http://python.org/sf/1442867  closed by  loewis

N-d array interface for array object  (2006-03-18)
   http://python.org/sf/1452906  closed by  loewis

Fix for win32 proxy bypass support (no_proxy) in urllib(2)  (2005-03-01)
   

Weekly Python Patch/Bug Summary

2007-02-28 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  416 open ( +8) /  3593 closed ( +8) /  4009 total (+16)
Bugs:  974 open ( +6) /  6520 closed (+15) /  7494 total (+21)
RFE :  268 open ( +1) /   251 closed ( +0) /   519 total ( +1)

New / Reopened Patches
__

Allow specifying headers for MIME parts  (2007-02-23)
   http://python.org/sf/125  opened by  Jörg Sonnenberger

Time zone-capable variant of time.localtime  (2007-02-24)
   http://python.org/sf/1667546  opened by  Paul Boddie

urllib2 raises an UnboundLocalError if auth-int is the qop  (2007-02-24)
   http://python.org/sf/1667860  opened by  Atul Varma

urllib2.urlopen() raises OSError instead of URLError  (2007-02-24)
   http://python.org/sf/1668100  opened by  Jerry Seutter

Fix for 767111, 'AttributeError thrown by urllib.open_http'  (2007-02-25)
   http://python.org/sf/1668132  opened by  Atul Varma

don't use '-' and '_' in mkstemp  (2007-02-25)
   http://python.org/sf/1668482  opened by  Arvin Schnell

bytes.fromhex()  (2007-02-26)
CLOSED http://python.org/sf/1669379  opened by  Georg Brandl

subprocess: Support close_fds on Win32  (2007-02-26)
   http://python.org/sf/1669481  opened by  Jon Foster

Change (fix!) os.path.isabs() semantics on Win32  (2007-02-26)
   http://python.org/sf/1669539  opened by  Jon Foster

methods for bytes  (2007-02-27)
CLOSED http://python.org/sf/1669633  opened by  Pete Shinners

Remove Py_PROTO from socket in py3k  (2007-02-27)
CLOSED http://python.org/sf/1670209  opened by  Pete Shinners

email.Generator: no header wrapping for multipart/signed  (2007-02-28)
   http://python.org/sf/1670765  opened by  Martin von Gagern

Refactor test_threadedtempfile.py to use unittest.  (2007-02-28)
   http://python.org/sf/1670993  opened by  Jerry Seutter

Class Decorators  (2007-02-28)
   http://python.org/sf/1671208  opened by  Jack Diederich

Refactor test_class to use unittest lib  (2007-02-28)
   http://python.org/sf/1671298  opened by  Mike Verdone

New File I/O type for Python 3000, plus .h and unit tests  (2007-02-28)
   http://python.org/sf/1671314  opened by  Daniel Stutzbach

Patches Closed
__

setuptools: avoid sets module for python2.3  (2007-02-19)
   http://python.org/sf/1663226  closed by  pje

documentation for element interface  (2007-02-11)
   http://python.org/sf/1657613  closed by  fdrake

fast subclasses of builtin types  (2006-12-28)
   http://python.org/sf/1624059  closed by  nnorwitz

bytes.fromhex()  (2007-02-26)
   http://python.org/sf/1669379  closed by  gbrandl

Optional Argument Syntax  (2006-12-02)
   http://python.org/sf/1607548  closed by  gvanrossum

methods for bytes  (2007-02-26)
   http://python.org/sf/1669633  closed by  nnorwitz

Remove Py_PROTO from socket in py3k  (2007-02-27)
   http://python.org/sf/1670209  closed by  nnorwitz

The Unicode lazy strings patches  (2007-01-06)
   http://python.org/sf/1629305  closed by  gvanrossum

New / Reopened Bugs
___

Calling tparm from extension lib fails in Python 2.5  (2007-02-13)
   http://python.org/sf/1659171  reopened by  richyk

shutil.copytree doesn't preserve directory permissions  (2007-02-22)
   http://python.org/sf/1666318  opened by  Jeff McNeil

Incorrect file path reported by inspect.getabsfile()  (2007-02-23)
   http://python.org/sf/1666807  opened by  Fernando Pérez

terminalcommand doesn't work under Darwin  (2007-02-23)
   http://python.org/sf/1666952  opened by  Jurjen N.E. Bos

Install fails with no error  (2007-02-24)
   http://python.org/sf/1667877  reopened by  widgeteye

Install fails with no error  (2007-02-24)
   http://python.org/sf/1667877  opened by  larry

PyMem_Realloc docs don't specifiy out-of-mem behavior  (2007-02-24)
   http://python.org/sf/1668032  opened by  Daniel Stutzbach

PyMem_Resize docs don't specify that it modifies an argument  (2007-02-24)
   http://python.org/sf/1668036  opened by  Daniel Stutzbach

python-2.4.4 on freebsd-6: _curses extension doesn't build  (2007-02-25)
CLOSED http://python.org/sf/1668133  opened by  clemens fischer

Strange unicode behaviour  (2007-02-25)
CLOSED http://python.org/sf/1668295  reopened by  sgala

Strange unicode behaviour  (2007-02-25)
CLOSED http://python.org/sf/1668295  opened by  Santiago Gala

I can't change attribute __op__ in new-style classes  (2007-02-25)
CLOSED http://python.org/sf/1668540  opened by  netimen

inspect.getargspec() fails with keyword-only arguments  (2007-02-25)
   http://python.org/sf/1668565  opened by  Brett Cannon

distutils chops the first character of filenames  (2007-02-25)
   http://python.org/sf/1668596  opened by  Sam Pointon

PyErr_WriteUnraisable lacks exception type check  (2007-02-26)
CLOSED http://python.org/sf/1669182  opened by  Gabriel Becedillas

Clarify PyMem_Realloc and PyMem_Resize docs  (2007-02-26)
   http://python.org/sf/1669304  

Weekly Python Patch/Bug Summary

2007-02-21 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  408 open ( -9) /  3585 closed (+20) /  3993 total (+11)
Bugs:  968 open ( +8) /  6505 closed ( +7) /  7473 total (+15)
RFE :  267 open ( +1) /   251 closed ( +0) /   518 total ( +1)

New / Reopened Patches
__

Handle requests to intern string subtype instances  (2007-02-13)
   http://python.org/sf/1658799  opened by  Hrvoje Nik?i?

Minor pasting patch  (2007-02-13)
   http://python.org/sf/1659326  opened by  Tal Einat

Minor AST tweaks  (2007-02-13)
   http://python.org/sf/1659410  opened by  Collin Winter

functools.compose to chain functions together  (2007-02-14)
CLOSED http://python.org/sf/1660179  opened by  Chris AtLee

IDLE doesn't save files on closing  (2007-02-15)
CLOSED http://python.org/sf/1660202  opened by  Toni

Hide iteration variable in list comprehensions  (2007-02-15)
   http://python.org/sf/1660500  opened by  Nick Coghlan

ftplib passive ftp problem on multihomed clients  (2007-02-16)
   http://python.org/sf/1661754  opened by  Tim Baum

setuptools: avoid sets module for python2.3  (2007-02-19)
   http://python.org/sf/1663226  opened by  Amit Aronovitch

enable python -m doctest FILE to run tests in FILE  (2007-02-19)
   http://python.org/sf/1663234  opened by  Stefan Behnel

Fix for urllib.ftpwrapper.retrfile() and none existing files  (2007-02-20)
   http://python.org/sf/1664522  opened by  Phil Knirsch

Patches Closed
__

imputil must respect __path__ for package submodules  (2003-02-12)
   http://python.org/sf/685268  closed by  loewis

Scalable zipfile extension  (2003-09-27)
   http://python.org/sf/813436  closed by  loewis

zipfile and big zipped file  (2004-07-17)
   http://python.org/sf/992750  closed by  loewis

ZipFile - support for file decryption  (2003-03-06)
   http://python.org/sf/698833  closed by  loewis

Bug 1514451: zipfile append mode should create a file ...  (2006-07-06)
   http://python.org/sf/1517891  closed by  loewis

socketmodule fails to build because missing NETLINK_DNRTMSG  (2007-02-11)
   http://python.org/sf/1657276  closed by  loewis

gzip.GzipFile has no name attribute  (2007-01-29)
   http://python.org/sf/1647484  closed by  gustaebel

Missing HCI sockets in bluetooth code from socketmodule  (2006-02-15)
   http://python.org/sf/1432399  closed by  loewis

Patch to support lots of file descriptors  (2006-02-19)
   http://python.org/sf/1434657  closed by  loewis

isapi.samples.advanced.py fix  (2005-02-17)
   http://python.org/sf/1126187  closed by  loewis

Add IEEE Float support to wave.py  (2005-02-19)
   http://python.org/sf/1144504  closed by  loewis

Make urllib2.OpenerDirector instances pickle-able  (2005-02-20)
   http://python.org/sf/1144636  closed by  jjlee

functools.compose to chain functions together  (2007-02-15)
   http://python.org/sf/1660179  closed by  loewis

IDLE doesn't save files on closing  (2007-02-15)
   http://python.org/sf/1660202  closed by  gbrandl

decorator module  (2006-03-12)
   http://python.org/sf/1448297  closed by  gbrandl

dictnotes.txt  (2006-01-05)
   http://python.org/sf/1397848  closed by  loewis

Documentation for new Struct object  (2006-05-24)
   http://python.org/sf/1494140  closed by  gbrandl

Detect incomplete readline implementation  (2006-02-21)
   http://python.org/sf/1435651  closed by  loewis

add os.chflags() and os.lchflags() where available  (2006-05-17)
   http://python.org/sf/1490190  closed by  loewis

Fix for bug #1486663 mutable types check kwargs in tp_new  (2006-05-20)
   http://python.org/sf/1491939  closed by  zseil

New / Reopened Bugs
___

I think, I have found this bug on time.mktime()  (2007-02-10)
CLOSED http://python.org/sf/1656559  reopened by  sergiomb

This shouldn't be there: Note that this code that uses...  (2007-02-13)
CLOSED http://python.org/sf/1658794  opened by  Alf Lervåg

os.wait child process fail when under stress  (2007-02-13)
   http://python.org/sf/1658959  opened by  The Groff

Calling tparm from extension lib fails in Python 2.4  (2007-02-13)
   http://python.org/sf/1659171  opened by  Richard B. Kreckel

Calling tparm from extension lib fails in Python 2.4  (2007-02-13)
CLOSED http://python.org/sf/1659173  opened by  Richard B. Kreckel

Python extension problems after re-install  (2007-02-14)
   http://python.org/sf/1659705  opened by  elf

continuing problem with httplib multiple set-cookie headers  (2007-02-14)
   http://python.org/sf/1660009  opened by  David Margrave

base64.urlsafe_b64encode() shouldn't use the = character  (2007-02-16)
   http://python.org/sf/1661108  opened by  Ryan Barrett

Misleading behavior for [] and {} default arguments  (2007-02-16)
CLOSED http://python.org/sf/1661603  opened by  Matthijs

finditer stuck in infinite loop  (2007-02-16)
   http://python.org/sf/1661745  opened by  Milan

[2.5 

Weekly Python Patch/Bug Summary

2007-02-12 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  417 open ( -6) /  3565 closed (+12) /  3982 total ( +6)
Bugs:  960 open ( -3) /  6498 closed (+19) /  7458 total (+16)
RFE :  266 open ( +6) /   251 closed ( +1) /   517 total ( +7)

New / Reopened Patches
__

stream writing support in wave.py  (2007-02-05)
   http://python.org/sf/1652328  opened by  tom

tarfile append behavior  (2007-02-05)
CLOSED http://python.org/sf/1652681  opened by  Witten

operator.c slice functions need to parse ssize_t  (2007-02-07)
   http://python.org/sf/1654417  opened by  Andy Wingo

sys.excepthook shows relevant bindings.  (2007-02-08)
   http://python.org/sf/1654974  opened by  Nefarious CodeMonkey, Jr.

socketmodule fails to build because missing NETLINK_DNRTMSG  (2007-02-11)
   http://python.org/sf/1657276  opened by  Aleksandr Koltsoff

Add syntax for dynamic attribute access  (2007-02-11)
   http://python.org/sf/1657573  opened by  Ben North

documentation for element interface  (2007-02-12)
   http://python.org/sf/1657613  opened by  Tim Mitchell

Patches Closed
__

CodeContext visibility   (2006-08-15)
   http://python.org/sf/1540869  closed by  kbk

Auto-completion list placement  (2006-12-23)
   http://python.org/sf/1621265  closed by  kbk

Make Python Editor Useful Without Full IDLE  (2005-01-26)
   http://python.org/sf/1110205  closed by  kbk

allow using normal indent width in shell in IDLE  (2005-05-06)
   http://python.org/sf/1196946  closed by  kbk

configHandler support for raw data  (2007-02-01)
   http://python.org/sf/1650174  closed by  kbk

tarfile append behavior  (2007-02-05)
   http://python.org/sf/1652681  closed by  gustaebel

except too broad  (2006-08-15)
   http://python.org/sf/1540849  closed by  kbk

Creating dicts for dict subclasses  (2006-12-14)
   http://python.org/sf/1615701  closed by  rhettinger

Fix dict and set docs, re: immutability  (2006-01-05)
   http://python.org/sf/1397711  closed by  rhettinger

Remove bad PREDICT in ceval.c  (2006-03-04)
   http://python.org/sf/1443159  closed by  rhettinger

make trace.py --ignore-dir work  (2006-10-05)
   http://python.org/sf/1571379  closed by  montanaro

Bugfix for #847665 (XMLGenerator dies in namespace mode)  (2006-04-02)
   http://python.org/sf/1463026  closed by  loewis

New / Reopened Bugs
___

IDLE Hung up after open script by command line...  (2006-09-20)
CLOSED http://python.org/sf/1562193  reopened by  faramir2

Nested Objects scope problem  (2007-02-05)
CLOSED http://python.org/sf/1652387  reopened by  kkelchev

Nested Objects scope problem  (2007-02-05)
CLOSED http://python.org/sf/1652387  reopened by  kkelchev

Nested Objects scope problem  (2007-02-05)
CLOSED http://python.org/sf/1652387  reopened by  kkelchev

Nested Objects scope problem  (2007-02-05)
CLOSED http://python.org/sf/1652387  opened by  kkelchev

logging formatter %(lineno)d does not work  (2007-02-06)
   http://python.org/sf/1652788  opened by  lx_jakal

Double free/corruption?  (2007-02-06)
   http://python.org/sf/1653121  opened by  Jarek Zgoda

print  f, Hello produces no error: normal?  (2007-02-06)
   http://python.org/sf/1653416  opened by  E.-O. Le Bigot

Python misbehaves when installed in / (patch attached)  (2007-02-06)
   http://python.org/sf/1653457  opened by  Chris Webb

Problems in datetime.c and typeobject.c.  (2007-02-07)
CLOSED http://python.org/sf/1653736  opened by  ked-tao

crash / abort during install  (2007-02-06)
CLOSED http://python.org/sf/1653753  opened by  SAndreason

configure does not check/warn/stop for tk/tcl  (2007-02-06)
CLOSED http://python.org/sf/1653757  opened by  SAndreason

popen - wrong order on fileobjects in tuple returned  (2007-02-07)
CLOSED http://python.org/sf/1653940  opened by  Emil Lind

Installer should split tcl/tk and tkinter install options.  (2007-02-07)
   http://python.org/sf/1654408  opened by  Ron Adam

thread join() with timeout hangs on Windows 2003 x64  (2007-02-07)
   http://python.org/sf/1654429  opened by  bentoi

thirdparty extensions, --enable-shared, static linking  (2007-02-08)
   http://python.org/sf/1655392  opened by  Marien Zwart

hotshot.stats.load  (2004-02-19)
   http://python.org/sf/900092  reopened by  bcannon

3.4.1 comparison methods content  (2007-02-09)
CLOSED http://python.org/sf/1655683  opened by  Jeffrey Miller

email.Generator docs contain a bad off-site link  (2007-02-08)
CLOSED http://python.org/sf/1655800  opened by  Forest Wilkinson

Typo in Docs  (2007-02-09)
CLOSED http://python.org/sf/1656078  opened by  Thomas Guettler

I think, I have found this bug on time.mktime()  (2007-02-10)
   http://python.org/sf/1656559  opened by  Sérgio Monteiro Basto

shutil.copyfileobj description is incomplete  (2007-02-10)
   http://python.org/sf/1656578  opened by  Witten

tarfile.TarFile fileobject use needs 

Weekly Python Patch/Bug Summary

2007-02-04 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  423 open ( +2) /  3553 closed ( +4) /  3976 total ( +6)
Bugs:  963 open (+20) /  6479 closed ( +8) /  7442 total (+28)
RFE :  260 open ( +0) /   250 closed ( +0) /   510 total ( +0)

New / Reopened Patches
__

ConfigParser getboolean() consistency  (2007-01-28)
   http://python.org/sf/1646432  opened by  Tal Einat

gzip.GzipFile has no name attribute  (2007-01-29)
   http://python.org/sf/1647484  opened by  Lars Gustäbel

proxy_bypass in urllib handling of local macro  (2007-01-30)
   http://python.org/sf/1648102  opened by  Anthony Tuininga

pty.fork() python implementation leaks the slave fd  (2007-01-31)
CLOSED http://python.org/sf/1648435  opened by  John Levon

Adding support for _Bool to ctypes as c_bool  (2007-01-31)
   http://python.org/sf/1649190  opened by  David Remahl

configHandler support for raw data  (2007-02-01)
   http://python.org/sf/1650174  opened by  Tal Einat

Patches Closed
__

file - open in stdlib  (2007-01-25)
   http://python.org/sf/1644218  closed by  gbrandl

compiler.pycodegen causes crashes when compiling 'with'  (2007-01-18)
   http://python.org/sf/1638243  closed by  gbrandl

Add aliases for latin7/9/10 charsets  (2007-01-13)
   http://python.org/sf/1634778  closed by  gbrandl

pty.fork() python implementation leaks the slave fd  (2007-01-31)
   http://python.org/sf/1648435  closed by  gbrandl

New / Reopened Bugs
___

os.access now returns bool but docstring is not updated  (2007-01-27)
CLOSED http://python.org/sf/1645944  opened by  Seo Sanghyeon

Dict lookups fail if sizeof(Py_ssize_t)  sizeof(long)  (2007-01-27)
   http://python.org/sf/1646068  opened by  ked-tao

ctypes.string_at(buf, 0) is seen as zero-terminated-string  (2007-01-28)
   http://python.org/sf/1646630  opened by  Johannes Hölzl

datetime.fromtimestamp fails with negative fractional times  (2007-01-29)
   http://python.org/sf/1646728  opened by  James Henstridge

os.path, %HOME% set: realpath contradicts expanduser on '~'  (2007-01-29)
   http://python.org/sf/1646838  opened by  wrstl prmpft

cookielib.CookieJar does not handle cookies when port in url  (2007-01-29)
CLOSED http://python.org/sf/1647037  opened by  STS

zero-length match confuses re.finditer()  (2007-01-29)
   http://python.org/sf/1647489  opened by  Jacques Frechet

SystemError with re.match(array)  (2007-01-30)
   http://python.org/sf/1647541  opened by  Armin Rigo

No obvious and correct way to get the time zone offset  (2007-01-30)
   http://python.org/sf/1647654  opened by  James Henstridge

set update problem with class derived from dict  (2007-01-30)
CLOSED http://python.org/sf/1648179  opened by  duncan

Grammatical error  (2007-01-30)
CLOSED http://python.org/sf/1648191  opened by  Chris Beelby

Parameter list mismatches (portation problem)  (2007-01-30)
   http://python.org/sf/1648268  opened by  ked-tao

HP-UX: ld -Wl,+b...  (2007-01-31)
   http://python.org/sf/1648890  opened by  Johannes Abt

HP-UX: -lcurses missing for readline.so  (2007-01-31)
   http://python.org/sf/1648923  opened by  Johannes Abt

HP-UX: _ctypes/libffi/src/ia64/ffi/__attribute__/native cc  (2007-01-31)
   http://python.org/sf/1648957  opened by  Johannes Abt

HP-UX11.23: module zlib missing  (2007-01-31)
   http://python.org/sf/1648960  opened by  Johannes Abt

HP-UX: compiler warnings: alignment  (2007-01-31)
   http://python.org/sf/1649011  opened by  Johannes Abt

non-standard: array[0]  (2007-01-31)
   http://python.org/sf/1649098  opened by  Johannes Abt

Arithmetics behaving strange  (2007-01-31)
CLOSED http://python.org/sf/1649100  opened by  Sascha Peilicke

potential class with C++ in ceval.h  (2007-01-31)
   http://python.org/sf/1649238  opened by  thechao

gettext.py incompatible with eggs  (2007-01-31)
   http://python.org/sf/1649329  opened by  Shannon -jj Behrens

decimals compare badly to floats  (2007-02-01)
   http://python.org/sf/1650053  opened by  Brian Sutherland

doctest doesn't find nested functions  (2007-02-01)
   http://python.org/sf/1650090  opened by  Daniel Brown

sys.excepthook does not work with -m command line switch  (2007-02-02)
CLOSED http://python.org/sf/1650899  opened by  Miki Tebeka

PyFloat_FromString deprecated form  (2007-02-02)
   http://python.org/sf/1650903  opened by  Jim Jewett

ctypes.Structure formal parameter dies given tuple  (2007-02-03)
   http://python.org/sf/1651235  opened by  Gary Bishop

readline needs termcap on my FC6  (2007-02-03)
   http://python.org/sf/1651427  opened by  guichaz

sgmllib _convert_ref UnicodeDecodeError exception, new in 2.  (2007-02-04)
   http://python.org/sf/1651995  opened by  John Nagle

Bugs Closed
___

os.access now returns bool but docstring is not updated  (2007-01-27)
   http://python.org/sf/1645944  closed by  gbrandl


Weekly Python Patch/Bug Summary

2007-01-26 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  421 open ( -2) /  3549 closed (+10) /  3970 total ( +8)
Bugs:  943 open (-17) /  6471 closed (+25) /  7414 total ( +8)
RFE :  260 open ( +2) /   250 closed ( +1) /   510 total ( +3)

New / Reopened Patches
__

rlcompleter tab completion in pdb  (2007-01-22)
   http://python.org/sf/1641544  opened by  Stephen Emslie

logging leaks loggers  (2007-01-22)
CLOSED http://python.org/sf/1641790  opened by  TH

Fix error/crash in AST: syntaxerror in complex ifs  (2007-01-23)
   http://python.org/sf/1642547  opened by  Thomas Wouters

comments to clarify complexobject.c  (2007-01-23)
   http://python.org/sf/1642844  opened by  Jim Jewett

Fix Bug 1362475 Text.edit_modified() doesn't work  (2007-01-24)
   http://python.org/sf/1643641  opened by  Matthias Kievernagel

ctypes leaks memory  (2007-01-24)
CLOSED http://python.org/sf/1643874  opened by  Thomas Heller

file - open in stdlib  (2007-01-25)
   http://python.org/sf/1644218  opened by  Daniel Nogradi

Allow importing built-in submodules  (2007-01-25)
   http://python.org/sf/1644818  opened by  Miguel Lobo

Patches Closed
__

Fix for #1601399 (urllib2 does not close sockets properly)  (2007-01-03)
   http://python.org/sf/1627441  closed by  gbrandl

C99 _Bool support for struct  (2006-12-07)
   http://python.org/sf/1610575  closed by  loewis

logging leaks loggers  (2007-01-22)
   http://python.org/sf/1641790  closed by  vsajip

Patch for #1586414 to avoid fragmentation on Windows  (2006-10-31)
   http://python.org/sf/1587674  closed by  gustaebel

smtplib email renames  (2007-01-16)
   http://python.org/sf/1637162  closed by  gbrandl

urllib2: email.Utils-email.utils  (2007-01-16)
   http://python.org/sf/1637159  closed by  gbrandl

urllib: change email.Utils - email.utils  (2007-01-16)
   http://python.org/sf/1637157  closed by  gbrandl

tarfile extraction does not honor umask  (2006-06-16)
   http://python.org/sf/1507247  closed by  gustaebel

Fix crash when replacing sys.stdout in sitecustomize  (2007-01-08)
   http://python.org/sf/1630975  closed by  twouters

ctypes leaks memory  (2007-01-24)
   http://python.org/sf/1643874  closed by  theller

New / Reopened Bugs
___

2.3.6.4 Error in append and extend descriptions  (2007-01-21)
CLOSED http://python.org/sf/1641109  opened by  ilalopoulos

Python 2.5 gets curses.h warning on HPUX  (2007-01-22)
   http://python.org/sf/1642054  opened by  Roy Smith

Grammatical Error  (2007-01-23)
CLOSED http://python.org/sf/1643150  opened by  Steve Miller

function breakpoints in pdb  (2007-01-24)
   http://python.org/sf/1643369  opened by  decitre

Emphasize buffering issues when sys.stdin is used  (2007-01-24)
   http://python.org/sf/1643712  opened by  Raghuram Devarakonda

Problem with signals in a single-threaded application  (2007-01-24)
   http://python.org/sf/1643738  opened by  Ulisses Furquim

strptime %U broken  (2007-01-24)
CLOSED http://python.org/sf/1643943  opened by  Brian Nahas

Error arrow offset wrong  (2007-01-25)
CLOSED http://python.org/sf/1644239  opened by  Cees Timmerman

./configure --prefix=/ breaks, won't build C modules  (2007-01-25)
   http://python.org/sf/1644987  opened by  Jim Shankland

MIME renderer: wrong header line break with long subject?  (2007-01-26)
   http://python.org/sf/1645148  opened by  kxroberto

Bugs Closed
___

Newline skipped in for line in file  (2007-01-16)
   http://python.org/sf/1636950  closed by  bcannon

Over-zealous keyword-arguments check for built-in set class  (2006-05-11)
   http://python.org/sf/1486663  closed by  gbrandl

urllib2 does not close sockets properly  (2006-11-22)
   http://python.org/sf/1601399  closed by  gbrandl

subprocess: error redirecting i/o from non-console process   (2006-11-27)
   http://python.org/sf/1603907  closed by  astrand

Problem running a subprocess  (2007-01-13)
   http://python.org/sf/1634739  closed by  astrand

subprocess.py: O(N**2) bottleneck  (2006-11-17)
   http://python.org/sf/1598181  closed by  astrand

2.3.6.4 Error in append and extend descriptions  (2007-01-21)
   http://python.org/sf/1641109  closed by  gbrandl

asyncore.py and quot;handle_exptquot;  (2002-12-16)
   http://python.org/sf/654766  closed by  sf-robot

Segfault provoked by generators and exceptions  (2006-10-18)
   http://python.org/sf/1579370  closed by  loewis

gen_iternext: Assertion `f-f_back != ((void *)0)' failed  (2006-05-06)
   http://python.org/sf/1483133  closed by  nnorwitz

Python polls unnecessarily every 0.1 second when interactive  (2006-09-05)
   http://python.org/sf/1552726  closed by  akuchling

subprocess interpreted double quotation wrong on windows  (2006-03-09)
   http://python.org/sf/1446119  closed by  astrand

tarfile.extract() may cause file fragmentation on Windows XP  

Weekly Python Patch/Bug Summary

2007-01-19 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  423 open ( +2) /  3539 closed ( +9) /  3962 total (+11)
Bugs:  960 open ( -3) /  6446 closed (+20) /  7406 total (+17)
RFE :  258 open ( +3) /   249 closed ( +3) /   507 total ( +6)

New / Reopened Patches
__

Add aliases for latin7/9/10 charsets  (2007-01-13)
   http://python.org/sf/1634778  opened by  Christoph Zwerschke

htonl et al accept negative ints  (2007-01-14)
CLOSED http://python.org/sf/1635058  opened by  Mark Roberts

Logging Module - followfile patch  (2006-11-17)
CLOSED http://python.org/sf/1598415  reopened by  cjschr

CSV DictWriter Errors  (2007-01-14)
   http://python.org/sf/1635454  opened by  Mark Roberts

strptime %F and %T directives  (2007-01-14)
CLOSED http://python.org/sf/1635473  opened by  Mark Roberts

File Read/Write Flushing Patch  (2007-01-16)
   http://python.org/sf/1636874  opened by  jurojin

urllib: change email.Utils - email.utils  (2007-01-16)
   http://python.org/sf/1637157  opened by  Russell Owen

urllib2: email.Utils-email.utils  (2007-01-16)
   http://python.org/sf/1637159  opened by  Russell Owen

smtplib email renames  (2007-01-16)
   http://python.org/sf/1637162  opened by  Russell Owen

Add httponly to Cookie module  (2007-01-17)
   http://python.org/sf/1638033  opened by  Arvin Schnell

compiler.pycodegen causes crashes when compiling 'with'  (2007-01-17)
   http://python.org/sf/1638243  opened by  kirat

Fix to the long(123\0, 10) problem  (2007-01-18)
   http://python.org/sf/1638879  opened by  Calvin Spealman

email.utils.parsedate documentation  (2007-01-19)
   http://python.org/sf/1639973  opened by  Mark Roberts

Patches Closed
__

platform.py support for IronPython  (2006-09-23)
   http://python.org/sf/1563842  closed by  lemburg

Small upgrades to platform.platform()  (2005-11-10)
   http://python.org/sf/1352731  closed by  lemburg

pybench support for IronPython  (2006-09-23)
   http://python.org/sf/1563844  closed by  lemburg

Py3k: Fix pybench so it runs  (2007-01-12)
   http://python.org/sf/1634499  closed by  gvanrossum

Bug fixes for int unification branch  (2006-12-20)
   http://python.org/sf/1619846  closed by  gvanrossum

htonl et al accept negative ints  (2007-01-14)
   http://python.org/sf/1635058  closed by  gvanrossum

Logging Module - followfile patch  (2006-11-17)
   http://python.org/sf/1598415  closed by  vsajip

strptime %F and %T directives  (2007-01-14)
   http://python.org/sf/1635473  closed by  bcannon

BSD version of ctypes.util.find_library   (2006-12-07)
   http://python.org/sf/1610795  closed by  theller

New / Reopened Bugs
___

Problem running a subprocess  (2007-01-13)
   http://python.org/sf/1634739  opened by  Florent Rougon

locale 1251 does not convert to upper case properly  (2007-01-13)
   http://python.org/sf/1634774  opened by  Ivan Dobrokotov

Little mistake in docs  (2007-01-14)
   http://python.org/sf/1635217  opened by  anatoly techtonik

Add registry functions to windows postinstall  (2007-01-14)
   http://python.org/sf/1635335  opened by  anatoly techtonik

expanduser tests in test_posixpath fail if $HOME ends in a /  (2007-01-14)
CLOSED http://python.org/sf/1635353  opened by  Marien Zwart

Add command line help to windows unistall binary  (2007-01-14)
   http://python.org/sf/1635363  opened by  anatoly techtonik

ConfigParser does not quote %  (2007-01-15)
   http://python.org/sf/1635639  opened by  Mark Roberts

Interpreter seems to leak references after finalization  (2007-01-15)
   http://python.org/sf/1635741  opened by  B Sizer

description of the beta distribution is incorrect  (2007-01-15)
CLOSED http://python.org/sf/1635892  opened by  elgordo

Newline skipped in for line in file  (2007-01-16)
   http://python.org/sf/1636950  opened by  Andy Monthei

Python-2.5 segfault with tktreectrl  (2007-01-16)
CLOSED http://python.org/sf/1637022  opened by  klappnase

Python 2.5 fails to build on AIX 5.3 (xlc_r compiler)  (2007-01-16)
   http://python.org/sf/1637120  opened by  Orlando Irrazabal

mailbox.py uses old email names  (2007-01-16)
   http://python.org/sf/1637167  opened by  Russell Owen

make_table in difflib does not work with unicode  (2007-01-18)
   http://python.org/sf/1637850  opened by  y-unno

Problem packaging wx application with py2exe.  (2007-01-17)
CLOSED http://python.org/sf/1637943  opened by  Indy

typohttp://www.python.org/doc/current/tut/node10.html  (2007-01-17)
CLOSED http://python.org/sf/1637952  opened by  jim pruett

langref: missing item in numeric op list  (2007-01-17)
CLOSED http://python.org/sf/1637967  opened by  paul rubin

Incorrect documentation for random.betavariate()  (2007-01-18)
CLOSED http://python.org/sf/1638627  opened by  Troels Walsted Hansen

Bugs Closed
___

class derived from float evaporates under +=  (2007-01-11)
   

Weekly Python Patch/Bug Summary

2007-01-12 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  421 open ( +3) /  3530 closed ( +8) /  3951 total (+11)
Bugs:  963 open ( +4) /  6426 closed (+21) /  7389 total (+25)
RFE :  255 open ( +5) /   246 closed ( +1) /   501 total ( +6)

New / Reopened Patches
__

The Unicode lazy strings patches  (2007-01-06)
   http://python.org/sf/1629305  opened by  Larry Hastings

fast tuple[index] by inlining on BINARY_SUBSCR  (2007-01-07)
CLOSED http://python.org/sf/1629718  opened by  Hirokazu Yamamoto

Patch to add tempfile.SpooledTemporaryFile (for #415692)  (2007-01-07)
   http://python.org/sf/1630118  opened by  Dustin J. Mitchell

Implement named exception cleanup  (2007-01-07)
CLOSED http://python.org/sf/1630248  opened by  Collin Winter

Fix crash when replacing sys.stdout in sitecustomize  (2007-01-08)
   http://python.org/sf/1630975  opened by  Thomas Wouters

SyntaxWarning for backquotes  (2007-01-09)
   http://python.org/sf/1631035  opened by  Anthony Baxter

implement warnings module in C  (2007-01-08)
   http://python.org/sf/1631171  opened by  Neal Norwitz

sre module has misleading docs  (2007-01-09)
   http://python.org/sf/1631394  opened by  Tom Lynn

New exception syntax  (2007-01-09)
CLOSED http://python.org/sf/1631942  opened by  Collin Winter

from __future__ import print_function  (2007-01-12)
   http://python.org/sf/1633807  opened by  Anthony Baxter

Py3k: Fix pybench so it runs  (2007-01-13)
   http://python.org/sf/1634499  opened by  Larry Hastings

Patches Closed
__

Win32: Add bytesobject.c to pythoncore.vcproj  (2007-01-04)
   http://python.org/sf/1628062  closed by  loewis

Win32: Fix build when you have TortoiseSVN but no .svn/*  (2007-01-04)
   http://python.org/sf/1628061  closed by  loewis

fast tuple[index] by inlining on BINARY_SUBSCR  (2007-01-07)
   http://python.org/sf/1629718  closed by  loewis

#1603424 subprocess.py wrongly claims 2.2 compatibility.  (2006-12-05)
   http://python.org/sf/1609282  closed by  astrand

Implement named exception cleanup  (2007-01-07)
   http://python.org/sf/1630248  closed by  collinwinter

(py3k) Remove the sets module  (2006-06-04)
   http://python.org/sf/1500611  closed by  gvanrossum

New exception syntax  (2007-01-09)
   http://python.org/sf/1631942  closed by  collinwinter

backticks will not be used at all  (2007-01-03)
   http://python.org/sf/1627052  closed by  gbrandl

New / Reopened Bugs
___

Python 2.5 64 bit compile fails on Solaris 10/gcc 4.1.1  (2007-01-05)
   http://python.org/sf/1628484  opened by  Bob Atkins

Pydoc sets choices for doc locations incorrectly  (2007-01-05)
   http://python.org/sf/1628895  opened by  Skip Montanaro

xml.dom.minidom parse bug  (2007-01-05)
CLOSED http://python.org/sf/1628902  opened by  Pierre Imbaud

clarify 80-char limit  (2007-01-05)
   http://python.org/sf/1628906  opened by  Jim Jewett

inspect trouble when source file changes  (2007-01-05)
   http://python.org/sf/1628987  opened by  phil

Incorrect type in PyDict_Next() example code  (2007-01-05)
   http://python.org/sf/1629125  opened by  Jason Evans

email._parseaddr AddrlistClass bug  (2007-01-06)
   http://python.org/sf/1629369  opened by  Tokio Kikuchi

array.array borks on deepcopy  (2006-08-24)
CLOSED http://python.org/sf/1545837  reopened by  nnorwitz

documentation of email.utils.parsedate is confusing  (2007-01-06)
   http://python.org/sf/1629566  opened by  Nicholas Riley

Backward incompatibility in logging.py   (2006-10-02)
CLOSED http://python.org/sf/1569622  reopened by  mklaas

doc error for re.sub  (2007-01-08)
CLOSED http://python.org/sf/1630511  opened by  Keith Briggs

doc misleading in re.compile  (2007-01-08)
   http://python.org/sf/1630515  opened by  Keith Briggs

Seg fault in readline call.  (2007-01-08)
   http://python.org/sf/1630794  opened by  gnovak

fnmatch.translate undocumented  (2007-01-08)
   http://python.org/sf/1630844  opened by  Gabriel Genellina

PyLong_AsLong doesn't check tp_as_number  (2007-01-08)
CLOSED http://python.org/sf/1630863  opened by  Roger Upole

Garbage output to file of specific size  (2007-01-08)
   http://python.org/sf/1630894  opened by  Michael Culbertson

email.Generators does not separates headers with \r\n  (2005-11-05)
   http://python.org/sf/1349106  reopened by  bwarsaw

Discrepancy between iterating empty and non-empty deques  (2007-01-09)
CLOSED http://python.org/sf/1631769  opened by  Christos Georgiou

logging.config.fileConfig doesn't clear logging._handlerList  (2007-01-10)
CLOSED http://python.org/sf/1632328  opened by  Stefan H. Holek

Hangs with 100% CPU load for certain regexes  (2007-01-11)
CLOSED http://python.org/sf/1633583  opened by  Matthias Klose

using locale does not display the intended behavior  (2007-01-11)
   http://python.org/sf/1633600  opened by  Matthias Klose

logging module / wrong 

Weekly Python Patch/Bug Summary

2007-01-04 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  418 open ( +5) /  3522 closed ( +1) /  3940 total ( +6)
Bugs:  959 open (+13) /  6405 closed ( +5) /  7364 total (+18)
RFE :  250 open ( +2) /   245 closed ( -1) /   495 total ( +1)

New / Reopened Patches
__

update to PEP 344 - exception attributes  (2007-01-02)
CLOSED http://python.org/sf/1626538  opened by  Jim Jewett

backticks will not be used at all  (2007-01-03)
   http://python.org/sf/1627052  opened by  Jim Jewett

Fix for #1601399 (urllib2 does not close sockets properly)  (2007-01-03)
   http://python.org/sf/1627441  opened by  John J Lee

Win32: Fix build when you have TortoiseSVN but no .svn/*  (2007-01-04)
   http://python.org/sf/1628061  opened by  Larry Hastings

Win32: Add bytesobject.c to pythoncore.vcproj  (2007-01-04)
   http://python.org/sf/1628062  opened by  Larry Hastings

socket.readline() interface doesn't handle EINTR properly  (2007-01-04)
   http://python.org/sf/1628205  opened by  Maxim Sobolev

Patches Closed
__

update to PEP 344 - exception attributes  (2007-01-02)
   http://python.org/sf/1626538  closed by  ping

New / Reopened Bugs
___

sqlite3 documentation omits: close(), commit(), autocommit  (2006-12-30)
   http://python.org/sf/1625205  opened by  kitbyaydemir

re module documentation on search/match is unclear  (2006-12-31)
   http://python.org/sf/1625381  opened by  Richard Boulton

'imp' documentation does not mention that lock is re-entrant  (2006-12-31)
   http://python.org/sf/1625509  opened by  Dustin J. Mitchell

add ability to specify name to os.fdopen  (2007-01-01)
   http://python.org/sf/1625576  opened by  Mark Diekhans

'Installing Python Modules' does not work for Windows  (2007-01-02)
   http://python.org/sf/1626300  opened by  Christopher Lambacher

Would you mind renaming object.h to pyobject.h?  (2007-01-02)
   http://python.org/sf/1626545  opened by  Anton Tropashko

posixmodule.c leaks crypto context on Windows  (2007-01-03)
   http://python.org/sf/1626801  opened by  Yitz Gale

website issue reporter down  (2007-01-03)
   http://python.org/sf/1627036  opened by  Jim Jewett

mention side-lists from python-dev description  (2007-01-03)
   http://python.org/sf/1627039  opened by  Jim Jewett

xml.dom.minidom parse bug  (2007-01-03)
CLOSED http://python.org/sf/1627096  opened by  Pierre Imbaud

xml.dom.minidom parse bug  (2007-01-03)
CLOSED http://python.org/sf/1627244  opened by  Pierre Imbaud

an extra comma in condition command crashes pdb  (2007-01-03)
   http://python.org/sf/1627316  opened by  Ilya Sandler

Typo in module index for Carbon.CarbonEvt  (2007-01-03)
CLOSED http://python.org/sf/1627373  opened by  Brett Cannon

Status bar on OSX garbled  (2007-01-03)
   http://python.org/sf/1627543  opened by  sigzero

RotatingFileHandler cannot recover from failed doRollover()  (2007-01-03)
   http://python.org/sf/1627575  opened by  Forest Wilkinson

documentation error for startswith string method  (2007-01-04)
CLOSED http://python.org/sf/1627690  opened by  Keith Briggs

plat-mac videoreader.py auido format info  (2007-01-04)
   http://python.org/sf/1627952  opened by  Ryan Owen

documentation error for startswith string method  (2007-01-04)
   http://python.org/sf/1627956  opened by  Keith Briggs

Bugs Closed
___

test_logging hangs on cygwin  (2006-04-06)
   http://python.org/sf/1465643  closed by  sf-robot

xml.dom.minidom parse bug  (2007-01-03)
   http://python.org/sf/1627096  closed by  loewis

xml.dom.minidom parse bug  (2007-01-03)
   http://python.org/sf/1627244  closed by  nnorwitz

Typo in module index for Carbon.CarbonEvt  (2007-01-03)
   http://python.org/sf/1627373  closed by  nnorwitz

documentation error for startswith string method  (2007-01-04)
   http://python.org/sf/1627690  closed by  loewis

Logging problem on Windows XP  (2006-09-27)
   http://python.org/sf/1566280  closed by  loewis

New / Reopened RFE
__

smarter temporary file object  (2001-04-12)
   http://python.org/sf/415692  reopened by  gvanrossum

optparse store action should not gobble up next  option  (2007-01-03)
   http://python.org/sf/1627266  opened by  Raghuram Devarakonda

-- 
http://mail.python.org/mailman/listinfo/python-list


Weekly Python Patch/Bug Summary

2006-12-29 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  413 open ( -7) /  3521 closed (+11) /  3934 total ( +4)
Bugs:  946 open ( +2) /  6400 closed ( +9) /  7346 total (+11)
RFE :  248 open ( -1) /   246 closed ( +1) /   494 total ( +0)

New / Reopened Patches
__

Auto-completion list placement  (2006-12-23)
   http://python.org/sf/1621265  opened by  Tal Einat

normalize namespace from minidom  (2006-12-23)
   http://python.org/sf/1621421  opened by  Paul Pacheco

Allow __class __ assignment for classes with __slots__  (2006-12-28)
   http://python.org/sf/1623563  opened by  TH

fast subclasses of builtin types  (2006-12-28)
   http://python.org/sf/1624059  opened by  Neal Norwitz

Patches Closed
__

add direct access to MD5 compression function to md5 module  (2003-03-16)
   http://python.org/sf/704676  closed by  akuchling

pty.fork() compatibility code wrong?  (2003-08-04)
   http://python.org/sf/783050  closed by  akuchling

for i in range(N) optimization  (2003-05-15)
   http://python.org/sf/738094  closed by  gvanrossum

Add --remove-source option to setup.py  (2003-08-22)
   http://python.org/sf/793070  closed by  akuchling

SimpleHTTPServer directory-indexing quot;bugquot; fix  (2003-10-21)
   http://python.org/sf/827559  closed by  akuchling

Remove unncessary NLST from ftp transfers  (2004-10-12)
   http://python.org/sf/1045783  closed by  akuchling

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

HMAC hexdigest and general review  (2005-04-13)
   http://python.org/sf/1182394  closed by  akuchling

tarfile.py: ExFileObject\'s tell() is wrong after readline()  (2005-06-30)
   http://python.org/sf/1230446  closed by  gustaebel

tarfile: fix for bug #1257255  (2005-08-17)
   http://python.org/sf/1262036  closed by  gustaebel

Patch for 1496501 tarfile opener order  (2006-06-10)
   http://python.org/sf/1504073  closed by  gustaebel

New / Reopened Bugs
___

minor inconsistency in socket.close  (2006-12-22)
   http://python.org/sf/1620945  opened by  Jonathan Ellis

IDLE crashes on OS X 10.4 when Preferences selected  (2006-12-23)
   http://python.org/sf/162  opened by  Mick L

random import works?  (2006-12-23)
CLOSED http://python.org/sf/1621367  opened by  Msword

this module (Zen of Python) docs list broken URL  (2006-12-24)
   http://python.org/sf/1621660  opened by  Calvin Spealman

Tcl/Tk auto-expanding window  (2006-12-25)
   http://python.org/sf/1622010  opened by  Fabian_M

null bytes in docstrings  (2006-12-26)
   http://python.org/sf/1622533  opened by  Fredrik Lundh

language reference index links are broken  (2006-12-26)
   http://python.org/sf/1622664  opened by  Drew Perttula

Exception when compressing certain data with bz2  (2006-12-27)
   http://python.org/sf/1622896  opened by  Alex Gontmakher

preferred diff format should be mentioned as unified.  (2006-12-27)
   http://python.org/sf/1623153  opened by  Raghuram Devarakonda

module docstring for subprocess is wrong  (2006-12-28)
CLOSED http://python.org/sf/1623890  opened by  Neal Norwitz

updating a set in a list of sets will update all of them  (2006-12-29)
CLOSED http://python.org/sf/1624534  opened by  Amir Reza Khosroshahi

webbrowser.open_new() suggestion  (2006-12-30)
   http://python.org/sf/1624674  opened by  Imre Péntek

Bugs Closed
___

gethostbyaddr lag  (2002-07-19)
   http://python.org/sf/583975  closed by  nnorwitz

CGIHTTPServer does not handle scripts in sub-dirs  (2003-05-13)
   http://python.org/sf/737202  closed by  akuchling

MacOS9: test_uu fails  (2003-07-23)
   http://python.org/sf/776202  closed by  akuchling

Mode argument of dumbdbm does not work  (2003-09-07)
   http://python.org/sf/802128  closed by  akuchling

random import works?  (2006-12-23)
   http://python.org/sf/1621367  closed by  rhettinger

tarfile local name is local, should be abspath  (2005-08-12)
   http://python.org/sf/1257255  closed by  gustaebel

Dictionary ordering docs are too unclear of dangers  (2006-12-09)
   http://python.org/sf/1612113  closed by  sf-robot

logging %(module)s reporting wrong modules  (2006-11-29)
   http://python.org/sf/1605110  closed by  sf-robot

array.array borks on deepcopy  (2006-08-24)
   http://python.org/sf/1545837  closed by  twouters

tarfile.py: dict order dependency  (2006-05-28)
   http://python.org/sf/1496501  closed by  gustaebel

module docstring for subprocess is wrong  (2006-12-28)
   http://python.org/sf/1623890  closed by  nnorwitz

updating a set in a list of sets will update all of them  (2006-12-29)
   http://python.org/sf/1624534  deleted by  amir_reza

Immediate Crash on Open  (2006-11-20)
   http://python.org/sf/1599931  closed by  sf-robot

python-logging compatability with Zope.  (2006-12-12)
   

Weekly Python Patch/Bug Summary

2006-12-21 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  420 open ( +6) /  3510 closed (+12) /  3930 total (+18)
Bugs:  944 open ( -5) /  6391 closed (+15) /  7335 total (+10)
RFE :  249 open ( +2) /   245 closed ( +0) /   494 total ( +2)

New / Reopened Patches
__

cp720 encoding map  (2006-12-16)
   http://python.org/sf/1616979  opened by  Alexander Belchenko

urllib HTTPS Basic authentication fix  (2006-12-17)
CLOSED http://python.org/sf/1617413  opened by  Dug Song

The ability to keep configuration files intact  (2006-12-17)
CLOSED http://python.org/sf/1617496  opened by  Roman Kurakin

extended slicing for bytes objects  (2006-12-18)
CLOSED http://python.org/sf/1617678  opened by  Thomas Wouters

slice-object support for sre_parse.SubPattern  (2006-12-18)
CLOSED http://python.org/sf/1617680  opened by  Thomas Wouters

specialcase simple sliceobj in tuple/str/unicode  (2006-12-18)
   http://python.org/sf/1617682  opened by  Thomas Wouters

specialcase simple sliceobj in list (and bugfixes)  (2006-12-18)
   http://python.org/sf/1617687  opened by  Thomas Wouters

Extended slicing for UserString  (2006-12-18)
   http://python.org/sf/1617691  opened by  Thomas Wouters

Extended slicing for array objects  (2006-12-18)
   http://python.org/sf/1617698  opened by  Thomas Wouters

slice-object support for ctypes Pointer/Array  (2006-12-18)
   http://python.org/sf/1617699  opened by  Thomas Wouters

slice-object support for mmap  (2006-12-18)
   http://python.org/sf/1617700  opened by  Thomas Wouters

extended slicing for structseq  (2006-12-18)
   http://python.org/sf/1617701  opened by  Thomas Wouters

extended slicing for buffer objects  (2006-12-18)
   http://python.org/sf/1617702  opened by  Thomas Wouters

add None values in SimpleXMLRPCServer  (2006-12-19)
   http://python.org/sf/1618485  opened by  Maximiliano Curia

sys.intern() 2to3 fixer  (2006-12-19)
CLOSED http://python.org/sf/1619049  opened by  Georg Brandl

fix urllib to raise IOError correctly  (2006-12-20)
CLOSED http://python.org/sf/1619247  opened by  Dug Song

Bug fixes for int unification branch  (2006-12-20)
   http://python.org/sf/1619846  opened by  Adam Olsen

Improve platform.py usability on Windows  (2006-12-21)
   http://python.org/sf/1620174  opened by  Luke Dunstan

Patches Closed
__

urllib HTTPS Basic authentication fix  (2006-12-17)
   http://python.org/sf/1617413  closed by  akuchling

The ability to keep configuration files intact  (2006-12-17)
   http://python.org/sf/1617496  closed by  loewis

extended slicing for bytes objects  (2006-12-18)
   http://python.org/sf/1617678  closed by  twouters

slice-object support for sre_parse.SubPattern  (2006-12-18)
   http://python.org/sf/1617680  closed by  twouters

BZ2File.seek() fails for large files  (2006-12-14)
   http://python.org/sf/1615868  closed by  akuchling

1572210 doc patch  (2006-11-21)
   http://python.org/sf/1600491  closed by  akuchling

cookielib: lock acquire/release try..finally protected  (2006-10-30)
   http://python.org/sf/1587139  closed by  akuchling

sys.intern()  (2006-11-23)
   http://python.org/sf/1601678  closed by  gbrandl

sys.intern() 2to3 fixer  (2006-12-19)
   http://python.org/sf/1619049  closed by  gbrandl

tarfile.py fix for #1471427 and updates  (2006-05-09)
   http://python.org/sf/1484695  closed by  gbrandl

encoding directive -- more examples  (2006-12-11)
   http://python.org/sf/1613352  closed by  gbrandl

fix urllib to raise IOError correctly  (2006-12-20)
   http://python.org/sf/1619247  closed by  gbrandl

New / Reopened Bugs
___

Wrong pathname value in logging output  (2006-12-15)
   http://python.org/sf/1616422  reopened by  simleo

Wrong pathname value in logging output  (2006-12-15)
   http://python.org/sf/1616422  reopened by  simleo

Wrong pathname value in logging output  (2006-12-15)
   http://python.org/sf/1616422  opened by  Tekkaman

Vague description of generator close() method  (2006-12-15)
CLOSED http://python.org/sf/1616726  opened by  Lenard Lindstrom

Instance methods compare equal when their self's are equal   (2006-12-16)
   http://python.org/sf/1617161  opened by  Frank Niessink

test_logging hangs on cygwin  (2006-04-06)
   http://python.org/sf/1465643  reopened by  tebeka

missing word in sqlite3-Module-Contents-documentation?  (2006-12-18)
CLOSED http://python.org/sf/1618083  opened by  lgvienna

HMAC can get a 6x performance increase easily  (2006-12-18)
CLOSED http://python.org/sf/1618455  opened by  Ben Maurer

bisect on presorted list  (2006-12-19)
   http://python.org/sf/1619060  opened by  Jeffrey C. Jacobs

64-bit Universal Binary build broken  (2006-12-19)
   http://python.org/sf/1619130  opened by  Thomas Treadway

format error in 2.5 ref.pdf in section 5.3.4 Calls  (2006-12-20)
   http://python.org/sf/1619641  opened by  

Weekly Python Patch/Bug Summary

2006-12-14 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  414 open ( +1) /  3498 closed ( +9) /  3912 total (+10)
Bugs:  949 open ( +6) /  6376 closed (+12) /  7325 total (+18)
RFE :  247 open ( +1) /   245 closed ( +1) /   492 total ( +2)

New / Reopened Patches
__

C99 _Bool support for struct  (2006-12-07)
   http://python.org/sf/1610575  opened by  David Remahl

BSD version of ctypes.util.find_library   (2006-12-07)
   http://python.org/sf/1610795  opened by  Martin Kammerhofer

whitespace in `svnversion .`  (2006-10-15)
CLOSED http://python.org/sf/1577756  reopened by  schmaller

Enhanced tabbed pane widget  (2006-12-10)
   http://python.org/sf/1612746  opened by  Tal Einat

encoding directive -- more examples  (2006-12-11)
   http://python.org/sf/1613352  opened by  Jim Jewett

Write mode option for fileinput module.  (2006-12-11)
   http://python.org/sf/1613500  opened by  Anthony Roy

POSIX capabilities support  (2006-12-13)
   http://python.org/sf/1615158  opened by  Matt Kern

Creating dicts for dict subclasses  (2006-12-14)
   http://python.org/sf/1615701  opened by  Walter Dörwald

BZ2File.seek() fails for large files  (2006-12-14)
   http://python.org/sf/1615868  opened by  Lars Gustäbel

Cached globals+builtins lookup optimization  (2006-12-15)
   http://python.org/sf/1616125  opened by  Andrea Griffini

Patches Closed
__

whitespace in `svnversion .`  (2006-10-15)
   http://python.org/sf/1577756  closed by  gbrandl

traceback on exit if syslog handler fails to initialize  (2006-12-05)
   http://python.org/sf/1609407  closed by  vsajip

Race condition in os.makedirs  (2006-12-04)
   http://python.org/sf/1608579  closed by  gbrandl

Prevent race condition in os.makedirs  (2005-07-17)
   http://python.org/sf/1239890  closed by  gbrandl

os.makedirs - robust against partial path  (2005-10-05)
   http://python.org/sf/1314067  closed by  gbrandl

modsupport does not use va_copy when available  (2003-12-11)
   http://python.org/sf/858318  closed by  sf-robot

acknowledge signals in non-main threads  (2004-12-21)
   http://python.org/sf/1088832  closed by  loewis

Patch for bug 999042.  (2004-12-23)
   http://python.org/sf/1090482  closed by  loewis

socket leak in SocketServer  (2004-12-30)
   http://python.org/sf/1093468  closed by  loewis

mailbox.py: check that os.fsync is available before using it  (2006-11-19)
   http://python.org/sf/1599256  closed by  akuchling

New / Reopened Bugs
___

GUI for Python 2.3, 2.4, and 2.5 is very sluggish  (2006-12-06)
CLOSED http://python.org/sf/1610485  reopened by  g4rlik

cgi.py multipart/form-data  (2006-12-07)
   http://python.org/sf/1610654  opened by  Chui Tey

\b in unicode regex gives strange results  (2006-12-07)
CLOSED http://python.org/sf/1611131  opened by  akaihola

os.path.exists(file/) failure on Solaris 9  (2006-12-07)
   http://python.org/sf/1611154  opened by  Paul Eggert

can't pickle NAN's in binary mode  (2006-12-08)
CLOSED http://python.org/sf/1611753  opened by  Wayne Christopher

sndhdr.what() does not recognize wav file  (2006-12-09)
   http://python.org/sf/1611944  reopened by  klankschap

sndhdr.what() does not recognize wav file  (2006-12-09)
   http://python.org/sf/1611944  opened by  Floris van Manen

builtin compile() doc needs PyCF_DONT_IMPLY_DEDENT  (2006-12-09)
   http://python.org/sf/1612012  opened by  Anthony Baxter

Dictionary ordering docs are too unclear of dangers  (2006-12-09)
   http://python.org/sf/1612113  opened by  Calvin Spealman

webchecker/urllib chokes on 404 pages  (2006-12-10)
CLOSED http://python.org/sf/1612729  opened by  Fredrik Lundh

lambda tuple parameter bus error  (2006-12-11)
CLOSED http://python.org/sf/1613059  opened by  Bruce Cropley

str.split creates new string even if pattern not found  (2006-12-11)
   http://python.org/sf/1613130  opened by  Antoine Pitrou

pydoc info for a package doesn't list all package contents  (2006-12-11)
   http://python.org/sf/1613479  opened by  Nishkar Grover

xmlrpclib ServerProxy uses old httplib interface  (2006-12-12)
   http://python.org/sf/1613573  opened by  Matt Brown

recv_into not documented  (2006-12-11)
   http://python.org/sf/1613651  opened by  Eric Huss

AttributesImpl does not implement __contains__ on Linux  (2006-12-13)
   http://python.org/sf/1614387  opened by  Jason Briggs

dict throwing inaccurate KeyError on small tuple keys  (2006-12-13)
CLOSED http://python.org/sf/1614429  opened by  toidinamai

python-logging compatability with Zope.  (2006-12-13)
   http://python.org/sf/1614460  opened by  Simon Hookway

tempile.TemporaryFile differences between linux and windows  (2006-12-13)
   http://python.org/sf/1615275  opened by  hirzel

subprocess doesn't handle SIGPIPE  (2006-12-14)
   http://python.org/sf/1615376  opened by  Mark Diekhans

IA64/AMD64/x64 confusion  

Weekly Python Patch/Bug Summary

2006-12-06 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  413 open ( +6) /  3489 closed ( +5) /  3902 total (+11)
Bugs:  943 open ( +7) /  6364 closed ( +1) /  7307 total ( +8)
RFE :  246 open ( +0) /   244 closed ( +0) /   490 total ( +0)

New / Reopened Patches
__

popen() slow on AIX due to large FOPEN_MAX value  (2006-12-01)
   http://python.org/sf/1607087  opened by  John L. Allen

bug# 1607041: Condition.wait timeout fails on clock change  (2006-12-01)
   http://python.org/sf/1607149  opened by  BC

Optional Argument Syntax  (2006-12-02)
   http://python.org/sf/1607548  opened by  Tony Lownds

Makefile fix  (2006-12-03)
   http://python.org/sf/1608267  opened by  Hasan Diwan

Race condition in os.makedirs  (2006-12-04)
   http://python.org/sf/1608579  opened by  James Bowes

Fix pickle doc typo date, should be data  (2006-12-04)
CLOSED http://python.org/sf/1608758  opened by  Graham Horler

Py_FileSystemDefaultEncoding can be non-canonical  (2006-12-04)
   http://python.org/sf/1608805  opened by  Stephan R.A. Deibel

Docstring support for ctypesgen  (2006-12-05)
CLOSED http://python.org/sf/1609108  opened by  David Remahl

#1603424 subprocess.py wrongly claims 2.2 compatibility.  (2006-12-05)
   http://python.org/sf/1609282  opened by  Robert Carr

traceback on exit if syslog handler fails to initialize  (2006-12-05)
   http://python.org/sf/1609407  opened by  Jeremy Katz

tarfile.py: Fix for bug #1609958  (2006-12-06)
CLOSED http://python.org/sf/1610437  opened by  Lars Gustäbel

Patches Closed
__

Socket module is not thread-safe  (2006-08-22)
   http://python.org/sf/1544279  closed by  loewis

ConfigParser to accept a custom dict to allow ordering  (2005-12-01)
   http://python.org/sf/1371075  closed by  loewis

Fix pickle doc typo date, should be data  (2006-12-05)
   http://python.org/sf/1608758  closed by  quiver

Docstring support for ctypesgen  (2006-12-05)
   http://python.org/sf/1609108  closed by  theller

tarfile.py: Fix for bug #1609958  (2006-12-06)
   http://python.org/sf/1610437  closed by  gbrandl

New / Reopened Bugs
___

Condition.wait timeout fails when system clock changes  (2006-12-01)
   http://python.org/sf/1607041  opened by  BC

Incorrect use of 'int' and 'long' descriptions  (2006-12-01)
CLOSED http://python.org/sf/1607061  opened by  John

logging %(module)s reporting wrong modules  (2006-11-29)
   http://python.org/sf/1605110  reopened by  mad-marty

segfault in python24.dll  (2006-12-03)
   http://python.org/sf/1607759  opened by  joe

mailbox.Maildir re-reads directory too often  (2006-12-03)
   http://python.org/sf/1607951  opened by  Matthias Klose

Sloppy error checking in listdir() for Posix  (2006-12-04)
   http://python.org/sf/1608818  opened by  Stephan R.A. Deibel

PyThread_release_lock with pthreads munges errno  (2006-12-04)
   http://python.org/sf/1608921  opened by  Stephan R.A. Deibel

tarfile archive paths limited to less than 100 chars  (2006-12-06)
CLOSED http://python.org/sf/1609958  opened by  Frank Rehberger

GUI for Python 2.3, 2.4, and 2.5 is very sluggish  (2006-12-06)
   http://python.org/sf/1610485  opened by  g4rlik

Bugs Closed
___

Incorrect use of 'int' and 'long' descriptions  (2006-12-01)
   http://python.org/sf/1607061  closed by  gbrandl

not configured for tk  (2006-10-18)
   http://python.org/sf/1579931  closed by  sf-robot

tarfile archive paths limited to less than 100 chars  (2006-12-06)
   http://python.org/sf/1609958  closed by  gbrandl

-- 
http://mail.python.org/mailman/listinfo/python-list


Weekly Python Patch/Bug Summary

2006-11-30 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  407 open ( +1) /  3484 closed ( +5) /  3891 total ( +6)
Bugs:  936 open ( +5) /  6363 closed (+14) /  7299 total (+19)
RFE :  246 open ( +1) /   244 closed ( +0) /   490 total ( +1)

New / Reopened Patches
__

sys.id() and sys.intern()  (2006-11-23)
   http://python.org/sf/1601678  opened by  Georg Brandl

clarify comparison return values  (2006-11-24)
   http://python.org/sf/1602128  opened by  Jim Jewett

non-framework built python fails to define environ properly  (2006-11-23)
   http://python.org/sf/1602133  opened by  paul

Suggest a textlist() method for ElementTree  (2006-11-24)
   http://python.org/sf/1602189  opened by  Raymond Hettinger

subprocess: error redirecting i/o from non-console process   (2006-11-27)
   http://python.org/sf/1603907  opened by  Oren Tirosh

Performance boost for array repeat  (2006-11-28)
CLOSED http://python.org/sf/1605020  opened by  Mike Klaas

Make Imap Error more helpful  (2006-11-29)
   http://python.org/sf/1605192  opened by  Thomas Guettler

vendor-packages directory.  (2005-09-22)
   http://python.org/sf/1298835  reopened by  loewis

Patches Closed
__

__bool__ instead of __nonzero__  (2006-11-21)
   http://python.org/sf/1600346  closed by  jackdied

SRE engine do not release the GIL  (2005-11-25)
   http://python.org/sf/1366311  closed by  eric_noyau

Implement lazy read for sockets  (2003-12-04)
   http://python.org/sf/853963  closed by  loewis

Disable POSIX for certain/older NetBSD versions  (2003-12-05)
   http://python.org/sf/854796  closed by  loewis

Performance boost for array repeat  (2006-11-28)
   http://python.org/sf/1605020  closed by  mklaas

New / Reopened Bugs
___

using python extension(wxPython) in c   (2006-11-23)
CLOSED http://python.org/sf/1601607  opened by  jolleydtan

getopt Documentation improvement  (2006-11-23)
CLOSED http://python.org/sf/1601630  opened by  Thomas Guettler

Incorrect docs for bisect_left  (2006-11-24)
   http://python.org/sf/1602378  opened by  Daniel Eloff

itemconfigure returns incorrect text property of text items  (2006-11-25)
   http://python.org/sf/1602742  opened by  Wojciech Mula

wave module forgets to close file on exception  (2006-11-26)
   http://python.org/sf/1603150  opened by  amerinese

wave module forgets to close file on exception  (2006-11-26)
CLOSED http://python.org/sf/1603246  opened by  amerinese

pstats module (profiler) doens't support unicode paths  (2006-11-26)
CLOSED http://python.org/sf/1603321  opened by  Adal Chiriliuc

def foo(((x))) segfault  (2006-11-26)
CLOSED http://python.org/sf/1603332  opened by  Tony Lownds

f=open fails with TypeError  (2006-11-26)
CLOSED http://python.org/sf/1603336  opened by  Gibholio

f=open fails with TypeError  (2006-11-26)
CLOSED http://python.org/sf/1603412  opened by  Gibholio

subprocess.py (py2.5) wrongly claims py2.2 compatibility  (2006-11-27)
   http://python.org/sf/1603424  opened by  Tim Wegener

Python socket library confused by IPV6 notation in /etc/host  (2006-11-27)
   http://python.org/sf/1603527  opened by  Eric S. Raymond

SaveConfigParser.write() doesn't quote %-Sign  (2006-11-27)
   http://python.org/sf/1603688  opened by  Rebecca Breu

grammatical error in Python Library Reference::Tkinter  (2006-11-27)
CLOSED http://python.org/sf/1603789  opened by  Gabriel M. Elder

subprocess.Popen closes fds for sys.stdout or sys.stderr  (2006-11-28)
   http://python.org/sf/1604851  opened by  Nishkar Grover

_CRT_SECURE_NO_DEPRECATE macro redefinition with VC++ 8  (2006-11-28)
CLOSED http://python.org/sf/1604862  opened by  William Fulton

logging %(module)s reporting wrong modules  (2006-11-29)
   http://python.org/sf/1605110  opened by  Mad-Marty

csv module broken for unicode  (2006-11-30)
   http://python.org/sf/1606092  opened by  JettLogic

readline on popen3 file returns empty string before end  (2006-11-30)
   http://python.org/sf/1606233  opened by  Bill Wallace

Bugs Closed
___

utf_8_sig decode fails with buffer input  (2006-11-23)
   http://python.org/sf/1601501  closed by  doerwalter

using python extension(wxPython) in c   (2006-11-23)
   http://python.org/sf/1601607  closed by  loewis

getopt Documentation improvement  (2006-11-23)
   http://python.org/sf/1601630  closed by  gbrandl

ctypes Structure allows recursive definition  (2006-11-17)
   http://python.org/sf/1598620  closed by  theller

2.4  2.5 can't create win installer on linux  (2006-10-04)
   http://python.org/sf/1570417  closed by  loewis

wave module forgets to close file on exception  (2006-11-26)
   http://python.org/sf/1603246  closed by  gbrandl

pstats module (profiler) doens't support unicode paths  (2006-11-26)
   http://python.org/sf/1603321  closed by  gbrandl

def foo(((x))) segfault  (2006-11-26)
   

Weekly Python Patch/Bug Summary

2006-11-22 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  406 open (-10) /  3479 closed (+16) /  3885 total ( +6)
Bugs:  931 open ( +1) /  6349 closed (+16) /  7280 total (+17)
RFE :  245 open ( +1) /   244 closed ( +0) /   489 total ( +1)

New / Reopened Patches
__

Logging Module - followfile patch  (2006-11-17)
   http://python.org/sf/1598415  reopened by  cjschr

Logging Module - followfile patch  (2006-11-17)
   http://python.org/sf/1598415  opened by  chads

Logging Module - followfile patch  (2006-11-17)
CLOSED http://python.org/sf/1598426  opened by  chads

mailbox.py: check that os.fsync is available before using it  (2006-11-19)
   http://python.org/sf/1599256  opened by  David Watson

CodeContext - Improved text indentation  (2005-11-21)
CLOSED http://python.org/sf/1362975  reopened by  taleinat

TCPServer option to bind and activate  (2006-11-20)
   http://python.org/sf/1599845  opened by  Peter Parente

__bool__ instead of __nonzero__  (2006-11-21)
   http://python.org/sf/1600346  opened by  ganges master

1572210 doc patch  (2006-11-21)
   http://python.org/sf/1600491  opened by  Jim Jewett

Patches Closed
__

Logging Module - followfile patch  (2006-11-17)
   http://python.org/sf/1598426  closed by  gbrandl

tkSimpleDialog.askstring()  Tcl/Tk-8.4 lockup  (2006-08-11)
   http://python.org/sf/1538878  closed by  loewis

tkSimpleDialog freezes when apply raises exception  (2006-11-11)
   http://python.org/sf/1594554  closed by  loewis

Tix: subwidget names (bug #1472877)  (2006-10-25)
   http://python.org/sf/1584712  closed by  loewis

better error msgs for some TypeErrors  (2006-10-29)
   http://python.org/sf/1586791  closed by  gbrandl

Auto Complete module for IDLE  (2005-11-19)
   http://python.org/sf/1361016  closed by  loewis

Add BLANK_LINE to token.py  (2004-11-20)
   http://python.org/sf/1070218  closed by  loewis

improve embeddability of python  (2003-11-25)
   http://python.org/sf/849278  closed by  loewis

Extend struct.unpack to produce nested tuples  (2003-11-23)
   http://python.org/sf/847857  closed by  loewis

Iterating closed StringIO.StringIO  (2005-11-18)
   http://python.org/sf/1359365  closed by  loewis

urllib reporthook could be more informative  (2003-11-26)
   http://python.org/sf/849407  closed by  loewis

xmlrpclib - marshalling new-style classes.  (2004-11-20)
   http://python.org/sf/1070046  closed by  loewis

CodeContext - Improved text indentation  (2005-11-21)
   http://python.org/sf/1362975  closed by  loewis

Implementation of PEP 3102 Keyword Only Argument  (2006-08-30)
   http://python.org/sf/1549670  closed by  gvanrossum

readline does not need termcap  (2004-12-01)
   http://python.org/sf/1076826  closed by  loewis

Make cgi.py use logging module  (2004-12-06)
   http://python.org/sf/1079729  closed by  loewis

New / Reopened Bugs
___

The empty set is a subset of the empty set  (2006-11-17)
CLOSED http://python.org/sf/1598166  opened by  Andreas Kloeckner

subprocess.py: O(N**2) bottleneck  (2006-11-16)
   http://python.org/sf/1598181  opened by  Ralf W. Grosse-Kunstleve

import curses fails  (2006-11-17)
CLOSED http://python.org/sf/1598357  opened by  thorvinrhuebarb

Misspelled submodule names for email module.  (2006-11-17)
CLOSED http://python.org/sf/1598361  opened by  Dmytro O. Redchuk

ctypes Structure allows recursive definition  (2006-11-17)
   http://python.org/sf/1598620  opened by  Lenard Lindstrom

csv library does not handle '\x00'  (2006-11-18)
CLOSED http://python.org/sf/1599055  opened by  Stephen Day

--disable-sunaudiodev --disable-tk does not work  (2006-10-17)
CLOSED http://python.org/sf/1579029  reopened by  thurnerrupert

mailbox: other programs' messages can vanish without trace  (2006-11-19)
   http://python.org/sf/1599254  opened by  David Watson

htmlentitydefs.entitydefs assumes Latin-1 encoding  (2006-11-19)
CLOSED http://python.org/sf/1599325  opened by  Erik Demaine

SSL-ed sockets don't close correct?  (2004-06-24)
   http://python.org/sf/978833  reopened by  arigo

Segfault on bsddb.db.DB().type()  (2006-11-20)
CLOSED http://python.org/sf/1599782  opened by  Rob Sanderson

problem with socket.gethostname documentation  (2006-11-20)
CLOSED http://python.org/sf/1599879  opened by  Malte Helmert

Immediate Crash on Open  (2006-11-20)
   http://python.org/sf/1599931  opened by  Farhymn

mailbox: Maildir.get_folder does not inherit factory  (2006-11-21)
   http://python.org/sf/1600152  opened by  Tetsuya Takatsuru

[PATCH] Quitting The Interpreter  (2006-11-20)
CLOSED http://python.org/sf/1600157  opened by  Chris Carter

Tix ComboBox entry is blank when not editable  (2006-11-21)
   http://python.org/sf/1600182  opened by  Tim Wegener

--enable-shared links extensions to libpython statically  (2006-11-22)
   http://python.org/sf/1600860  opened by  Marien 

Weekly Python Patch/Bug Summary

2006-11-16 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  416 open (-14) /  3463 closed (+16) /  3879 total ( +2)
Bugs:  930 open ( +8) /  6333 closed (+17) /  7263 total (+25)
RFE :  244 open ( -1) /   244 closed ( +3) /   488 total ( +2)

New / Reopened Patches
__

tkSimpleDialog freezes when apply raises exception  (2006-11-11)
   http://python.org/sf/1594554  opened by  Hirokazu Yamamoto

Iterating closed StringIO.StringIO  (2005-11-18)
   http://python.org/sf/1359365  reopened by  doerwalter

Cross compiling patches for MINGW  (2006-11-16)
   http://python.org/sf/1597850  opened by  Han-Wen Nienhuys

Patches Closed
__

`in` for classic object causes segfault  (2006-11-07)
   http://python.org/sf/1591996  closed by  loewis

askyesnocancel helper for tkMessageBox  (2005-11-08)
   http://python.org/sf/1351744  closed by  loewis

PyErr_CheckSignals returns -1 on error, not 1  (2006-11-07)
   http://python.org/sf/1592072  closed by  gbrandl

make pty.fork() allocate a controlling tty  (2003-11-08)
   http://python.org/sf/838546  closed by  loewis

Add missing elide argument to Text.search  (2006-11-07)
   http://python.org/sf/1592250  closed by  loewis

mailbox: use fsync() to ensure data is really on disk  (2006-06-29)
   http://python.org/sf/1514544  closed by  akuchling

mailbox (Maildir): avoid losing messages on name clash  (2006-06-29)
   http://python.org/sf/1514543  closed by  akuchling

Fix struct.pack on 64-bit archs (broken on 2.*)  (2004-10-02)
   http://python.org/sf/1038854  closed by  loewis

Cross building python for mingw32  (2003-11-13)
   http://python.org/sf/841454  closed by  loewis

httplib: allowing stream-type body part in requests  (2004-11-12)
   http://python.org/sf/1065257  closed by  loewis

support whence argument for GzipFile.seek (bug #1316069)  (2005-11-12)
   http://python.org/sf/1355023  closed by  loewis

fix for 1067728: Better handling of float arguments to seek  (2004-11-17)
   http://python.org/sf/1067760  closed by  loewis

ftplib transfer problem with certain servers  (2005-11-17)
   http://python.org/sf/1359217  closed by  loewis

bdist_rpm still can't handle dashes in versions  (2005-11-18)
   http://python.org/sf/1360200  closed by  loewis

Fix the vc8 solution files  (2006-08-19)
   http://python.org/sf/1542946  closed by  krisvale

Practical ctypes example  (2006-09-15)
   http://python.org/sf/1559219  closed by  theller

New / Reopened Bugs
___

Unfortunate naming of variable in heapq example  (2006-11-08)
CLOSED http://python.org/sf/1592533  opened by  Martin Thorsen Ranang

gettext has problems with .mo files that use non-ASCII chars  (2006-11-08)
CLOSED http://python.org/sf/1592627  opened by  Russell Phillips

replace groups doesn't work in this special case  (2006-11-06)
   http://python.org/sf/1591319  reopened by  tomek74

readline problem on ia64-unknown-linux-gnu  (2006-11-08)
   http://python.org/sf/1593035  opened by  Kate Minola

No IDLE in Windows  (2006-11-09)
CLOSED http://python.org/sf/1593384  opened by  A_V_I

No IDLE in Windows  (2006-11-09)
CLOSED http://python.org/sf/1593407  opened by  A_V_I

No IDLE in Windows  (2006-11-09)
CLOSED http://python.org/sf/1593442  opened by  A_V_I

site-packages isn't created before install_egg_info  (2006-09-28)
CLOSED http://python.org/sf/1566719  reopened by  loewis

Modules/unicodedata.c contains C++-style comment  (2006-11-09)
CLOSED http://python.org/sf/1593525  opened by  Mike Kent

No IDLE in Windows  (2006-11-09)
CLOSED http://python.org/sf/1593634  opened by  A_V_I

poor urllib error handling  (2006-11-09)
   http://python.org/sf/1593751  opened by  Guido van Rossum

small problem with description  (2006-11-09)
CLOSED http://python.org/sf/1593829  opened by  Atlas

Word should be changed on page 3.6.1  (2006-11-11)
CLOSED http://python.org/sf/1594742  opened by  jikanter

Make docu for dict.update more clear  (2006-11-11)
CLOSED http://python.org/sf/1594758  opened by  Christoph Zwerschke

make install fails, various modules do not work  (2006-11-11)
CLOSED http://python.org/sf/1594809  opened by  Evan

doctest simple usage recipe is misleading  (2006-11-12)
   http://python.org/sf/1594966  opened by  Ken Rimey

smtplib.SMTP.sendmail() does not provide transparency  (2006-11-12)
CLOSED http://python.org/sf/1595045  opened by  Avi Kivity

texinfo library documentation fails to build  (2006-11-12)
   http://python.org/sf/1595164  opened by  Mark Diekhans

User-agent header added by an opener is frozen  (2006-11-13)
   http://python.org/sf/1595365  opened by  Björn Steinbrink

parser module bug for nested try...except statements  (2006-11-13)
CLOSED http://python.org/sf/1595594  opened by  Kay Schluehr

SocketServer allow_reuse_address checked in constructor  (2006-11-13)
   http://python.org/sf/1595742  opened by  Peter Parente

read() in windows 

Weekly Python Patch/Bug Summary

2006-11-07 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  430 open ( -4) /  3447 closed (+17) /  3877 total (+13)
Bugs:  922 open ( -7) /  6316 closed (+31) /  7238 total (+24)
RFE :  245 open ( +0) /   241 closed ( +1) /   486 total ( +1)

New / Reopened Patches
__

modulefinder changes for py3k  (2006-10-27)
CLOSED http://python.org/sf/1585966  opened by  Thomas Heller

no wraparound for enumerate()  (2006-10-28)
CLOSED http://python.org/sf/1586315  opened by  Georg Brandl

missing imports ctypes in documentation examples  (2006-09-13)
CLOSED http://python.org/sf/1557890  reopened by  theller

better error msgs for some TypeErrors  (2006-10-29)
   http://python.org/sf/1586791  opened by  Georg Brandl

cookielib: lock acquire/release try..finally protected  (2006-10-30)
   http://python.org/sf/1587139  opened by  kxroberto

Patch for #1586414 to avoid fragmentation on Windows  (2006-10-31)
   http://python.org/sf/1587674  opened by  Enoch Julias

Typo in Mac installer image name  (2006-11-01)
CLOSED http://python.org/sf/1589013  opened by  Humberto Diógenes

Typo in Mac image name  (2006-11-01)
CLOSED http://python.org/sf/1589014  opened by  Humberto Diógenes

MacPython Build Installer - Typos and Style corrections  (2006-11-02)
CLOSED http://python.org/sf/1589070  opened by  Humberto Diógenes

bdist_sunpkg distutils command  (2006-11-02)
   http://python.org/sf/1589266  opened by  Holger

The lazy strings patch  (2006-11-04)
   http://python.org/sf/1590352  opened by  Larry Hastings

adding __dir__  (2006-11-06)
   http://python.org/sf/1591665  opened by  ganges master

`in` for classic object causes segfault  (2006-11-07)
   http://python.org/sf/1591996  opened by  Hirokazu Yamamoto

PyErr_CheckSignals returns -1 on error, not 1  (2006-11-07)
   http://python.org/sf/1592072  opened by  Gustavo J. A. M. Carneiro

Add missing elide argument to Text.search  (2006-11-07)
   http://python.org/sf/1592250  opened by  Russell Owen

Patches Closed
__

Fix for structmember conversion issues  (2006-08-30)
   http://python.org/sf/1549049  closed by  loewis

Enable SSL for smtplib  (2006-09-28)
   http://python.org/sf/1567274  closed by  loewis

Mailbox will not lock properly after flush()  (2006-10-11)
   http://python.org/sf/1575506  closed by  akuchling

urllib2 - Fix line breaks in authorization headers  (2006-10-09)
   http://python.org/sf/1574068  closed by  akuchling

Tiny patch to stop make spam  (2006-06-09)
   http://python.org/sf/1503717  closed by  akuchling

modulefinder changes for py3k  (2006-10-27)
   http://python.org/sf/1585966  closed by  gvanrossum

unparse.py decorator support  (2006-09-04)
   http://python.org/sf/1552024  closed by  gbrandl

no wraparound for enumerate()  (2006-10-28)
   http://python.org/sf/1586315  closed by  rhettinger

missing imports ctypes in documentation examples  (2006-09-13)
   http://python.org/sf/1557890  closed by  theller

missing imports ctypes in documentation examples  (2006-09-13)
   http://python.org/sf/1557890  closed by  nnorwitz

tarfile.py: better use of TarInfo objects with longnames  (2006-10-24)
   http://python.org/sf/1583880  closed by  gbrandl

tarfile depends on undocumented behaviour  (2006-09-25)
   http://python.org/sf/1564981  closed by  gbrandl

Typo in Mac installer image name  (2006-11-02)
   http://python.org/sf/1589013  closed by  ronaldoussoren

Typo in Mac image name  (2006-11-01)
   http://python.org/sf/1589014  deleted by  virtualspirit

MacPython Build Installer - Typos and Style corrections  (2006-11-02)
   http://python.org/sf/1589070  closed by  ronaldoussoren

bdist_rpm not able to compile multiple rpm packages  (2004-11-04)
   http://python.org/sf/1060577  closed by  loewis

Remove inconsistent behavior between import and zipimport  (2005-11-03)
   http://python.org/sf/1346572  closed by  loewis

Rational Reference Implementation  (2002-10-02)
   http://python.org/sf/617779  closed by  loewis

Problem at the end of misformed mailbox  (2002-11-03)
   http://python.org/sf/632934  closed by  loewis

New / Reopened Bugs
___

csv.reader.line_num missing 'new in 2.5'  (2006-10-27)
CLOSED http://python.org/sf/1585690  opened by  Kent Johnson

tarfile.extract() may cause file fragmentation on Windows XP  (2006-10-28)
   http://python.org/sf/1586414  opened by  Enoch Julias

compiler module dont emit LIST_APPEND  w/ list comprehension  (2006-10-29)
CLOSED http://python.org/sf/1586448  opened by  sebastien Martini

codecs.open problem with with statement  (2006-10-28)
CLOSED http://python.org/sf/1586513  opened by  Shaun Cutts

zlib/bz2_codec doesn't support incremental decoding  (2006-10-29)
CLOSED http://python.org/sf/1586613  opened by  Topia

hashlib documentation is insuficient  (2006-10-29)
CLOSED http://python.org/sf/1586773  opened by  Marcos Daniel Marado Torres


Weekly Python Patch/Bug Summary

2006-10-26 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  434 open ( +3) /  3430 closed ( +5) /  3864 total ( +8)
Bugs:  929 open (+13) /  6285 closed (+12) /  7214 total (+25)
RFE :  245 open ( +1) /   240 closed ( +0) /   485 total ( +1)

New / Reopened Patches
__

various datetime methods fail in restricted mode  (2006-10-17)
   http://python.org/sf/1578643  opened by  lplatypus

PyErr_Format corrections  (2006-10-17)
   http://python.org/sf/1578999  opened by  Martin v. Löwis

posix.readlink doesn't use filesystemencoding  (2006-10-19)
   http://python.org/sf/1580674  opened by  Ronald Oussoren

Duplicated declaration of PyCallable_Check  (2006-10-20)
CLOSED http://python.org/sf/1580872  opened by  Matthias Klose

Allow textwrap to preserve leading and trailing whitespace  (2006-10-20)
   http://python.org/sf/1581073  opened by  Dwayne Bailey

tarfile.py: 100-char filenames are truncated  (2006-10-24)
CLOSED http://python.org/sf/1583506  opened by  Lars Gustäbel

tarfile.py: better use of TarInfo objects with longnames  (2006-10-24)
   http://python.org/sf/1583880  opened by  Lars Gustäbel

Tix: subwidget names (bug #1472877)  (2006-10-25)
   http://python.org/sf/1584712  opened by  Matthias Kievernagel

Patches Closed
__

patch for building trunk with VC6  (2006-03-24)
   http://python.org/sf/1457736  closed by  loewis

a faster Modulefinder  (2005-11-11)
   http://python.org/sf/1353872  closed by  theller

Duplicated declaration of PyCallable_Check  (2006-10-20)
   http://python.org/sf/1580872  closed by  loewis

Exec stacks in python 2.5  (2006-09-18)
   http://python.org/sf/1560695  closed by  loewis

tarfile.py: 100-char filenames are truncated  (2006-10-24)
   http://python.org/sf/1583506  closed by  gbrandl

New / Reopened Bugs
___

2.4.4c1 will not build when cross compiling  (2006-10-16)
CLOSED http://python.org/sf/1578513  opened by  smithj

--disable-sunaudiodev --disable-tk does not work  (2006-10-17)
   http://python.org/sf/1579029  opened by  ThurnerRupert

Segfault provoked by generators and exceptions  (2006-10-17)
   http://python.org/sf/1579370  opened by  Mike Klaas

Use flush() before os.exevp()  (2006-10-18)
   http://python.org/sf/1579477  opened by  Thomas Guettler

Wrong syntax for PyDateTime_IMPORT in documentation  (2006-10-18)
CLOSED http://python.org/sf/1579796  opened by  David Faure

not configured for tk  (2006-10-18)
   http://python.org/sf/1579931  opened by  Carl Wenrich

glob.glob(c:\\[ ]\*) doesn't work  (2006-10-19)
   http://python.org/sf/1580472  opened by  Koblaid

make install for Python 2.4.4 not working properly  (2006-10-19)
   http://python.org/sf/1580563  opened by  Andreas Jung

Configure script does not work for RHEL 4 x86_64  (2006-10-19)
   http://python.org/sf/1580726  reopened by  gbrandl

Configure script does not work for RHEL 4 x86_64  (2006-10-19)
   http://python.org/sf/1580726  reopened by  spotvt01

Configure script does not work for RHEL 4 x86_64  (2006-10-19)
   http://python.org/sf/1580726  opened by  Chris

httplib hangs reading too much data  (2006-10-19)
   http://python.org/sf/1580738  opened by  Dustin J. Mitchell

Definition of a character is wrong  (2006-10-20)
   http://python.org/sf/1581182  opened by  Adam Olsen

pickle protocol 2 failure on int subclass   (2006-10-20)
   http://python.org/sf/1581183  opened by  Anders J. Munch

missing __enter__ + __getattr__ forwarding  (2006-10-21)
   http://python.org/sf/1581357  opened by  Hirokazu Yamamoto

Text search gives bad count if called from variable trace  (2006-10-20)
   http://python.org/sf/1581476  opened by  Russell Owen

test_sqlite fails on OSX G5 arch if test_ctypes is run  (2006-10-21)
   http://python.org/sf/1581906  opened by  Skip Montanaro

email.header decode within word  (2006-10-22)
   http://python.org/sf/1582282  opened by  Tokio Kikuchi

Python is dumping core after the test test_ctypes  (2006-10-23)
   http://python.org/sf/1582742  opened by  shashi

Bulding source with VC6 fails due to missing files  (2006-10-23)
CLOSED http://python.org/sf/1582856  opened by  Ulrich Hockenbrink

class member inconsistancies  (2006-10-23)
CLOSED http://python.org/sf/1583060  opened by  EricDaigno

Different behavior when stepping through code w/ pdb  (2006-10-24)
   http://python.org/sf/1583276  opened by  John Ehresman

tarfile incorrectly handles long filenames  (2006-10-24)
CLOSED http://python.org/sf/1583537  opened by  Mike Looijmans

yield+break stops tracing  (2006-10-24)
   http://python.org/sf/1583862  opened by  Lukas Lalinsky

__str__ cannot be overridden on unicode-derived classes  (2006-10-24)
   http://python.org/sf/1583863  opened by  Mike K

SSL issuer and server functions problems - security   (2006-10-24)
   http://python.org/sf/1583946  opened by  John Nagle

remove() during iteration 

Weekly Python Patch/Bug Summary

2006-10-15 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  431 open ( +3) /  3425 closed ( +8) /  3856 total (+11)
Bugs:  916 open (-23) /  6273 closed (+44) /  7189 total (+21)
RFE :  244 open ( +4) /   240 closed ( +1) /   484 total ( +5)

New / Reopened Patches
__

typo in PC/_msi.c  (2006-10-07)
CLOSED http://python.org/sf/1572724  opened by  jose nazario

Fix for segfault in ISO 2022 codecs  (2006-10-07)
CLOSED http://python.org/sf/1572832  opened by  Ray Chason

let quit and exit really exit  (2006-10-09)
CLOSED http://python.org/sf/1573835  opened by  Gerrit Holl

urllib2 - Fix line breaks in authorization headers  (2006-10-09)
   http://python.org/sf/1574068  opened by  Scott Dial

Add %var% support to ntpath.expandvars  (2006-10-09)
   http://python.org/sf/1574252  opened by  Chip Norkus

Mailbox will lock properly after flush()  (2006-10-11)
   http://python.org/sf/1575506  opened by  Philippe Gauthier

Support spawnvp[e] + use native execvp[e] on win32  (2006-10-12)
   http://python.org/sf/1576120  opened by  Snaury

os.utime acess denied with directories on win32  (2006-10-12)
CLOSED http://python.org/sf/1576166  opened by  Snaury

os.execvp[e] on win32 fails for current directory  (2006-10-13)
   http://python.org/sf/1576313  opened by  Snaury

Fix VC6 build, remove redundant files for VC7 build  (2006-10-14)
CLOSED http://python.org/sf/1576954  opened by  Larry Hastings

Fix VC6 build, remove redundant files for VC7 build  (2006-10-14)
CLOSED http://python.org/sf/1577078  opened by  Larry Hastings

Add _ctypes, _ctypes_test, and _elementtree to VC6 build  (2006-10-15)
CLOSED http://python.org/sf/1577551  opened by  Larry Hastings

newline in -DSVNVERSION=\`LANG=C svnversion .`\  (2006-10-15)
CLOSED http://python.org/sf/1577756  opened by  Daniel Stränger

Patches Closed
__

typo in PC/_msi.c  (2006-10-07)
   http://python.org/sf/1572724  closed by  gbrandl

Fix for segfault in ISO 2022 codecs  (2006-10-08)
   http://python.org/sf/1572832  closed by  perky

fix crash with continue in nested try/finally  (2006-08-18)
   http://python.org/sf/1542451  closed by  gbrandl

let quit and exit really exit  (2006-10-09)
   http://python.org/sf/1573835  closed by  mwh

Fix for Lib/test/crashers/gc_inspection.py  (2006-07-04)
   http://python.org/sf/1517042  closed by  gbrandl

os.utime acess denied with directories on win32  (2006-10-12)
   http://python.org/sf/1576166  closed by  loewis

Fix VC6 build, remove redundant files for VC7 build  (2006-10-14)
   http://python.org/sf/1576954  closed by  loewis

Fix VC6 build, remove redundant files for VC7 build  (2006-10-14)
   http://python.org/sf/1577078  deleted by  lhastings

Add _ctypes, _ctypes_test, and _elementtree to VC6 build  (2006-10-15)
   http://python.org/sf/1577551  closed by  loewis

newline in -DSVNVERSION=\`LANG=C svnversion .`\  (2006-10-15)
   http://python.org/sf/1577756  deleted by  schmaller

New / Reopened Bugs
___

cElementTree.SubElement doesn't recognize keyword attrib  (2006-10-07)
CLOSED http://python.org/sf/1572710  opened by  Mark Stephens

import org.python.core imports local org.py  (2006-10-08)
CLOSED http://python.org/sf/1573180  opened by  E.-O. Le Bigot

ctypes unit test fails (test_macholib.py) under MacOS 10.4.7  (2006-08-21)
CLOSED http://python.org/sf/1544102  reopened by  ronaldoussoren

struct module doesn't use weakref for cache  (2006-10-08)
CLOSED http://python.org/sf/1573394  opened by  Mark Flacy

sqlite3 documentation on rowcount is contradictory  (2006-10-10)
   http://python.org/sf/1573854  opened by  Seo Sanghyeon

if(status = ERROR_MORE_DATA)  (2006-10-09)
CLOSED http://python.org/sf/1573928  opened by  Helmut Grohne

WSGI, cgi.FieldStorage incompatibility  (2006-10-09)
   http://python.org/sf/1573931  opened by  Michael Kerrin

isinstance swallows exceptions  (2006-10-09)
   http://python.org/sf/1574217  opened by  Brian Harring

os.popen with os.close gives error message  (2006-10-10)
   http://python.org/sf/1574310  opened by  dtrosset

Error with callback function and as_parameter with NumPy ndp  (2006-10-10)
   http://python.org/sf/1574584  opened by  Albert Strasheim

ctypes: Pointer-to-pointer unchanged in callback  (2006-10-10)
   http://python.org/sf/1574588  opened by  Albert Strasheim

ctypes: Returning c_void_p from callback doesn't work  (2006-10-10)
   http://python.org/sf/1574593  opened by  Albert Strasheim

Request wave support  16 bit samples  (2006-10-11)
   http://python.org/sf/1575020  opened by  Murray Lang

isSequenceType returns True for dict subclasses ( 2.3)  (2006-10-11)
   http://python.org/sf/1575169  opened by  Martin Gfeller

typo: section 2.1 - property  (2006-10-12)
CLOSED http://python.org/sf/1575746  opened by  Antoine De Groote

Missing notice on environment setting LD_LIBRARY_PATH  (2006-10-12)
CLOSED 

Weekly Python Patch/Bug Summary

2006-10-06 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  428 open ( +6) /  3417 closed ( +2) /  3845 total ( +8)
Bugs:  939 open ( +6) /  6229 closed (+17) /  7168 total (+23)
RFE :  240 open ( +3) /   239 closed ( +0) /   479 total ( +3)

New / Reopened Patches
__

Speed up using + for string concatenation  (2006-10-02)
   http://python.org/sf/1569040  opened by  Larry Hastings

Speed-up in array_repeat()  (2006-10-02)
   http://python.org/sf/1569291  opened by  Lars Skovlund

Fix building the source within exec_prefix  (2006-10-03)
   http://python.org/sf/1569798  opened by  Matthias Klose

distutils - python 2.5 vc8 - non working setup  (2006-10-03)
CLOSED http://python.org/sf/1570119  opened by  Grzegorz Makarewicz

Fix for compilation errors in the 2.4 branch  (2006-10-03)
CLOSED http://python.org/sf/1570253  opened by  Žiga Seilnacht

qtsupport.py mistake leads to bad _Qt module  (2006-10-04)
   http://python.org/sf/1570672  opened by  Jeff Senn

Generate numeric/space/linebreak from Unicode database.  (2006-10-05)
   http://python.org/sf/1571184  opened by  Anders Chrigström

make trace.py --ignore-dir work  (2006-10-05)
   http://python.org/sf/1571379  opened by  Clinton Roy

Patches Closed
__

distutils - python 2.5 vc8 - non working setup  (2006-10-03)
   http://python.org/sf/1570119  closed by  loewis

Fix for compilation errors in the 2.4 branch  (2006-10-03)
   http://python.org/sf/1570253  closed by  loewis

New / Reopened Bugs
___

Test for uintptr_t seems to be incorrect  (2006-10-01)
CLOSED http://python.org/sf/1568842  opened by  Ronald Oussoren

http redirect does not pass 'post' data  (2006-10-02)
CLOSED http://python.org/sf/1568897  opened by  hans_moleman

'all' documentation missing online  (2006-09-26)
CLOSED http://python.org/sf/1565797  reopened by  aisaac0

Using .next() on file open in write mode writes junk to file  (2006-10-01)
   http://python.org/sf/1569057  opened by  andrei kulakov

External codecs no longer usable  (2006-10-02)
CLOSED http://python.org/sf/1569084  opened by  Ivan Vilata i Balaguer

sys.settrace cause curried parms to show up as attributes  (2006-10-02)
   http://python.org/sf/1569356  opened by  applebucks

sys.settrace cause curried parms to show up as attributes  (2006-10-02)
CLOSED http://python.org/sf/1569374  opened by  applebucks

PGIRelease linkage fails on pgodb80.dll  (2006-10-02)
   http://python.org/sf/1569517  opened by  Coatimundi

Backward incompatibility in logging.py  (2006-10-02)
CLOSED http://python.org/sf/1569622  opened by  Mike Klaas

datetime.datetime subtraction bug  (2006-10-02)
CLOSED http://python.org/sf/1569623  opened by  David Fugate

mailbox.Maildir.get_folder() loses factory information  (2006-10-03)
   http://python.org/sf/1569790  opened by  Matthias Klose

distutils don't respect standard env variables  (2006-10-03)
CLOSED http://python.org/sf/1569886  opened by  Lukas Lalinsky

2.5 incorrectly permits break inside try statement  (2006-10-04)
CLOSED http://python.org/sf/1569998  opened by  Nick Coghlan

redirected cookies  (2006-10-04)
   http://python.org/sf/1570255  opened by  hans_moleman

Launcher reset to factory button provides bad command-line  (2006-10-03)
   http://python.org/sf/1570284  opened by  jjackson

2.4  2.5 can't create win installer on linux  (2006-10-04)
   http://python.org/sf/1570417  opened by  Richard Jones

_ssl module can't be built on windows  (2006-10-05)
CLOSED http://python.org/sf/1571023  opened by  Žiga Seilnacht

simple moves freeze IDLE  (2006-10-04)
   http://python.org/sf/1571112  opened by  Douglas W. Goodall

Some numeric characters are still not recognized  (2006-10-05)
   http://python.org/sf/1571170  opened by  Anders Chrigström

round() producing -0.0  (2006-10-05)
CLOSED http://python.org/sf/1571620  opened by  Ron Frye

Building using Sleepycat db 4.5.20 is broken  (2006-10-05)
   http://python.org/sf/1571754  opened by  Robert Scheck

email module does not complay with RFC 2046: CRLF issue  (2006-10-05)
   http://python.org/sf/1571841  opened by  Andy Leszczynski

.eml attachments in email  (2006-10-06)
   http://python.org/sf/1572084  opened by  rainwolf8472

parser stack overflow  (2006-10-06)
   http://python.org/sf/1572320  opened by  jürgen urner

csv dialect = 'excel-tab' to use excel_tab  (2006-10-06)
   http://python.org/sf/1572471  opened by  Dan Goldner

Bugs Closed
___

Test for uintptr_t seems to be incorrect  (2006-10-01)
   http://python.org/sf/1568842  closed by  loewis

http redirect does not pass 'post' data  (2006-10-01)
   http://python.org/sf/1568897  closed by  loewis

Spurious Tabnanny error  (2006-09-21)
   http://python.org/sf/1562716  closed by  kbk

Spurious Tab/space error  (2006-09-21)
   http://python.org/sf/1562719  closed by  kbk

plistlib should be moved out of plat-mac  (2003-07-29)
 

Weekly Python Patch/Bug Summary

2006-09-30 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  422 open ( +2) /  3415 closed ( +5) /  3837 total ( +7)
Bugs:  933 open (+18) /  6212 closed (+26) /  7145 total (+44)
RFE :  237 open ( +2) /   239 closed ( +1) /   476 total ( +3)

New / Reopened Patches
__

platform.py support for IronPython  (2006-09-23)
   http://python.org/sf/1563842  opened by  Anthony Baxter

pybench support for IronPython  (2006-09-23)
   http://python.org/sf/1563844  opened by  Anthony Baxter

Py_signal_pipe  (2006-09-24)
   http://python.org/sf/1564547  opened by  Gustavo J. A. M. Carneiro

tarfile depends on undocumented behaviour  (2006-09-25)
   http://python.org/sf/1564981  opened by  Seo Sanghyeon

use LSB version information to detect a platform  (2006-09-25)
   http://python.org/sf/1565037  opened by  Matthias Klose

doc changes for SMTP_SSL  (2006-09-28)
   http://python.org/sf/1567274  opened by  Monty Taylor

super() and instancemethod() shouldn't accept keyword args  (2006-09-29)
CLOSED http://python.org/sf/1567691  opened by  ?iga Seilnacht

Patches Closed
__

Python 2.5 fails with -Wl,--as-needed in LDFLAGS  (2006-09-21)
   http://python.org/sf/1562825  closed by  masterdriverz

super() and instancemethod() shouldn't accept keyword args  (2006-09-29)
   http://python.org/sf/1567691  closed by  gbrandl

Enable SSL for smtplib  (2005-09-05)
   http://python.org/sf/1282340  closed by  gbrandl

pyclbr reports different module for Class and Function  (2006-09-18)
   http://python.org/sf/1560617  closed by  gbrandl

datetime's strftime limits strings to 127 chars  (2006-09-12)
   http://python.org/sf/1557390  closed by  gbrandl

New / Reopened Bugs
___

Quitter object masked  (2006-05-01)
   http://python.org/sf/1479785  reopened by  kbk

,msi fails for AMD Turion 64 mobile  (2006-09-21)
CLOSED http://python.org/sf/1563185  opened by  Andy Harrington

temporary file(s)  (2006-09-22)
CLOSED http://python.org/sf/1563236  opened by  Grzegorz Makarewicz

http//... test file  (2006-09-22)
CLOSED http://python.org/sf/1563238  opened by  Grzegorz Makarewicz

python_d python  (2006-09-22)
   http://python.org/sf/1563243  opened by  Grzegorz Makarewicz

IDLE doesn't load - apparently without firewall problems  (2006-09-22)
   http://python.org/sf/1563630  opened by  dani

struct.unpack doens't support buffer protocol objects  (2006-09-23)
   http://python.org/sf/1563759  reopened by  loewis

struct.unpack doens't support buffer protocol objects  (2006-09-23)
   http://python.org/sf/1563759  opened by  Adal Chiriliuc

Build of Python 2.5 on AIX 5.3 with GCC Fails  (2006-09-22)
   http://python.org/sf/1563807  opened by  Daniel Clark

Typo in whatsnew/pep-342.html  (2006-09-23)
CLOSED http://python.org/sf/1563963  opened by  Xavier Bassery

IDLE invokes completion even when running code  (2006-09-23)
   http://python.org/sf/1563981  opened by  Martin v. Löwis

2.6 changes stomp on  2.5 docs  (2006-09-23)
   http://python.org/sf/1564039  opened by  ggpauly

Fails to install on Fedora Core 5  (2006-09-20)
CLOSED http://python.org/sf/1562171  reopened by  mnsummerfield

BaseCookie does not support $Port  (2006-09-24)
   http://python.org/sf/1564508  opened by  Anders Aagaard

Unicode comparison change in 2.4 vs. 2.5  (2006-09-24)
CLOSED http://python.org/sf/1564763  opened by  Joe Wreschnig

update Lib/plat-linux2/IN.py  (2006-09-25)
   http://python.org/sf/1565071  opened by  Matthias Klose

Misbehaviour in zipfile  (2006-09-25)
CLOSED http://python.org/sf/1565087  opened by  Richard Philips

make plistlib.py available in every install  (2006-09-25)
   http://python.org/sf/1565129  opened by  Matthias Klose

os.stat() subsecond file mode time is incorrect on Windows  (2006-09-25)
   http://python.org/sf/1565150  opened by  Mike Glassford

Repair or Change installation error  (2006-09-26)
   http://python.org/sf/1565509  opened by  Greg Hazel

does not raise SystemError on too many nested blocks  (2006-09-26)
   http://python.org/sf/1565514  opened by  Greg Hazel

gc allowing tracebacks to eat up memory  (2006-09-26)
   http://python.org/sf/1565525  opened by  Greg Hazel

webbrowser on gnome runs wrong browser  (2006-09-26)
CLOSED http://python.org/sf/1565661  opened by  kangabroo

'all' documentation missing online  (2006-09-26)
   http://python.org/sf/1565797  opened by  Alan

sets missing from standard types list in ref  (2006-09-26)
   http://python.org/sf/1565919  opened by  Georg Brandl

pyexpat produces fals parsing results in CharacterDataHandle  (2006-09-26)
CLOSED http://python.org/sf/1565967  opened by  Michael Gebetsroither

RE (regular expression) matching stuck in loop  (2006-09-27)
   http://python.org/sf/1566086  opened by  Fabien Devaux

T_ULONG - double rounding in PyMember_GetOne()  (2006-09-27)
   http://python.org/sf/1566140  opened by  

Weekly Python Patch/Bug Summary ** REVISED **

2006-09-21 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  420 open ( +4) /  3410 closed ( +2) /  3830 total ( +6)
Bugs:  915 open (+17) /  6186 closed ( +6) /  7101 total (+23)
RFE :  235 open ( +1) /   238 closed ( +0) /   473 total ( +1)

New / Reopened Patches
__

Practical ctypes example  (2006-09-15)
   http://python.org/sf/1559219  opened by  leppton

test_popen fails on Windows if installed to Program Files  (2006-09-15)
   http://python.org/sf/1559298  opened by  Martin v. Löwis

test_cmd_line fails on Windows  (2006-09-15)
   http://python.org/sf/1559413  opened by  Martin v. Löwis

pyclbr reports different module for Class and Function  (2006-09-18)
   http://python.org/sf/1560617  opened by  Peter Otten

Exec stacks in python 2.5  (2006-09-18)
   http://python.org/sf/1560695  opened by  Chaza

Python 2.5 fails with -Wl,--as-needed in LDFLAGS  (2006-09-21)
   http://python.org/sf/1562825  opened by  Chaza

Patches Closed
__

test_grp.py doesn't skip special NIS entry, fails  (2006-06-22)
   http://python.org/sf/1510987  closed by  martineau

Add RLIMIT_SBSIZE to resource module  (2006-09-13)
   http://python.org/sf/1557515  closed by  loewis

New / Reopened Bugs
___

some section links (previous, up, next) missing last word  (2006-09-15)
   http://python.org/sf/1559142  opened by  Tim Smith

time.strptime() access non exitant attribute in calendar.py  (2006-09-15)
CLOSED http://python.org/sf/1559515  opened by  betatim

shutil.copyfile incomplete on NTFS  (2006-09-16)
   http://python.org/sf/1559684  opened by  Roger Upole

gcc trunk (4.2) exposes a signed integer overflows  (2006-08-24)
   http://python.org/sf/1545668  reopened by  arigo

2.5c2 pythonw does not execute  (2006-09-16)
CLOSED http://python.org/sf/1559747  opened by  Ron Platten

list.sort does nothing when both cmp and key are given  (2006-09-16)
CLOSED http://python.org/sf/1559818  opened by  Marcin 'Qrczak' Kowalczyk

confusing error msg from random.randint  (2006-09-17)
   http://python.org/sf/1560032  opened by  paul rubin

Tutorial: incorrect info about package importing and mac  (2006-09-17)
   http://python.org/sf/1560114  opened by  C L

Better/faster implementation of os.path.split  (2006-09-17)
CLOSED http://python.org/sf/1560161  opened by  Michael Gebetsroither

Better/faster implementation of os.path.basename/dirname  (2006-09-17)
   http://python.org/sf/1560179  reopened by  gbrandl

Better/faster implementation of os.path.basename/dirname  (2006-09-17)
   http://python.org/sf/1560179  opened by  Michael Gebetsroither

copy() method of dictionaries is not deep  (2006-09-17)
   http://python.org/sf/1560327  reopened by  gbrandl

copy() method of dictionaries is not deep  (2006-09-17)
   http://python.org/sf/1560327  opened by  daniel hahler

strftime('%z') behaving differently with/without time arg.  (2006-09-18)
   http://python.org/sf/1560794  opened by  Knut Aksel Røysland

python 2.5 fails to build with --as-needed  (2006-09-18)
   http://python.org/sf/1560984  opened by  Chaza

mac installer profile patch vs. .bash_login  (2006-09-19)
   http://python.org/sf/1561243  opened by  Ronald Oussoren

-xcode=pic32 option is not supported on Solaris x86 Sun C  (2006-09-19)
   http://python.org/sf/1561333  opened by  James Lick

Dedent with Italian keyboard  (2006-09-20)
   http://python.org/sf/1562092  opened by  neclepsio

Fails to install on Fedora Core 5  (2006-09-20)
   http://python.org/sf/1562171  opened by  Mark Summerfield

IDLE Hung up after open script by command line...  (2006-09-20)
   http://python.org/sf/1562193  opened by  Faramir^

uninitialized memory read in parsetok()  (2006-09-20)
   http://python.org/sf/1562308  opened by  Luke Moore

asyncore.dispatcher.set_reuse_addr not documented.  (2006-09-20)
   http://python.org/sf/1562583  opened by  Noah Spurrier

Spurious tab/space warning  (2006-09-21)
   http://python.org/sf/1562716  opened by  torhu

Spurious Tab/space error  (2006-09-21)
   http://python.org/sf/1562719  opened by  torhu

decimal module borks thread  (2006-09-21)
   http://python.org/sf/1562822  opened by  Jaster

MacPython ignores user-installed Tcl/Tk  (2006-09-21)
   http://python.org/sf/1563046  opened by  Russell Owen

code.InteractiveConsole() and closed sys.stdout  (2006-09-21)
   http://python.org/sf/1563079  opened by  Skip Montanaro

Bugs Closed
___

2.5c2 macosx installer aborts during GUI Applications  (2006-09-15)
   http://python.org/sf/1558983  closed by  ronaldoussoren

time.strptime() access non existant attribute in calendar.py  (2006-09-15)
   http://python.org/sf/1559515  closed by  bcannon

2.5c2 pythonw does not execute  (2006-09-16)
   http://python.org/sf/1559747  closed by  loewis

list.sort does nothing when both cmp and key are given  (2006-09-16)
   

Weekly Python Patch/Bug Summary

2006-09-20 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  419 open ( +3) /  3410 closed ( +2) /  3829 total ( +5)
Bugs:  910 open (+12) /  6185 closed ( +5) /  7095 total (+17)
RFE :  235 open ( +1) /   238 closed ( +0) /   473 total ( +1)

New / Reopened Patches
__

Practical ctypes example  (2006-09-15)
   http://python.org/sf/1559219  opened by  leppton

pyclbr reports different module for Class and Function  (2006-09-18)
   http://python.org/sf/1560617  opened by  Peter Otten

Exec stacks in python 2.5  (2006-09-18)
   http://python.org/sf/1560695  opened by  Chaza

Patches Closed
__

test_grp.py doesn't skip special NIS entry, fails  (2006-06-22)
   http://python.org/sf/1510987  closed by  martineau

New / Reopened Bugs
___

some section links (previous, up, next) missing last word  (2006-09-15)
   http://python.org/sf/1559142  opened by  Tim Smith

time.strptime() access non exitant attribute in calendar.py  (2006-09-15)
CLOSED http://python.org/sf/1559515  opened by  betatim

shutil.copyfile incomplete on NTFS  (2006-09-16)
   http://python.org/sf/1559684  opened by  Roger Upole

gcc trunk (4.2) exposes a signed integer overflows  (2006-08-24)
   http://python.org/sf/1545668  reopened by  arigo

2.5c2 pythonw does not execute  (2006-09-16)
   http://python.org/sf/1559747  opened by  Ron Platten

list.sort does nothing when both cmp and key are given  (2006-09-16)
CLOSED http://python.org/sf/1559818  opened by  Marcin 'Qrczak' Kowalczyk

confusing error msg from random.randint  (2006-09-17)
   http://python.org/sf/1560032  opened by  paul rubin

Tutorial: incorrect info about package importing and mac  (2006-09-17)
   http://python.org/sf/1560114  opened by  C L

Better/faster implementation of os.path.split  (2006-09-17)
CLOSED http://python.org/sf/1560161  opened by  Michael Gebetsroither

Better/faster implementation of os.path.basename/dirname  (2006-09-17)
   http://python.org/sf/1560179  reopened by  gbrandl

Better/faster implementation of os.path.basename/dirname  (2006-09-17)
   http://python.org/sf/1560179  opened by  Michael Gebetsroither

copy() method of dictionaries is not deep  (2006-09-17)
   http://python.org/sf/1560327  reopened by  gbrandl

copy() method of dictionaries is not deep  (2006-09-17)
   http://python.org/sf/1560327  opened by  daniel hahler

python 2.5 fails to build with --as-needed  (2006-09-18)
   http://python.org/sf/1560984  opened by  Chaza

mac installer profile patch vs. .bash_login  (2006-09-19)
   http://python.org/sf/1561243  opened by  Ronald Oussoren

-xcode=pic32 option is not supported on Solaris x86 Sun C  (2006-09-19)
   http://python.org/sf/1561333  opened by  James Lick

Dedent with Italian keyboard  (2006-09-20)
   http://python.org/sf/1562092  opened by  neclepsio

Fails to install on Fedora Core 5  (2006-09-20)
   http://python.org/sf/1562171  opened by  Mark Summerfield

IDLE Hung up after open script by command line...  (2006-09-20)
   http://python.org/sf/1562193  opened by  Faramir^

uninitialized memory read in parsetok()  (2006-09-20)
   http://python.org/sf/1562308  opened by  Luke Moore

Bugs Closed
___

2.5c2 macosx installer aborts during GUI Applications  (2006-09-15)
   http://python.org/sf/1558983  closed by  ronaldoussoren

time.strptime() access non existant attribute in calendar.py  (2006-09-15)
   http://python.org/sf/1559515  closed by  bcannon

list.sort does nothing when both cmp and key are given  (2006-09-16)
   http://python.org/sf/1559818  closed by  qrczak

Better/faster implementation of os.path.split  (2006-09-17)
   http://python.org/sf/1560161  deleted by  einsteinmg

Better/faster implementation of os.path.basename/dirname  (2006-09-17)
   http://python.org/sf/1560179  deleted by  einsteinmg

copy() method of dictionaries is not deep  (2006-09-17)
   http://python.org/sf/1560327  closed by  gbrandl

New / Reopened RFE
__

Exception need structured information associated with them  (2006-09-15)
   http://python.org/sf/1559549  opened by  Ned Batchelder

String searching performance improvement  (2006-09-19)
CLOSED http://python.org/sf/1561634  opened by  Nick Welch

RFE Closed
__

String searching performance improvement  (2006-09-19)
   http://python.org/sf/1561634  deleted by  mackstann

-- 
http://mail.python.org/mailman/listinfo/python-list


Weekly Python Patch/Bug Summary

2006-09-14 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  416 open ( +3) /  3408 closed ( +1) /  3824 total ( +4)
Bugs:  898 open ( +1) /  6180 closed (+13) /  7078 total (+14)
RFE :  234 open ( +0) /   238 closed ( +0) /   472 total ( +0)

New / Reopened Patches
__

email parser incorrectly breaks headers with a CRLF at 8192  (2006-09-10)
   http://python.org/sf/170  opened by  Tony Meyer

datetime's strftime limits strings to 127 chars  (2006-09-12)
   http://python.org/sf/1557390  opened by  Eric V. Smith

Add RLIMIT_SBSIZE to resource module  (2006-09-12)
   http://python.org/sf/1557515  opened by  Eric Huss

missing imports ctypes in documentation examples  (2006-09-13)
   http://python.org/sf/1557890  opened by  Daniele Varrazzo

Patches Closed
__

UserDict New Style  (2006-09-08)
   http://python.org/sf/1555097  closed by  rhettinger

New / Reopened Bugs
___

Bug in the match function  (2006-09-09)
CLOSED http://python.org/sf/1555496  opened by  wojtekwu

Please include pliblist for all plattforms  (2006-09-09)
   http://python.org/sf/101  opened by  Guido Guenther

sgmllib should allow angle brackets in quoted values  (2006-06-11)
   http://python.org/sf/1504333  reopened by  nnorwitz

Move fpectl elsewhere in library reference  (2006-09-11)
   http://python.org/sf/1556261  opened by  Michael Hoffman

datetime's strftime limits strings to 127 chars  (2006-09-11)
   http://python.org/sf/1556784  opened by  Eric V. Smith

datetime's strftime limits strings to 127 chars  (2006-09-12)
CLOSED http://python.org/sf/1557037  opened by  Eric V. Smith

typo in encoding name in email package  (2006-09-12)
   http://python.org/sf/1556895  opened by  Guillaume Rousse

2.5c1 Core dump during 64-bit make on Solaris 9 Sparc  (2006-09-12)
   http://python.org/sf/1557490  opened by  Tony Bigbee

xlc 6 does not like bufferobject.c line22  (2006-09-13)
   http://python.org/sf/1557983  opened by  prueba uno

apache2 - mod_python - python2.4 core dump  (2006-09-14)
CLOSED http://python.org/sf/1558223  opened by  ThurnerRupert

Tru64 make install failure  (2006-09-14)
   http://python.org/sf/1558802  opened by  Ralf W. Grosse-Kunstleve

2.5c2 macosx installer aborts during GUI Applications  (2006-09-14)
   http://python.org/sf/1558983  opened by  Evan

Bugs Closed
___

datetime.datetime.now() mangles tzinfo  (2006-09-06)
   http://python.org/sf/1553577  closed by  nnorwitz

__unicode__ breaks for exception class objects  (2006-09-03)
   http://python.org/sf/1551432  closed by  bcannon

Bug in the match function  (2006-09-09)
   http://python.org/sf/1555496  closed by  tim_one

Recently introduced sgmllib regexp bug hangs Python  (2006-08-16)
   http://python.org/sf/1541697  closed by  nnorwitz

logging.handlers.RotatingFileHandler - inconsistent mode  (2006-09-06)
   http://python.org/sf/1553496  closed by  vsajip

datetime's strftime limits strings to 127 chars  (2006-09-12)
   http://python.org/sf/1557037  closed by  ericvsmith

apache2 - mod_python - python2.4 core dump  (2006-09-13)
   http://python.org/sf/1558223  closed by  nnorwitz

-- 
http://mail.python.org/mailman/listinfo/python-list


Weekly Python Patch/Bug Summary

2006-09-08 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  413 open ( +1) /  3407 closed (+10) /  3820 total (+11)
Bugs:  897 open ( -3) /  6167 closed (+18) /  7064 total (+15)
RFE :  234 open ( +1) /   238 closed ( +2) /   472 total ( +3)

New / Reopened Patches
__

Fix decimal context management for 2.5  (2006-09-02)
CLOSED http://python.org/sf/1550886  opened by  Nick Coghlan

Fix for rpartition() end-case  (2006-09-03)
CLOSED http://python.org/sf/1551339  opened by  Raymond Hettinger

Updated spec file for 2.5 release.  (2006-09-03)
CLOSED http://python.org/sf/1551340  opened by  Sean Reifschneider

unparse.py decorator support  (2006-09-04)
   http://python.org/sf/1552024  opened by  Adal Chiriliuc

eval docstring typo  (2006-09-04)
CLOSED http://python.org/sf/1552093  opened by  Ori Avtalion

Fix error checks and leaks in setobject.c  (2006-09-05)
CLOSED http://python.org/sf/1552731  reopened by  gbrandl

Fix error checks and leaks in setobject.c  (2006-09-05)
CLOSED http://python.org/sf/1552731  opened by  Raymond Hettinger

Unicode Imports  (2006-09-05)
   http://python.org/sf/1552880  opened by  Kristján Valur

Fix inspect.py 2.5 slowdown  (2006-09-06)
CLOSED http://python.org/sf/1553314  opened by  Nick Coghlan

locale.getdefaultlocale() bug when _locale is missing  (2006-09-06)
   http://python.org/sf/1553427  opened by  STINNER Victor

UserDict New Style  (2006-09-09)
   http://python.org/sf/1555097  opened by  Indy

Performance enhancements.  (2006-09-09)
   http://python.org/sf/1555098  opened by  Indy

Patches Closed
__

Fix decimal context management for 2.5  (2006-09-02)
   http://python.org/sf/1550886  closed by  ncoghlan

Fix for rpartition() end-case  (2006-09-02)
   http://python.org/sf/1551339  closed by  nnorwitz

Updated spec file for 2.5 release.  (2006-09-02)
   http://python.org/sf/1551340  closed by  nnorwitz

eval docstring typo  (2006-09-04)
   http://python.org/sf/1552093  closed by  nnorwitz

crash in dict_equal  (2006-08-24)
   http://python.org/sf/1546288  closed by  nnorwitz

Patches for OpenBSD 4.0  (2006-08-15)
   http://python.org/sf/1540470  closed by  nnorwitz

Fix error checks and leaks in setobject.c  (2006-09-05)
   http://python.org/sf/1552731  closed by  rhettinger

Fix error checks and leaks in setobject.c  (2006-09-05)
   http://python.org/sf/1552731  closed by  gbrandl

make exec a function  (2006-09-01)
   http://python.org/sf/1550800  closed by  gbrandl

Ellipsis literal ...  (2006-09-01)
   http://python.org/sf/1550786  closed by  gbrandl

Fix inspect.py 2.5 slowdown  (2006-09-06)
   http://python.org/sf/1553314  closed by  ncoghlan

New / Reopened Bugs
___

from . import bug  (2006-09-02)
CLOSED http://python.org/sf/1550938  opened by  ganges master

random.choice(setinstance) fails  (2006-09-02)
CLOSED http://python.org/sf/1551113  opened by  Alan

Build of 2.4.3 on fedora core 5 fails to find asm/msr.h  (2006-09-02)
   http://python.org/sf/1551238  opened by  George R. Goffe

tiny bug in win32_urandom  (2006-09-03)
CLOSED http://python.org/sf/1551427  opened by  Rocco Matano

__unicode__ breaks for exception class objects  (2006-09-03)
   http://python.org/sf/1551432  opened by  Marcin 'Qrczak' Kowalczyk

Wrong link to unicode database  (2006-09-03)
CLOSED http://python.org/sf/1551669  opened by  Yevgen Muntyan

unpack list of singleton tuples not unpacking  (2006-07-11)
CLOSED http://python.org/sf/1520864  reopened by  gbrandl

UnixCCompiler runtime_library_dir uses -R instead of -Wl,-R  (2006-09-04)
CLOSED http://python.org/sf/1552304  opened by  TFKyle

PEP 290 - normal docu...  (2006-09-05)
CLOSED http://python.org/sf/1552618  opened by  Jens Diemer

Python polls unecessarily every 0.1 when interactive  (2006-09-05)
   http://python.org/sf/1552726  opened by  Richard Boulton

Python polls unnecessarily every 0.1 second when interactive  (2006-09-05)
   http://python.org/sf/1552726  reopened by  akuchling

subprocess.Popen(cmd, stdout=sys.stdout) fails  (2006-07-31)
CLOSED http://python.org/sf/1531862  reopened by  nnorwitz

ConfigParser converts option names to lower case on set()  (2006-09-05)
CLOSED http://python.org/sf/1552892  opened by  daniel

Pythonw doesn't get rebuilt if version number changes  (2006-09-05)
   http://python.org/sf/1552935  opened by  Jack Jansen

python 2.5 install can't find tcl/tk in /usr/lib64  (2006-09-06)
   http://python.org/sf/1553166  opened by  David Strozzi

logging.handlers.RotatingFileHandler - inconsistent mode  (2006-09-06)
   http://python.org/sf/1553496  opened by  Walker Hale

datetime.datetime.now() mangles tzinfo  (2006-09-06)
   http://python.org/sf/1553577  opened by  Skip Montanaro

Class instance apparently not destructed when expected  (2006-09-06)
   http://python.org/sf/1553819  opened by  Peter Donis

PyOS_InputHook() and related API funcs. not 

Weekly Python Patch/Bug Summary

2006-09-01 Thread Kurt B. Kaiser
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

-- 
http://mail.python.org/mailman/listinfo/python-list


Weekly Python Patch/Bug Summary

2006-08-27 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  407 open ( +3) /  3393 closed (+17) /  3800 total (+20)
Bugs:  888 open (+28) /  6145 closed (+14) /  7033 total (+42)
RFE :  232 open ( +3) /   236 closed ( +1) /   468 total ( +4)

New / Reopened Patches
__

most missing from Windows distribution  (2006-08-16)
CLOSED http://python.org/sf/1541412  opened by  Jim Jewett

buffer overrun in repr() for unicode strings  (2006-08-16)
CLOSED http://python.org/sf/1541585  opened by  Simon Law

work around clocks with low resolution (uuid.py)  (2006-08-17)
   http://python.org/sf/1541863  opened by  Hirokazu Yamamoto

patch in bug 1542016  (2006-08-17)
CLOSED http://python.org/sf/1542019  opened by  Santiago Gala

fix crash with continue in nested try/finally  (2006-08-18)
   http://python.org/sf/1542451  opened by  Neal Norwitz

Improve dynamic linking support on AIX  (2006-08-18)
   http://python.org/sf/1542544  opened by  Göran Uddeborg

Tweak pydoc to speak about with and CONTEXTMANAGERS  (2006-08-18)
   http://python.org/sf/1542681  opened by  Santiago Gala

Fix the vc8 solution files  (2006-08-18)
   http://python.org/sf/1542946  opened by  baus

urllib2 regression  (2006-08-19)
CLOSED http://python.org/sf/1542948  opened by  John J Lee

tarfile.py: fix for bug 1543303  (2006-08-21)
CLOSED http://python.org/sf/1543897  opened by  Lars Gustäbel

Socket module is not thread-safe  (2006-08-21)
   http://python.org/sf/1544279  opened by  Maxim Sobolev

Implementation of PEP 362  (2006-08-22)
   http://python.org/sf/1544909  opened by  Brett Cannon

Fixes SocketServer Bug 1531963  (2006-08-23)
   http://python.org/sf/1545011  opened by  Damon Kohler

new splicetee module  (2006-08-23)
   http://python.org/sf/1545262  opened by  Omar AitMous

new directio module  (2006-08-23)
   http://python.org/sf/1545275  opened by  Omar AitMous

xrange that supports longs, etc  (2006-08-24)
   http://python.org/sf/1546078  opened by  Neal Norwitz

crash in dict_equal  (2006-08-24)
   http://python.org/sf/1546288  opened by  Guido van Rossum

Create a real zip iterator object; not using itertools.izip  (2006-08-24)
CLOSED http://python.org/sf/1546297  opened by  Brian Holmes

broken error reporting when filename specified by -s missing  (2006-08-25)
   http://python.org/sf/1546372  opened by  lplatypus

Patches Closed
__

most missing from Windows distribution  (2006-08-16)
   http://python.org/sf/1541412  closed by  jimjjewett

buffer overrun in repr() for unicode strings  (2006-08-16)
   http://python.org/sf/1541585  closed by  gbrandl

broken shortcut keys  (2006-08-15)
   http://python.org/sf/1540874  closed by  kbk

patch in bug 1542016  (2006-08-17)
   http://python.org/sf/1542019  closed by  gbrandl

urllib2 regression  (2006-08-19)
   http://python.org/sf/1542948  closed by  gbrandl

Backports from trunk to release24-maint  (2006-08-15)
   http://python.org/sf/1540329  closed by  gbrandl

tarfile.py: fix for bug 1543303  (2006-08-21)
   http://python.org/sf/1543897  closed by  nnorwitz

Add some explication to PEP 3100  (2006-07-13)
   http://python.org/sf/1522038  closed by  bcannon

Create a real zip iterator object; not using itertools.izip  (2006-08-24)
   http://python.org/sf/1546297  closed by  gvanrossum

Add readinto method to StringIO and cStringIO  (2006-08-12)
   http://python.org/sf/1539381  closed by  bcannon

Remove the repr()-backticks  (2006-06-04)
   http://python.org/sf/1500623  closed by  bcannon

Move reduce() to functools  (2006-06-28)
   http://python.org/sf/1513870  closed by  gvanrossum

New / Reopened Bugs
___

infinite __str__ recursion in thread causes seg fault  (2003-07-31)
   http://python.org/sf/780714  reopened by  gbrandl

tools and demo missing from windows  (2006-08-16)
   http://python.org/sf/1541420  opened by  Jim Jewett

bug in python 2.4.3 for windows?  (2006-08-16)
CLOSED http://python.org/sf/1541566  opened by  tinkiwinky

Compiler command percent-sign causes format string error  (2006-08-16)
CLOSED http://python.org/sf/1541642  opened by  Matthew Cowles

bsddb can't use unicode filenames  (2006-08-17)
   http://python.org/sf/1541671  opened by  Zooko O'Whielacronx

Incorrect example calls to PyObject_SetItem  (2006-08-17)
CLOSED http://python.org/sf/1541682  opened by  John Machin

Recently introduced sgmllib regexp bug hangs Python  (2006-08-17)
   http://python.org/sf/1541697  opened by  John J Lee

Exceptions don't call _PyObject_GC_UNTRACK(self)  (2006-08-17)
   http://python.org/sf/1542051  opened by  Žiga Seilnacht

global variable: multiple id()-addresses   (2006-08-17)
CLOSED http://python.org/sf/1542166  opened by  Frank R. Schaefer

Nested finally in generators don't follow PEP 342  (2006-08-17)
   http://python.org/sf/1542308  opened by  Bob Ippolito

httplib reads one byte per system 

Re: Weekly Python Patch/Bug Summary

2006-08-27 Thread Fredrik Lundh
Kurt B. Kaiser wrote:

 Patch / Bug Summary
 ___
 
 Patches :  407 open ( +3) /  3393 closed (+17) /  3800 total (+20)
 Bugs:  888 open (+28) /  6145 closed (+14) /  7033 total (+42)
 RFE :  232 open ( +3) /   236 closed ( +1) /   468 total ( +4)

could this script perhaps be modified to filter out Python 3000 stuff, 
at least for the edition sent to python-dev ?

/F

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Weekly Python Patch/Bug Summary

2006-08-27 Thread Georg Brandl
Fredrik Lundh wrote:
 Kurt B. Kaiser wrote:
 
 Patch / Bug Summary
 ___
 
 Patches :  407 open ( +3) /  3393 closed (+17) /  3800 total (+20)
 Bugs:  888 open (+28) /  6145 closed (+14) /  7033 total (+42)
 RFE :  232 open ( +3) /   236 closed ( +1) /   468 total ( +4)
 
 could this script perhaps be modified to filter out Python 3000 stuff, 
 at least for the edition sent to python-dev ?

Good idea, but I'd wait until we have the new tracker running.

Georg

-- 
http://mail.python.org/mailman/listinfo/python-list


Weekly Python Patch/Bug Summary

2006-08-16 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  404 open ( +2) /  3376 closed (+16) /  3780 total (+18)
Bugs:  860 open ( -1) /  6131 closed (+17) /  6991 total (+16)
RFE :  229 open ( +1) /   235 closed ( +1) /   464 total ( +2)

New / Reopened Patches
__

option to leave tempfile.NamedTemporaryFile around on close  (2006-08-10)
   http://python.org/sf/1537850  opened by  djmdjm

Patch to fix __index__() clipping  (2006-08-11)
CLOSED http://python.org/sf/1538606  opened by  Travis Oliphant

Patch cElementTree to export CurrentLineNumber  (2006-08-11)
   http://python.org/sf/1538691  opened by  Robin Bryce

Replace unicode.__eq__ exceptions with a warning  (2006-08-11)
CLOSED http://python.org/sf/1538956  opened by  M.-A. Lemburg

Add readinto method to StringIO and cStringIO  (2006-08-12)
   http://python.org/sf/1539381  opened by  Alexander Belopolsky

Backports from trunk to release24-maint  (2006-08-15)
   http://python.org/sf/1540329  opened by  flub

tarfile __slots__ addition  (2006-08-14)
   http://python.org/sf/1540385  opened by  Brian Harring

Patches for OpenBSD 4.0  (2006-08-15)
   http://python.org/sf/1540470  opened by  djmdjm

Use Py_ssize_t for rangeobject members  (2006-08-15)
   http://python.org/sf/1540617  opened by  Alexander Belopolsky

except too broad  (2006-08-15)
   http://python.org/sf/1540849  opened by  Jim Jewett

with is now a blockopener  (2006-08-15)
CLOSED http://python.org/sf/1540851  opened by  Jim Jewett

IOBinding overly broad except (2nd try)  (2006-08-15)
CLOSED http://python.org/sf/1540856  opened by  Jim Jewett

except too broad  (2006-08-15)
CLOSED http://python.org/sf/1540857  opened by  Jim Jewett

IOBinding broad except - try 3  (2006-08-15)
CLOSED http://python.org/sf/1540859  opened by  Jim Jewett

CodeContext visibility   (2006-08-15)
   http://python.org/sf/1540869  opened by  Jim Jewett

broken shortcut keys  (2006-08-15)
   http://python.org/sf/1540874  opened by  Jim Jewett

make IDLE honor the quit() builtin  (2006-08-15)
CLOSED http://python.org/sf/1540892  opened by  Jim Jewett

Patches Closed
__

Add notes on locale module changes to whatsnew25.tex  (2006-08-03)
   http://python.org/sf/1534027  closed by  akuchling

Build ctypes on OpenBSD x86_64  (2006-08-08)
   http://python.org/sf/1536908  closed by  theller

Fix __index__() clipping really big numbers  (2006-07-29)
   http://python.org/sf/1530738  closed by  ncoghlan

PyShell.recall - fix indentation logic  (2006-07-25)
   http://python.org/sf/1528468  closed by  kbk

Patch to fix __index__() clipping  (2006-08-11)
   http://python.org/sf/1538606  closed by  nnorwitz

Replace unicode.__eq__ exceptions with a warning  (2006-08-11)
   http://python.org/sf/1538956  closed by  lemburg

Replace the ctypes internal '_as_parameter_' mechanism  (2006-08-02)
   http://python.org/sf/1532975  closed by  theller

writelines() in bz2 module does not raise check for errors  (2006-08-06)
   http://python.org/sf/1535500  closed by  gbrandl

trace.py on win32 has problems with lowercase drive names  (2006-08-07)
   http://python.org/sf/1536071  closed by  gbrandl

Give Cookie.py its own _idmap  (2006-07-13)
   http://python.org/sf/1521882  closed by  gbrandl

socket.gethostbyaddr fix for machines with incomplete DNS  (2006-06-23)
   http://python.org/sf/1511317  closed by  gbrandl

with is now a blockopener  (2006-08-15)
   http://python.org/sf/1540851  closed by  kbk

IOBinding overly broad except (2nd try)  (2006-08-15)
   http://python.org/sf/1540856  closed by  jimjjewett

except too broad  (2006-08-15)
   http://python.org/sf/1540857  closed by  jimjjewett

IOBinding broad except - try 3  (2006-08-15)
   http://python.org/sf/1540859  closed by  jimjjewett

make IDLE honor the quit() builtin  (2006-08-15)
   http://python.org/sf/1540892  closed by  kbk

New / Reopened Bugs
___

2nd issue with need for speed patch  (2006-08-09)
   http://python.org/sf/1537167  opened by  Robin Bryce

Missing platform information in subprocess documentation  (2006-08-09)
CLOSED http://python.org/sf/1537195  opened by  Aaron Bingham

urllib2 httplib _read_chunked timeout  (2006-08-09)
   http://python.org/sf/1537445  opened by  devloop

Installation on Windows Longhorn  (2006-08-10)
   http://python.org/sf/1537601  opened by  O.R.Senthil Kumaran

import on cElementTree on Windows  (2006-08-09)
   http://python.org/sf/1537685  reopened by  thomasbhickey

import on cElementTree on Windows  (2006-08-09)
   http://python.org/sf/1537685  opened by  Thomas B Hickey

indent changes when copying command  (2006-08-10)
CLOSED http://python.org/sf/1538445  opened by  mjd__

PyThreadState_SetAsyncExc bug  (2006-08-11)
   http://python.org/sf/1538556  opened by  ganges master

pyo's are not overwritten by different optimization levels  (2006-08-11)
   

Weekly Python Patch/Bug Summary

2006-08-08 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  402 open ( +6) /  3360 closed ( +6) /  3762 total (+12)
Bugs:  861 open ( -3) /  6114 closed (+27) /  6975 total (+24)
RFE :  228 open ( +2) /   234 closed ( +0) /   462 total ( +2)

New / Reopened Patches
__

Replace the ctypes internal '_as_parameter_' mechanism  (2006-08-02)
   http://python.org/sf/1532975  opened by  Thomas Heller

Remove mentions of PyUnit from unittest docs  (2006-08-02)
CLOSED http://python.org/sf/156  opened by  Collin Winter

Allow thread(ing) tests to pass without setting stack size  (2006-08-02)
   http://python.org/sf/1533520  opened by  Matt Fleming

Let timeit accept functions  (2006-08-03)
   http://python.org/sf/1533909  opened by  Erik Demaine

Add notes on locale module changes to whatsnew25.tex  (2006-08-03)
   http://python.org/sf/1534027  opened by  Iain Lowe

Typo in weakref error message  (2006-08-03)
CLOSED http://python.org/sf/1534048  opened by  Christopher Tur Lesniewski-Laas

Fix code generation bug in 'compiler' package  (2006-08-03)
CLOSED http://python.org/sf/1534084  opened by  Neil Schemenauer

Cleanup/error-correction for unittest's docs  (2006-08-05)
CLOSED http://python.org/sf/1534922  opened by  Collin Winter

writelines() in bz2 module does not raise check for errors  (2006-08-06)
   http://python.org/sf/1535500  opened by  Lawrence Oluyede

CGIHTTPServer doesn't handle path names with embeded space  (2006-08-06)
   http://python.org/sf/1535504  opened by  Hartmut Goebel

NNTPS support in nntplib  (2006-08-06)
   http://python.org/sf/1535659  opened by  Aurojit Panda

trace.py on win32 has problems with lowercase drive names  (2006-08-07)
   http://python.org/sf/1536071  opened by  Adam Groszer

Build ctypes on OpenBSD x86_64  (2006-08-08)
   http://python.org/sf/1536908  opened by  Thomas Heller

Patches Closed
__

New ver. of 1102879: Fix for 926423: socket timeouts  (2006-07-07)
   http://python.org/sf/1519025  closed by  nnorwitz

Remove mentions of PyUnit from unittest docs  (2006-08-02)
   http://python.org/sf/156  deleted by  collinwinter

Typo in weakref error message  (2006-08-03)
   http://python.org/sf/1534048  closed by  fdrake

Fix code generation bug in 'compiler' package  (2006-08-03)
   http://python.org/sf/1534084  closed by  nascheme

Cleanup/error-correction for unittest's docs  (2006-08-05)
   http://python.org/sf/1534922  closed by  gbrandl

New / Reopened Bugs
___

NetBSD build with --with-pydebug causes SIGSEGV  (2006-08-02)
   http://python.org/sf/1533105  opened by  Matt Fleming

the csv module writes files that Excel sees as SYLK files  (2006-08-01)
CLOSED http://python.org/sf/1532483  reopened by  madewokherd

Installed but not listed *.pyo break bdist_rpm  (2006-08-02)
   http://python.org/sf/1533164  opened by  Shmyrev Nick

CTypes _as_parameter_ not working as documented  (2006-08-02)
   http://python.org/sf/1533481  opened by  Shane Holloway

long - Py_ssize_t (C/API 1.2.1)  (2006-08-02)
   http://python.org/sf/1533486  opened by  Jim Jewett

C/API sec 10 is clipped  (2006-08-02)
   http://python.org/sf/1533491  opened by  Jim Jewett

Tools/modulator does not exist (ext 1.4)  (2006-08-02)
   http://python.org/sf/1533493  opened by  Jim Jewett

botched html for index subheadings  (2004-05-26)
CLOSED http://python.org/sf/960860  reopened by  jimjjewett

__name__ doesn't show up in dir() of class  (2006-08-03)
   http://python.org/sf/1534014  opened by  Tim Chase

getlines() in linecache.py raises TypeError  (2006-08-04)
CLOSED http://python.org/sf/1534517  opened by  Stefan Behnel

Python 2.5 svn crash in _elementtree.c  (2006-08-04)
   http://python.org/sf/1534630  opened by  Barry A. Warsaw

Win32 debug version of _msi creates _msi.pyd, not _msi_d.pyd  (2006-08-04)
   http://python.org/sf/1534738  opened by  John Ehresman

sys.path gets munged with certain directory structures  (2006-08-04)
   http://python.org/sf/1534764  opened by  Gustavo Tabares

logging's fileConfig causes KeyError on shutdown  (2006-08-04)
   http://python.org/sf/1534765  opened by  mdbeachy

Identical floats print inconsistently  (2006-08-04)
CLOSED http://python.org/sf/1534769  opened by  Marc W. Abel

termios.c in qnx4.25  (2005-09-19)
   http://python.org/sf/1295179  reopened by  gbrandl

can't staticaly build modules md5 and sha  (2006-08-06)
CLOSED http://python.org/sf/1535081  opened by  kbob_ru

python segfaults when reading from closed stdin  (2006-08-05)
CLOSED http://python.org/sf/1535165  opened by  Patrick Mezard

typo in test_bz2.py  (2006-08-06)
CLOSED http://python.org/sf/1535182  opened by  Lawrence Oluyede

Python 2.5 windows builds should link hashlib with OpenSSL  (2006-08-06)
   http://python.org/sf/1535502  opened by  Gregory P. Smith

hash(method) sometimes raises OverflowError  (2006-08-07)
   

Weekly Python Patch/Bug Summary

2006-08-01 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  396 open ( -5) /  3354 closed (+12) /  3750 total ( +7)
Bugs:  864 open (-32) /  6087 closed (+52) /  6951 total (+20)
RFE :  226 open ( +2) /   234 closed ( +1) /   460 total ( +3)

New / Reopened Patches
__

Move firewall warning to about menu  (2006-07-26)
   http://python.org/sf/1529018  opened by  Tal Einat

Allowing multiple instances of IDLE with sub-processes  (2006-07-26)
   http://python.org/sf/1529142  opened by  Tal Einat

Squeezer - squeeze large output in the interpreter  (2006-07-27)
   http://python.org/sf/1529353  opened by  Tal Einat

More openbsd targets for ctypes  (2006-07-27)
CLOSED http://python.org/sf/1529514  opened by  Thomas Heller

test_defaultdict not integrated into test sute  (2006-07-27)
CLOSED http://python.org/sf/1529686  opened by  Žiga Seilnacht

misleading info about tarfile.py's r|* mode  (2006-07-27)
CLOSED http://python.org/sf/1529811  opened by  Lars Gustäbel

pydoc render_doc  (2006-07-28)
   http://python.org/sf/1530482  opened by  ganges master

test_email_codecs not integrated into test sute  (2006-07-27)
CLOSED http://python.org/sf/1529686  reopened by  zseil

Fix __index__() clipping really big numbers  (2006-07-29)
   http://python.org/sf/1530738  opened by  Nick Coghlan

a +  (2006-07-29)
CLOSED http://python.org/sf/1531113  opened by  Christopher Tur Lesniewski-Laas

Tracing and profiling functions can cause hangs in threads  (2006-07-31)
   http://python.org/sf/1531859  opened by  Matt Fleming

Support for case-insensitivity in string.Template  (2006-07-25)
CLOSED http://python.org/sf/1528167  reopened by  whit537

Patches Closed
__

Expose case-insensitivity of string.Template  (2006-07-25)
   http://python.org/sf/1528167  closed by  bwarsaw

Fix for #1513611 and #1511497; xml.sax imports  (2006-07-10)
   http://python.org/sf/1519796  closed by  zseil

More openbsd targets for ctypes  (2006-07-27)
   http://python.org/sf/1529514  closed by  theller

test_defaultdict not integrated into test sute  (2006-07-27)
   http://python.org/sf/1529686  closed by  gbrandl

misleading info about tarfile.py's r|* mode  (2006-07-27)
   http://python.org/sf/1529811  closed by  akuchling

Support for PyGetSetDefs in pydoc, inspect, and types  (2006-07-10)
   http://python.org/sf/1520294  closed by  bwarsaw

Fix socketmodule compile on NetBSD  (2006-07-21)
   http://python.org/sf/1526460  closed by  splitscreen

test_email_codecs not integrated into test sute  (2006-07-27)
   http://python.org/sf/1529686  closed by  gbrandl

Describe Py_DEBUG and friends...  (2006-05-18)
   http://python.org/sf/1490989  closed by  akuchling

os.path.exists returns False if no permission  (2004-11-17)
   http://python.org/sf/1068277  closed by  akuchling

a +  (2006-07-29)
   http://python.org/sf/1531113  closed by  nnorwitz

Fix zip file header format in zipfile.py  (2003-07-30)
   http://python.org/sf/780595  closed by  gbrandl

Don't produce core file in test_subprocess.py  (2006-07-11)
   http://python.org/sf/1520905  closed by  akuchling

New / Reopened Bugs
___

readline module description should mention raw_input()  (2006-07-26)
CLOSED http://python.org/sf/1529157  opened by  Thom Harp

possible bug in mystrtol.c with recent gcc  (2006-07-13)
CLOSED http://python.org/sf/1521947  reopened by  nnorwitz

unrelated variable messing up doctests  (2006-07-26)
CLOSED http://python.org/sf/1529297  reopened by  macquigg

BROWSER path with capital letters  (2006-07-28)
   http://python.org/sf/1529655  opened by  Ken McGaugh

doc string of read-only properties  (2006-07-27)
CLOSED http://python.org/sf/1529717  opened by  Michael Amrhein

distutils regression related to Distribution.run_command  (2006-07-27)
CLOSED http://python.org/sf/1529871  opened by  Collin Winter

bz2 lib missing from source distribution  (2006-07-27)
CLOSED http://python.org/sf/1529998  opened by  james yoo

Mac Universal Build of Python confuses distutils  (2006-07-28)
   http://python.org/sf/1530142  opened by  Richard Jones

ssl object documentation lacks a couple of methods  (2006-07-28)
CLOSED http://python.org/sf/1530382  opened by  Lawrence Oluyede

file.seek() influelce write() when opened with a+ mode  (2006-07-12)
   http://python.org/sf/1521491  reopened by  rudnik_lior

ctypes build fails on Solaris 10  (2006-07-28)
   http://python.org/sf/1530448  opened by  Skip Montanaro

struct.pack raises TypeError where it used to convert  (2006-07-28)
   http://python.org/sf/1530559  opened by  Joe Wreschnig

distutils doesn't notice --with-pydebug  (2006-07-29)
   http://python.org/sf/1530959  opened by  Collin Winter

__weaklist__ in typeobject.c  (2006-07-29)
   http://python.org/sf/1531003  opened by  Fred L. Drake, Jr.

Comman not allowed at the end of argument list for **argumen  (2006-07-29)
   

Weekly Python Patch/Bug Summary

2006-07-26 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  401 open ( +3) /  3342 closed ( +8) /  3743 total (+11)
Bugs:  896 open ( -8) /  6035 closed (+24) /  6931 total (+16)
RFE :  224 open ( +2) /   233 closed ( +2) /   457 total ( +4)

New / Reopened Patches
__

pkgutil.walk_packages ignores onerror arg  (2006-07-20)
CLOSED http://python.org/sf/1525766  opened by  James Y Knight

Tkdnd mouse cursor handling patch  (2006-07-20)
   http://python.org/sf/1525806  opened by  klappnase

calltip awkwardly shortened  (2006-07-20)
CLOSED http://python.org/sf/1525817  opened by  Lingl

str.__iter__ and unicode.__iter__  (2006-07-21)
   http://python.org/sf/1526367  opened by  Walter Dörwald

Fix socketmodule compile on NetBSD  (2006-07-21)
   http://python.org/sf/1526460  opened by  Matt Fleming

New module: miniconf  (2006-07-24)
   http://python.org/sf/1527597  opened by  S.Fourmanoit

winsound - probably win9x port is not working  (2006-07-24)
CLOSED http://python.org/sf/1527744  opened by  Hirokazu Yamamoto

Expose case-insensitivity of string.Template  (2006-07-25)
   http://python.org/sf/1528167  opened by  Chad Whitacre

PyShell.recall - fix indentation logic  (2006-07-25)
   http://python.org/sf/1528468  opened by  Tal Einat

patch for mbcs codecs  (2006-03-22)
   http://python.org/sf/1455898  reopened by  ocean-city

Patches Closed
__

pkgutil.walk_packages ignores onerror arg  (2006-07-20)
   http://python.org/sf/1525766  closed by  gbrandl

calltip awkwardly shortened  (2006-07-20)
   http://python.org/sf/1525817  closed by  loewis

ParenMatch: workaround for misinterpreting of closing parens  (2006-01-16)
   http://python.org/sf/1407280  closed by  kbk

Syntax-related improvements to IDLE  (2004-02-28)
   http://python.org/sf/906702  closed by  kbk

(partial?) fix for Misc/python-config.in  (2006-07-16)
   http://python.org/sf/1523356  closed by  gbrandl

ConnectRegistry blocks all threads  (2006-03-12)
   http://python.org/sf/1448199  closed by  loewis

MS Windows - module search path fix  (2005-07-04)
   http://python.org/sf/1232023  closed by  loewis

winsound - probably win9x port is not working  (2006-07-24)
   http://python.org/sf/1527744  closed by  gbrandl

1515163 fix - traceback and str exc  (2006-06-30)
   http://python.org/sf/1515343  closed by  gbrandl

New / Reopened Bugs
___

inspect.py: still infinite recursion inspecting frames  (2006-07-03)
CLOSED http://python.org/sf/1516184  reopened by  nnorwitz

Bug in shutil.copytree on Windows  (2006-07-20)
   http://python.org/sf/1525866  opened by  Mike Foord

email package quoted printable behaviour changed  (2006-07-20)
   http://python.org/sf/1525919  opened by  Thomas Arendsen Hein

Win32: subprocess.Popen() w/o pipe throws an exception  (2006-07-21)
CLOSED http://python.org/sf/1526203  opened by  Larry Hastings

Concatenation on a long string breaks  (2006-07-21)
   http://python.org/sf/1526585  opened by  Jp Calderone

current directory added to sys.path on win32  (2006-07-22)
CLOSED http://python.org/sf/1526785  opened by  John Ehresman

unbalanced parentheses  from command line crash pdb  (2006-07-21)
   http://python.org/sf/1526834  opened by  Ilya Sandler

PythonLauncher uses incorrect working directory  (2006-07-23)
   http://python.org/sf/1527397  opened by  Bob Ippolito

optparse should support arbitrary number of arguments  (2006-07-24)
   http://python.org/sf/1527705  reopened by  riteshsarraf

optparse should support arbitrary number of arguments  (2006-07-24)
   http://python.org/sf/1527705  opened by  Ritesh Raj Sarraf

tarfile chokes on ipython archive on Windows  (2006-07-24)
   http://python.org/sf/1527974  opened by  Arve Knudsen

difflib.SequenceMatcher.find_longest_match()  wrong result  (2006-07-25)
   http://python.org/sf/1528074  opened by  John Machin

urllib2 data argument  (2006-07-25)
   http://python.org/sf/1528258  opened by  paul rubin

forward in turtle module may cause incorrect display  (2006-07-25)
   http://python.org/sf/1528363  opened by  NatureMage

IDLE: printing issue on OSX  (2006-07-25)
   http://python.org/sf/1528593  opened by  Ronald Oussoren

Python 2.5b2 fails to build on Solaris 10  (2006-07-25)
   http://python.org/sf/1528620  opened by  Guido Ostkamp

Python 2.5b2 fails to build (GCC) on Solaris 10  (2006-07-26)
   http://python.org/sf/1529269  opened by  Guido Ostkamp

Bugs Closed
___

inspect.py: still infinite recursion inspecting frames  (2006-07-03)
   http://python.org/sf/1516184  closed by  pje

logging using the SysLog handler fails if locale is set  (2006-07-17)
   http://python.org/sf/1524081  closed by  vsajip

Win32: subprocess.Popen() w/o pipe throws an exception  (2006-07-21)
   http://python.org/sf/1526203  closed by  gbrandl

Malloc, memory error, failmalloc, low memory.  

Weekly Python Patch/Bug Summary

2006-07-19 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  398 open ( +5) /  3334 closed (+19) /  3732 total (+24)
Bugs:  904 open ( -4) /  6011 closed (+36) /  6915 total (+32)
RFE :  222 open ( -1) /   231 closed ( +2) /   453 total ( +1)

New / Reopened Patches
__

Fix for #1513611 and #1511497; xml.sax imports  (2006-07-10)
   http://python.org/sf/1519796  opened by  Žiga Seilnacht

telnetlib.py change to ease option handling.  (2006-07-10)
   http://python.org/sf/1520081  opened by  Ernest ter Kuile

Support for PyGetSetDefs in pydoc, inspect, and types  (2006-07-10)
   http://python.org/sf/1520294  opened by  Barry A. Warsaw

Distutils bugfix: Read $AR from the environment/Makefile.  (2006-07-11)
   http://python.org/sf/1520877  opened by  Douglas Greiman

make install change: Allow $DESTDIR to be relative  (2006-07-11)
   http://python.org/sf/1520879  opened by  Douglas Greiman

Fix tests that assume they can write to Lib/test  (2006-07-12)
   http://python.org/sf/1520904  opened by  Douglas Greiman

Don't produce core file in test_subprocess.py  (2006-07-12)
   http://python.org/sf/1520905  opened by  Douglas Greiman

Extra configurability for doctest TestCases  (2006-07-12)
   http://python.org/sf/1521051  opened by  Russell Keith-Magee

--help and --version long options  (2006-07-12)
CLOSED http://python.org/sf/1521179  opened by  Georg Brandl

smtplib login fails with aol smtp server  (2006-07-12)
   http://python.org/sf/1521196  opened by  Peter

Reintroduce index checking in 1-element ctypes arrays  (2006-07-13)
CLOSED http://python.org/sf/1521817  opened by  Thomas Heller

Fix grammatical errors in Doc/howto/doanddont.tex  (2006-07-13)
CLOSED http://python.org/sf/1521874  opened by  Collin Winter

Give Cookie.py its own _idmap  (2006-07-13)
   http://python.org/sf/1521882  opened by  Collin Winter

Add some explication to PEP 3100  (2006-07-13)
   http://python.org/sf/1522038  opened by  Collin Winter

Remove operator.truth() and operator.abs()  (2006-07-13)
   http://python.org/sf/1522059  opened by  Collin Winter

Improve docs for filter()  (2006-07-13)
CLOSED http://python.org/sf/1522211  opened by  Collin Winter

irda socket support  (2006-07-14)
   http://python.org/sf/1522400  opened by  ÇñÓ¢²¨

Tix.Grid patch  (2006-07-14)
   http://python.org/sf/1522587  opened by  klappnase

XML Test Runner for unittest module  (2006-07-14)
   http://python.org/sf/1522704  opened by  Sebastian Rittau

(partial?) fix for Misc/python-config.in  (2006-07-16)
   http://python.org/sf/1523356  opened by  M. Levinson

Var-default patch undid part of backtick to repr() patch  (2006-07-18)
CLOSED http://python.org/sf/1524429  opened by  Graham Horler

Fix Tkinter Tcl-commands memory-leaks  (2006-07-18)
   http://python.org/sf/1524639  opened by  Graham Horler

Fix --without-threads build error  (2006-07-18)
CLOSED http://python.org/sf/1524724  opened by  Matt Fleming

ConfigParser: accept leading whitespace on options+comments  (2006-07-18)
   http://python.org/sf/1524825  opened by  Ken Lalonde

Patches Closed
__

Patch for bug 1441486: bad unary minus folding in compiler  (2006-03-10)
   http://python.org/sf/1446922  closed by  nascheme

OpenVMS patches Modules directory  (2006-07-04)
   http://python.org/sf/1516912  closed by  nnorwitz

Rough documentation for xml.etree.ElementTree  (2006-06-10)
   http://python.org/sf/1504046  closed by  nnorwitz

turtle.py: correcting begin_fill  (2006-07-09)
   http://python.org/sf/1519566  closed by  loewis

pdb: fix for #1472251('run/runeval' commands bug)  (2006-04-18)
   http://python.org/sf/1472257  closed by  jakamkon

urllib2 redirection fix  (2006-07-01)
   http://python.org/sf/1515745  closed by  nnorwitz

Python long option support  (2006-05-03)
   http://python.org/sf/1481112  closed by  gbrandl

--help and --version long options  (2006-07-12)
   http://python.org/sf/1521179  closed by  gbrandl

Reintroduce index checking in 1-element ctypes arrays  (2006-07-13)
   http://python.org/sf/1521817  closed by  theller

Fix grammatical errors in Doc/howto/doanddont.tex  (2006-07-13)
   http://python.org/sf/1521874  closed by  gbrandl

Improve docs for filter()  (2006-07-13)
   http://python.org/sf/1522211  closed by  rhettinger

python / pythonw replacement in C  (2004-10-29)
   http://python.org/sf/1056561  closed by  etrepum

OS X: Can't use #!/usr/bin/pythonw  (2004-10-02)
   http://python.org/sf/1038911  closed by  etrepum

update the binhex module for Mach-O  (2005-06-14)
   http://python.org/sf/1220874  closed by  etrepum

Remove dependencies on the sets module  (2006-06-04)
   http://python.org/sf/1500609  closed by  gbrandl

ColorDelegator - Several bug fixes  (2006-04-30)
   http://python.org/sf/1479219  closed by  kbk

Var-default patch undid part of backtick to repr() patch  (2006-07-18)

Weekly Python Patch/Bug Summary

2006-07-09 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  393 open (+15) /  3315 closed (+17) /  3708 total (+32)
Bugs:  908 open (+22) /  5975 closed (+49) /  6883 total (+71)
RFE :  223 open ( -1) /   229 closed ( +2) /   452 total ( +1)

New / Reopened Patches
__

test_grp.py doesn't skip special NIS entry, fails  (2006-06-22)
   http://python.org/sf/1510987  opened by  Mat Martineau

socket.gethostbyaddr fix for machines with incomplete DNS  (2006-06-23)
   http://python.org/sf/1511317  opened by  Charles Schwieters

Speed up decimal object construction  (2006-06-25)
CLOSED http://python.org/sf/1511853  opened by  Nick Coghlan

ast branch changed interactive module name  (2006-06-25)
   http://python.org/sf/1512007  opened by  Jp Calderone

Improves an error message from setattr  (2006-06-26)
   http://python.org/sf/1512942  opened by  Alexander Belopolsky

[FIX][Bug 1512695] cPickle.loads seg. faults  (2006-06-27)
CLOSED http://python.org/sf/1513206  opened by  Faik Uygur

Remove reduce()  (2006-06-27)
CLOSED http://python.org/sf/1513249  opened by  Collin Winter

Clean up usage of map() in the stdlib  (2006-06-27)
   http://python.org/sf/1513299  opened by  Collin Winter

new turtle module  (2006-06-28)
   http://python.org/sf/1513695  opened by  Lingl

docs for xturtle.py  (2006-06-28)
CLOSED http://python.org/sf/1513699  opened by  Lingl

Move reduce() to functools  (2006-06-28)
   http://python.org/sf/1513870  opened by  Collin Winter

mailbox (Maildir): avoid losing messages on name clash  (2006-06-29)
   http://python.org/sf/1514543  opened by  David Watson

mailbox: use fsync() to ensure data is really on disk  (2006-06-29)
   http://python.org/sf/1514544  opened by  David Watson

proposal for a new circle method  (2006-06-29)
CLOSED http://python.org/sf/1514737  opened by  Lingl

1515163 fix - traceback and str exc  (2006-06-30)
   http://python.org/sf/1515343  opened by  Jim Jewett

urllib2 redirection fix  (2006-07-02)
   http://python.org/sf/1515745  opened by  Petr Gladkikh

tarfile.py fix for #1471427 and updates  (2006-05-09)
   http://python.org/sf/1484695  reopened by  gustaebel

tarfile.py fix for #1471427 and updates  (2006-05-09)
   http://python.org/sf/1484695  reopened by  gustaebel

Remove deprecated functions from operator  (2006-07-03)
   http://python.org/sf/1516309  opened by  Collin Winter

Module uuid: reduce pickle footprint  (2006-07-03)
   http://python.org/sf/1516327  opened by  Michael Amrhein

Module uuid: functions for retrieving MAC addres  (2006-07-03)
   http://python.org/sf/1516330  opened by  Michael Amrhein

Remove sys.exitfunc  (2006-07-03)
   http://python.org/sf/1516375  opened by  Collin Winter

OpenVMS patches Modules directory  (2006-07-04)
   http://python.org/sf/1516912  opened by  Piéronne Jean-François

Fix for Lib/test/crashers/gc_inspection.py  (2006-07-04)
   http://python.org/sf/1517042  opened by  Collin Winter

Patch to commands.py to enable callback support   (2006-07-05)
   http://python.org/sf/1517586  opened by  Brad Doctor

Patch for ctypes to enable custom objects in function calls  (2006-07-05)
   http://python.org/sf/1517790  opened by  Thomas Heller

Patch for bug #1514451  (2006-07-06)
   http://python.org/sf/1517891  opened by  Thomas Lee

assert for NULL in Py_INCREF Py_DECREF  (2006-07-06)
   http://python.org/sf/1517947  opened by  Rene Dudfield

ext/win-cookbook.html has a broken link to distutils  (2006-07-07)
   http://python.org/sf/1518772  opened by  Johannes Gijsbers

New ver. of 1102879: Fix for 926423: socket timeouts  (2006-07-07)
   http://python.org/sf/1519025  opened by  Tony Nelson

turtle.py: correcting begin_fill  (2006-07-09)
   http://python.org/sf/1519566  opened by  Lingl

Patches Closed
__

MS Toolkit Compiler no longer available  (2006-06-20)
   http://python.org/sf/1509163  closed by  loewis

Patch for 1506758 - popen2/subprocess MAXFD MemoryErrors  (2006-06-15)
   http://python.org/sf/1506760  closed by  astrand

Speed up decimal object construction  (2006-06-25)
   http://python.org/sf/1511853  closed by  ncoghlan

[FIX][Bug 1512695] cPickle.loads seg. faults  (2006-06-27)
   http://python.org/sf/1513206  closed by  gbrandl

Remove reduce()  (2006-06-27)
   http://python.org/sf/1513249  closed by  collinwinter

docs for xturtle.py  (2006-06-28)
   http://python.org/sf/1513699  closed by  loewis

Make thread stack size runtime tunable  (03/20/06)
   http://python.org/sf/1454481  closed by  sf-robot

proposal for a new circle method  (2006-06-30)
   http://python.org/sf/1514737  closed by  loewis

1515169 fix (ImportWarning flood)  (2006-06-30)
   http://python.org/sf/1515361  closed by  nnorwitz

Alternative fix for ImportWarning (fix for 1515169)  (2006-07-01)
   http://python.org/sf/1515609  closed by  nnorwitz

telnetlib timeout 

Weekly Python Patch/Bug Summary

2006-06-21 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  378 open ( +3) /  3298 closed (+34) /  3676 total (+37)
Bugs:  886 open (-24) /  5926 closed (+75) /  6812 total (+51)
RFE :  224 open ( +7) /   227 closed ( +7) /   451 total (+14)

New / Reopened Patches
__

Improve super() objects support for implicit method calls  (2006-05-31)
   http://python.org/sf/1498363  opened by  Collin Winter

Improve itertools.starmap  (2006-05-31)
   http://python.org/sf/1498370  opened by  Collin Winter

Change *args from a tuple to list  (2006-05-31)
   http://python.org/sf/1498441  opened by  Collin Winter

Correctly unpickle exceptions  (2006-06-01)
CLOSED http://python.org/sf/1498571  opened by  Žiga Seilnacht

Fault in XMLRPC not always returned to client  (2006-05-31)
CLOSED http://python.org/sf/1498627  opened by  Daniel Savard

Generate from Unicode database instead of manualy coding.  (2006-06-01)
   http://python.org/sf/1498930  opened by  Anders Chrigström

Optimise in operations on tuples of consts  (2006-06-01)
CLOSED http://python.org/sf/1499095  opened by  Collin Winter

Fix for memory leak in WindowsError_str  (2006-06-02)
CLOSED http://python.org/sf/1499797  opened by  Žiga Seilnacht

Alternate RFC 3896 compliant URI parsing module  (2006-06-05)
   http://python.org/sf/1500504  opened by  Nick Coghlan

Remove dependencies on the sets module  (2006-06-04)
   http://python.org/sf/1500609  opened by  Collin Winter

(py3k) Remove the sets module  (2006-06-04)
   http://python.org/sf/1500611  opened by  Collin Winter

Remove the repr()-backticks  (2006-06-04)
   http://python.org/sf/1500623  opened by  Collin Winter

wm_attributes doesn't take keyword arguments  (2006-06-04)
   http://python.org/sf/1500773  opened by  Greg Couch

AF_NETLINK support for socket module  (2006-06-05)
CLOSED http://python.org/sf/1500815  opened by  lplatypus

Cyclic garbage collection support for slices  (2006-06-05)
CLOSED http://python.org/sf/1501180  opened by  Žiga Seilnacht

Fix Bug #1339007 - shelve.open('non-existant-file', 'r')  (2006-06-06)
CLOSED http://python.org/sf/1501534  opened by  Jeung Mun Sic

syntax errors on continuation lines  (2006-06-06)
   http://python.org/sf/1501979  opened by  Roger Miller

Remove randomness from test_exceptions  (2006-06-07)
CLOSED http://python.org/sf/1501987  opened by  Žiga Seilnacht

Conditional compilation of zlib.(de)compressobj.copy  (2006-06-08)
CLOSED http://python.org/sf/1503046  opened by  Chris AtLee

Allow Empty Subscript List Without Parentheses  (2006-06-09)
CLOSED http://python.org/sf/1503556  opened by  Noam Raphael

Tiny patch to stop make spam  (2006-06-09)
   http://python.org/sf/1503717  opened by  Chris AtLee

Rough documentation for xml.etree.ElementTree  (2006-06-10)
   http://python.org/sf/1504046  opened by  Fredrik Lundh

Patch for 1496501 tarfile opener order  (2006-06-10)
   http://python.org/sf/1504073  opened by  Jack Diederich

Switch syntax (partial PEP 275)  (2006-06-11)
   http://python.org/sf/1504199  opened by  Thomas Lee

winerror module  (2006-06-13)
   http://python.org/sf/1505257  opened by  M.-A. Lemburg

curses.resizeterm()  (2006-06-15)
CLOSED http://python.org/sf/1506645  opened by  Walter Dörwald

Patch for 1506758 - popen2/subprocess MAXFD MemoryErrors  (2006-06-15)
   http://python.org/sf/1506760  opened by  Peter Vetere

Use a set to keep interned strings  (2006-06-15)
   http://python.org/sf/1507011  opened by  Alexander Belopolsky

tarfile extraction does not honor umask  (2006-06-16)
   http://python.org/sf/1507247  opened by  Faik Uygur

improve object.c and abstract.c exception messages  (2006-06-17)
CLOSED http://python.org/sf/1507676  opened by  Georg Brandl

transparent gzip compression in liburl2  (2006-06-19)
   http://python.org/sf/1508475  opened by  Jakob Truelsen

uuid documentation  (2006-06-20)
   http://python.org/sf/1508766  opened by  George Yoshida

Make Lib/test/regrtest.py NetBSD 3 aware.  (2006-06-20)
CLOSED http://python.org/sf/1509001  opened by  Matt Fleming

MS Toolkit Compiler no longer available  (2006-06-20)
   http://python.org/sf/1509163  opened by  Paul Moore

skip tests in test_socket__ssl when connection refused  (2006-06-20)
CLOSED http://python.org/sf/1509404  reopened by  bcannon

skip tests in test_socket__ssl when connection refused  (2006-06-20)
CLOSED http://python.org/sf/1509404  opened by  Brett Cannon

Small fix for sqlite3 test suite  (2006-06-20)
CLOSED http://python.org/sf/1509584  opened by  Gerhard Häring

tarfile stops iteration with some longfiles  (2006-06-21)
CLOSED http://python.org/sf/1509889  opened by  Faik Uygur

Patches Closed
__

Possible fix to #1334662 (int() wrong answers)  (2006-03-31)
   http://python.org/sf/1462361  closed by  gbrandl

Correctly unpickle exceptions  (2006-05-31)
   http://python.org/sf/1498571  closed by  gbrandl

Fault in 

Weekly Python Patch/Bug Summary

2006-05-29 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  375 open ( -3) /  3264 closed (+26) /  3639 total (+23)
Bugs:  910 open ( +3) /  5851 closed (+20) /  6761 total (+23)
RFE :  217 open ( -1) /   220 closed ( +3) /   437 total ( +2)

New / Reopened Patches
__

Minor Correction to urllib2 HOWTO  (2006-05-20)
CLOSED http://python.org/sf/1492147  opened by  Mike Foord

None missing from keyword module  (2006-05-20)
CLOSED http://python.org/sf/1492218  opened by  Žiga Seilnacht

Socket-object convenience function: getpeercred().  (2006-05-20)
   http://python.org/sf/1492240  opened by  Heiko Wundram

urllib2 HOWTO - Further (minor) Corrections  (2006-05-20)
CLOSED http://python.org/sf/1492255  opened by  Mike Foord

Windows CE support (part 1)  (2006-05-21)
CLOSED http://python.org/sf/1492356  opened by  Luke Dunstan

Windows CE support (part 2)  (2006-05-27)
   http://python.org/sf/1495999  opened by  Luke Dunstan

Unification of list-comp and for syntax  (2006-05-21)
   http://python.org/sf/1492509  opened by  Heiko Wundram

distinct error type from shutil.move()  (2006-05-22)
   http://python.org/sf/1492704  opened by  Zooko O'Whielacronx

Improvements to ceval.c  (2006-05-22)
   http://python.org/sf/1492828  opened by  mrjbq7

Speed up gzip.readline (~40%)  (2005-09-04)
CLOSED http://python.org/sf/1281707  reopened by  marumari

Speed up gzip.readline (~40%)  (2005-09-04)
CLOSED http://python.org/sf/1281707  reopened by  marumari

Allow build without tracing  (2006-05-22)
CLOSED http://python.org/sf/1493102  opened by  Steve Holden

Performance enhancements for struct module  (2006-05-23)
CLOSED http://python.org/sf/1493701  opened by  Bob Ippolito

Documentation for new Struct object  (2006-05-24)
   http://python.org/sf/1494140  opened by  Bob Ippolito

PyUnicode_Resize cannot resize shared unicode object  (2006-05-25)
CLOSED http://python.org/sf/1494487  opened by  Hirokazu Yamamoto

Numeric characters not recognized.  (2006-05-24)
CLOSED http://python.org/sf/1494554  opened by  Anders Chrigström

BaseWidget.destroy updates master's childern too early  (2006-05-24)
   http://python.org/sf/1494750  opened by  Greg Couch

Scalable zipfile extension  (2003-09-27)
CLOSED http://python.org/sf/813436  reopened by  jafo

Remove types.InstanceType and new.instance  (2006-05-26)
CLOSED http://python.org/sf/1495675  opened by  Collin Winter

Fix test_exceptions.py  (2006-05-27)
   http://python.org/sf/1496135  opened by  Collin Winter

urllib2 HTTPPasswordMgr: default ports  (2006-05-28)
CLOSED http://python.org/sf/1496206  opened by  John J Lee

Convert Tkinter to METH_VARARGS style  (2006-05-29)
   http://python.org/sf/1496952  opened by  Georg Brandl

deprecate METH_OLDARGS  (2006-05-29)
CLOSED http://python.org/sf/1496957  opened by  Georg Brandl

urllib2: ensure digest auth happens in preference to basic  (2006-05-29)
CLOSED http://python.org/sf/1497027  opened by  John J Lee

Let dicts propagate the exceptions in user __eq__  (2006-05-29)
   http://python.org/sf/1497053  opened by  Armin Rigo

Patches Closed
__

Minor Correction to urllib2 HOWTO  (2006-05-21)
   http://python.org/sf/1492147  closed by  quiver

None missing from keyword module  (2006-05-20)
   http://python.org/sf/1492218  closed by  gbrandl

urllib2 HOWTO - Further (minor) Corrections  (2006-05-21)
   http://python.org/sf/1492255  closed by  quiver

Windows CE support (part 1)  (2006-05-21)
   http://python.org/sf/1492356  closed by  loewis

PC new-logo-based icon set  (2006-05-17)
   http://python.org/sf/1490384  closed by  loewis

Cleaned up 16x16px icons for windows.  (2006-05-03)
   http://python.org/sf/1481304  closed by  loewis

property to get the docstring from fget  (2004-08-08)
   http://python.org/sf/1005461  closed by  gbrandl

Speed up gzip.readline (~40%)  (2005-09-04)
   http://python.org/sf/1281707  closed by  etrepum

Speed up gzip.readline (~40%)  (2005-09-04)
   http://python.org/sf/1281707  closed by  etrepum

Speed up gzip.readline (~40%)  (2005-09-04)
   http://python.org/sf/1281707  closed by  etrepum

scary frame speed hacks  (2004-01-13)
   http://python.org/sf/876206  closed by  tim_one

Allow build without tracing  (2006-05-22)
   http://python.org/sf/1493102  closed by  gbrandl

MacOSX: distutils support for -arch and -isysroot flags  (2006-05-13)
   http://python.org/sf/1488098  closed by  ronaldoussoren

Performance enhancements for struct module  (2006-05-23)
   http://python.org/sf/1493701  closed by  etrepum

Fix for int(string, base) wrong answers (take 2)  (2005-10-24)
   http://python.org/sf/1335972  closed by  tim_one

remove 4 ints from PyFrameObject  (2005-10-25)
   http://python.org/sf/1337051  closed by  tim_one

PyUnicode_Resize cannot resize shared unicode object  (2006-05-24)
   http://python.org/sf/1494487  closed by  doerwalter

Numeric characters 

Weekly Python Patch/Bug Summary

2006-05-19 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  378 open ( +0) /  3238 closed (+22) /  3616 total (+22)
Bugs:  907 open (+13) /  5831 closed (+20) /  6738 total (+33)
RFE :  218 open ( +2) /   217 closed ( +2) /   435 total ( +4)

New / Reopened Patches
__

Patch fixing #1481770 (wrong shared lib ext on hpux ia64)  (2006-05-07)
CLOSED http://python.org/sf/1483325  opened by  David Everly

Add new top-level domains to cookielib  (2006-05-07)
CLOSED http://python.org/sf/1483395  reopened by  jjlee

Add new top-level domains to cookielib  (2006-05-07)
CLOSED http://python.org/sf/1483395  opened by  John J Lee

Wave.py support for ulaw and alaw audio  (2006-05-07)
   http://python.org/sf/1483545  opened by  Eric Woudenberg

tarfile.py fix for #1471427 and updates  (2006-05-09)
CLOSED http://python.org/sf/1484695  opened by  Lars Gustäbel

cookielib: reduce (fatal) dependency on beta logging?  (2006-05-09)
CLOSED http://python.org/sf/1484758  opened by  kxroberto

urllib2: resolves extremly slow import (of everything)  (2006-05-09)
CLOSED http://python.org/sf/1484793  opened by  kxroberto

HTMLParser : A auto-tolerant parsing mode  (2006-05-11)
   http://python.org/sf/1486713  opened by  kxroberto

Patches and enhancements to turtle.py  (2006-05-11)
CLOSED http://python.org/sf/1486962  opened by  Vern Ceder

MacOSX: distutils support for -arch and -isysroot flags  (2006-05-13)
   http://python.org/sf/1488098  opened by  Ronald Oussoren

Memory alignment fix on SPARC  (2006-05-14)
CLOSED http://python.org/sf/1488312  opened by  Jan Palus

tarfile.py: support for file-objects and bz2 (cp. #1488634)  (2006-05-15)
CLOSED http://python.org/sf/141  opened by  Lars Gustäbel

Updates to syntax rules in reference manual  (2006-05-16)
   http://python.org/sf/1489771  opened by  Žiga Seilnacht

Patch for the urllib2 HOWTO  (2006-05-16)
CLOSED http://python.org/sf/1489784  opened by  Mike Foord

fix typo in os.utime() docstring  (2006-05-17)
CLOSED http://python.org/sf/1490189  opened by  M. Levinson

add os.chflags() and os.lchflags() where available  (2006-05-17)
   http://python.org/sf/1490190  opened by  M. Levinson

time.altzone does not include DST offset on Cygwin  (2006-05-17)
CLOSED http://python.org/sf/1490224  opened by  Christian Franke

PC new-logo-based icon set  (2006-05-17)
   http://python.org/sf/1490384  opened by  Andrew Clover

Describe Py_DEBUG and friends...  (2006-05-18)
   http://python.org/sf/1490989  opened by  Skip Montanaro

IDLE LF on MacOSX   (2006-05-19)
   http://python.org/sf/1491759  opened by  Ronald Oussoren

Simple slice support for list.sort() and .reverse()  (2006-05-19)
   http://python.org/sf/1491804  opened by  Heiko Wundram

Complex representation  (2006-05-19)
   http://python.org/sf/1491866  opened by  Heiko Wundram

Fix for bug #1486663 mutable types check kwargs in tp_new  (2006-05-20)
   http://python.org/sf/1491939  opened by  Žiga Seilnacht

Patches Closed
__

applesingle endianness issue  (2004-06-30)
   http://python.org/sf/982340  closed by  gbrandl

Patch fixing #1481770 (wrong shared lib ext on hpux ia64)  (2006-05-07)
   http://python.org/sf/1483325  closed by  loewis

Add new top-level domains to cookielib  (2006-05-07)
   http://python.org/sf/1483395  closed by  gbrandl

Add new top-level domains to cookielib  (2006-05-07)
   http://python.org/sf/1483395  closed by  gbrandl

Heavy revisions to urllib2 howto  (2006-05-01)
   http://python.org/sf/1479977  closed by  akuchling

Make urllib2 digest auth and basic auth play together  (2006-04-30)
   http://python.org/sf/1479302  closed by  gbrandl

Take advantage of BaseException/Exception split in cookielib  (2006-04-29)
   http://python.org/sf/1478993  closed by  gbrandl

tarfile.py fix for #1471427 and updates  (2006-05-09)
   http://python.org/sf/1484695  closed by  gbrandl

cookielib: reduce (fatal) dependency on beta logging?  (2006-05-09)
   http://python.org/sf/1484758  closed by  gbrandl

urllib2: resolves extremly slow import (of everything)  (2006-05-09)
   http://python.org/sf/1484793  closed by  gbrandl

Fix doctest nit.  (2006-04-28)
   http://python.org/sf/1478292  closed by  tim_one

Remote debugging with pdb.py  (2003-04-14)
   http://python.org/sf/721464  closed by  gbrandl

urllib2: better import ftplib and gopherlib etc late  (2004-10-24)
   http://python.org/sf/1053150  closed by  loewis

detect %zd format for PY_FORMAT_SIZE_T  (2006-04-22)
   http://python.org/sf/1474907  closed by  bcannon

Patches and enhancements to turtle.py  (2006-05-11)
   http://python.org/sf/1486962  closed by  gbrandl

Improve docs for tp_clear and tp_traverse  (2006-04-19)
   http://python.org/sf/1473132  closed by  tim_one

Memory alignment fix on SPARC  (2006-05-14)
   http://python.org/sf/1488312  closed by  nnorwitz

tarfile.py: support for file-objects and bz2 

Weekly Python Patch/Bug Summary

2006-05-05 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  378 open ( +0) /  3216 closed (+17) /  3594 total (+17)
Bugs:  894 open ( -7) /  5811 closed (+19) /  6705 total (+12)
RFE :  216 open ( +2) /   215 closed ( +1) /   431 total ( +3)

New / Reopened Patches
__

Rename functional to functools  (2006-04-29)
   http://python.org/sf/1478788  opened by  Collin Winter

Take advantage of BaseException/Exception split in cookielib  (2006-04-29)
   http://python.org/sf/1478993  opened by  John J Lee

Split open() and file()  (2006-04-29)
CLOSED http://python.org/sf/1479181  opened by  Aahz

ColorDelegator - Several bug fixes  (2006-04-30)
   http://python.org/sf/1479219  opened by  Tal Einat

Fix building with SWIG's -c++ option set in setup.py  (2006-04-30)
   http://python.org/sf/1479255  opened by  dOb

Make urllib2 digest auth and basic auth play together  (2006-04-30)
   http://python.org/sf/1479302  opened by  John J Lee

with statement context managers - with should be keyword  (2006-04-30)
CLOSED http://python.org/sf/1479438  opened by  Matt Fleming

speed up function calls  (2006-04-30)
   http://python.org/sf/1479611  opened by  Neal Norwitz

Heavy revisions to urllib2 howto  (2006-05-01)
   http://python.org/sf/1479977  opened by  John J Lee

weakref dict methods  (2006-05-01)
CLOSED http://python.org/sf/1479988  opened by  Fred L. Drake, Jr.

urllib2 digest auth redirection bug causes 400 error  (2006-05-01)
CLOSED http://python.org/sf/1480067  opened by  John J Lee

patch smtplib:when SMTPDataError, rset crashes with sslerror  (2006-05-03)
   http://python.org/sf/1481032  opened by  kxroberto

Support HTTP_REFERER in CGIHTTPServer.py  (2006-05-03)
   http://python.org/sf/1481079  opened by  Sébastien Martini

Python long option support  (2006-05-03)
   http://python.org/sf/1481112  opened by  Heiko Wundram

Cleaned up 16x16px icons for windows.  (2006-05-03)
   http://python.org/sf/1481304  opened by  goxe

imputil from os.path import bug  (2006-05-03)
CLOSED http://python.org/sf/1481530  opened by  Eric Huss

Patches Closed
__

--enable-universalsdk on Mac OS X  (2006-04-17)
   http://python.org/sf/1471883  closed by  ronaldoussoren

Split open() and file()  (2006-04-29)
   http://python.org/sf/1479181  closed by  nnorwitz

urllib2 ProxyBasicAuthHandler broken  (2006-04-15)
   http://python.org/sf/1470846  closed by  gbrandl

Forbid iteration over strings  (2006-04-16)
   http://python.org/sf/1471291  closed by  gbrandl

Fix for urllib/urllib2 ftp bugs 1357260 and 1281692  (2006-04-15)
   http://python.org/sf/1470976  closed by  gbrandl

cPickle produces locale-dependent dumps  (2006-04-20)
   http://python.org/sf/1473625  closed by  gbrandl

IndentationError for unexpected indent  (2006-04-25)
   http://python.org/sf/1475845  closed by  loewis

rlcompleter to be usable without readline  (2006-04-19)
   http://python.org/sf/1472854  closed by  gbrandl

fix for #1472251  (2006-04-18)
   http://python.org/sf/1472263  closed by  gbrandl

with statement context managers - with should be keyword  (2006-04-30)
   http://python.org/sf/1479438  closed by  gbrandl

fixed handling of nested  comments in mail addresses  (2006-04-05)
   http://python.org/sf/1464708  closed by  bwarsaw

weakref dict methods  (2006-05-01)
   http://python.org/sf/1479988  closed by  fdrake

urllib2 digest auth redirection bug causes 400 error  (2006-05-01)
   http://python.org/sf/1480067  closed by  gbrandl

Fix to allow urllib2 digest auth to talk to livejournal.com  (2005-02-18)
   http://python.org/sf/1143695  closed by  gbrandl

pdb: fix for #1472191('clear' command bug)  (2006-04-18)
   http://python.org/sf/1472184  closed by  gbrandl

__init__.py'less package import warnings  (2006-04-26)
   http://python.org/sf/1477281  closed by  gbrandl

imputil from os.path import bug  (2006-05-04)
   http://python.org/sf/1481530  closed by  gbrandl

New / Reopened Bugs
___

urllib2.Request constructor to urllib.quote the url given  (2006-04-20)
CLOSED http://python.org/sf/1473560  reopened by  gbrandl

'compile' built-in function failures when missing EOL  (2006-04-30)
   http://python.org/sf/1479099  opened by  Ori Peleg

test_inspect fails on WinXP (2.5a2)  (2006-04-30)
CLOSED http://python.org/sf/1479226  opened by  Miki Tebeka

Segmentation fault while using Tkinter  (2006-05-01)
   http://python.org/sf/1479586  opened by  Ali Gholami Rudi

Uninstall does not clearn registry  (2006-05-01)
   http://python.org/sf/1479626  opened by  Miki Tebeka

float-str rounding bug  (2006-05-01)
CLOSED http://python.org/sf/1479776  opened by  Michael Nolta

Quitter object masked  (2006-05-01)
   http://python.org/sf/1479785  opened by  Jim Jewett

mmap tries to truncate special files  (2006-05-02)
CLOSED http://python.org/sf/1480678  opened by  Carl Banks


Weekly Python Patch/Bug Summary

2006-04-28 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  378 open ( +7) /  3199 closed ( +4) /  3577 total (+11)
Bugs:  901 open ( -7) /  5792 closed (+25) /  6693 total (+18)
RFE :  214 open ( +3) /   214 closed ( +2) /   428 total ( +5)

New / Reopened Patches
__

Allow PyArg_ParseTupleAndKeywords to unpack tuples  (2006-04-22)
   http://python.org/sf/1474454  reopened by  loewis

Allow PyArg_ParseTupleAndKeywords to unpack tuples  (2006-04-21)
   http://python.org/sf/1474454  opened by  Roger Upole

detect %zd format for PY_FORMAT_SIZE_T  (2006-04-22)
   http://python.org/sf/1474907  opened by  Brett Cannon

New doctest option: +SKIP  (2006-04-23)
CLOSED http://python.org/sf/1475231  opened by  Edward Loper

patch fixing #1448060 (gettext.py bug)  (2006-04-24)
   http://python.org/sf/1475523  opened by  Thenault Sylvain

IndentationError for unexpected indent  (2006-04-24)
   http://python.org/sf/1475845  opened by  Roger Miller

Add help reference on Mac  (2006-04-25)
   http://python.org/sf/1476578  opened by  Bruce Sherwood

__init__.py'less package import warnings  (2006-04-27)
   http://python.org/sf/1477281  opened by  Thomas Wouters

Allow os.listdir to accept file names longer than MAX_PATH  (2006-04-26)
   http://python.org/sf/1477350  opened by  Roger Upole

Fix doctest nit.  (2006-04-28)
   http://python.org/sf/1478292  opened by  Thomas Heller

Picky floats  (2006-04-28)
   http://python.org/sf/1478364  opened by  Skip Montanaro

Patches Closed
__

Allow PyArg_ParseTupleAndKeywords to unpack tuples  (2006-04-22)
   http://python.org/sf/1474454  closed by  loewis

Weak linking support for OSX  (2006-04-17)
   http://python.org/sf/1471925  closed by  ronaldoussoren

test for broken poll at runtime  (2006-04-17)
   http://python.org/sf/1471761  closed by  ronaldoussoren

New doctest option: +SKIP  (2006-04-23)
   http://python.org/sf/1475231  closed by  tim_one

start testing strings  2GB  (2006-04-17)
   http://python.org/sf/1471578  closed by  twouters

New / Reopened Bugs
___

non-keyword argument following keyword  (2006-04-23)
   http://python.org/sf/1474677  opened by  George Yoshida

pickling files works with protocol=2.  (2006-04-22)
   http://python.org/sf/1474680  opened by  Kirill Simonov

Document os.path.join oddity on Windows  (2006-04-23)
CLOSED http://python.org/sf/1475009  opened by  Miki Tebeka

example code in what's new/sqlite3 docs  (2006-04-23)
CLOSED http://python.org/sf/1475080  opened by  James Pryor

Tkinter hangs in test_tcl  (2006-04-23)
   http://python.org/sf/1475162  opened by  Thomas Wouters

Poorly worded description for socket.makefile()  (2006-04-24)
   http://python.org/sf/1475554  opened by  Roy Smith

replacing obj.__dict__ with a subclass of dict  (2006-04-24)
   http://python.org/sf/1475692  opened by  ganges master

SystemError in socket sendto  (2006-04-25)
CLOSED http://python.org/sf/1476111  opened by  CyDefect

Documentation date stuck on 5th April 2006  (2006-04-25)
CLOSED http://python.org/sf/1476216  opened by  Mat Martineau

StringIO should implement __str__()  (2006-04-25)
CLOSED http://python.org/sf/1476356  opened by  Dom Lachowicz

Finish PEP 343 terminology cleanup  (2006-04-26)
   http://python.org/sf/1476845  opened by  Nick Coghlan

Missing import line in example  (2006-04-26)
CLOSED http://python.org/sf/1477102  opened by  Bruce Eckel

Incorrect code in example  (2006-04-26)
CLOSED http://python.org/sf/1477140  opened by  Bruce Eckel

test_bsddb skipped -- Failed to load /home/shashi/Python-2.4  (2006-04-27)
   http://python.org/sf/1477450  opened by  shashi

test_ctypes: undefined symbol: XGetExtensionVersion  (2006-04-28)
   http://python.org/sf/1478253  opened by  balducci

Invalid value returned by util.get_platform() on HP  (2006-04-28)
CLOSED http://python.org/sf/1478326  opened by  Sébastien Sablé

test_capi crashed -- thread.error: can't allocate lock  (2006-04-28)
CLOSED http://python.org/sf/1478400  opened by  shashi

datetime.datetime.fromtimestamp ValueError. Rounding error  (2006-04-28)
CLOSED http://python.org/sf/1478429  opened by  Erwin Bonsma

size limit exceeded for read() from network drive  (2006-04-28)
   http://python.org/sf/1478529  opened by  Mark Sheppard

Bugs Closed
___

IDLE does not start 2.4.3  (2006-04-17)
   http://python.org/sf/1471806  closed by  egrimes

TempFile can hang on Windows  (2006-04-20)
   http://python.org/sf/1473760  closed by  tim_one

import module with .dll extension  (2006-04-18)
   http://python.org/sf/1472566  closed by  gbrandl

Document os.path.join oddity on Windows  (2006-04-23)
   http://python.org/sf/1475009  closed by  gbrandl

example code in what's new/sqlite3 docs  (2006-04-23)
   http://python.org/sf/1475080  closed by  akuchling

interactive: no cursors ctrl-a/e... in 2.5a1/linux/debian  (2006-04-18)
 

Weekly Python Patch/Bug Summary

2006-04-20 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  371 open (-12) /  3195 closed (+39) /  3566 total (+27)
Bugs:  908 open (+22) /  5767 closed ( +8) /  6675 total (+30)
RFE :  211 open ( +1) /   212 closed ( +0) /   423 total ( +1)

New / Reopened Patches
__

Fix test_augassign in p3yk  (2006-04-14)
CLOSED http://python.org/sf/1470424  opened by  Thomas Wouters

fix test_exceptions in p3yk  (2006-04-14)
CLOSED http://python.org/sf/1470459  opened by  Thomas Wouters

fix test_bisect  (2006-04-14)
CLOSED http://python.org/sf/1470460  opened by  Thomas Wouters

partially fix test_class in p3yk  (2006-04-14)
CLOSED http://python.org/sf/1470504  opened by  Thomas Wouters

fix test_descrtut in p3yk  (2006-04-14)
CLOSED http://python.org/sf/1470515  opened by  Thomas Wouters

fix test_enumerate in p3yk  (2006-04-14)
CLOSED http://python.org/sf/1470522  opened by  Thomas Wouters

Fix test_descr in p3yk  (2006-04-14)
CLOSED http://python.org/sf/1470536  opened by  Thomas Wouters

fix test_getargs2 in p3yk  (2006-04-14)
CLOSED http://python.org/sf/1470543  opened by  Thomas Wouters

Bugfix for #1470540 (XMLGenerator cannot output UTF-16)  (2006-04-15)
   http://python.org/sf/1470548  opened by  Nikolai Grigoriev

fix test_inspect in p3yk  (2006-04-14)
CLOSED http://python.org/sf/1470560  opened by  Thomas Wouters

fix test_itertools in p3yk  (2006-04-14)
CLOSED http://python.org/sf/1470566  opened by  Thomas Wouters

urllib2 ProxyBasicAuthHandler broken  (2006-04-15)
   http://python.org/sf/1470846  opened by  John J Lee

Building Python with MS Free Compiler  (2006-04-15)
CLOSED http://python.org/sf/1470875  opened by  Paul Moore

Fix for urllib/urllib2 ftp bugs 1357260 and 1281692  (2006-04-15)
   http://python.org/sf/1470976  opened by  John J Lee

Forbid iteration over strings  (2006-04-16)
   http://python.org/sf/1471291  opened by  Guido van Rossum

start testing strings  2GB  (2006-04-16)
   http://python.org/sf/1471578  opened by  Neal Norwitz

test for broken poll at runtime  (2006-04-17)
   http://python.org/sf/1471761  opened by  Ronald Oussoren

--enable-universalsdk on Mac OS X  (2006-04-17)
   http://python.org/sf/1471883  opened by  Ronald Oussoren

Weak linking support for OSX  (2006-04-17)
   http://python.org/sf/1471925  opened by  Ronald Oussoren

pdb 'clear' command doesn't clear selected bp's  (2006-04-18)
   http://python.org/sf/1472184  opened by  Kuba Kończyk

fix for #1472251  (2006-04-18)
   http://python.org/sf/1472257  opened by  Kuba Kończyk

fix for #1472251  (2006-04-18)
   http://python.org/sf/1472263  opened by  Kuba Kończyk

Updates to PEP 359 and 3002  (2006-04-18)
CLOSED http://python.org/sf/1472459  opened by  Steven Bethard

make range be xrange  (2006-04-19)
   http://python.org/sf/1472639  opened by  Thomas Wouters

rlcompleter to be usable without readline  (2006-04-19)
   http://python.org/sf/1472854  opened by  kxroberto

Improve docs for tp_clear and tp_traverse  (2006-04-19)
   http://python.org/sf/1473132  opened by  Collin Winter

Add a gi_code attr to generators  (2006-04-19)
   http://python.org/sf/1473257  opened by  Collin Winter

Patches Closed
__

fix for 764437 AF_UNIX socket special linux socket names  (2004-11-07)
   http://python.org/sf/1062014  closed by  arigo

Make -tt the default  (2006-04-12)
   http://python.org/sf/1469190  closed by  twouters

Alternative to rev 45325  (2006-04-12)
   http://python.org/sf/1469594  closed by  montanaro

Compiling and linking main() with C++ compiler  (2005-10-12)
   http://python.org/sf/1324762  closed by  loewis

Python-ast.h  Python-ast.c generated twice (#1355883)  (2005-11-13)
   http://python.org/sf/1355971  closed by  loewis

don't add -OPT:Olimit=0 for icc  (2005-03-12)
   http://python.org/sf/1162023  closed by  loewis

improved configure.in output  (2004-10-12)
   http://python.org/sf/1045620  closed by  loewis

environment parameter for popen2  (2003-02-28)
   http://python.org/sf/695275  closed by  loewis

Fix test_augassign in p3yk  (2006-04-14)
   http://python.org/sf/1470424  closed by  twouters

Kill off docs for unsafe macros  (2003-03-13)
   http://python.org/sf/702933  closed by  loewis

fix test_exceptions in p3yk  (2006-04-14)
   http://python.org/sf/1470459  closed by  twouters

fix test_bisect in p3yk  (2006-04-14)
   http://python.org/sf/1470460  closed by  twouters

IDNA codec simplification  (2006-03-18)
   http://python.org/sf/1453235  closed by  doerwalter

partially fix test_class in p3yk  (2006-04-14)
   http://python.org/sf/1470504  closed by  twouters

fix test_descrtut in p3yk  (2006-04-14)
   http://python.org/sf/1470515  closed by  twouters

fix test_enumerate in p3yk  (2006-04-14)
   http://python.org/sf/1470522  closed by  twouters

Fix test_descr in p3yk  (2006-04-14)
   http://python.org/sf/1470536  closed by  

Weekly Python Patch/Bug Summary

2006-04-13 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  383 open ( -8) /  3156 closed (+14) /  3539 total ( +6)
Bugs:  886 open (-12) /  5759 closed (+28) /  6645 total (+16)
RFE :  210 open ( -5) /   212 closed ( +5) /   422 total ( +0)

New / Reopened Patches
__

socket.py: remove misleading comment  (2006-04-08)
CLOSED http://python.org/sf/1466993  opened by  John J Lee

Many functions in socket module are not thread safe  (2006-04-09)
   http://python.org/sf/1467080  opened by  Maxim Sobolev

fix double free with tqs in standard build  (2006-04-09)
CLOSED http://python.org/sf/1467512  opened by  Neal Norwitz

add Popen objects to _active only in __del__,   (2006-04-10)
CLOSED http://python.org/sf/1467770  opened by  cheops

tkFont: simple fix to error at shutdown  (2006-04-11)
CLOSED http://python.org/sf/1468808  opened by  Russell Owen

Make -tt the default  (2006-04-12)
   http://python.org/sf/1469190  opened by  Thomas Wouters

PyErrr_Display and traceback.format_exception_only behaviour  (2003-12-15)
CLOSED http://python.org/sf/860326  reopened by  tim_one

Alternative to rev 45325  (2006-04-12)
   http://python.org/sf/1469594  opened by  Skip Montanaro

Alternative to rev 45325  (2006-04-12)
   http://python.org/sf/1469594  reopened by  montanaro

Patches Closed
__

socket.py: remove misleading comment  (2006-04-08)
   http://python.org/sf/1466993  closed by  gbrandl

Use dlopen() to load extensions on Darwin, where possible  (2006-03-21)
   http://python.org/sf/1454844  closed by  anthonybaxter

Improved generator finalization  (2006-04-03)
   http://python.org/sf/1463867  closed by  pje

const int was truncated to char  (2006-03-31)
   http://python.org/sf/1461822  closed by  ocean-city

Mutable Iterators PEP  (03/26/06)
   http://python.org/sf/1459011  closed by  sf-robot

fix double free with tqs in standard build  (2006-04-09)
   http://python.org/sf/1467512  closed by  nnorwitz

clean up new calendar locale usage  (2006-04-03)
   http://python.org/sf/1463288  closed by  doerwalter

Functioning Tix.Grid  (2006-03-31)
   http://python.org/sf/146  closed by  loewis

Link Python modules to libpython on linux if --enable-shared  (2006-02-11)
   http://python.org/sf/1429775  closed by  loewis

add Popen objects to _active only in __del__,   (2006-04-10)
   http://python.org/sf/1467770  closed by  loewis

subprocess: optional auto-reaping fixing os.wait() lossage  (2005-04-21)
   http://python.org/sf/1187312  closed by  loewis

tkFont: simple fix to error at shutdown  (2006-04-11)
   http://python.org/sf/1468808  closed by  gbrandl

PEP 343 draft documentation  (2005-07-07)
   http://python.org/sf/1234057  closed by  ncoghlan

PyErrr_Display and traceback.format_exception_only behaviour  (2003-12-15)
   http://python.org/sf/860326  closed by  gbrandl

Alternative to rev 45325  (2006-04-12)
   http://python.org/sf/1469594  closed by  montanaro

832799 proposed changes  (2003-11-25)
   http://python.org/sf/849262  closed by  loewis

Updated Demo\parser\unpack.py  (2006-03-02)
   http://python.org/sf/1441452  closed by  loewis

New / Reopened Bugs
___

size_t warnings on OSX 10.3  (2006-04-09)
   http://python.org/sf/1467201  opened by  Anthony Baxter

open should default to binary mode on windows  (2006-04-09)
CLOSED http://python.org/sf/1467309  opened by  Adam Hupp

test_ctypes fails on OSX 10.3  (2006-04-10)
   http://python.org/sf/1467450  opened by  Anthony Baxter

Header.decode_header eats up spaces  (2006-04-10)
   http://python.org/sf/1467619  opened by  Mathieu Goutelle

%-formatting and dicts  (2006-04-10)
   http://python.org/sf/1467929  opened by  M.-A. Lemburg

os.listdir on Linux returns empty list on some errors  (2006-04-10)
CLOSED http://python.org/sf/1467952  opened by  Gary Stiehr

re incompatibility in sre  (2000-09-11)
   http://python.org/sf/214033  reopened by  tmick

Hitting CTRL-C while in a loop closes IDLE on cygwin  (2006-04-11)
   http://python.org/sf/1468223  opened by  Miki Tebeka

test_grp test_pwd fail on Linux  (2006-04-11)
CLOSED http://python.org/sf/1468231  opened by  Miki Tebeka

Possible Integer overflow  (2006-04-11)
CLOSED http://python.org/sf/1468727  opened by  ekellinis

SimpleXMLRPCServer doesn't work anymore on Windows  (2006-04-12)
CLOSED http://python.org/sf/1469163  opened by  kadeko

Exception when handling http response  (2006-04-12)
CLOSED http://python.org/sf/1469498  opened by  Richard Kasperski

Build requires already built Python  (2006-04-12)
CLOSED http://python.org/sf/1469548  opened by  Stephan R.A. Deibel

FTP modue functions are not re-entrant,give odd exceptions  (2006-04-12)
   http://python.org/sf/1469557  opened by  Bruce

__dict__   (2006-04-13)
   http://python.org/sf/1469629  opened by  Dobes V

distutils.core: link to list of Trove classifiers  (2006-04-13)
 

Weekly Python Patch/Bug Summary

2006-04-07 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  391 open ( +2) /  3142 closed (+25) /  3533 total (+27)
Bugs:  898 open ( -3) /  5731 closed (+44) /  6629 total (+41)
RFE :  215 open ( +1) /   207 closed ( +1) /   422 total ( +2)

New / Reopened Patches
__

give round() kwargs (mostly for PFAs)  (2006-03-28)
CLOSED http://python.org/sf/1460496  opened by  Wesley J. Chun

Improved PySet C API  (2006-03-25)
CLOSED http://python.org/sf/1458476  reopened by  bwarsaw

const int was truncated to char  (2006-03-31)
   http://python.org/sf/1461822  opened by  Hirokazu Yamamoto

ssl build fails due to undefined NETLINK_ stuff  (2006-03-31)
CLOSED http://python.org/sf/1462080  opened by  Arkadiusz Miskiewicz

Patch for 1115886 - splitext incorrectly handles filenames l  (2006-03-31)
   http://python.org/sf/1462106  opened by  Mike Foord

Functioning Tix.Grid  (2006-03-31)
   http://python.org/sf/146  opened by  Christos Georgiou

fdopen(..., a)  (2006-03-31)
CLOSED http://python.org/sf/1462227  opened by  Ralf Schmitt

custom comparison function for bisect module  (2006-03-31)
   http://python.org/sf/1462228  opened by  splitscreen

Fix for #1250170  (2006-03-31)
CLOSED http://python.org/sf/1462230  opened by  Kuba Kończyk

Fix of disgusting hack in Misc.after  (2006-03-31)
CLOSED http://python.org/sf/1462235  opened by  Christos Georgiou

fdopen(..., a)  (2006-03-31)
CLOSED http://python.org/sf/1462245  opened by  Ralf Schmitt

Fix for bug #1445068 getpass.getpass query on stderr  (2006-03-31)
CLOSED http://python.org/sf/1462298  reopened by  splitscreen

Fix for bug #1445068 getpass.getpass query on stderr  (2006-03-31)
CLOSED http://python.org/sf/1462298  opened by  splitscreen

Pickle protocol 2 fails on private slots  (2006-03-31)
CLOSED http://python.org/sf/1462313  opened by  Žiga Seilnacht

upgrade pyexpat to expat 2.0.0  (2006-03-31)
   http://python.org/sf/1462338  opened by  Trent Mick

Possible fix to #1334662 (int() wrong answers)  (2006-03-31)
   http://python.org/sf/1462361  opened by  Ivan Vilata i Balaguer

Patch for bug #1458017 Log._log needs to be more forgiving  (2006-03-31)
CLOSED http://python.org/sf/1462414  opened by  splitscreen

Patch for bug #931877  Segfault in object_reduce_ex  (2006-04-01)
   http://python.org/sf/1462488  opened by  Žiga Seilnacht

Spelling correction in libsignal.tex  (2006-03-31)
CLOSED http://python.org/sf/1462496  opened by  lmllc

bug #1452246 and patch #1087808; sgmllib entities  (2006-03-31)
CLOSED http://python.org/sf/1462498  opened by  Rares Vernica

URI parsing library  (2006-04-01)
   http://python.org/sf/1462525  opened by  Paul Jimenez

replace md5 impl. with one having a more free license  (2005-02-07)
CLOSED http://python.org/sf/1117961  reopened by  doko

urllib2.ProxyHandler broken recently for non-userinfo case  (2006-04-01)
CLOSED http://python.org/sf/1462790  opened by  John J Lee

Save the hash value of tuples  (2006-04-01)
CLOSED http://python.org/sf/1462796  opened by  Noam Raphael

Remove broken code from urllib2  (2006-04-02)
CLOSED http://python.org/sf/1463012  opened by  John J Lee

Bugfix for #847665 (XMLGenerator dies in namespace mode)  (2006-04-02)
   http://python.org/sf/1463026  opened by  Nikolai Grigoriev

clean up new calendar locale usage  (2006-04-02)
   http://python.org/sf/1463288  opened by  Neal Norwitz

Add .format() method to str and unicode  (2006-04-03)
CLOSED http://python.org/sf/1463370  opened by  crutcher

Improved generator finalization  (2006-04-03)
   http://python.org/sf/1463867  opened by  Phillip J. Eby

Simple test for os.startfile  (2006-04-04)
CLOSED http://python.org/sf/1464062  reopened by  loewis

Simple test for os.startfile  (2006-04-04)
CLOSED http://python.org/sf/1464062  opened by  Thomas Heller

fixed handling of nested  comments in mail addresses  (2006-04-05)
   http://python.org/sf/1464708  opened by  William McVey

Patches Closed
__

give round() kwargs (mostly for PFAs)  (2006-03-29)
   http://python.org/sf/1460496  closed by  gbrandl

Install PKG-INFO with packages  (2006-03-27)
   http://python.org/sf/1459476  closed by  pje

Support different GPG keys in upload --sign  (2006-03-23)
   http://python.org/sf/1457316  closed by  pje

Improved PySet C API  (2006-03-25)
   http://python.org/sf/1458476  closed by  bwarsaw

ssl build fails due to undefined NETLINK_ stuff  (2006-03-31)
   http://python.org/sf/1462080  closed by  loewis

fdopen(..., a)  (2006-03-31)
   http://python.org/sf/1462227  closed by  gbrandl

Fix for #1250170  (2006-03-31)
   http://python.org/sf/1462230  closed by  gbrandl

Fix of disgusting hack in Misc.after  (2006-03-31)
   http://python.org/sf/1462235  closed by  gbrandl

fdopen(..., a)  (2006-03-31)
   http://python.org/sf/1462245  deleted by  titty

Fix for bug #1445068 getpass.getpass query on stderr  (2006-03-31)
   

Weekly Python Patch/Bug Summary

2006-03-28 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  389 open ( -3) /  3117 closed (+23) /  3506 total (+20)
Bugs:  901 open ( -6) /  5687 closed (+41) /  6588 total (+35)
RFE :  214 open ( +1) /   206 closed ( +4) /   420 total ( +5)

New / Reopened Patches
__

Minimalist fix for bug 1446847  (2006-03-17)
CLOSED http://python.org/sf/1452332  opened by  Nick Coghlan

N-d array interface for array object  (2006-03-17)
   http://python.org/sf/1452906  opened by  Alexander Belopolsky

IDNA codec simplification  (2006-03-18)
   http://python.org/sf/1453235  opened by  Walter Dörwald

popen2 new parameter and setpgid  (2006-03-20)
CLOSED http://python.org/sf/1454425  opened by  Oskar Anderö

2 Tools for easy inter-thread communication-Queue,threading  (2006-03-20)
   http://python.org/sf/1454452  opened by  kxroberto

Make thread stack size runtime tunable  (2006-03-20)
   http://python.org/sf/1454481  opened by  Andrew I MacIntyre

patch for SIGSEGV in arraymodule.c  (2006-03-20)
   http://python.org/sf/1454485  reopened by  tbmetin

patch for SIGSEGV in arraymodule.c  (2006-03-20)
   http://python.org/sf/1454485  opened by  Baris Metin

Use dlopen() to load extensions on Darwin, where possible  (2006-03-20)
   http://python.org/sf/1454844  opened by  Zach Pincus

patch for mbcs codecs  (2006-03-22)
   http://python.org/sf/1455898  opened by  ocean-city

timestamp() method for datetime objects  (2006-03-23)
CLOSED http://python.org/sf/1457227  opened by  Chris AtLee

Support different GPG keys in upload --sign  (2006-03-23)
   http://python.org/sf/1457316  opened by  Stefan Behnel

patch for building trunk with VC6  (2006-03-24)
   http://python.org/sf/1457736  opened by  ocean-city

floor division  (2006-03-25)
CLOSED http://python.org/sf/1458419  opened by  Andy

Improved PySet C API  (2006-03-25)
CLOSED http://python.org/sf/1458476  opened by  Barry A. Warsaw

Mutable Iterators PEP  (2006-03-26)
   http://python.org/sf/1459011  opened by  Adam DePrince

Install PKG-INFO with packages  (2006-03-27)
   http://python.org/sf/1459476  opened by  Phillip J. Eby

Add docs for zlib.decompressobj.flush optional param  (2006-03-27)
CLOSED http://python.org/sf/1459630  opened by  Chris AtLee

Update docs for zlib.decompressobj.flush()  (2006-03-27)
   http://python.org/sf/1459631  opened by  Chris AtLee

convenient Message.as_string to use mangle_from_=unixfrom ?  (2006-03-28)
   http://python.org/sf/1459867  opened by  kxroberto

Patches Closed
__

PEP 338 implementation  (2006-02-11)
   http://python.org/sf/1429601  closed by  ncoghlan

patch for 1441408  compiler fails to spot extended slice  (2006-03-10)
   http://python.org/sf/1446847  closed by  ncoghlan

Minimalist fix for bug 1441408  (2006-03-17)
   http://python.org/sf/1452332  closed by  ncoghlan

PEP 338 documentation  (2006-02-11)
   http://python.org/sf/1429605  closed by  ncoghlan

error checking after PyXXX_New  (2006-03-08)
   http://python.org/sf/1445505  closed by  gbrandl

audioop - alaw encoding/decoding added, code updated  (2005-07-02)
   http://python.org/sf/1231053  closed by  anthonybaxter

Method for cell objects to access contents  (2005-03-25)
   http://python.org/sf/1170323  closed by  gbrandl

Incremental codecs for CJKCodecs  (2006-03-05)
   http://python.org/sf/1443155  closed by  perky

A wait4() implementation  (2005-09-30)
   http://python.org/sf/1309579  closed by  nnorwitz

Make itertools.tee participate in GC  (2006-03-06)
   http://python.org/sf/1444398  closed by  twouters

more leaky, leaky  (2006-03-07)
   http://python.org/sf/1445431  closed by  nnorwitz

Some fixes for the binary distribution builder  (2005-12-14)
   http://python.org/sf/1380777  closed by  ronaldoussoren

popen2 new parameter and setpgid  (2006-03-20)
   http://python.org/sf/1454425  closed by  oskar_andero

CALL_ATTR opcode  (2003-03-26)
   http://python.org/sf/709744  closed by  twouters

FreeBSD is system scope threads capable  (2006-01-04)
   http://python.org/sf/1396919  closed by  perky

timestamp() method for datetime objects  (2006-03-23)
   http://python.org/sf/1457227  closed by  gvanrossum

Add method to function objects to simplify decoration  (2005-03-12)
   http://python.org/sf/1161819  closed by  ncoghlan

Simplify using Queues with consumer threads  (2006-03-21)
   http://python.org/sf/1455676  closed by  rhettinger

floor division  (2006-03-25)
   http://python.org/sf/1458419  closed by  nnorwitz

Improved PySet C API  (2006-03-25)
   http://python.org/sf/1458476  closed by  gvanrossum

Add docs for zlib.decompressobj.flush optional param  (2006-03-27)
   http://python.org/sf/1459630  closed by  gbrandl

New / Reopened Bugs
___

xmlrpclib.py problem solved  (2006-03-17)
CLOSED http://python.org/sf/1452174  opened by  varun bhansaly

htmllib 

Weekly Python Patch/Bug Summary

2006-03-16 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  392 open ( +6) /  3094 closed ( +5) /  3486 total (+11)
Bugs:  907 open (+18) /  5646 closed (+10) /  6553 total (+28)
RFE :  213 open ( +1) /   202 closed ( +1) /   415 total ( +2)

New / Reopened Patches
__

new exit and quit objects  (2006-03-09)
CLOSED http://python.org/sf/1446372  opened by  Georg Brandl

zipfile: support for ZIP64  (2006-03-09)
   http://python.org/sf/1446489  opened by  Ronald Oussoren

patch for 1441408  compiler fails to spot extended slice  (2006-03-09)
   http://python.org/sf/1446847  opened by  Grant Olson

Patch for bug 1441486: bad unary minus folding in compiler  (2006-03-09)
   http://python.org/sf/1446922  opened by  Grant Olson

logging: findCaller() sometimes raises AttributeError  (2006-03-10)
CLOSED http://python.org/sf/1447410  opened by  Kevin J Bluck

ConnectRegistry blocks all threads  (2006-03-12)
   http://python.org/sf/1448199  opened by  Lars L

decorator module  (2006-03-12)
   http://python.org/sf/1448297  opened by  Georg Brandl

declspec for ssize_t  (2006-03-12)
   http://python.org/sf/1448484  opened by  Zooko O'Whielacronx

const PyDict_Type ?  (2006-03-12)
   http://python.org/sf/1448488  opened by  Zooko O'Whielacronx

email.message.py charset can be unicode instance  (2006-03-13)
   http://python.org/sf/1449244  opened by  Tokio Kikuchi

Splitting CJK codecs from pythoncore dll  (2006-03-14)
   http://python.org/sf/1449471  opened by  Hye-Shik Chang

Patches Closed
__

new exit and quit objects  (2006-03-09)
   http://python.org/sf/1446372  closed by  gbrandl

logging: findCaller() sometimes raises AttributeError  (2006-03-10)
   http://python.org/sf/1447410  closed by  vsajip

Several minor fixes for NULL checks, etc.  (2006-03-06)
   http://python.org/sf/1444030  closed by  nnorwitz

New with semantics  (2006-03-08)
   http://python.org/sf/1445739  closed by  nnorwitz

Python memory allocator: Free memory  (2005-02-15)
   http://python.org/sf/1123430  closed by  tim_one

New / Reopened Bugs
___

extended slice behavior inconsistent with docs  (2006-03-09)
   http://python.org/sf/1446619  opened by  Steven Bethard

bug with xmlrpclib  (2006-03-09)
   http://python.org/sf/1446690  opened by  varun bhansaly

whatsnew 2.5: pep 353, python -m  (2006-03-09)
   http://python.org/sf/1447031  opened by  Gene Tani

tkinter Dialog fails when more than four buttons are used  (2006-03-10)
   http://python.org/sf/1447222  opened by  Hernan P. Dacharry

tkinter Dialog fails when more than four buttons are used  (2006-03-10)
CLOSED http://python.org/sf/1447234  opened by  Hernan P. Dacharry

Mac Framework build fails on intel  (2006-03-10)
   http://python.org/sf/1447587  opened by  Michael Mondragon

make frameworkinstall fails on Intel Macs  (2006-03-10)
   http://python.org/sf/1447607  opened by  Michael Mondragon

reindent.py exposes bug in tokenize  (2006-03-10)
CLOSED http://python.org/sf/1447633  opened by  Edward C. Jones

traceback.format_exception_only() and SyntaxError  (2006-03-11)
   http://python.org/sf/1447885  opened by  Remy Blank

Unable to stringify datetime with tzinfo  (2006-03-11)
   http://python.org/sf/1447945  opened by  Ilpo Nyyssönen

Defining a class with __dict__ brakes attributes assignment  (2006-03-11)
   http://python.org/sf/1448042  opened by  Michal Kwiatkowski

problems with too many sockets in FreeBSD  (2006-03-12)
   http://python.org/sf/1448058  opened by  aix-d

gettext.py breaks on plural-forms header  (2006-03-12)
   http://python.org/sf/1448060  opened by  Danilo Segan

re search infinite loop  (2006-03-12)
   http://python.org/sf/1448325  opened by  Don Allen

Convertion error for latin1 characters with iso-2022-jp-2  (2006-03-12)
CLOSED http://python.org/sf/1448490  opened by  Francois Duranleau

asyncore dispatcher.__getattr__() masks self._map  (2006-03-12)
   http://python.org/sf/1448639  opened by  Doug White

datetime.__init__ cannot be overridden  (2006-03-13)
CLOSED http://python.org/sf/1448640  opened by  Martin Blais

Subscript operations generating incorrect code  (2006-03-13)
CLOSED http://python.org/sf/1448804  opened by  Nick Coghlan

urllib2+https+proxy not working  (2006-03-13)
   http://python.org/sf/1448934  opened by  Rui Martins

urllib2+https+proxy not working  (2006-03-14)
CLOSED http://python.org/sf/1449397  opened by  Rui Martins

optparse: extending actions missing ALWAYS_TYPES_ACTIONS  (2006-03-13)
   http://python.org/sf/1449311  opened by  Christopher

Build of readline fails  (2006-03-14)
CLOSED http://python.org/sf/1450019  opened by  Sydney Weidman

int() and isdigit() accept non-digit numbers when using unic  (2006-03-15)
CLOSED http://python.org/sf/1450212  opened by  Pierre-Frédéric Caillaud

windows python truncates files when reading them  (2006-03-15)
CLOSED 

Weekly Python Patch/Bug Summary

2006-03-09 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  386 open ( +4) /  3089 closed (+10) /  3475 total (+14)
Bugs:  889 open ( +9) /  5636 closed (+12) /  6525 total (+21)
RFE :  212 open ( +1) /   201 closed ( +0) /   413 total ( +1)

New / Reopened Patches
__

db4.4 support for bsddb  (2006-03-02)
CLOSED http://python.org/sf/1441660  opened by  Jérome Laheurte

Faster list comprehensions  (2006-03-03)
CLOSED http://python.org/sf/1442442  opened by  Collin Winter

Add support for the If-Modified-Since header  (2006-03-03)
   http://python.org/sf/1442867  opened by  Shannon -jj Behrens

PyLong_FromString optimization  (2006-03-04)
   http://python.org/sf/1442927  opened by  Alan McIntyre

Incremental codecs for CJKCodecs  (2006-03-05)
   http://python.org/sf/1443155  opened by  Hye-Shik Chang

Remove bad PREDICT in ceval.c  (2006-03-04)
   http://python.org/sf/1443159  opened by  Collin Winter

gc.get_count() and other changes  (2006-03-05)
CLOSED http://python.org/sf/1443865  opened by  Barry A. Warsaw

email/charset.py convert() patch  (2006-03-06)
   http://python.org/sf/1443875  opened by  Tokio Kikuchi

Various minor fixes for NULL checks, etc.  (2006-03-06)
   http://python.org/sf/1444030  opened by  Hye-Shik Chang

Make itertools.tee participate in GC  (2006-03-06)
   http://python.org/sf/1444398  opened by  Thomas Wouters

kwdargs for compile/__import__  (2006-03-07)
   http://python.org/sf/1444529  opened by  Thomas Wouters

New with semantics  (2006-03-08)
   http://python.org/sf/1445739  opened by  Guido van Rossum

Patches Closed
__

db4.4 support for bsddb  (2006-03-02)
   http://python.org/sf/1441660  closed by  nnorwitz

Inconsistency in os' function naming  (2006-03-01)
   http://python.org/sf/1440928  closed by  gvanrossum

PEP 357 --- adding nb_index  (2006-02-21)
   http://python.org/sf/1436368  closed by  gvanrossum

Faster list comprehensions  (2006-03-03)
   http://python.org/sf/1442442  closed by  nnorwitz

The email package needs an application type  (2006-02-04)
   http://python.org/sf/1424065  closed by  bwarsaw

Size of time_t changed to 64 bits in MSVC++ 2005 CRT  (2006-02-24)
   http://python.org/sf/1437769  closed by  loewis

gc.get_count() and other changes  (2006-03-05)
   http://python.org/sf/1443865  closed by  bwarsaw

StreamReader.readline with size reading multiple lines  (2005-12-13)
   http://python.org/sf/1379332  closed by  doerwalter

Make property use the getter's __doc__ if no doc argument  (2006-02-18)
   http://python.org/sf/1434038  closed by  gbrandl

New / Reopened Bugs
___

yet another svn head compiler change  (2006-03-02)
   http://python.org/sf/1441486  opened by  Michael Hudson

socket read() can cause MemoryError in Windows  (2006-03-02)
   http://python.org/sf/1441530  opened by  taukki

Omission in docs for urllib2.urlopen()  (2006-03-02)
   http://python.org/sf/1441864  opened by  Kent Johnson

A (treaded) Python crash only on dual core machines  (2006-03-02)
CLOSED http://python.org/sf/1441884  opened by  Robert Kiendl

Multiple simultaneous sendtos on AF_UNIX socket broken.  (2006-03-02)
   http://python.org/sf/1441984  opened by  Brian Brunswick

Traceback in pydoc  (2006-03-02)
CLOSED http://python.org/sf/1442012  opened by  Thomas Heller

IDLE shell window gets very slow when displaying long lines  (2006-03-03)
   http://python.org/sf/1442493  opened by  Heiko Selber

os.listdir doesn't release GIL  (2006-02-15)
CLOSED http://python.org/sf/1432525  reopened by  gvanrossum

docs for os.statvfs miss f_bsize parameter  (2006-03-03)
CLOSED http://python.org/sf/1442767  opened by  Chris Cogdon

handling comments with markupbase and HTMLParser  (2006-03-03)
   http://python.org/sf/1442874  opened by  Daniel

Bad Coroutine link  (2006-03-04)
CLOSED http://python.org/sf/1442937  opened by  Paddy McCarthy

Pickle protocol 2 fails on private slots.  (2006-03-05)
   http://python.org/sf/1443328  opened by  Daniele Varrazzo

locale.getpreferredencoding() dies when setlocale fails  (2006-03-05)
   http://python.org/sf/1443504  opened by  Catherine Devlin

email 3.0+ stops parsing headers prematurely  (2006-03-05)
   http://python.org/sf/1443866  opened by  Mark Sapiro

os.open() Documentation  (2006-03-06)
   http://python.org/sf/1444104  opened by  Thomas Guettler

subprocess test cases fail with noexec-mounted /tmp  (2006-03-06)
   http://python.org/sf/108  opened by  Wummel

Pointer freed twice in Py_InitializeEx()  (2006-03-07)
   http://python.org/sf/1444893  opened by  athorp

getpass.getpass queries on STDOUT not STERR (*nix)  (2006-03-07)
   http://python.org/sf/1445068  opened by  Jon Lasser

embedding Python causes memory leaks  (2006-03-08)
   http://python.org/sf/1445210  opened by  Andrew Trevorrow

install fails on hard link  (2006-03-08)
   

Weekly Python Patch/Bug Summary

2006-03-01 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  382 open ( -3) /  3079 closed (+12) /  3461 total ( +9)
Bugs:  880 open (+16) /  5624 closed ( +3) /  6504 total (+19)
RFE :  211 open ( +0) /   201 closed ( +1) /   412 total ( +1)

New / Reopened Patches
__

PEP 357 --- adding nb_index  (2006-02-21)
   http://python.org/sf/1436368  opened by  Travis Oliphant

Test of PEP 357  (2006-02-21)
CLOSED http://python.org/sf/1436377  opened by  Travis Oliphant

Size of time_t changed to 64 bits in MSVC++ 2005 CRT  (2006-02-23)
   http://python.org/sf/1437769  opened by  Atul Varma

dict.getdefault() implementation  (2006-02-24)
CLOSED http://python.org/sf/1438113  opened by  Barry A. Warsaw

PEP 0328 (relative import) implementation  (2006-02-24)
CLOSED http://python.org/sf/1438387  opened by  Thomas Wouters

Patch for bug  1438185: os.renames deletes junction points  (2006-02-26)
   http://python.org/sf/1439312  opened by  Grant Olson

issue syntax warning for with becoming a keyword  (2006-02-27)
CLOSED http://python.org/sf/1439917  opened by  Neal Norwitz

Add col information to parse  ast nodes  (2006-02-28)
CLOSED http://python.org/sf/1440601  opened by  John Ehresman

asdl generation changes  (2006-02-28)
CLOSED http://python.org/sf/1440620  opened by  John Ehresman

Stop help() crashing with incorrect privileges  (2006-03-01)
   http://python.org/sf/1440660  opened by  splitscreen

Inconsistency in os' function naming  (2006-03-01)
   http://python.org/sf/1440928  opened by  Frederik 'Freso' S. Olesen

Updated Demo\parser\unpack.py  (2006-03-02)
   http://python.org/sf/1441452  opened by  John Ehresman

Patches Closed
__

Implement PEP 357 for real  (2006-02-11)
   http://python.org/sf/1429591  deleted by  teoliphant

Test of PEP 357  (2006-02-21)
   http://python.org/sf/1436377  deleted by  teoliphant

add collections.defaultdict  (2006-02-17)
   http://python.org/sf/1433928  closed by  gvanrossum

dict.getdefault() implementation  (2006-02-24)
   http://python.org/sf/1438113  closed by  gvanrossum

PEP 0328 (relative import) implementation  (2006-02-24)
   http://python.org/sf/1438387  closed by  nnorwitz

PyThreadState_Delete doesnt' clean autoTLSkey  (2006-01-23)
   http://python.org/sf/1413181  closed by  tim_one

issue syntax warning for with becoming a keyword  (2006-02-27)
   http://python.org/sf/1439917  closed by  nnorwitz

PEP 343 with statement  (2006-02-21)
   http://python.org/sf/1435715  closed by  gvanrossum

Inline Lambda patch  (2006-02-18)
   http://python.org/sf/1434008  closed by  loewis

More easily extensible logging module  (2006-01-22)
   http://python.org/sf/1412054  closed by  vsajip

Add col information to parse  ast nodes  (2006-02-28)
   http://python.org/sf/1440601  closed by  loewis

asdl generation changes  (2006-02-28)
   http://python.org/sf/1440620  closed by  jpe

new-style exceptions  (2005-01-18)
   http://python.org/sf/1104669  closed by  bcannon

unknown locale: lt_LT (patch)  (2005-02-08)
   http://python.org/sf/1118341  closed by  nerijus

New / Reopened Bugs
___

urllib has trouble with Windows filenames  (2006-02-21)
   http://python.org/sf/1436428  opened by  Donovan Eastman

length of unicode string changes print behaviour  (2006-02-22)
   http://python.org/sf/1436532  opened by  James

urllib.py overwrite HTTPError code with 200  (2005-04-06)
   http://python.org/sf/1178141  reopened by  gbrandl

Problem parsing cmdline parameter quoted with a trailing \  (2006-02-22)
CLOSED http://python.org/sf/1436900  opened by  Wai Yip Tung

continue in .pdbrc has no effect  (2006-02-22)
   http://python.org/sf/1437051  opened by  Coolheads Consulting

can't send files via ftp on my MacOS X 10.3.9  (2006-02-23)
   http://python.org/sf/1437614  opened by  Li Quid

robotparser crashes if robots.txt contains non-ASCII  (2006-02-23)
   http://python.org/sf/1437699  opened by  osvenskan

Problems w/ expat 1.95.7 vs. Python 2.4  (2006-02-23)
   http://python.org/sf/1437785  opened by  Skip Montanaro

os.renames() crashes NTFS junctions  (2006-02-24)
   http://python.org/sf/1438185  opened by  Daniel Rohlfing

shutil.move raises OSError when copystat fails  (2006-02-25)
   http://python.org/sf/1438480  opened by  Joe Wreschnig

modules search in help() crashes on insufficient file perms  (2006-02-25)
   http://python.org/sf/1438537  opened by  A. Coder

test -e is not portable (Solaris 2.7)  (2006-02-27)
   http://python.org/sf/1439538  opened by  HÃ¥vard Tveite

file to store pickled object should be opened in binary mode  (2006-02-27)
   http://python.org/sf/1439659  opened by  Raghuram Devarakonda

email.Generator is not idempotent  (2006-02-28)
   http://python.org/sf/1440472  opened by  WonderClown

UnicodeWriter: utf-8 hardcoded instead of self.encoding  (2006-03-01)
   

Weekly Python Patch/Bug Summary

2006-02-21 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  385 open (-14) /  3067 closed (+25) /  3452 total (+11)
Bugs:  864 open (-59) /  5621 closed (+68) /  6485 total ( +9)
RFE :  211 open ( +2) /   200 closed ( +2) /   411 total ( +4)

New / Reopened Patches
__

GNU uses double-dashes not single  (2006-02-16)
   http://python.org/sf/1433148  opened by  splitscreen

restrict codec lookup to encodings package  (2006-02-16)
CLOSED http://python.org/sf/1433198  reopened by  lemburg

restrict codec lookup to encodings package  (2006-02-16)
CLOSED http://python.org/sf/1433198  opened by  Guido van Rossum

add on_missing() and default_factory to dict  (2006-02-17)
   http://python.org/sf/1433928  opened by  Guido van Rossum

CHM file contains proprietary link format  (2006-02-18)
   http://python.org/sf/1434298  opened by  Alexander Schremmer

Patch to support lots of file descriptors  (2006-02-19)
   http://python.org/sf/1434657  opened by  Sven Berkvens-Matthijsse

Add copy() method to zlib's compress and decompress objects  (2006-02-20)
   http://python.org/sf/1435422  opened by  Chris AtLee

PEP 343 with statement  (2006-02-21)
   http://python.org/sf/1435715  opened by  mbland

Incremental codecs  (2006-02-21)
   http://python.org/sf/1436130  opened by  Walter Dörwald

fix inplace assignment for immutable sequences  (2006-02-21)
   http://python.org/sf/1436226  opened by  Georg Brandl

Patches Closed
__

GNU uses double-dashes not single  (2006-02-16)
   http://python.org/sf/1433166  deleted by  gvanrossum

restrict codec lookup to encodings package  (2006-02-16)
   http://python.org/sf/1433198  closed by  lemburg

restrict codec lookup to encodings package  (2006-02-16)
   http://python.org/sf/1433198  closed by  lemburg

use computed goto's in ceval loop  (2006-01-18)
   http://python.org/sf/1408710  closed by  loewis

have SimpleHTTPServer return last-modified headers  (2006-01-28)
   http://python.org/sf/1417555  closed by  birkenfeld

Feed style codec API  (2005-01-12)
   http://python.org/sf/1101097  closed by  lemburg

chunk.py can't handle 2GB chunks  (2005-12-05)
   http://python.org/sf/1373643  closed by  birkenfeld

Fix of bug 1366000  (2005-11-30)
   http://python.org/sf/1370147  closed by  birkenfeld

Optional second argument for startfile  (2005-12-29)
   http://python.org/sf/1393157  closed by  birkenfeld

Clairify docs on reference stealing  (2006-01-26)
   http://python.org/sf/1415507  closed by  birkenfeld

urllib proxy_bypass broken  (2006-02-07)
   http://python.org/sf/1426648  closed by  birkenfeld

Speed up EnumKey call  (2004-06-22)
   http://python.org/sf/977553  closed by  birkenfeld

[PATCH] Bug #1351707  (2005-11-10)
   http://python.org/sf/1352711  closed by  birkenfeld

fileinput patch for bug #1336582  (2005-10-25)
   http://python.org/sf/1337756  closed by  birkenfeld

Fix for int(string, base) wrong answers  (2005-10-22)
   http://python.org/sf/1334979  closed by  birkenfeld

[PATCH] 100x optimization for ngettext  (2005-11-06)
   http://python.org/sf/1349274  closed by  birkenfeld

commands.getstatusoutput()  (2005-11-02)
   http://python.org/sf/1346211  closed by  birkenfeld

two fileinput enhancements (fileno, openhook)  (2005-06-05)
   http://python.org/sf/1215184  closed by  birkenfeld

mode argument for fileinput class  (2005-05-31)
   http://python.org/sf/1212287  closed by  birkenfeld

do not add directory of sys.argv[0] into sys.path  (2004-05-02)
   http://python.org/sf/946373  closed by  gbrandl

prefix and exec_prefix as root dir bug  (2004-04-08)
   http://python.org/sf/931938  closed by  gbrandl

New / Reopened Bugs
___

optparse docs double-dash confusion  (2006-02-16)
   http://python.org/sf/1432838  opened by  John Veness

Logging hangs thread after detaching a StreamHandler's termi  (2006-02-13)
CLOSED http://python.org/sf/1431253  reopened by  yangzhang

os.path.expandvars sometimes doesn't expand $HOSTNAME  (2006-02-17)
CLOSED http://python.org/sf/1433667  opened by  Doug Fort

normalize function in minidom unlinks empty child nodes  (2006-02-17)
   http://python.org/sf/1433694  opened by  RomanKliotzkin

string parameter to ioctl not null terminated, includes fix  (2006-02-17)
   http://python.org/sf/1433877  opened by  Quentin Barnes

pointer aliasing causes core dump, with workaround  (2006-02-17)
   http://python.org/sf/1433886  opened by  Quentin Barnes

Python crash on __init__/__getattr__/__setattr__ interaction  (2004-04-26)
CLOSED http://python.org/sf/942706  reopened by  hhas

Crash when decoding UTF8  (2006-02-20)
CLOSED http://python.org/sf/1435487  opened by  Viktor Ferenczi

CGIHTTPServer doesn't handle path names with embeded space  (2006-02-21)
   http://python.org/sf/1436206  opened by  Richard Coupland

Bugs Closed
___

Logging hangs thread 

Weekly Python Patch/Bug Summary

2006-02-15 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  399 open ( +8) /  3042 closed ( +4) /  3441 total (+12)
Bugs:  923 open ( +8) /  5553 closed (+13) /  6476 total (+21)
RFE :  209 open ( +0) /   198 closed ( +1) /   407 total ( +1)

New / Reopened Patches
__

urllib proxy_bypass broken  (2006-02-07)
   http://python.org/sf/1426648  opened by  Anthony Tuininga

Implementation of PEP 357  (2006-02-09)
CLOSED http://python.org/sf/1428778  opened by  Travis Oliphant

pdb: fix for  1326406 (import  __main__ pdb failure)  (2006-02-10)
   http://python.org/sf/1429539  opened by  Ilya Sandler

Implement PEP 357 for real  (2006-02-11)
   http://python.org/sf/1429591  opened by  Travis Oliphant

PEP 338 implementation  (2006-02-11)
   http://python.org/sf/1429601  opened by  Nick Coghlan

PEP 338 documentation  (2006-02-11)
   http://python.org/sf/1429605  opened by  Nick Coghlan

Link Python modules to libpython on linux if --enable-shared  (2006-02-11)
   http://python.org/sf/1429775  opened by  Gustavo J. A. M. Carneiro

trace.py needs to know about doctests  (2006-02-11)
   http://python.org/sf/1429818  opened by  Marius Gedminas

Missing HCI sockets in bluetooth code from socketmodule  (2006-02-15)
   http://python.org/sf/1432399  opened by  Philippe Biondi

Patches Closed
__

Implementation of PEP 357  (2006-02-10)
   http://python.org/sf/1428778  closed by  ncoghlan

Prefer linking against ncursesw over ncurses library  (2006-02-09)
   http://python.org/sf/1428494  closed by  loewis

Enhancing '-m' to support packages (PEP 338)  (2004-10-09)
   http://python.org/sf/1043356  closed by  ncoghlan

File-iteration and read* method protection  (2006-01-05)
   http://python.org/sf/1397960  closed by  twouters

New / Reopened Bugs
___

tarfile.open bug / corrupt data  (2006-02-08)
   http://python.org/sf/1427552  opened by  Chris86

List not initialized if used as default argument  (2006-02-08)
CLOSED http://python.org/sf/1427789  opened by  Jason

Crash on invalid coding pragma  (2006-02-09)
CLOSED http://python.org/sf/1428264  opened by  ocean-city

add /usr/local support  (2006-02-09)
CLOSED http://python.org/sf/1428789  opened by  Karol Pietrzak

set documentation deficiencies  (2006-02-10)
CLOSED http://python.org/sf/1429063  opened by  Keith Briggs

For loop exit early  (2006-02-10)
   http://python.org/sf/1429481  opened by  msmith

segfault in FreeBSD  (2006-02-11)
CLOSED http://python.org/sf/1429585  opened by  aix-d

urllib.py: AttributeError on BadStatusLine  (2006-02-11)
   http://python.org/sf/1429783  opened by  Robert Kiendl

smtplib: empty mail addresses  (2006-02-12)
   http://python.org/sf/1430298  opened by  Freek Dijkstra

urlib2  (2006-02-13)
   http://python.org/sf/1430435  opened by  halfik

recursive __getattr__ in thread crashes OS X  (2006-02-12)
   http://python.org/sf/1430436  opened by  Aaron Swartz

CSV Sniffer fails to report mismatch of column counts  (2006-02-13)
   http://python.org/sf/1431091  opened by  Vinko

Logging hangs thread after detaching a StreamHandler's termi  (2006-02-13)
   http://python.org/sf/1431253  opened by  Yang Zhang

long path support in win32 part of os.listdir(posixmodule.c)  (2006-02-14)
   http://python.org/sf/1431582  opened by  Sergey Dorofeev

pydoc still doesn't handle lambda well  (2006-02-15)
   http://python.org/sf/1432260  opened by  William McVey

Descript of file-object read() method is wrong.  (2006-02-15)
   http://python.org/sf/1432343  opened by  Grant Edwards

arrayobject should use PyObject_VAR_HEAD  (2006-02-15)
   http://python.org/sf/1432350  opened by  Jim Jewett

Bugs Closed
___

Random stack corruption from socketmodule.c   (2004-01-13)
   http://python.org/sf/876637  closed by  nnorwitz

patch for etree cdata and attr quoting  (2006-02-04)
   http://python.org/sf/1424171  closed by  effbot

List not initialized if used as default argument  (2006-02-08)
   http://python.org/sf/1427789  closed by  birkenfeld

msvccompiler.py modified to work with .NET 2005 on win64  (2006-02-06)
   http://python.org/sf/1425482  closed by  loewis

email.Message should supress warning from uu.decode  (2006-01-18)
   http://python.org/sf/1409403  closed by  bwarsaw

Crash on invalid coding pragma  (2006-02-09)
   http://python.org/sf/1428264  closed by  birkenfeld

add /usr/local support  (2006-02-10)
   http://python.org/sf/1428789  closed by  loewis

set documentation deficiencies  (2006-02-10)
   http://python.org/sf/1429063  closed by  birkenfeld

segfault in FreeBSD  (2006-02-11)
   http://python.org/sf/1429585  closed by  nnorwitz

typo in tutorial  (2006-02-12)
   http://python.org/sf/1430076  closed by  effbot

New / Reopened RFE
__

itertools.any and itertools.all  (2006-02-15)
CLOSED http://python.org/sf/1432437  opened by  paul 

Weekly Python Patch/Bug Summary

2006-02-06 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  391 open ( +0) /  3038 closed (+10) /  3429 total (+10)
Bugs:  915 open ( +9) /  5540 closed (+21) /  6455 total (+30)
RFE :  209 open ( +2) /   197 closed ( +0) /   406 total ( +2)

New / Reopened Patches
__

difflib exceeding recursion limit  (2006-01-24)
CLOSED http://python.org/sf/1413711  opened by  Gustavo Niemeyer

Patch for bug #1380970  (2006-01-25)
   http://python.org/sf/1414934  opened by  Collin Winter

Clairify docs on reference stealing  (2006-01-26)
   http://python.org/sf/1415507  opened by  Collin Winter

optparse enable_interspersed_args disable_interspersed_args  (2006-01-26)
   http://python.org/sf/1415508  opened by  Rocky Bernstein

Configure patch for Mac OS X 10.3  (2006-01-27)
   http://python.org/sf/1416559  opened by  Ronald Oussoren

have SimpleHTTPServer return last-modified headers  (2006-01-28)
   http://python.org/sf/1417555  opened by  Aaron Swartz

Fix be be documentation typo in lang ref  (2006-02-01)
CLOSED http://python.org/sf/1421726  opened by  Wummel

Changes to nis module to support multiple NIS domains  (2006-02-02)
CLOSED http://python.org/sf/1422385  opened by  Ben Bell

Patches Closed
__

difflib exceeding recursion limit  (2006-01-24)
   http://python.org/sf/1413711  closed by  niemeyer

fix bsddb test associate problems w/bsddb 4.1  (2006-01-16)
   http://python.org/sf/1407992  closed by  greg

Patch f. bug 495682 cannot handle http_proxy with user:pass@  (2005-11-05)
   http://python.org/sf/1349118  closed by  loewis

bsddb3 build problems on FreeBSD (2.4 + 2.5)  (2005-02-22)
   http://python.org/sf/1146231  closed by  greg

Add support for db 4.3  (2004-11-23)
   http://python.org/sf/1071911  closed by  nnorwitz

zipfile: use correct system type on unixy systems  (2006-01-23)
   http://python.org/sf/1412872  closed by  loewis

Fill out the functional module  (2006-01-22)
   http://python.org/sf/1412451  closed by  rhettinger

Fix be be documentation typo in lang ref  (2006-02-01)
   http://python.org/sf/1421726  closed by  effbot

Changes to nis module to support multiple NIS domains  (2006-02-02)
   http://python.org/sf/1422385  closed by  loewis

anonymous mmap  (2006-01-16)
   http://python.org/sf/1407135  closed by  nnorwitz

New / Reopened Bugs
___

Popenhangs with latest Cygwin update  (2006-01-23)
CLOSED http://python.org/sf/1413378  opened by  Eric McRae

Popened file object close hangs in latest Cygwin update  (2006-01-23)
   http://python.org/sf/1413379  opened by  Eric McRae

zipfile: inserting some filenames produces corrupt .zips  (2006-01-24)
   http://python.org/sf/1413790  opened by  Grant Olson

email.Utils.py: UnicodeError in RFC2322 header  (2006-01-25)
   http://python.org/sf/1414018  opened by  A. Sagawa

Can only install 1 of each version of Python on Windows  (2006-01-25)
CLOSED http://python.org/sf/1414612  opened by  Max M Rasmussen

Underspecified behaviour of string.split/rsplit  (2006-01-25)
   http://python.org/sf/1414673  opened by  Collin Winter

inconsistency in help(set)  (2006-01-25)
   http://python.org/sf/1414697  opened by  Gregory Petrosyan

Typo in online documentation - 6.8.3.6 Replacing popen2.*  (2006-01-26)
CLOSED http://python.org/sf/1415455  opened by  Phil Wright

Inconsistency between StringIO and cStringIO  (2006-01-27)
   http://python.org/sf/1416477  opened by  Michael Kerrin

Problem with SOAPpy on 64-bit systems  (2006-01-27)
CLOSED http://python.org/sf/1416544  opened by  Gustavo J. A. M. Carneiro

SimpleHTTPServer doesn't return last-modified headers  (2006-01-28)
   http://python.org/sf/1417554  opened by  Aaron Swartz

EditorWindow demo causes attr-error  (2006-01-29)
   http://python.org/sf/1417598  opened by  snowman

float/atof have become locale aware  (2006-01-29)
   http://python.org/sf/1417699  opened by  Bernhard Herzog

PyRun_SimpleString won't parse \\x  (2006-01-30)
CLOSED http://python.org/sf/1418374  opened by  gnupun

PyImport_AppendInittab stores pointer to parameter  (2006-01-31)
   http://python.org/sf/1419652  opened by  coder_5

class dictionary shortcircuits __getattr__  (2006-01-31)
   http://python.org/sf/1419989  opened by  Shaun Cutts

IMPORT PROBLEM: Local submodule shadows global module  (2006-02-01)
   http://python.org/sf/1421513  opened by  Jens Engel

[win32] stderr atty encoding not set  (2006-02-01)
   http://python.org/sf/1421664  opened by  Snaury

http response dictionary incomplete  (2006-02-01)
   http://python.org/sf/1421696  opened by  Jim Jewett

CVS (not SVN) mentioned in Python FAQ  (2006-02-01)
CLOSED http://python.org/sf/1421811  opened by  Gregory Petrosyan

2.4.1 mentioned in Python FAQ as most stable version  (2006-02-01)
CLOSED http://python.org/sf/1421814  opened by  Gregory Petrosyan

Inconsistency in Programming FAQ  (2006-02-01)
  

Weekly Python Patch/Bug Summary

2006-01-23 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  391 open ( +7) /  3028 closed (+12) /  3419 total (+19)
Bugs:  905 open ( -4) /  5519 closed (+19) /  6424 total (+15)
RFE :  207 open ( -1) /   197 closed ( +1) /   404 total ( +0)

New / Reopened Patches
__

Patch for #1371247  (2006-01-14)
CLOSED http://python.org/sf/1406159  opened by  Peter van Kampen

Doc patch for bug #1396471  (2006-01-16)
CLOSED http://python.org/sf/1407021  opened by  Peter van Kampen

anonymous mmap  (2006-01-16)
   http://python.org/sf/1407135  opened by  Ralf Schmitt

ParenMatch: workaround for misinterpreting of closing parens  (2006-01-16)
   http://python.org/sf/1407280  opened by  Tal Einat

Patches Closed
__

AF_NETLINK sockets basic support  (2005-01-15)
   http://python.org/sf/1103116  closed by  loewis

Further .vcproj cleanups  (2006-01-03)
   http://python.org/sf/1396093  closed by  loewis

bind() for netlink sockets  (2005-12-15)
   http://python.org/sf/1381398  closed by  loewis

Patch for #1371247  (2006-01-14)
   http://python.org/sf/1406159  closed by  birkenfeld

Doc patch for bug #1396471  (2006-01-16)
   http://python.org/sf/1407021  closed by  birkenfeld

New / Reopened Bugs
___

bz2module with no long long type support  (2006-01-16)
CLOSED http://python.org/sf/1407069  opened by  kbob_ru

urlparse does not know about sftp: urls  (2006-01-17)
CLOSED http://python.org/sf/1407902  opened by  Stuart Bishop

Bugs Closed
___

segfault when using mmap(-1,...) [+PATCH]  (2006-01-10)
   http://python.org/sf/1402308  closed by  nnorwitz

2.3.5 RPM provides incompatibility  (2006-01-11)
   http://python.org/sf/1403225  closed by  jafo

locale.windows_locale   (2005-12-01)
   http://python.org/sf/1371247  closed by  birkenfeld

file.tell() returns illegal value on Windows  (2006-01-04)
   http://python.org/sf/1396471  closed by  birkenfeld

bz2module with no long long type support  (2006-01-15)
   http://python.org/sf/1407069  closed by  nnorwitz

TimedRotatingFileHandler at midnight rolls over at 01:00  (2006-01-03)
   http://python.org/sf/1396030  closed by  vsajip

TimedRotatingFileHandler does not recover from open error  (2006-01-03)
   http://python.org/sf/1396040  closed by  vsajip

urllib2 should be more robust for sloppy proxy URLs  (2004-02-22)
   http://python.org/sf/902075  closed by  birkenfeld

urlparse does not know about sftp: urls  (2006-01-17)
   http://python.org/sf/1407902  closed by  birkenfeld

in email can't get attachments' filenames using get_filename  (2006-01-11)
   http://python.org/sf/1403349  closed by  bwarsaw

RFE Closed
__

python.org - add RFE tracker  (2006-01-05)
   http://python.org/sf/1397806  closed by  kbk

-- 
http://mail.python.org/mailman/listinfo/python-list


Weekly Python Patch/Bug Summary (Revised)

2006-01-23 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  391 open ( +7) /  3028 closed (+12) /  3419 total (+19)
Bugs:  906 open ( -3) /  5519 closed (+19) /  6425 total (+16)
RFE :  207 open ( -1) /   197 closed ( +1) /   404 total ( +0)

New / Reopened Patches
__

Patch for #1371247  (2006-01-14)
CLOSED http://python.org/sf/1406159  opened by  Peter van Kampen

Doc patch for bug #1396471  (2006-01-16)
CLOSED http://python.org/sf/1407021  opened by  Peter van Kampen

anonymous mmap  (2006-01-16)
   http://python.org/sf/1407135  opened by  Ralf Schmitt

ParenMatch: workaround for misinterpreting of closing parens  (2006-01-16)
   http://python.org/sf/1407280  opened by  Tal Einat

fix bsddb test associate problems w/bsddb 4.1  (2006-01-16)
   http://python.org/sf/1407992  opened by  Neal Norwitz

Corrupt Berkeley DB using Modify bsddb.dbtables  (2006-01-17)
   http://python.org/sf/1408584  opened by  jross

use computed goto's in ceval loop  (2006-01-18)
   http://python.org/sf/1408710  opened by  Simon David Burton

Add foldr and foldl to functional module  (2006-01-19)
CLOSED http://python.org/sf/1410119  opened by  Collin Winter

Add 'surgical editing' to ConfigParser  (2006-01-21)
   http://python.org/sf/1410680  opened by  Tony Meyer

Add notes to the manual about `is` and methods  (2006-01-20)
   http://python.org/sf/1410739  opened by  Collin Winter

Doc patch for classmethod and staticmethod  (2006-01-20)
CLOSED http://python.org/sf/1410783  opened by  Collin Winter

Remove mention of DOS from os.py's docstring  (2006-01-20)
CLOSED http://python.org/sf/1410998  opened by  Hamish Lawson

Add DarwinPorts directories to setup.py  (2006-01-21)
CLOSED http://python.org/sf/1411588  opened by  Barry A. Warsaw

More easily extensible logging module  (2006-01-22)
   http://python.org/sf/1412054  opened by  Daniele Varrazzo

Compile under mingw properly  (2006-01-23)
   http://python.org/sf/1412448  opened by  Alexandre Girão Bezerra de Mene

Fill out the functional module  (2006-01-22)
   http://python.org/sf/1412451  opened by  Collin Winter

Proper locking with asynchronous callbacks.  (2006-01-23)
   http://python.org/sf/1412632  opened by  uiltje

zipfile: use correct system type on unixy systems  (2006-01-23)
   http://python.org/sf/1412872  opened by  Ronald Oussoren

PyThreadState_Delete doesnt' clean autoTLSkey  (2006-01-23)
   http://python.org/sf/1413181  opened by  Gabriel Becedillas

Patches Closed
__

AF_NETLINK sockets basic support  (2005-01-15)
   http://python.org/sf/1103116  closed by  loewis

Further .vcproj cleanups  (2006-01-03)
   http://python.org/sf/1396093  closed by  loewis

bind() for netlink sockets  (2005-12-15)
   http://python.org/sf/1381398  closed by  loewis

Patch for #1371247  (2006-01-14)
   http://python.org/sf/1406159  closed by  birkenfeld

Doc patch for bug #1396471  (2006-01-16)
   http://python.org/sf/1407021  closed by  birkenfeld

Add foldr and foldl to functional module  (2006-01-19)
   http://python.org/sf/1410119  closed by  collinwinter

Need warning that `dl` module can cause segfaults/crashes  (2006-01-11)
   http://python.org/sf/1402224  closed by  birkenfeld

Doc patch for classmethod and staticmethod  (2006-01-20)
   http://python.org/sf/1410783  closed by  birkenfeld

Make unittest.TestCase easier to subclass  (2005-12-22)
   http://python.org/sf/1388073  closed by  birkenfeld

Remove mention of DOS from os.py's docstring  (2006-01-20)
   http://python.org/sf/1410998  closed by  birkenfeld

fix UnixBrowswer failure when no browser running  (2005-12-03)
   http://python.org/sf/1372125  closed by  birkenfeld

Add DarwinPorts directories to setup.py  (2006-01-21)
   http://python.org/sf/1411588  closed by  bwarsaw

New / Reopened Bugs
___

bz2module with no long long type support  (2006-01-16)
CLOSED http://python.org/sf/1407069  opened by  kbob_ru

urlparse does not know about sftp: urls  (2006-01-17)
CLOSED http://python.org/sf/1407902  opened by  Stuart Bishop

email.Message should supress warning from uu.decode  (2006-01-18)
   http://python.org/sf/1409403  opened by  Mark Sapiro

frame-f_lasti not always correct  (2006-01-18)
   http://python.org/sf/1409443  opened by  John Ehresman

email.Message.set_payload followed by bad result get_payload  (2006-01-18)
   http://python.org/sf/1409455  opened by  Mark Sapiro

email.Utils.parseaddr() gives arcane result  (2006-01-18)
   http://python.org/sf/1409460  opened by  Mark Sapiro

email.Charset.py CODEC_MAP no longer requires 'japanese'  (2006-01-19)
   http://python.org/sf/1409538  opened by  Tokio Kikuchi

urllib2.urlopen() hangs due to use of socket._fileobject?  (2006-01-20)
   http://python.org/sf/1411097  opened by  John J Lee

print statement in libref index broken  (2006-01-21)
   http://python.org/sf/1411674  opened by  

Weekly Python Patch/Bug Summary

2006-01-13 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  384 open ( +2) /  3016 closed (+13) /  3400 total (+15)
Bugs:  909 open ( +6) /  5500 closed (+21) /  6409 total (+27)
RFE :  208 open ( +5) /   196 closed ( +1) /   404 total ( +6)

New / Reopened Patches
__

add support for thread function result storage  (2006-01-02)
   http://python.org/sf/1395552  opened by  tosi-in

Nit: incorrect subsection LaTeX label in cookielib docs  (2006-01-03)
CLOSED http://python.org/sf/1395715  opened by  John J Lee

Further .vcproj cleanups  (2006-01-03)
   http://python.org/sf/1396093  opened by  Adal Chiriliuc

FreeBSD is system scope threads capable  (2006-01-04)
   http://python.org/sf/1396919  opened by  Valts

Fix dict and set docs, re: immutability  (2006-01-05)
   http://python.org/sf/1397711  opened by  Collin Winter

dictnotes.txt  (2006-01-05)
   http://python.org/sf/1397848  opened by  Jim Jewett

File-iteration and read* method protection  (2006-01-05)
   http://python.org/sf/1397960  opened by  Thomas Wouters

ConfigParser to save with order  (2006-01-07)
   http://python.org/sf/1399309  opened by  Facundo Batista

enhance unittest to define tests that *should* fail  (2006-01-08)
   http://python.org/sf/1399935  opened by  Neal Norwitz

unicode formats floats according to locale  (2006-01-09)
CLOSED http://python.org/sf/1400181  opened by  Neal Norwitz

Need warning that `dl` module can cause segfaults/crashes  (2006-01-10)
   http://python.org/sf/1402224  opened by  Tim Delaney

Fix dictionary subclass semantics when used as global dicts.  (2006-01-10)
   http://python.org/sf/1402289  opened by  crutcher

Suggested patch for #1403410  (2006-01-13)
CLOSED http://python.org/sf/1404357  opened by  Peter van Kampen

Patch for #1394565  (2006-01-13)
CLOSED http://python.org/sf/1404374  opened by  Peter van Kampen

Patches Closed
__

dict.merge  (2005-12-27)
   http://python.org/sf/1391204  closed by  gvanrossum

cookielib LWPCookieJar and MozillaCookieJar exceptions  (2005-02-06)
   http://python.org/sf/1117398  closed by  nnorwitz

Nit: incorrect subsection LaTeX label in cookielib docs  (2006-01-03)
   http://python.org/sf/1395715  closed by  birkenfeld

mingw compile  (2004-10-25)
   http://python.org/sf/1053879  closed by  loewis

skip winsound for Windows/IA64 build  (2005-03-09)
   http://python.org/sf/1160169  closed by  loewis

PCbuild vcproj project files need a cleanup  (2005-09-29)
   http://python.org/sf/1307806  closed by  loewis

look in libbsd.a also for openpty and forkpty  (2004-01-22)
   http://python.org/sf/881820  closed by  loewis

UTF-8-Sig codec  (2005-04-05)
   http://python.org/sf/1177307  closed by  loewis

fix for distutils upload command  (2005-09-23)
   http://python.org/sf/1299675  closed by  loewis

unicode formats floats according to locale  (2006-01-09)
   http://python.org/sf/1400181  closed by  nnorwitz

Python crashes in pyexpat.c if malformed XML is parsed  (2005-03-31)
   http://python.org/sf/1173998  closed by  nnorwitz

Suggested patch for #1403410  (2006-01-13)
   http://python.org/sf/1404357  closed by  birkenfeld

Patch for #1394565  (2006-01-13)
   http://python.org/sf/1404374  closed by  birkenfeld

New / Reopened Bugs
___

errata  (2006-01-01)
CLOSED http://python.org/sf/1394868  opened by  Chad Whitacre

os.remove should behave like rm, not unlink  (2006-01-02)
CLOSED http://python.org/sf/1395442  opened by  Chad Whitacre

Please document pyc format guarantees  (2006-01-02)
CLOSED http://python.org/sf/1395511  opened by  Joe Wreschnig

module os, very small doc inconsistency  (2006-01-02)
CLOSED http://python.org/sf/1395597  opened by  tiissa

Can't build Python on POSIX w/o $HOME  (2004-05-24)
   http://python.org/sf/959576  reopened by  birkenfeld

make fails trying to run svnversion  (2006-01-03)
CLOSED http://python.org/sf/1395926  opened by  M.-A. Lemburg

TimedRotatingFileHandler at midnight rolls over at 01:00  (2006-01-03)
   http://python.org/sf/1396030  opened by  Andrew Waters

TimedRotatingFileHandler does not recover from open error  (2006-01-03)
   http://python.org/sf/1396040  opened by  Andrew Waters

KeyboardInterrupt prevents return to Windows console  (2006-01-03)
   http://python.org/sf/1396258  opened by  Vernon Cole

file.tell() returns illegal value on Windows  (2006-01-03)
   http://python.org/sf/1396471  opened by  Tom Goddard

urlparse is confused by /  (2006-01-04)
   http://python.org/sf/1396543  opened by  John Hansen

TimedRotatingFileHandler midnight rollover time increases  (2006-01-04)
   http://python.org/sf/1396622  opened by  Andrew Waters

bsddb.__init__ causes error  (2006-01-04)
   http://python.org/sf/1396678  opened by  Fabian_M

%ehrntDRT support for time.strptime   (2006-01-04)
   http://python.org/sf/1396946  opened by  Johan Dahlin

no 

Weekly Python Patch/Bug Summary

2005-12-31 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  382 open ( +3) /  3003 closed ( +1) /  3385 total ( +4)
Bugs:  903 open (-11) /  5479 closed (+27) /  6382 total (+16)
RFE :  203 open ( -1) /   195 closed ( +2) /   398 total ( +1)

New / Reopened Patches
__

NotImplemented-TypeError in __add__ and __mul__  (2005-12-26)
CLOSED http://python.org/sf/1390657  opened by  Armin Rigo

dict.merge  (2005-12-27)
   http://python.org/sf/1391204  opened by  Nicolas Lehuen

cookielib LWPCookieJar and MozillaCookieJar exceptions  (2005-02-06)
   http://python.org/sf/1117398  reopened by  jjlee

Optional second argument for startfile  (2005-12-29)
   http://python.org/sf/1393157  opened by  Thomas Heller

Add restart debugger command to pdb.py  (2005-12-30)
   http://python.org/sf/1393667  opened by  Rocky Bernstein

Patches Closed
__

NotImplemented-TypeError in __add__ and __mul__  (2005-12-26)
   http://python.org/sf/1390657  closed by  arigo

weakref callbacks are called only if the weakref is alive  (2005-12-12)
   http://python.org/sf/1379023  closed by  arigo

New / Reopened Bugs
___

Incorrectly docs for return values of set update methods  (2005-12-24)
CLOSED http://python.org/sf/1389673  opened by  Collin Winter

Fxn call in _elementtree.c has incorrect signedness  (2005-12-24)
CLOSED http://python.org/sf/1389809  opened by  Brett Cannon

_winreg specifies EnvironmentError instead of WindowsError  (2005-12-21)
CLOSED http://python.org/sf/1386675  reopened by  birkenfeld

ScrolledText hungs up in some conditions  (2005-12-25)
   http://python.org/sf/1390086  opened by  dani_filth

README mention --without-cxx  (2005-12-25)
   http://python.org/sf/1390321  opened by  Aahz

time docs lack %F in strftime!  (2005-12-26)
CLOSED http://python.org/sf/1390605  opened by  Nikos Kouremenos

split() breaks no-break spaces  (2005-12-26)
CLOSED http://python.org/sf/1390608  opened by  MvR

time.strftime('%F', local_time) is okay but time.strptime no  (2005-12-26)
CLOSED http://python.org/sf/1390629  opened by  Nikos Kouremenos

lambda functions confused when mapped in dictionary object  (2005-12-27)
CLOSED http://python.org/sf/1390991  opened by  Samuel Hsiung

missing module names in email package  (2005-12-27)
   http://python.org/sf/1391608  opened by  Gabriel Genellina

floating point literals don't work in non-US locale in 2.5  (2005-12-28)
   http://python.org/sf/1391872  opened by  Fredrik Lundh

build fails on BSD 3.8  (2005-12-30)
   http://python.org/sf/1392915  opened by  George Yoshida

cannot build SVN trunk on old systems  (2005-12-29)
   http://python.org/sf/1393109  opened by  Fredrik Lundh

Deleting first item causes anydbm.first() to fail  (2005-12-30)
   http://python.org/sf/1394135  opened by  Dan Bisalputra

urllib2 raises exception when page redirects to itself  (2005-12-31)
CLOSED http://python.org/sf/1394453  opened by  René Pijlman

SimpleHTTPServer doesn't understand query arguments  (2005-12-31)
   http://python.org/sf/1394565  opened by  Aaron Swartz

'Plus' filemode exposes uninitialized memory on win32  (2005-12-31)
   http://python.org/sf/1394612  opened by  Cory Dodt

Bugs Closed
___

Decimal sqrt() ignores rounding  (2005-12-23)
   http://python.org/sf/1388949  closed by  facundobatista

Incorrect docs for return values of set update methods  (2005-12-24)
   http://python.org/sf/1389673  closed by  birkenfeld

Fxn call in _elementtree.c has incorrect signedness  (2005-12-25)
   http://python.org/sf/1389809  closed by  effbot

_winreg specifies EnvironmentError instead of WindowsError  (2005-12-21)
   http://python.org/sf/1386675  closed by  birkenfeld

time docs lack %F in strftime!  (2005-12-26)
   http://python.org/sf/1390605  closed by  birkenfeld

split() breaks no-break spaces  (2005-12-26)
   http://python.org/sf/1390608  closed by  lemburg

time.strftime('%F', local_time) is okay but time.strptime no  (2005-12-26)
   http://python.org/sf/1390629  closed by  birkenfeld

metaclasses, __getattr__, and special methods  (2003-04-29)
   http://python.org/sf/729913  closed by  arigo

special methods become static  (2004-11-15)
   http://python.org/sf/1066490  closed by  arigo

len() on class broken  (2005-12-16)
   http://python.org/sf/1382740  closed by  arigo

urllib.url2pathname, pathname2url doc strings inconsistent  (2002-12-07)
   http://python.org/sf/649974  closed by  birkenfeld

PyLong_AsVoidPtr()/PyLong_FromVoidPtr()  (2002-12-14)
   http://python.org/sf/653542  closed by  birkenfeld

Acrobat Reader 5 compatibility  (2003-04-14)
   http://python.org/sf/721160  closed by  birkenfeld

Calling socket.recv() with a large number breaks  (2003-06-17)
   http://python.org/sf/756104  closed by  birkenfeld

Automated daily documentation builds  (2002-06-26)
   http://python.org/sf/574241  closed by  

Weekly Python Patch/Bug Summary

2005-12-23 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  379 open ( -4) /  3002 closed (+12) /  3381 total ( +8)
Bugs:  914 open (-13) /  5452 closed (+37) /  6366 total (+24)
RFE :  204 open ( +0) /   193 closed ( +1) /   397 total ( +1)

New / Reopened Patches
__

Some fixes for the binary distribution builder  (2005-12-14)
   http://python.org/sf/1380777  opened by  Ronald Oussoren

Fix bug read() would hang on ssl socket if settimeout() used  (2005-12-15)
   http://python.org/sf/1380952  opened by  Arkadiusz Miskiewicz

bind() for netlink sockets  (2005-12-15)
   http://python.org/sf/1381398  opened by  Timo Metsälä

list.count() patch for feature request 1370948  (2005-12-15)
CLOSED http://python.org/sf/1382087  opened by  Mike Fondo

Expose Subversion revision number  (2005-12-16)
CLOSED http://python.org/sf/1382163  opened by  Barry A. Warsaw

Specify new reference return value for PyObject_Call  (2005-12-17)
CLOSED http://python.org/sf/1383115  opened by  Farshid Lashkari

Make unittest.TestCase easier to subclass  (2005-12-22)
   http://python.org/sf/1388073  opened by  Collin Winter

add more readline support  (2005-12-22)
   http://python.org/sf/1388440  opened by  Sebastien Boving

Patches Closed
__

PyXxx_Check() speed-up  (2005-02-27)
   http://python.org/sf/1153056  closed by  arigo

[PATCH] mmap fails on AMD64  (2005-11-24)
   http://python.org/sf/1365916  closed by  nnorwitz

list.count() patch for feature request 1370948  (2005-12-15)
   http://python.org/sf/1382087  closed by  gvanrossum

Expose Subversion revision number  (2005-12-16)
   http://python.org/sf/1382163  closed by  bwarsaw

fix description of format_exc in traceback doc  (2005-12-09)
   http://python.org/sf/1376914  closed by  birkenfeld

xml.parsers.expat documentation fix  (2005-12-10)
   http://python.org/sf/1377848  closed by  birkenfeld

correct display of pathnames in SimpleHTTPServer  (2005-11-18)
   http://python.org/sf/1360443  closed by  birkenfeld

PEP 341 - Unification of try/except and try/finally  (2005-11-13)
   http://python.org/sf/1355913  closed by  nnorwitz

Specify new reference return value for PyObject_Call  (2005-12-17)
   http://python.org/sf/1383115  closed by  effbot

LibRef: reworked chapter organization  (2005-12-07)
   http://python.org/sf/1375417  closed by  akuchling

cookielib LWPCookieJar and MozillaCookieJar exceptions  (2005-02-06)
   http://python.org/sf/1117398  closed by  nnorwitz

cookielib mis-handles RFC 2109 cookies in Netscape mode  (2005-03-04)
   http://python.org/sf/1157027  closed by  nnorwitz

New / Reopened Bugs
___

split() description not fully accurate  (2005-12-14)
   http://python.org/sf/1380970  opened by  K.C.

csv.reader endless loop   (2005-12-15)
   http://python.org/sf/1381476  opened by  Christian Harms

mode 't' not documented as posssible mode for file built-in  (2005-12-15)
   http://python.org/sf/1381717  opened by  Simo Salminen

cElementTree only supports a few encodings  (2005-12-15)
CLOSED http://python.org/sf/1381939  opened by  Fredrik Lundh

MacRoman Encoding Bug (OHM vs. OMEGA)  (2005-12-16)
CLOSED http://python.org/sf/1382096  opened by  Sean B. Palmer

Tutorial section 9.5.1 ignores MRO for new-style classes  (2005-12-16)
   http://python.org/sf/1382213  opened by  GaryD

--install-base not honored on win32  (2005-12-16)
   http://python.org/sf/1382562  opened by  John Ehresman

len() on class broken  (2005-12-16)
   http://python.org/sf/1382740  reopened by  kquick

len() on class broken  (2005-12-16)
   http://python.org/sf/1382740  opened by  Kevin Quick

len() on class broken  (2005-12-16)
CLOSED http://python.org/sf/1382815  opened by  Kevin Quick

MacOS.WMAvailable() doesn't launch Python.app properly  (2005-12-17)
CLOSED http://python.org/sf/1383644  opened by  has

random module - Provider DLL failed to initialize correctly  (2005-12-18)
   http://python.org/sf/1384175  opened by  Greg Hazel

exec statement link in index broken  (2005-12-19)
   http://python.org/sf/1385004  opened by  Harri Pasanen

compiler module does not detect a syntax error  (2005-12-19)
   http://python.org/sf/1385040  opened by  Harri Pasanen

execfile anomaly with from __future__ import division  (2005-12-19)
CLOSED http://python.org/sf/1385055  opened by  Harri Pasanen

_winreg specifies EnvironmentError instead of WindowsError  (2005-12-21)
   http://python.org/sf/1386675  opened by  Tony Meyer

sys.path[0] when executed thru a symbolic link  (2005-12-21)
CLOSED http://python.org/sf/1387483  opened by  Tomasz Kowaltowski

weird behavior when assigning locals() to a variable  (2005-12-22)
CLOSED http://python.org/sf/1387650  opened by  Samuel Bayer

Minor error in md5 docs  (2005-12-22)
CLOSED http://python.org/sf/1388141  opened by  Kent Johnson

bug in rstrip  lstrip  (2005-12-23)
CLOSED 

Weekly Python Patch/Bug Summary

2005-12-13 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  383 open (+11) /  2990 closed (+10) /  3373 total (+21)
Bugs:  927 open (+19) /  5415 closed (+20) /  6342 total (+39)
RFE :  204 open ( +4) /   192 closed ( +1) /   396 total ( +5)

New / Reopened Patches
__

use PyOS_ReadlineFunctionPointer in non-interractive input   (2004-05-18)
CLOSED http://python.org/sf/955928  reopened by  loewis

use PyOS_ReadlineFunctionPointer in non-interractive input   (2005-11-27)
   http://python.org/sf/1367628  opened by  Gregory Lielens

Remove usage of UserDict from os.py  (2005-11-27)
   http://python.org/sf/1367711  opened by  Wolfgang Langner

replace usage of UserDict with new dict class  (2005-11-27)
CLOSED http://python.org/sf/1367717  opened by  Wolfgang Langner

email/Charset.py  (2005-11-28)
   http://python.org/sf/1368247  opened by  Damjan Georgievski

UUID module for Python  (2005-11-29)
   http://python.org/sf/1368955  opened by  Ka-Ping Yee

Module fixedlenfields for standard lib  (2005-11-29)
   http://python.org/sf/1369028  opened by  Michael Ströder

Fix of bug 1366000  (2005-11-30)
   http://python.org/sf/1370147  opened by  STINNER Victor

ConfigParser to accept a custom dict to allow ordering  (2005-12-01)
   http://python.org/sf/1371075  opened by  Micah Elliott

fix UnixBrowswer failure when no browser running  (2005-12-02)
   http://python.org/sf/1372125  opened by  Greg Couch

tiny chunk of unused code in cookielib  (2005-12-04)
CLOSED http://python.org/sf/1372836  opened by  John J Lee

Missing \versionadded in urllib2 and cookielib docs  (2005-12-04)
CLOSED http://python.org/sf/1372995  opened by  John J Lee

chunk.py can't handle 2GB chunks  (2005-12-05)
   http://python.org/sf/1373643  opened by  Christer Weinigel

Tweak pprint.PrettyPrinter.format for subclassing  (2005-12-05)
   http://python.org/sf/1373762  opened by  Mark Hirota

Broader iterable support for xmlrpclib  (2005-12-05)
   http://python.org/sf/1374063  opened by  Skip Montanaro

Improper handling of duplicate cookies  (2005-12-06)
   http://python.org/sf/1375011  opened by  Viraj Alankar

LibRef: reworked chapter organization  (2005-12-07)
   http://python.org/sf/1375417  opened by  A.M. Kuchling

subprocess.CalledProcessError uses errno incorrectly  (2005-12-08)
   http://python.org/sf/1376309  opened by  Michael Hoffman

Use 'seealso' to add examples to LibRef  (2005-12-08)
   http://python.org/sf/1376361  opened by  A.M. Kuchling

fix description of format_exc in traceback doc  (2005-12-08)
   http://python.org/sf/1376914  opened by  Ilya Sandler

xml.parsers.expat documentation fix  (2005-12-10)
   http://python.org/sf/1377848  opened by  Ori Avtalion

weakref callbacks are called only if the weakref is alive  (2005-12-12)
   http://python.org/sf/1379023  opened by  Noam Raphael

StreamReader.readline with size reading multiple lines  (2005-12-13)
   http://python.org/sf/1379332  opened by  Matthew Mueller

Patches Closed
__

use PyOS_ReadlineFunctionPointer in non-interractive input   (2004-05-18)
   http://python.org/sf/955928  closed by  greglielens

use PyOS_ReadlineFunctionPointer in non-interractive input   (2004-05-18)
   http://python.org/sf/955928  closed by  greglielens

EditorWindow's title with non-ASCII chars.  (2005-03-14)
   http://python.org/sf/1162825  closed by  loewis

Fix for signal related abort in Visual Studio 2005  (2005-11-07)
   http://python.org/sf/1350409  closed by  loewis

PyOS_Readline  (2005-07-04)
   http://python.org/sf/1232343  closed by  dalcinl

PyOS_Readline  (2005-07-04)
   http://python.org/sf/1232343  deleted by  dalcinl

cgi: replace usage of UserDict with new dict class  (2005-11-27)
   http://python.org/sf/1367717  closed by  tds33

tiny chunk of unused code in cookielib  (2005-12-04)
   http://python.org/sf/1372836  closed by  akuchling

SimpleXMLRPCServer.py optional allow_none argument  (2004-02-09)
   http://python.org/sf/893642  closed by  akuchling

SimpleXMLRPCServer optional allow_none / encoding arguments  (2004-10-02)
   http://python.org/sf/1039083  closed by  akuchling

Missing \versionadded in urllib2 and cookielib docs  (2005-12-04)
   http://python.org/sf/1372995  closed by  akuchling

Adding new regrtest resource 'urlfetch'  (2005-08-30)
   http://python.org/sf/1276356  closed by  perky

New / Reopened Bugs
___

maximum length not enforce in cgi.parse()  (2005-11-27)
   http://python.org/sf/1367631  opened by  Andrew Rogers

loogger module locks  (2005-11-27)
   http://python.org/sf/1367814  opened by  Chris Fuller

fix for scheme identification in urllib2?  (2005-11-28)
   http://python.org/sf/1368312  opened by  Ben Boals

prompt_user_passwd() in FancyURLopener  (2005-11-28)
   http://python.org/sf/1368368  opened by  Björn Lindqvist

python.dir still refers to 

Weekly Python Patch/Bug Summary

2005-11-26 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  372 open ( -7) /  2980 closed (+12) /  3352 total ( +5)
Bugs:  908 open ( -2) /  5395 closed (+11) /  6303 total ( +9)
RFE :  200 open ( +0) /   191 closed ( +0) /   391 total ( +0)

New / Reopened Patches
__

CodeContext - Improved text indentation  (2005-11-21)
   http://python.org/sf/1362975  opened by  Tal Einat

test_cmd_line expecting English error messages   (2005-11-23)
CLOSED http://python.org/sf/1364545  opened by  A.B., Khalid

Add reference for en/decode error types  (2005-11-23)
CLOSED http://python.org/sf/1364946  opened by  Wummel

[PATCH] mmap fails on AMD64  (2005-11-24)
   http://python.org/sf/1365916  opened by  Joe Wreschnig

Patches Closed
__

zlib.crc32 doesn't handle 0x seed  (2005-11-07)
   http://python.org/sf/1350573  closed by  akuchling

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

Patch for (Doc) #1255218  (2005-10-17)
   http://python.org/sf/1328526  closed by  birkenfeld

Patch for (Doc) #1261659  (2005-10-17)
   http://python.org/sf/1328566  closed by  birkenfeld

Patch for (Doc) #1357604  (2005-11-18)
   http://python.org/sf/1359879  closed by  birkenfeld

CallTip Modifications  (2005-05-11)
   http://python.org/sf/1200038  closed by  kbk

ensure lock is released if exception is raised  (2005-10-05)
   http://python.org/sf/1314396  closed by  bcannon

test_cmd_line expecting English error messages   (2005-11-23)
   http://python.org/sf/1364545  closed by  doerwalter

ToolTip.py: fix main() function  (2005-10-06)
   http://python.org/sf/1315161  closed by  kbk

Add reference for en/decode error types  (2005-11-23)
   http://python.org/sf/1364946  closed by  doerwalter

solaris 10 should not define _XOPEN_SOURCE_EXTENDED  (2005-06-27)
   http://python.org/sf/1227966  closed by  loewis

Solaris 10 fails to compile complexobject.c [FIX incl.]  (2005-02-05)
   http://python.org/sf/1116722  closed by  loewis

New / Reopened Bugs
___

textwrap.dedent() expands tabs  (2005-11-19)
   http://python.org/sf/1361643  opened by  Steven Bethard

Text.edit_modified() doesn't work  (2005-11-20)
   http://python.org/sf/1362475  opened by  Ron Provost

Problem with tapedevices and the tarfile module  (2005-11-21)
   http://python.org/sf/1362587  opened by  Henrik

spawnlp is missing  (2005-11-21)
   http://python.org/sf/1363104  opened by  Greg MacDonald

A possible thinko in the description of os/chmod  (2005-11-22)
CLOSED http://python.org/sf/1363712  opened by  Evgeny Roubinchtein

urllib cannot open data: urls  (2005-11-25)
CLOSED http://python.org/sf/1365984  opened by  Warren Butler

Bug bz2.BZ2File(...).seek(0,2)  (2005-11-25)
   http://python.org/sf/1366000  opened by  STINNER Victor

inoorrect documentation for optparse  (2005-11-25)
   http://python.org/sf/1366250  opened by  Michael Dunn

SRE engine do not release the GIL  (2005-11-25)
   http://python.org/sf/1366311  opened by  Eric Noyau

inspect.getdoc fails on objs that use property for __doc__  (2005-11-26)
   http://python.org/sf/1367183  opened by  Drew Perttula

Bugs Closed
___

A possible thinko in the description of os.chmod  (2005-11-22)
   http://python.org/sf/1363712  closed by  birkenfeld

docs need to discuss // and __future__.division  (2001-08-08)
   http://python.org/sf/449093  closed by  akuchling

Prefer configured browser over Mozilla and friends  (2005-11-17)
   http://python.org/sf/1359150  closed by  birkenfeld

Incorrect documentation of raw unidaq string literals  (2005-11-17)
   http://python.org/sf/1359053  closed by  birkenfeld

appropriately decorated is undefined in MultiFile.push doc  (2005-08-09)
   http://python.org/sf/1255218  closed by  birkenfeld

Tutorial doesn't cover * and ** function calls  (2005-08-17)
   http://python.org/sf/1261659  closed by  birkenfeld

os.path.makedirs DOES handle UNC paths  (2005-11-15)
   http://python.org/sf/1357604  closed by  birkenfeld

Exec Inside A Function  (2005-04-06)
   http://python.org/sf/1177811  closed by  birkenfeld

Py_BuildValue k format units don't work with big values  (2005-09-04)
   http://python.org/sf/1281408  closed by  birkenfeld

urllib cannot open data: urls  (2005-11-25)
   http://python.org/sf/1365984  closed by  birkenfeld

imaplib: parsing INTERNALDATE  (2003-03-06)
   http://python.org/sf/698706  closed by  birkenfeld

-- 
http://mail.python.org/mailman/listinfo/python-list


Weekly Python Patch/Bug Summary

2005-11-18 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  379 open (+14) /  2968 closed ( +7) /  3347 total (+21)
Bugs:  910 open ( +6) /  5384 closed (+17) /  6294 total (+23)
RFE :  200 open ( +0) /   191 closed ( +2) /   391 total ( +2)

New / Reopened Patches
__

PythonD DJGPP-specific patch set for porting to DOS.  (2005-11-08)
   http://python.org/sf/1351020  opened by  Ben Decker

PythonD new file: python2.4/plat-ms-dos5/djstat.py  (2005-11-08)
   http://python.org/sf/1351036  opened by  Ben Decker

askyesnocancel helper for tkMessageBox  (2005-11-08)
   http://python.org/sf/1351744  opened by  Fredrik Lundh

fix for resource leak in _subprocess  (2005-11-09)
CLOSED http://python.org/sf/1351997  opened by  Fredrik Lundh

[PATCH] Bug #1351707  (2005-11-10)
   http://python.org/sf/1352711  opened by  Thomas Lee

Small upgrades to platform.platform()  (2005-11-10)
   http://python.org/sf/1352731  opened by  daishi harada

a faster Modulefinder  (2005-11-11)
   http://python.org/sf/1353872  opened by  Thomas Heller

support whence argument for GzipFile.seek (bug #1316069)  (2005-11-12)
   http://python.org/sf/1355023  opened by  Fredrik Lundh

PEP 341 - Unification of try/except and try/finally  (2005-11-14)
   http://python.org/sf/1355913  opened by  Thomas Lee

Delete Python-ast.[ch] during make depclean (#1355883)  (2005-11-14)
CLOSED http://python.org/sf/1355940  opened by  Thomas Lee

Python-ast.h  Python-ast.c generated twice (#1355883)  (2005-11-14)
   http://python.org/sf/1355971  opened by  Thomas Lee

Sort nodes when writing to file  (2005-11-14)
CLOSED http://python.org/sf/1356571  opened by  Johan Ström

potential crash and free memory read  (2005-11-15)
   http://python.org/sf/1357836  opened by  Neal Norwitz

ftplib dir() problem with certain servers  (2005-11-17)
   http://python.org/sf/1359217  opened by  Stuart D. Gathman

Iterating closed StringIO.StringIO  (2005-11-18)
   http://python.org/sf/1359365  opened by  Walter Dörwald

Speed charmap encoder  (2005-11-18)
   http://python.org/sf/1359618  opened by  Martin v. Löwis

Patch for (Doc) #1357604  (2005-11-18)
   http://python.org/sf/1359879  opened by  Peter van Kampen

Add XML-RPC Fault Interoperability to XMLRPC libraries  (2005-11-18)
   http://python.org/sf/1360243  opened by  Joshua Ginsberg

correct display of pathnames in SimpleHTTPServer  (2005-11-18)
   http://python.org/sf/1360443  opened by  Ori Avtalion

Auto Complete module for IDLE  (2005-11-19)
   http://python.org/sf/1361016  opened by  Jerry

Patches Closed
__

Redundant connect() call in logging.handlers.SysLogHandler  (2005-11-07)
   http://python.org/sf/1350658  closed by  vsajip

incomplete support for AF_PACKET in socketmodule.c  (2004-11-19)
   http://python.org/sf/1069624  closed by  gustavo

fix for resource leak in _subprocess  (2005-11-09)
   http://python.org/sf/1351997  closed by  effbot

Info Associated with Merge to AST  (2005-01-07)
   http://python.org/sf/1097671  closed by  kbk

Delete Python-ast.[ch] during make depclean (#1355883)  (2005-11-13)
   http://python.org/sf/1355940  closed by  montanaro

Sort nodes when writing to file  (2005-11-14)
   http://python.org/sf/1356571  closed by  effbot

CodeContext - an extension to show you where you are  (2004-04-16)
   http://python.org/sf/936169  closed by  kbk

New / Reopened Bugs
___

win32serviceutil bug  (2005-11-08)
CLOSED http://python.org/sf/1351545  opened by  Tim Graber

Switch to make pprint.pprint display ints and longs in hex  (2005-11-08)
   http://python.org/sf/1351692  opened by  Mark Hirota

zipimport produces incomplete IOError instances  (2005-11-08)
   http://python.org/sf/1351707  opened by  Fred L. Drake, Jr.

CVS webbrowser.py (1.40) bugs  (2005-10-26)
CLOSED http://python.org/sf/1338995  reopened by  montanaro

SVN webbrowser.py fix 41419 didn't  (2005-11-09)
   http://python.org/sf/1352621  opened by  Greg Couch

poplib.POP3_SSL() class incompatible with socket.timeout  (2005-11-10)
   http://python.org/sf/1353269  opened by  Charles

Http redirection error in urllib2.py  (2005-11-10)
   http://python.org/sf/1353433  opened by  Thomas Dehn

Python drops core when stdin is bogus  (2005-11-10)
   http://python.org/sf/1353504  opened by  Skip Montanaro

Error in documentation for os.walk  (2005-11-11)
CLOSED http://python.org/sf/1353793  opened by  Martin Geisler

logging: Default handlers broken  (2005-11-11)
CLOSED http://python.org/sf/1354052  opened by  Jonathan S. Joseph

Interactive help fails with Windows Installer  (2005-11-11)
CLOSED http://python.org/sf/1354265  opened by  Colin J. Williams

shutil.move() does not preserve ownership  (2005-11-13)
   http://python.org/sf/1355826  opened by  lightweight

Incorrect Decimal-float behavior for +  (2005-11-13)
   http://python.org/sf/1355842  opened by 

Weekly Python Patch/Bug Summary

2005-11-07 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  365 open ( +5) /  2961 closed ( +5) /  3326 total (+10)
Bugs:  904 open (+11) /  5367 closed (+14) /  6271 total (+25)
RFE :  200 open ( +1) /   189 closed ( +0) /   389 total ( +1)

New / Reopened Patches
__

new function: os.path.relpath  (2005-10-27)
   http://python.org/sf/1339796  opened by  Richard Barran

commands.getstatusoutput()  (2005-11-02)
   http://python.org/sf/1346211  opened by  Dawa Lama 

Better dead code elimination for the AST compiler  (2005-11-02)
   http://python.org/sf/1346214  opened by  Rune Holm

A constant folding optimization pass for the AST  (2005-11-02)
   http://python.org/sf/1346238  opened by  Rune Holm

Remove inconsistent behavior between import and zipimport  (2005-11-03)
   http://python.org/sf/1346572  opened by  Osvaldo Santana Neto

Patch f. bug 495682 cannot handle http_proxy with user:pass@  (2005-11-05)
CLOSED http://python.org/sf/1349117  opened by  Johannes Nicolai

Patch f. bug 495682 cannot handle http_proxy with user:pass@  (2005-11-05)
   http://python.org/sf/1349118  opened by  Johannes Nicolai

[PATCH] 100x optimization for ngettext  (2005-11-06)
   http://python.org/sf/1349274  opened by  Joe Wreschnig

Fix for signal related abort in Visual Studio 2005  (2005-11-07)
   http://python.org/sf/1350409  opened by  Adal Chiriliuc

Redundant connect() call in logging.handlers.SysLogHandler  (2005-11-07)
   http://python.org/sf/1350658  opened by  Ken Lalonde

Patches Closed
__

tarfile.py: fix for bug #1336623  (2005-10-26)
   http://python.org/sf/1338314  closed by  nnorwitz

Python 2.4.2 doesn't build with --without-threads  (2005-10-22)
   http://python.org/sf/1335054  closed by  nnorwitz

Speedup PyUnicode_DecodeCharmap  (2005-10-05)
   http://python.org/sf/1313939  closed by  lemburg

Allow use of non-latin1 chars in interactive shell  (2005-10-21)
   http://python.org/sf/1333679  closed by  loewis

Patch f. bug 495682 cannot handle http_proxy with user:pass@  (2005-11-05)
   http://python.org/sf/1349117  closed by  birkenfeld

New / Reopened Bugs
___

CVS webbrowser.py (1.40) bugs  (2005-10-27)
CLOSED http://python.org/sf/1339806  opened by  Greg Couch

TAB SETTINGS DONT WORK (win)  (2005-10-27)
   http://python.org/sf/1339883  opened by  reson5

time.strptime() with bad % code throws bad exception  (2005-10-27)
CLOSED http://python.org/sf/1340337  opened by  Steve R. Hastings

mmap does not accept length as 0  (2005-10-28)
   http://python.org/sf/1341031  opened by  liturgist

\n is incorrectly represented  (2005-10-30)
CLOSED http://python.org/sf/1341934  opened by  Pavel

Tkinter.Menu.delete doesn't delete command of entry  (2005-10-30)
   http://python.org/sf/1342811  opened by  Sverker Nilsson

Broken docs for os.removedirs  (2005-10-31)
   http://python.org/sf/1343671  opened by  David Kågedal

UNIX mmap leaks file descriptors  (2005-11-01)
CLOSED http://python.org/sf/1344508  opened by  Erwin S. Andreasen

colorsys tests, bug in frange  (2005-11-01)
CLOSED http://python.org/sf/1345263  opened by  Rune Holm

Python 2.4 and 2.3.5 won't build on OpenBSD 3.7  (2005-11-01)
   http://python.org/sf/1345313  opened by  Dan

doc typo  (2005-11-02)
CLOSED http://python.org/sf/1346026  opened by  Keith Briggs

Segfaults from unaligned loads in floatobject.c  (2005-11-02)
   http://python.org/sf/1346144  opened by  Rune Holm

Missing import in documentation  (2005-11-03)
CLOSED http://python.org/sf/1346395  opened by  Aggelos Orfanakos

selectmodule.c calls PyInt_AsLong without error checking  (2005-11-03)
CLOSED http://python.org/sf/1346533  opened by  Luke

_subprocess.c calls PyInt_AsLong without error checking  (2005-11-03)
   http://python.org/sf/1346547  opened by  Luke

httplib simply ignores CONTINUE  (2005-11-03)
   http://python.org/sf/1346874  opened by  Mike Looijmans

FeedParser does not comply with RFC2822  (2005-11-04)
   http://python.org/sf/1347874  opened by  Julian Phillips

pydoc seems to run some scripts!  (2005-11-04)
   http://python.org/sf/1348477  opened by  Olly Betts

email.Generators does not separates headers with \r\n  (2005-11-05)
   http://python.org/sf/1349106  opened by  Manlio Perillo

xmlrpclib does not use http proxy  (2005-11-06)
   http://python.org/sf/1349316  opened by  greatred

urllib.urlencode provides two features in one param  (2005-11-06)
   http://python.org/sf/1349732  opened by  Ori Avtalion

urllib2 blocked from news.google.com  (2005-11-07)
CLOSED http://python.org/sf/1349977  opened by  Michael Hoisie

built-in method .__cmp__  (2005-11-07)
   http://python.org/sf/1350060  opened by  Armin Rigo

setdlopenflags leads to crash upon import  (2005-11-07)
   http://python.org/sf/1350188  opened by  John Pye

CVS migration not in www.python.org docs  (2005-11-07)
   

Weekly Python Patch/Bug Summary

2005-10-27 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  360 open (+16) /  2956 closed ( +1) /  3316 total (+17)
Bugs:  893 open (+10) /  5353 closed (+12) /  6246 total (+22)
RFE :  199 open ( -2) /   189 closed ( +2) /   388 total ( +0)

New / Reopened Patches
__

Patch for (Doc) #1255218  (2005-10-17)
   http://python.org/sf/1328526  opened by  Peter van Kampen

Patch for (Doc) #1261659  (2005-10-17)
   http://python.org/sf/1328566  opened by  Peter van Kampen

pclose raises spurious exception on win32  (2005-10-17)
   http://python.org/sf/1328851  opened by  Guido van Rossum

datetime/xmlrpclib.DateTime comparison  (2005-10-18)
   http://python.org/sf/1330538  opened by  Skip Montanaro

tarfile.py: fix for 1330039  (2005-10-19)
CLOSED http://python.org/sf/1331635  opened by  Lars Gustäbel

Allow use of non-latin1 chars in interactive shell  (2005-10-21)
   http://python.org/sf/1333679  opened by  Noam Raphael

Fix for int(string, base) wrong answers  (2005-10-22)
   http://python.org/sf/1334979  opened by  Adam Olsen

Patch to implement PEP 351  (2005-10-23)
   http://python.org/sf/1335812  opened by  Barry A. Warsaw

Fix for int(string, base) wrong answers (take 2)  (2005-10-24)
   http://python.org/sf/1335972  opened by  Alan McIntyre

remove 4 ints from PyFrameObject  (2005-10-24)
   http://python.org/sf/1337051  opened by  Neal Norwitz

Elemental Security contribution - parsexml.py  (2005-10-25)
   http://python.org/sf/1337648  opened by  Guido van Rossum

 Elemental Security contribution - pgen2 package  (2005-10-25)
   http://python.org/sf/1337696  opened by  Guido van Rossum

fileinput patch for bug #1336582  (2005-10-25)
   http://python.org/sf/1337756  opened by  A. Murat EREN

Inconsistent use of buffer interface in string and unicode  (2005-10-25)
   http://python.org/sf/1337876  opened by  Phil Thompson

tarfile.py: fix for bug #1336623  (2005-10-26)
   http://python.org/sf/1338314  opened by  Lars Gustäbel

cross compile and mingw support  (2005-10-27)
   http://python.org/sf/1339673  opened by  Jan Nieuwenhuizen

Patches Closed
__

tarfile.py: fix for 1330039  (2005-10-19)
   http://python.org/sf/1331635  closed by  nnorwitz

New / Reopened Bugs
___

HTTPResponse instance has no attribute 'fileno'  (2005-10-16)
   http://python.org/sf/1327971  opened by  Kevin Dwyer

__getslice__ taking priority over __getitem__  (2005-10-17)
   http://python.org/sf/1328278  opened by  Josh Marshall

os-process.html  (2005-10-17)
CLOSED http://python.org/sf/1328915  opened by  Noah Spurrier

Empty Generator doesn't evaluate as False  (2005-10-17)
CLOSED http://python.org/sf/1328959  opened by  Christian Höltje

tarfile.add() produces hard links instead of normal files  (2005-10-18)
CLOSED http://python.org/sf/1330039  opened by  Martin Pitt

utf 7 codec broken  (2005-10-19)
CLOSED http://python.org/sf/1331062  opened by  Ralf Schmitt

string_subscript doesn't check for failed PyMem_Malloc  (2005-10-19)
CLOSED http://python.org/sf/1331563  opened by  Adam Olsen

Incorrect use of -L/usr/lib/termcap  (2005-10-19)
   http://python.org/sf/1332732  opened by  Robert M. Zigweid

Inaccurate footnote 1 in Lib ref, sect 2.3.6.4  (2005-10-20)
CLOSED http://python.org/sf/1332780  opened by  Andy

BSD DB test failures for BSD DB 3.2  (2005-10-19)
   http://python.org/sf/1332852  opened by  Neal Norwitz

 Fatal Python error: Interpreter not initialized   (2005-10-20)
   http://python.org/sf/1332869  opened by  Andrew Mitchell

BSD DB test failures for BSD DB 4.1  (2005-10-19)
   http://python.org/sf/1332873  opened by  Neal Norwitz

Bugs of the new AST compiler  (2005-10-21)
   http://python.org/sf/1333982  opened by  Armin Rigo

int(string, base) wrong answers  (2005-10-22)
   http://python.org/sf/1334662  opened by  Tim Peters

Python 2.4.2 doesn't build with --without-threads  (2005-10-22)
   http://python.org/sf/1335054  opened by  Gunter Ohrner

fileinput device or resource busy error  (2005-10-24)
   http://python.org/sf/1336582  opened by  A. Murat EREN

tarfile can't extract some tar archives..  (2005-10-24)
   http://python.org/sf/1336623  opened by  A. Murat EREN

Python.h should include system headers properly [POSIX]  (2005-10-25)
   http://python.org/sf/1337400  opened by  Dimitri Papadopoulos

IDLE, F5 – wrong external file content on error.  (2005-10-26)
   http://python.org/sf/1337987  opened by  MvGulik

doctest mishandles exceptions raised within generators  (2005-10-26)
   http://python.org/sf/1337990  opened by  Tim Wegener

Memory keeping  (2005-10-26)
   http://python.org/sf/1338264  opened by  sin

CVS webbrowser.py (1.40) bugs  (2005-10-26)
   http://python.org/sf/1338995  opened by  Greg Couch

shelve.Shelf.__del__ throws exceptions  (2005-10-26)
   http://python.org/sf/1339007  opened by  Geoffrey T. Dairiki


Weekly Python Patch/Bug Summary

2005-10-15 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  344 open ( +3) /  2955 closed ( +2) /  3299 total ( +5)
Bugs:  883 open ( -1) /  5341 closed (+20) /  6224 total (+19)
RFE :  201 open ( +5) /   187 closed ( +0) /   388 total ( +5)

New / Reopened Patches
__

Compiling and linking main() with C++ compiler  (2005-10-12)
   http://python.org/sf/1324762  opened by  Christoph Ludwig

Adding redblack tree to collections module  (2005-10-12)
   http://python.org/sf/1324770  opened by  Hye-Shik Chang

Letting build_ext --libraries take more than one lib  (2005-10-13)
   http://python.org/sf/1326113  opened by  Stephen A. Langer

VS NET 2003 Project Files contain per file compiler settings  (2005-10-15)
   http://python.org/sf/1327377  opened by  Juan-Carlos Lopez-Garcia

Static Windows Build fails to locate existing installation  (2005-10-15)
   http://python.org/sf/1327594  opened by  Doe, Baby

Patches Closed
__

Encoding alias unicode-1-1-utf-7  (2005-07-26)
   http://python.org/sf/1245379  closed by  doerwalter

Py_INCREF/Py_DECREF with magic constant demo  (2005-10-07)
   http://python.org/sf/1316653  closed by  rhamphoryncus

New / Reopened Bugs
___

irregular behavior within class using __setitem__  (2005-10-08)
CLOSED http://python.org/sf/1317376  opened by  capnSTABN

Missing Library Modules  (2005-10-09)
CLOSED http://python.org/sf/1321736  opened by  George LeCompte

Minor error in the Library Reference doc  (2005-10-10)
CLOSED http://python.org/sf/1323294  opened by  Colin J. Williams

getwindowsversion() constants in sys module  (2005-10-11)
   http://python.org/sf/1323369  opened by  Tony Meyer

C API doc for PySequence_Tuple duplicated  (2005-10-11)
CLOSED http://python.org/sf/1323739  opened by  George Yoshida

MSI installer not working  (2005-10-11)
CLOSED http://python.org/sf/1323810  opened by  Eric Rucker

ISO8859-9 broken  (2005-10-11)
   http://python.org/sf/1324237  opened by  Eray Ozkural

Curses module doesn't install on Solaris 2.8  (2005-10-12)
   http://python.org/sf/1324799  opened by  Andrew Koenig

as keyword sometimes highlighted in strings  (2005-10-12)
   http://python.org/sf/1325071  opened by  Artur de Sousa Rocha

binary code made by freeze results unknown encoding  (2005-10-13)
CLOSED http://python.org/sf/1325491  opened by  greatPython

Curses,h  (2005-10-13)
CLOSED http://python.org/sf/1325611  reopened by  rbrenner

Curses,h  (2005-10-13)
CLOSED http://python.org/sf/1325611  opened by  hafnium

Curses,h  (2005-10-13)
CLOSED http://python.org/sf/1325903  opened by  hafnium

traceback.py formats SyntaxError differently  (2005-10-13)
   http://python.org/sf/1326077  opened by  Neil Schemenauer

odd behaviour when making lists of lambda forms  (2005-10-13)
CLOSED http://python.org/sf/1326195  opened by  Johan Hidding

itertools.count wraps around after maxint  (2005-10-13)
   http://python.org/sf/1326277  opened by  paul rubin

pdb breaks programs which import from __main__  (2005-10-13)
   http://python.org/sf/1326406  opened by  Ilya Sandler

set.__getstate__ is not overriden  (2005-10-14)
   http://python.org/sf/1326448  opened by  George Sakkis

SIGALRM alarm signal kills interpreter  (2005-10-14)
CLOSED http://python.org/sf/1326841  opened by  paul rubin

wrong TypeError traceback in generator expressions  (2005-10-14)
   http://python.org/sf/1327110  opened by  Yusuke Shinyama

title() uppercases latin1 strings after accented letters  (2005-10-14)
CLOSED http://python.org/sf/1327233  opened by  Humberto Diógenes

Bugs Closed
___

Segmentation fault with invalid coding  (2005-10-07)
   http://python.org/sf/1316162  closed by  birkenfeld

irregular behavior within class using __setitem__  (2005-10-08)
   http://python.org/sf/1317376  closed by  ncoghlan

python.exe 2.4.2 compiled with VS2005 crashes  (2005-10-03)
   http://python.org/sf/1311784  closed by  loewis

2.4.2 make problems  (2005-10-03)
   http://python.org/sf/1311579  closed by  loewis

2.4.1 windows MSI has no _socket  (2005-09-24)
   http://python.org/sf/1302793  closed by  loewis

The _ssl build process for 2.3.5 is broken  (2005-09-16)
   http://python.org/sf/1292634  closed by  loewis

codecs.readline sometimes removes newline chars  (2005-04-02)
   http://python.org/sf/1175396  closed by  doerwalter

Missing Library Modules  (2005-10-09)
   http://python.org/sf/1321736  closed by  nnorwitz

inspect.getsourcelines() broken  (2005-10-07)
   http://python.org/sf/1315961  closed by  doerwalter

Minor error in the Library Reference doc  (2005-10-10)
   http://python.org/sf/1323294  closed by  nnorwitz

failure to build RPM on rhel 3  (2005-07-28)
   http://python.org/sf/1246900  closed by  jafo

C API doc for PySequence_Tuple duplicated  (2005-10-11)
   http://python.org/sf/1323739  closed by  nnorwitz

MSI installer not working  

Weekly Python Patch/Bug Summary

2005-10-07 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  341 open ( +4) /  2953 closed ( +6) /  3294 total (+10)
Bugs:  884 open (-28) /  5321 closed (+43) /  6205 total (+15)
RFE :  196 open ( +1) /   187 closed ( +0) /   383 total ( +1)

New / Reopened Patches
__

Make fcntl work properly on AMD64  (2005-09-30)
   http://python.org/sf/1309352  opened by  Brad Hards

A wait4() implementation  (2005-09-30)
   http://python.org/sf/1309579  opened by  chads

httplib error handling and HTTP/0.9 fix  (2005-10-04)
   http://python.org/sf/1312980  opened by  Yusuke Shinyama

Speedup PyUnicode_DecodeCharmap  (2005-10-05)
   http://python.org/sf/1313939  opened by  Walter Dörwald

os.makedirs - robust against partial path  (2005-10-05)
   http://python.org/sf/1314067  opened by  Jim Jewett

ensure lock is released if exception is raised  (2005-10-06)
   http://python.org/sf/1314396  opened by  Eric Blossom

ToolTip.py: fix main() function  (2005-10-06)
   http://python.org/sf/1315161  opened by  sebastien blanchet

Py_INCREF/Py_DECREF with magic constant demo  (2005-10-07)
   http://python.org/sf/1316653  opened by  Adam Olsen

Patches Closed
__

pyexpat.c: Two line fix for decoding crash  (2005-09-29)
   http://python.org/sf/1309009  closed by  nnorwitz

patch IDLE to allow running anonymous code in editor window  (2005-05-13)
   http://python.org/sf/1201522  closed by  kbk

BSD-style wait4 implementation  (2004-07-29)
   http://python.org/sf/1000267  closed by  nnorwitz

Patch for (Doc) bug #1219273  (2005-06-25)
   http://python.org/sf/1227568  closed by  nnorwitz

Greatly enhanced webbrowser.py  (2003-06-13)
   http://python.org/sf/754022  closed by  birkenfeld

Patch for [ 1163563 ] Sub threads execute in restricted mode  (05/17/05)
   http://python.org/sf/1203393  closed by  sf-robot

New / Reopened Bugs
___

linechache module returns wrong results  (2005-09-30)
   http://python.org/sf/1309567  opened by  Thomas Heller

2.4.2 make problems  (2005-10-03)
   http://python.org/sf/1311579  opened by  Paul Mothersdill

broken link in sets page  (2005-10-03)
CLOSED http://python.org/sf/1311674  opened by  Fernando Canizo

python.exe 2.4.2 compiled with VS2005 crashes  (2005-10-03)
   http://python.org/sf/1311784  opened by  Peter Klotz

Python breakdown in windows (uses apsw)  (2005-10-03)
CLOSED http://python.org/sf/1311993  opened by  Benjamin Hinrichs

mac_roman codec missing apple codepoint  (2005-10-04)
   http://python.org/sf/1313051  opened by  Tony Nelson

urlparse caches parses regardless of encoding  (2005-10-04)
   http://python.org/sf/1313119  opened by  Ken Kinder

bisect C replacement doesn't accept named args  (2005-10-04)
CLOSED http://python.org/sf/1313496  opened by  Drew Perttula

Compile fails for configure --without-threads  (2005-10-05)
CLOSED http://python.org/sf/1313974  opened by  seidl

Issue in unicode args in logging   (2005-10-05)
CLOSED http://python.org/sf/1314107  reopened by  tungwaiyip

Issue in unicode args in logging   (2005-10-05)
CLOSED http://python.org/sf/1314107  opened by  Wai Yip Tung

crash in longobject (invalid memory access)  (2005-10-05)
CLOSED http://python.org/sf/1314182  opened by  Jon Nelson

logging run into deadlock in some error handling situation  (2005-10-05)
CLOSED http://python.org/sf/1314519  opened by  Wai Yip Tung

Trailing slash redirection for SimpleHTTPServer  (2005-10-05)
   http://python.org/sf/1314572  opened by  Josiah Carlson

inspect.getsourcelines() broken  (2005-10-07)
   http://python.org/sf/1315961  opened by  Walter Dörwald

gzip.GzipFile.seek missing second argument  (2005-10-07)
   http://python.org/sf/1316069  opened by  Neil Schemenauer

Segmentation fault with invalid coding  (2005-10-07)
   http://python.org/sf/1316162  opened by  Humberto Diógenes

Bugs Closed
___

Datagram Socket Timeouts  (2005-09-29)
   http://python.org/sf/1308042  closed by  nnorwitz

Unsatisfied symbols: _PyGILState_NoteThreadState (code)  (2005-09-29)
   http://python.org/sf/1307978  closed by  mwh

subprocess.Popen locks on Cygwin  (2005-09-29)
   http://python.org/sf/1307798  closed by  jlt63

test_posix fails on cygwin  (2005-04-10)
   http://python.org/sf/1180147  closed by  jlt63

can't import thru cygwin symlink  (2005-04-08)
   http://python.org/sf/1179412  closed by  jlt63

popen4/cygwin ssh hangs  (2005-01-13)
   http://python.org/sf/1101756  closed by  jlt63

2.3.3 tests on cygwin  (2003-12-22)
   http://python.org/sf/864374  closed by  jlt63

Datagram Socket Timeouts  (2005-09-28)
   http://python.org/sf/1307357  closed by  nnorwitz

log() on a big number fails on powerpc64  (2005-07-26)
   http://python.org/sf/1245381  closed by  nnorwitz

__getnewargs__ is in pickle docs but not in code  (2005-09-30)
   http://python.org/sf/1309724  closed by  nnorwitz

Win 

Weekly Python Patch/Bug Summary

2005-09-29 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  337 open ( +0) /  2947 closed ( +6) /  3284 total ( +6)
Bugs:  912 open ( +4) /  5278 closed (+16) /  6190 total (+20)
RFE :  195 open ( +1) /   187 closed ( +0) /   382 total ( +1)

New / Reopened Patches
__

fix for distutils upload command  (2005-09-23)
   http://python.org/sf/1299675  opened by  Richard Jones

xdrlib.py: pack_fstring() did not use null bytes for padding  (2005-09-23)
CLOSED http://python.org/sf/1300515  opened by  Don Quijote

desktop module (providing startfile as open, all platforms)  (2005-09-23)
   http://python.org/sf/1301512  opened by  Paul Boddie

Update documentation for __builtins__  (2005-09-24)
   http://python.org/sf/1303595  opened by  Collin Winter

Strobe Timer for guis  (2005-09-26)
   http://python.org/sf/1304895  opened by  Brett Rosen

pyexpat.c: Two line fix for decoding crash  (2005-09-29)
   http://python.org/sf/1309009  opened by  Evan Jones

Patches Closed
__

cjkcodecs does not initialize type pointer  (2005-09-20)
   http://python.org/sf/1297028  closed by  nnorwitz

xdrlib.py: pack_fstring() did not use null bytes for padding  (2005-09-23)
   http://python.org/sf/1300515  closed by  birkenfeld

vendor-packages directory.  (2005-09-22)
   http://python.org/sf/1298835  closed by  richburridge

PyOS_InputHook inconsistency on Windows  (2004-10-19)
   http://python.org/sf/1049855  closed by  loewis

FreeBSD 5.3 and upward has thread-safe getaddrinfo(3)  (2005-09-13)
   http://python.org/sf/1288833  closed by  perky

use LIST_APPEND opcode for X.append() method calls  (2005-09-16)
   http://python.org/sf/1292625  closed by  nnorwitz

New / Reopened Bugs
___

A command history for the idle interactive shell  (2005-09-24)
   http://python.org/sf/1302267  opened by  Björn Lindqvist

2.4.1 windows MSI has no _socket  (2005-09-24)
   http://python.org/sf/1302793  opened by  IamPaul

SSL-ed sockets don't close correct?  (2004-06-24)
   http://python.org/sf/978833  reopened by  kxroberto

Bypassing __dict__ readonlyness  (2005-09-24)
   http://python.org/sf/1303614  opened by  Armin Rigo

traceback on trying to load a file  (2005-09-24)
   http://python.org/sf/1303673  opened by  nanotube

Extended slice bug (or feature?)  (2005-09-25)
CLOSED http://python.org/sf/1303928  reopened by  mwh

Extended slice bug (or feature?)  (2005-09-25)
CLOSED http://python.org/sf/1303928  opened by  David M. Beazley

2.3.5 configure / make infinite loop  (2005-09-25)
   http://python.org/sf/1304179  opened by  Michael Schwartz

windows unicode write is messing up the EOL.  (2005-09-27)
CLOSED http://python.org/sf/1305706  opened by  Istvan Visegradi

Syntax error in Python Library Reference, 6.1.4. Files ...  (2005-09-27)
CLOSED http://python.org/sf/1306043  opened by  Alexander Schliep

Python 2.4.2c1 fails to build for 64-bit Solaris 9/10  (2005-09-27)
CLOSED http://python.org/sf/1306211  opened by  John Stone

Add 64-bit Solaris 9 build instructions to README  (2005-09-27)
   http://python.org/sf/1306248  opened by  John Stone

Python 2.4.2c1 fails to build on 64-bit Solaris 10  (2005-09-27)
   http://python.org/sf/1306253  opened by  John Stone

PyString_AsStringAndSize() return value documented wroing  (2005-09-28)
CLOSED http://python.org/sf/1306449  opened by  Gregory Bond

compile() converts filename parameter to StringType  (2005-09-28)
   http://python.org/sf/1306484  opened by  Vágvölgyi Attila

Augmented assigment to mutable objects in tuples fail  (2005-09-28)
CLOSED http://python.org/sf/1306777  opened by  Mattias Engdegård

=, not =  (2005-09-28)
CLOSED http://python.org/sf/1307188  opened by  Davide Andrea

Datagram Socket Timeouts  (2005-09-28)
   http://python.org/sf/1307357  opened by  Tom Vrankar

subprocess.Popen locks on Cygwin  (2005-09-29)
   http://python.org/sf/1307798  opened by  Jacek Poplawski

PCbuild vcproj project files need a cleanup  (2005-09-29)
   http://python.org/sf/1307806  opened by  Adal Chiriliuc

Unsatisfied symbols: _PyGILState_NoteThreadState (code)  (2005-09-29)
   http://python.org/sf/1307978  opened by  Goetz Isenmann

Datagram Socket Timeouts  (2005-09-29)
   http://python.org/sf/1308042  opened by  Tom Vrankar

Py_BuildValue (C/API): K format  (2005-09-29)
CLOSED http://python.org/sf/1308740  opened by  Yair Chuchem

Bugs Closed
___

Incorrect return type for search() method  (2005-09-20)
   http://python.org/sf/1297059  closed by  nnorwitz

build fails on Solaris 10 for Objects/complexobject.c  (2005-09-22)
   http://python.org/sf/1299187  closed by  nnorwitz

test_ioctl fails  (2003-07-26)
   http://python.org/sf/777867  closed by  birkenfeld

test_ioctl fails  (2003-07-31)
   http://python.org/sf/780576  closed by  birkenfeld

subprocesss module retains older license header  (2005-02-17)
   

Weekly Python Patch/Bug Summary

2005-09-22 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  337 open ( -6) /  2941 closed (+14) /  3278 total ( +8)
Bugs:  908 open ( +0) /  5262 closed (+17) /  6170 total (+17)
RFE :  194 open ( +5) /   187 closed ( +2) /   381 total ( +7)

New / Reopened Patches
__

use LIST_APPEND opcode for X.append() method calls  (2005-09-16)
   http://python.org/sf/1292625  opened by  Neal Norwitz

python.sty correction - verbatim environment  (2005-09-17)
   http://python.org/sf/1293788  opened by  Wojciech Smigaj

python.sty: [EMAIL PROTECTED] correction  (2005-09-17)
   http://python.org/sf/1293790  opened by  Wojciech Smigaj

cjkcodecs does not initialize type pointer  (2005-09-20)
   http://python.org/sf/1297028  opened by  Eric Huss

Fatal Python error from cStringIO's writelines  (2005-09-22)
CLOSED http://python.org/sf/1298449  opened by  Andrew Bennetts

Unchecked return value in cStringIO  (2005-09-22)
CLOSED http://python.org/sf/1298499  opened by  Andrew Bennetts

sysmodule.c: realpath() is unsafe  (2005-09-22)
   http://python.org/sf/1298813  opened by  Mihai Ibanescu

vendor-packages directory.  (2005-09-22)
   http://python.org/sf/1298835  opened by  Rich Burridge

Patches Closed
__

Simple webbrowser fix for netscape -remote  (2004-12-02)
   http://python.org/sf/1077979  closed by  birkenfeld

Replacement for webbrowser.py which has problems.  (2004-05-16)
   http://python.org/sf/954628  closed by  birkenfeld

Multiple webbrowser.py bug fixes / improvements  (2003-04-27)
   http://python.org/sf/728278  closed by  birkenfeld

python -c readlink()s and stat()s '-c'  (2005-02-09)
   http://python.org/sf/1119423  closed by  birkenfeld

Bugfix for dircheck() in Objects/fileobject.c  (2004-04-30)
   http://python.org/sf/944928  closed by  birkenfeld

tkinter hello world example bug  (2005-08-31)
   http://python.org/sf/1277677  closed by  birkenfeld

Trivial typo in unicodedata._getcode  (2005-06-03)
   http://python.org/sf/1213831  closed by  loewis

Cache lines in StreamReader.readlines  (2005-08-24)
   http://python.org/sf/1268314  closed by  loewis

locale.getdefaultencoding: LANGUAGE not correctly parsed  (2005-03-20)
   http://python.org/sf/1166938  closed by  doko

locale.getdefaultencoding: precedence of LANGUAGE / LANG  (2005-03-20)
   http://python.org/sf/1166948  closed by  doko

locale: 'utf' is not a known encoding  (2005-03-20)
   http://python.org/sf/1166957  closed by  doko

Fatal Python error from cStringIO's writelines  (2005-09-22)
   http://python.org/sf/1298449  closed by  mwh

Unchecked return value in cStringIO  (2005-09-22)
   http://python.org/sf/1298499  closed by  mwh

New / Reopened Bugs
___

Installation of waste by MacPython installer  (2005-09-15)
CLOSED http://python.org/sf/1291662  opened by  Freek Dijkstra

The _ssl build process for 2.3.5 is broken  (2005-09-16)
   http://python.org/sf/1292634  opened by  Robert Cheung

doctest runner cannot handle non-ascii characters   (2005-09-17)
   http://python.org/sf/1293741  opened by  GRISEL

Distutils writes keywords comma-separated  (2005-09-17)
   http://python.org/sf/1294032  opened by  Martijn Pieters

Error in metaclass search order  (2005-09-18)
   http://python.org/sf/1294232  opened by  Pedro Werneck

email.Parser.FeedParser leak  (2005-09-18)
CLOSED http://python.org/sf/1294453  opened by  George Giannakopoulos

Problems with /usr/lib64 builds.  (2005-09-19)
   http://python.org/sf/1294959  opened by  Sean Reifschneider

termios.c in qnx4.25  (2005-09-19)
   http://python.org/sf/1295179  opened by  kbob_ru

cookielib undefined local variable error  (2005-09-19)
CLOSED http://python.org/sf/1295432  opened by  Yusuke Shinyama

expat symbols should be namespaced in pyexpat  (2005-09-19)
   http://python.org/sf/1295808  opened by  Trent Mick

inspect.getsource() misses single line blocks.   (2005-09-19)
   http://python.org/sf/1295909  opened by  Ron Adam

MemoryError in httplib  (2005-09-20)
   http://python.org/sf/1296004  opened by  Yue Zhang

Python/C API Reference Manual, 7.2.1.1 Boolean Objects  (2005-09-20)
CLOSED http://python.org/sf/1296321  opened by  Li Daobing

expat crash python  (2005-09-20)
   http://python.org/sf/1296433  opened by  Mike Rozhnov

Call by object reference sometimes call by value  (2005-09-20)
   http://python.org/sf/1296434  opened by  Alan G

datetime.replace could take a dict  (2005-09-20)
   http://python.org/sf/1296581  opened by  Tom Lynn

Incorrect return type for search() method  (2005-09-21)
   http://python.org/sf/1297059  opened by  Noah Spurrier

hashable and mutable functions  (2005-09-21)
CLOSED http://python.org/sf/1297986  opened by  ChristianJ

shlex does not support unicode  (2005-09-21)
   http://python.org/sf/1298120  opened by  Wai Yip Tung

_socket module not build under cygwin  (2005-09-22)
  

Weekly Python Patch/Bug Summary

2005-09-14 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  343 open ( +1) /  2927 closed ( +4) /  3270 total ( +5)
Bugs:  908 open ( +0) /  5245 closed (+13) /  6153 total (+13)
RFE :  189 open ( +1) /   185 closed ( +0) /   374 total ( +1)

New / Reopened Patches
__

Allow to restrict ModuleFinder to get direct dependencies  (2005-09-08)
   http://python.org/sf/1284670  opened by  Scherer Michael

pygettext - provide comments to help translators  (2005-09-11)
   http://python.org/sf/1288056  opened by  Toby Dickenson

FreeBSD 5.3 and upward has thread-safe getaddrinfo(3)  (2005-09-12)
   http://python.org/sf/1288833  opened by  Maxim Sobolev

Fix reload() error message  (2005-09-13)
CLOSED http://python.org/sf/1290454  opened by  Collin Winter

mmap with unsigned int offset and cross build for ppc  (2005-09-14)
   http://python.org/sf/1291169  opened by  José Pedro Pereira Valente de M

Patches Closed
__

Fix reload() error message  (2005-09-13)
   http://python.org/sf/1290454  closed by  birkenfeld

HP-UX ia64 64-bit Python executable  (2005-06-21)
   http://python.org/sf/1225212  closed by  gvanrossum

AIX port from Elemental Security  (2005-09-07)
   http://python.org/sf/1284289  closed by  gvanrossum

new patch for fixing skipitem() in getargs.c  (2005-06-01)
   http://python.org/sf/1212928  closed by  birkenfeld

New / Reopened Bugs
___

traceback module can return undecodable byte strings  (2005-09-08)
   http://python.org/sf/1284496  opened by  Stuart Bishop

logging module's setLoggerClass not really working  (2005-09-08)
   http://python.org/sf/1284928  opened by  Rotem Yaari

urllib.quote is too slow  (2005-09-08)
   http://python.org/sf/1285086  opened by  Tres Seaver

Call to cmd.exe fails  (2005-09-08)
CLOSED http://python.org/sf/1285325  opened by  Alex Luso

Digest Authentication not working in all cases  (2005-09-08)
   http://python.org/sf/1285440  opened by  Jakob Simon-Gaarde

re special sequence '\w'   (2005-09-09)
CLOSED http://python.org/sf/1285809  opened by  ChristianJ

Python code.interact() and UTF-8 locale  (2005-09-12)
   http://python.org/sf/1288615  opened by  STINNER Victor

timedelta multiply and divide by floating point  (2005-09-12)
   http://python.org/sf/1289118  opened by  Daniel Stutzbach

distutils extension library path bug on cygwin  (2005-09-12)
   http://python.org/sf/1289136  opened by  John Whitley

PyDoc crashes at os.py line 133  (2005-09-12)
CLOSED http://python.org/sf/1289210  opened by  Colin J. Williams

cjkcodec compile error under AIX 5.2 on symbol 100_encode  (2005-09-13)
   http://python.org/sf/1290333  opened by  Deron Meranda

--no-compile option has no effect  (2005-09-13)
CLOSED http://python.org/sf/1290382  opened by  Tim Peters

strptime(): can't switch locales more than once  (2005-09-13)
CLOSED http://python.org/sf/1290505  opened by  Adam Monsen

SSLObject breaks read semantics  (2005-09-14)
   http://python.org/sf/1291446  opened by  Jonathan Ellis

Bugs Closed
___

Call to cmd.exe fails  (2005-09-08)
   http://python.org/sf/1285325  deleted by  delenca

exception when unpickling array.array objects  (2005-09-04)
   http://python.org/sf/1281556  closed by  rhettinger

PyDoc crashes at os.py line 133  (2005-09-12)
   http://python.org/sf/1289210  closed by  rhettinger

--no-compile option has no effect  (2005-09-13)
   http://python.org/sf/1290382  closed by  tim_one

RE parser too loose with {m,n} construct  (2005-05-15)
   http://python.org/sf/1202493  closed by  niemeyer

document {m} regex matcher wrt empty matches  (2005-01-31)
   http://python.org/sf/1113484  closed by  niemeyer

r'\10' as replacement pattern loops in compilation  (2004-11-02)
   http://python.org/sf/1058786  closed by  niemeyer

re nested conditional matching (?()) doesn't work  (2005-09-08)
   http://python.org/sf/1284341  closed by  birkenfeld

skipitem() in getargs.c missing some types  (2004-02-09)
   http://python.org/sf/893549  closed by  birkenfeld

re special sequence '\w'   (2005-09-09)
   http://python.org/sf/1285809  closed by  birkenfeld

suspected cPickle memory leak   (2005-05-13)
   http://python.org/sf/1201461  closed by  birkenfeld

splitunc not documented  (2005-08-27)
   http://python.org/sf/1274828  closed by  birkenfeld

os.startfile() doesn't accept Unicode filenames  (2004-08-11)
   http://python.org/sf/1007046  closed by  birkenfeld

strptime(): can't switch locales more than once  (2005-09-13)
   http://python.org/sf/1290505  closed by  bcannon

-- 
http://mail.python.org/mailman/listinfo/python-list


Weekly Python Patch/Bug Summary

2005-09-07 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  342 open ( +3) /  2923 closed ( +1) /  3265 total ( +4)
Bugs:  908 open ( +5) /  5232 closed (+10) /  6140 total (+15)
RFE :  188 open ( +1) /   185 closed ( +1) /   373 total ( +2)

New / Reopened Patches
__

String formatting character for str.join  (2005-09-04)
CLOSED http://python.org/sf/1281573  opened by  Nick Coghlan

Speed up gzip.readline (~40%)  (2005-09-04)
   http://python.org/sf/1281707  opened by  April King

Enable SSL for smtplib  (2005-09-05)
   http://python.org/sf/1282340  opened by  Phil Underwood

AIX port from Elemental Security  (2005-09-07)
   http://python.org/sf/1284289  opened by  Guido van Rossum

Patches Closed
__

String formatting character for str.join  (2005-09-04)
   http://python.org/sf/1281573  closed by  ncoghlan

New / Reopened Bugs
___

time.strptime() fails with unicode date string, de_DE locale  (2005-09-01)
CLOSED http://python.org/sf/1280061  opened by  Adam Monsen

tokenize module does not detect inconsistent dedents  (2005-06-21)
   http://python.org/sf/1224621  reopened by  arigo

PyDateTime_Check references static object  (2005-09-02)
CLOSED http://python.org/sf/1280924  opened by  Skip Montanaro

xml.sax.expatreader doesn't pass encoding to ParserCreate  (2005-09-02)
   http://python.org/sf/1281032  opened by  Samuel Bayer

Erroneous \url command in python.sty  (2005-09-03)
   http://python.org/sf/1281291  opened by  Rory Yorke

array.arrays are not unpickleable  (2005-09-03)
CLOSED http://python.org/sf/1281383  opened by  Reinhold Birkenfeld

Py_BuildValue k format units don't work with big values  (2005-09-04)
   http://python.org/sf/1281408  opened by  Adal Chiriliuc

exception when unpickling array.array objects  (2005-09-04)
   http://python.org/sf/1281556  opened by  John Machin

urllib violates rfc 959  (2005-09-04)
   http://python.org/sf/1281692  opened by  Matthias Klose

logging.shutdown() not correct for chained handlers  (2005-09-05)
   http://python.org/sf/1282539  opened by  Fons Dijkstra

socket.getaddrinfo() bug for IPv6 enabled platforms  (2005-09-06)
   http://python.org/sf/1282647  opened by  Ganesan Rajagopal

PyArg_ParseTupleAndKeywords gives misleading error message  (2005-09-06)
   http://python.org/sf/1283289  opened by  japierro

nit for builtin sum doc  (2005-09-07)
   http://python.org/sf/1283491  opened by  daishi harada

os.path.abspath() / os.chdir() buggy with unicode paths  (2005-09-07)
   http://python.org/sf/1283895  opened by  Antoine Pitrou

re nested conditional matching (?()) doesn't work  (2005-09-07)
   http://python.org/sf/1284341  opened by  Erik Demaine

Bugs Closed
___

codecs.StreamRecoder.next doesn't encode  (2005-07-10)
   http://python.org/sf/1235646  closed by  doerwalter

time.strptime() fails with unicode date string, de_DE locale  (2005-09-01)
   http://python.org/sf/1280061  closed by  bcannon

crash recursive __getattr__  (2005-08-24)
   http://python.org/sf/1267884  closed by  tjreedy

Lambda and deepcopy  (2005-08-31)
   http://python.org/sf/1277718  closed by  tjreedy

logging module broken for multiple threads?  (2005-09-01)
   http://python.org/sf/1277903  closed by  vsajip

PyDateTime_Check references static object  (2005-09-02)
   http://python.org/sf/1280924  closed by  montanaro

bz2module.c compiler warning  (2005-08-26)
   http://python.org/sf/1274069  closed by  birkenfeld

discrepancy between str.__cmp__ and unicode.__cmp__  (2005-08-29)
   http://python.org/sf/1275719  closed by  rhettinger

array.arrays are not unpickleable  (2005-09-03)
   http://python.org/sf/1281383  closed by  rhettinger

SyntaxError raised on win32 for correct files  (2005-05-12)
   http://python.org/sf/1200686  closed by  tim_one

New / Reopened RFE
__

non-sequence map() arguments for optimization  (2005-09-02)
CLOSED http://python.org/sf/1281053  opened by  Ecnassianer of the Green Storm

Give __len__() advice for don't know  (2005-09-06)
   http://python.org/sf/1283110  opened by  Tim Peters

RFE Closed
__

non-sequence map() arguments for optimization  (2005-09-03)
   http://python.org/sf/1281053  closed by  birkenfeld

-- 
http://mail.python.org/mailman/listinfo/python-list


Weekly Python Patch/Bug Summary

2005-09-01 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  903 open (+551) /  5222 closed (+2324) /  6125 total (+2875)
Bugs:  903 open (-23) /  5222 closed (+45) /  6125 total (+22)
RFE :  187 open ( -3) /   184 closed ( +5) /   371 total ( +2)

New / Reopened Patches
__

PEP 349: allow str() to return unicode  (2005-08-22)
   http://python.org/sf/1266570  opened by  Neil Schemenauer

pdb: implement until,fix for 1248119  (2005-08-23)
   http://python.org/sf/1267629  opened by  Ilya Sandler

tarfile: fix for bug #1257255  (2005-08-17)
CLOSED http://python.org/sf/1262036  reopened by  loewis

Cache lines in StreamReader.readlines  (2005-08-24)
   http://python.org/sf/1268314  opened by  Martin v. Löwis

extending os.walk to support following symlinks  (2005-08-26)
   http://python.org/sf/1273829  opened by  Erick Tryzelaar

libtarfile.tex: external URL changed  (2005-08-27)
CLOSED http://python.org/sf/1274550  opened by  Lars Gustäbel

documentation fixes  (2005-08-28)
CLOSED http://python.org/sf/1274630  opened by  George Yoshida

Compile socket module under cygwin  (2005-08-28)
   http://python.org/sf/1275079  opened by  Miki Tebeka

fix distutils typo sortcut - shortcut  (2005-08-29)
CLOSED http://python.org/sf/1275796  opened by  Wummel

Adding new regrtest resource 'urlfetch'  (2005-08-30)
   http://python.org/sf/1276356  opened by  Hye-Shik Chang

tarfile: adding filed that use direct device addressing  (2005-08-30)
   http://python.org/sf/1276378  opened by  Urban Purkat

tkinter hello world example bug  (2005-08-31)
   http://python.org/sf/1277677  opened by  Yusuke Shinyama

Patches Closed
__

Improve %s support for unicode  (2005-03-09)
   http://python.org/sf/1159501  closed by  nascheme

markupbase misses comments (bug 736659)  (2004-02-20)
   http://python.org/sf/901369  closed by  fdrake

chr, ord, unichr documentation updates  (2004-10-31)
   http://python.org/sf/1057588  closed by  fdrake

tarfile: fix for bug #1257255  (2005-08-17)
   http://python.org/sf/1262036  closed by  loewis

tarfile.py: set sizes of non-regular files to zero.  (2005-03-22)
   http://python.org/sf/1168594  closed by  loewis

Fix pydoc crashing on unicode strings  (2004-11-13)
   http://python.org/sf/1065986  closed by  rhettinger

fix for 1016880 urllib.urlretrieve silently truncates dwnld  (2004-11-07)
   http://python.org/sf/1062060  closed by  birkenfeld

New tutorial tests in test_generators.py  (2005-01-31)
   http://python.org/sf/1113421  closed by  birkenfeld

more __contains__ tests  (2005-02-18)
   http://python.org/sf/1141428  closed by  birkenfeld

A program to scan python files and list those require coding  (2003-08-06)
   http://python.org/sf/784089  closed by  birkenfeld

distutils.dir_utils.mkpath to support unicode  (2005-03-21)
   http://python.org/sf/1167716  closed by  loewis

use ReleaseItanium configuration for zlib IA64 build  (2005-03-09)
   http://python.org/sf/1160164  closed by  loewis

Solaris 2.5.1 _SC_PAGESIZE vs. _SC_PAGE_SIZE  (2003-08-11)
   http://python.org/sf/786743  closed by  loewis

Flakey urllib2.parse_http_list  (2003-11-25)
   http://python.org/sf/848870  closed by  birkenfeld

urllib2.parse_http_list bugfix  735248  (2004-02-21)
   http://python.org/sf/901480  closed by  birkenfeld

Cookie.py: One step closer to RFC 2109  (2003-11-24)
   http://python.org/sf/848017  closed by  birkenfeld

Fix for off-by-one bug in urllib.URLopener.retrieve  (2003-09-21)
   http://python.org/sf/810023  closed by  birkenfeld

Allow socket.inet_aton(quot;255.255.255.255quot;) on Windo  (2003-06-17)
   http://python.org/sf/756021  closed by  birkenfeld

libtarfile.tex: external URL changed  (2005-08-27)
   http://python.org/sf/1274550  closed by  birkenfeld

documentation fixes  (2005-08-27)
   http://python.org/sf/1274630  closed by  birkenfeld

fix distutils typo sortcut - shortcut  (2005-08-29)
   http://python.org/sf/1275796  closed by  nnorwitz

Patch for (Doc) bug #1212195  (2005-06-26)
   http://python.org/sf/1227545  closed by  lemburg

bltinmodule.c whitespace normalization  (2005-07-21)
   http://python.org/sf/1242579  closed by  birkenfeld

fileinput openfile patch, bz2fileinput  (2005-06-22)
   http://python.org/sf/1225466  closed by  birkenfeld

shutil.copytree() quits too soon after an error.  (2005-07-21)
   http://python.org/sf/1242454  closed by  birkenfeld

New / Reopened Bugs
___

_register is not safe  (2005-08-23)
CLOSED http://python.org/sf/1267540  opened by  Russell Owen

bdist_rpm hardcodes setup.py as the script name  (2005-08-23)
   http://python.org/sf/1267547  opened by  Fernando Pérez

tarfile local name is local, should be abspath  (2005-08-12)
CLOSED http://python.org/sf/1257255  reopened by  birkenfeld

crash recursive __getattr__  (2005-08-24)
   http://python.org/sf/1267884 

Re: Weekly Python Patch/Bug Summary

2005-09-01 Thread Terry Reedy

Kurt B. Kaiser [EMAIL PROTECTED] wrote in message 
news:[EMAIL PROTECTED]
Patches :  903 open (+551) /  5222 closed (+2324) /  6125 total (+2875)
Bugs:  903 open (-23) /  5222 closed (+45) /  6125 total (+22)

Something went awry, as the patch totals did not really rise up to exactly 
the bug totals ;-)

Terry J. Reedy





-- 
http://mail.python.org/mailman/listinfo/python-list


Weekly Python Patch/Bug Summary

2005-08-22 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  352 open ( +0) /  2898 closed ( +2) /  3250 total ( +2)
Bugs:  926 open (+13) /  5177 closed (+15) /  6103 total (+28)
RFE :  190 open ( -1) /   179 closed ( +1) /   369 total ( +0)

New / Reopened Patches
__

fix smtplib when local host isn't resolvable in dns  (2005-08-12)
   http://python.org/sf/1257988  opened by  Arkadiusz Miskiewicz

tarfile: fix for bug #1257255  (2005-08-17)
   http://python.org/sf/1262036  opened by  Lars Gustäbel

Patches Closed
__

sha256 module  (2004-04-14)
   http://python.org/sf/935454  closed by  greg

sha and md5 modules should use OpenSSL when possible  (2005-02-12)
   http://python.org/sf/1121611  closed by  greg

New / Reopened Bugs
___

Significant memory leak with PyImport_ReloadModule  (2005-08-11)
   http://python.org/sf/1256669  opened by  Ben Held

slice object uses -1 as exclusive end-bound  (2005-08-11)
   http://python.org/sf/1256786  opened by  Bryan G. Olson

tarfile local name is local, should be abspath  (2005-08-12)
   http://python.org/sf/1257255  opened by  Martin Blais

Encodings iso8859_1 and latin_1 are redundant  (2005-08-12)
   http://python.org/sf/1257525  opened by  liturgist

Solaris 8 declares gethostname().  (2005-08-12)
   http://python.org/sf/1257687  opened by  Hans Deragon

error message incorrectly claims Visual C++ is required  (2005-08-12)
   http://python.org/sf/1257728  opened by  Zooko O'Whielacronx

Make set.remove() behave more like Set.remove()  (2005-08-12)
CLOSED http://python.org/sf/1257731  opened by  Raymond Hettinger

tkapp read-only attributes  (2005-08-12)
   http://python.org/sf/1257772  opened by  peeb

gen_send_ex: Assertion `f-f_back !  (2005-08-12)
CLOSED http://python.org/sf/1257960  opened by  Neil Schemenauer

http auth documentation/implementation conflict  (2005-08-13)
   http://python.org/sf/1258485  opened by  Matthias Klose

it's vs. its typo in Language Reference  (2005-08-14)
CLOSED http://python.org/sf/1258922  opened by  Wolfgang Petzold

Makefile ignores $CPPFLAGS  (2005-08-14)
   http://python.org/sf/1258986  opened by  Dirk Pirschel

Tix CheckList 'radio' option cannot be changed  (2005-08-14)
   http://python.org/sf/1259434  opened by  Raymond Maple

subprocess: more general (non-buffering) communication  (2005-08-15)
   http://python.org/sf/1260171  opened by  Ian Bicking

__new__ is class method  (2005-08-16)
   http://python.org/sf/1261229  opened by  Mike Orr

import dynamic library bug?  (2005-08-16)
   http://python.org/sf/1261390  opened by  broadwin

Tutorial doesn't cover * and ** function calls  (2005-08-16)
   http://python.org/sf/1261659  opened by  Brett Cannon

precompiled code and nameError.  (2005-08-17)
   http://python.org/sf/1261714  opened by  Vladimir Menshakov

minidom.py alternate newl support is broken  (2005-08-17)
   http://python.org/sf/1262320  opened by  John Whitley

fcntl.ioctl have a bit problem.  (2005-08-18)
   http://python.org/sf/1262856  opened by  Raise L. Sail

typo on SimpleXMLRPCServer Objects  (2005-08-18)
CLOSED http://python.org/sf/1263086  opened by  Chad Whitacre

type() and isinstance() do not call __getattribute__  (2005-08-19)
   http://python.org/sf/1263635  opened by  Per Vognsen

IDLE on Mac  (2005-08-18)
   http://python.org/sf/1263656  opened by  Bruce Sherwood

PyArg_ParseTupleAndKeywords doesn't handle I format correctl  (2005-08-19)
CLOSED http://python.org/sf/1264168  opened by  John Finlay

PEP 8 uses wrong raise syntax  (2005-08-20)
CLOSED http://python.org/sf/1264666  opened by  Steven Bethard

sequence slicing documentation incomplete  (2005-08-20)
   http://python.org/sf/1265100  opened by  Steven Bethard

lexists() is not exported from os.path  (2005-08-22)
CLOSED http://python.org/sf/1266283  opened by  Martin Blais

Mistakes in decimal.Context.subtract documentation  (2005-08-22)
   http://python.org/sf/1266296  opened by  Jim Sizelove

Bugs Closed
___

smtplib and email.py  (2005-08-03)
   http://python.org/sf/1251528  closed by  rhettinger

float('-inf')  (2005-08-09)
   http://python.org/sf/1255395  closed by  tjreedy

Make set.remove() behave more like Set.remove()  (2005-08-12)
   http://python.org/sf/1257731  closed by  rhettinger

gen_send_ex: Assertion `f-f_back !  (2005-08-12)
   http://python.org/sf/1257960  closed by  pje

IOError after normal write  (2005-08-04)
   http://python.org/sf/1252149  closed by  tim_one

IOError after normal write  (2005-08-04)
   http://python.org/sf/1252149  deleted by  patrick_gerken

it's vs. its typo in Language Reference  (2005-08-14)
   http://python.org/sf/1258922  closed by  birkenfeld

hotshot.stats.load  (2004-02-19)
   http://python.org/sf/900092  closed by  bwarsaw

typo on SimpleXMLRPCServer Objects  (2005-08-18)
   

Weekly Python Patch/Bug Summary

2005-08-10 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  352 open ( -2) /  2896 closed ( +8) /  3248 total ( +6)
Bugs:  913 open ( +4) /  5162 closed (+10) /  6075 total (+14)
RFE :  191 open ( +0) /   178 closed ( +0) /   369 total ( +0)

New / Reopened Patches
__

compiler package: global a; a=5  (2005-08-04)
   http://python.org/sf/1251748  opened by  Armin Rigo

Simplying Tkinter's event loop  (2005-08-05)
   http://python.org/sf/1252236  opened by  Michiel de Hoon

modulefinder misses modules  (2005-08-05)
   http://python.org/sf/1252550  opened by  Thomas Heller

poplib list() docstring fix  (2005-08-05)
CLOSED http://python.org/sf/1252706  opened by  Steve Greenland

QuickTime API needs corrected object types  (2005-08-09)
   http://python.org/sf/1254695  opened by  Christopher K Davis

GCC detection for runtime_library_dirs when ccache is used  (2005-08-09)
   http://python.org/sf/1254718  opened by  Seo Sanghyeon

Patches Closed
__

Faster commonprefix in macpath, ntpath, etc.  (2005-01-20)
   http://python.org/sf/1105730  closed by  birkenfeld

poplib list() docstring fix  (2005-08-05)
   http://python.org/sf/1252706  closed by  birkenfeld

absolute paths cause problems for MSVC  (2003-10-21)
   http://python.org/sf/827386  closed by  loewis

Fix LINKCC (Bug #1189330)  (2005-07-15)
   http://python.org/sf/1239112  closed by  loewis

file.encoding support for file.write and file.writelines  (2005-06-04)
   http://python.org/sf/1214889  closed by  birkenfeld

st_gen and st_birthtime support for FreeBSD  (2005-04-11)
   http://python.org/sf/1180695  closed by  loewis

Add unicode for sys.argv, os.environ, os.system  (2005-07-02)
   http://python.org/sf/1231336  closed by  loewis

Refactoring Python/import.c  (2004-12-30)
   http://python.org/sf/1093253  closed by  theller

New / Reopened Bugs
___

cgitb gives wrong lineno inside try:..finally:  (2005-08-03)
   http://python.org/sf/1251026  opened by  Rob W.W. Hooft

Decoding with unicode_internal segfaults on UCS-4 builds  (2005-08-03)
   http://python.org/sf/1251300  opened by  nhaldimann

smtplib and email.py  (2005-08-03)
   http://python.org/sf/1251528  opened by  Cosmin Nicolaescu

Python 2.4.1 crashes when importing the attached script  (2005-08-04)
   http://python.org/sf/1251631  opened by  Viktor Ferenczi

Fail codecs.lookup() on 'mbcs' and 'tactis'  (2005-08-04)
   http://python.org/sf/1251921  reopened by  lemburg

Fail codecs.lookup() on 'mbcs' and 'tactis'  (2005-08-04)
   http://python.org/sf/1251921  opened by  liturgist

Issue with telnetlib read_until not timing out  (2005-08-04)
   http://python.org/sf/1252001  opened by  padded

IOError after normal write  (2005-08-04)
   http://python.org/sf/1252149  opened by  Patrick Gerken

os.system on win32 can't handle pathnames with spaces  (2005-08-05)
CLOSED http://python.org/sf/1252733  opened by  Ori Avtalion

non-admin install may fail (win xp pro)  (2005-07-05)
CLOSED http://python.org/sf/1232947  reopened by  loewis

raw_input() displays wrong unicode prompt  (2005-01-10)
   http://python.org/sf/1099364  reopened by  prikryl

Python interpreter unnecessarily linked against c++ runtime  (2005-08-08)
   http://python.org/sf/1254125  opened by  Zak Kipling

parser fails on long non-ascii lines if coding declared  (2005-08-08)
CLOSED http://python.org/sf/1254248  opened by  Oleg Noga

Docs for list.extend() are incorrect  (2005-08-08)
CLOSED http://python.org/sf/1254362  opened by  Kent Johnson

appropriately decorated is undefined in MultiFile.push doc  (2005-08-09)
   http://python.org/sf/1255218  opened by  Alan

float('-inf')  (2005-08-10)
   http://python.org/sf/1255395  opened by  Steven Bird

bug in use of __getattribute__ ?  (2005-08-10)
CLOSED http://python.org/sf/1256010  opened by  sylvain ferriol

Bugs Closed
___

numarray in debian python 2.4.1  (2005-08-02)
   http://python.org/sf/1249903  closed by  birkenfeld

incorrect description of range function  (2005-08-02)
   http://python.org/sf/1250306  closed by  birkenfeld

isinstance() fails depending on how modules imported  (2005-08-01)
   http://python.org/sf/1249615  closed by  hgibson50

set of pdb breakpoint fails  (2005-07-30)
   http://python.org/sf/1248127  closed by  birkenfeld

Fail codecs.lookup() on 'mbcs' and 'tactis'  (2005-08-04)
   http://python.org/sf/1251921  closed by  loewis

os.system on win32 can't handle pathnames with spaces  (2005-08-05)
   http://python.org/sf/1252733  closed by  salty-horse

distutils: MetroWerks support can go  (2005-07-17)
   http://python.org/sf/1239948  closed by  jackjansen

non-admin install may fail (win xp pro)  (2005-07-05)
   http://python.org/sf/1232947  closed by  loewis

segfault in os module  (2005-06-24)
   http://python.org/sf/1226969  closed by  loewis

LINKCC incorrect  

Weekly Python Patch/Bug Summary

2005-08-02 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  354 open ( -3) /  2888 closed ( +3) /  3242 total ( +0)
Bugs:  909 open (+11) /  5152 closed ( +8) /  6061 total (+19)
RFE :  191 open ( +0) /   178 closed ( +0) /   369 total ( +0)

Patches Closed
__

PEP 342 Generator enhancements  (2005-06-18)
   http://python.org/sf/1223381  closed by  pje

Provide tuple of special exceptions  (2004-10-01)
   http://python.org/sf/1038256  closed by  ncoghlan

Patch for (Doc) #1243553  (2005-07-24)
   http://python.org/sf/1243910  closed by  montanaro

New / Reopened Bugs
___

new not marked as deprecated in the docs  (2005-07-30)
   http://python.org/sf/1247765  opened by  Jürgen Hermann

error in popen2() reference  (2005-07-30)
CLOSED http://python.org/sf/1248036  opened by  Lorenzo Luengo

pdb 'next' does not skip list comprehension  (2005-07-31)
   http://python.org/sf/1248119  opened by  Joseph Heled

set of pdb breakpoint fails  (2005-07-31)
   http://python.org/sf/1248127  opened by  Joseph Heled

shelve .sync operation not documented  (2005-07-31)
   http://python.org/sf/1248199  opened by  paul rubin

dir should accept dirproxies for __dict__  (2005-07-31)
   http://python.org/sf/1248658  opened by  Ronald Oussoren

2.3.5 SRPM fails to build without tkinter installed  (2005-07-31)
   http://python.org/sf/1248997  opened by  Laurie Harper

rfc822 module, bug in parsedate_tz  (2005-08-01)
   http://python.org/sf/1249573  opened by  nemesis

isinstance() fails depending on how modules imported  (2005-08-01)
   http://python.org/sf/1249615  opened by  Hugh Gibson

Encodings and aliases do not match runtime  (2005-08-01)
   http://python.org/sf/1249749  opened by  liturgist

container methods raise KeyError not IndexError  (2005-08-01)
   http://python.org/sf/1249837  opened by  Wilfredo Sanchez

numarray in debian python 2.4.1  (2005-08-01)
CLOSED http://python.org/sf/1249867  opened by  LovePanda

numarray in debian python 2.4.1  (2005-08-01)
CLOSED http://python.org/sf/1249873  opened by  LovePanda

numarray in debian python 2.4.1  (2005-08-01)
   http://python.org/sf/1249903  opened by  LovePanda

IDLE does not start. 2.4.1  (2005-08-01)
CLOSED http://python.org/sf/1249965  opened by  codepyro

gethostbyname(gethostname()) fails on misconfigured system  (2005-08-02)
   http://python.org/sf/1250170  opened by  Tadeusz Andrzej Kadlubowski

incorrect description of range function  (2005-08-02)
   http://python.org/sf/1250306  opened by  John Gleeson

The -m option to python does not search zip files  (2005-08-02)
   http://python.org/sf/1250389  opened by  Paul Moore

Tix: PanedWindow.panes nonfunctional  (2005-08-02)
   http://python.org/sf/1250469  opened by  Majromax

Bugs Closed
___

Segfault in Python interpreter 2.3.5  (2005-07-26)
   http://python.org/sf/1244864  closed by  birkenfeld

logging module doc needs to note that it changed in 2.4  (2005-07-25)
   http://python.org/sf/1244683  closed by  vsajip

manual.cls contains an invalid pdf-inquiry  (2005-07-14)
   http://python.org/sf/1238210  closed by  fdrake

error in popen2() reference  (2005-07-30)
   http://python.org/sf/1248036  closed by  birkenfeld

numarray in debian python 2.4.1  (2005-08-01)
   http://python.org/sf/1249867  closed by  birkenfeld

numarray in debian python 2.4.1  (2005-08-01)
   http://python.org/sf/1249873  closed by  birkenfeld

IDLE does not start. 2.4.1  (2005-08-01)
   http://python.org/sf/1249965  closed by  codepyro

Incorrect documentation of re.UNICODE  (2005-07-22)
   http://python.org/sf/1243192  closed by  birkenfeld

-- 
http://mail.python.org/mailman/listinfo/python-list


Weekly Python Patch/Bug Summary

2005-07-28 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  357 open ( +7) /  2885 closed ( +3) /  3242 total (+10)
Bugs:  898 open ( +9) /  5144 closed ( +3) /  6042 total (+12)
RFE :  191 open ( +2) /   178 closed ( +0) /   369 total ( +2)

New / Reopened Patches
__

shutil.copytree() quits too soon after an error.  (2005-07-21)
   http://python.org/sf/1242454  opened by  Dale Wilson

bltinmodule.c whitespace normalization  (2005-07-21)
   http://python.org/sf/1242579  opened by  Ruslan Spivak

repair typos  (2005-07-22)
CLOSED http://python.org/sf/1243081  opened by  George Yoshida

Faster output if message already has a boundary  (2005-07-23)
   http://python.org/sf/1243654  opened by  L. Peter Deutsch

httplib gzip support  (2005-07-23)
   http://python.org/sf/1243678  opened by  Moonz

Big speedup in email message parsing  (2005-07-23)
   http://python.org/sf/1243730  opened by  L. Peter Deutsch

Patch for (Doc) #1243553  (2005-07-24)
   http://python.org/sf/1243910  opened by  Peter van Kampen

expat binding for XML_ParserReset (Bug #1208730)  (2005-07-24)
   http://python.org/sf/1244208  opened by  John Eikenberry

Enable os.startfile and webbrowser.WindowsDefault on Cygwin  (2005-07-25)
   http://python.org/sf/1244861  opened by  Michael Hoffman

hide tests from TestProgram  (2005-07-25)
   http://python.org/sf/1244929  opened by  Eric Huss

Encoding alias unicode-1-1-utf-7  (2005-07-26)
   http://python.org/sf/1245379  opened by  Oren Tirosh

weaklist  (2001-11-30)
   http://python.org/sf/487738  reopened by  fdrake

Patches Closed
__

optparse documentation bug fixes  (2005-05-18)
   http://python.org/sf/1204347  closed by  gward

repair typos  (2005-07-22)
   http://python.org/sf/1243081  closed by  birkenfeld

fileinput.py fixed clobbering behavior and added encodings  (2004-10-15)
   http://python.org/sf/1048075  closed by  cconnett

Allow use of embedded Tcl without requiring Tk  (2004-01-02)
   http://python.org/sf/869468  closed by  gvanrossum

New / Reopened Bugs
___

list(obj) can swallow KeyboardInterrupt  (2005-07-22)
   http://python.org/sf/1242657  opened by  Steve Alexander

Incorrect documentation of re.UNICODE  (2005-07-22)
   http://python.org/sf/1243192  opened by  nhaldimann

Misuse of it's(2005-07-22)
CLOSED http://python.org/sf/1243288  opened by  Joanne Bogart

pydoc on cgi.escape lacks info that are in www docs  (2005-07-23)
   http://python.org/sf/1243553  opened by  Nikos Kouremenos

Python function/method/constant names as HTML-tag IDs  (2005-07-24)
   http://python.org/sf/1243945  opened by  Chad Miller

2.4.1 build fails on OpenBSD 3.7  (2005-07-25)
   http://python.org/sf/1244610  opened by  L. Peter Deutsch

logging module needs to that it changed in 2.4  (2005-07-25)
   http://python.org/sf/1244683  opened by  Alan

Segfault in Python interpreter 2.3.5  (2005-07-25)
   http://python.org/sf/1244864  opened by  Evil Mr Henry

Time module is missing inverse of gmtime()  (2005-07-26)
   http://python.org/sf/1245224  opened by  Jeremy Fincher

log() on a big number fails on powerpc64  (2005-07-26)
   http://python.org/sf/1245381  opened by  Jiri Dluhos

Segmentation fault when importing expat from xml.parser  (2005-07-28)
   http://python.org/sf/1246405  opened by  Jean-Pierre

line numbers off by 1  (2005-07-27)
   http://python.org/sf/1246473  opened by  Brett Cannon

failure to build RPM on rhel 3  (2005-07-28)
   http://python.org/sf/1246900  opened by  Patrick Wagstrom

Bugs Closed
___

Misuse of it's(2005-07-22)
   http://python.org/sf/1243288  closed by  birkenfeld

ioctl has problem with -ive request codes  (2005-07-01)
   http://python.org/sf/1231069  closed by  mwh

ioctl has problems on 64 bit machines  (2005-01-31)
   http://python.org/sf/1112949  closed by  birkenfeld

-- 
http://mail.python.org/mailman/listinfo/python-list


Weekly Python Patch/Bug Summary

2005-07-20 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  350 open ( +1) /  2882 closed ( +2) /  3232 total ( +3)
Bugs:  889 open ( -8) /  5141 closed (+22) /  6030 total (+14)
RFE :  189 open ( -5) /   178 closed ( +8) /   367 total ( +3)

New / Reopened Patches
__

Add unicode for sys.argv, os.environ, os.system  (2005-07-02)
CLOSED http://python.org/sf/1231336  reopened by  loewis

Fix LINKCC (Bug #1189330)  (2005-07-15)
   http://python.org/sf/1239112  opened by  Christoph Ludwig

Prevent race condition in os.makedirs  (2005-07-17)
   http://python.org/sf/1239890  opened by  Nir Soffer

release lock on exception in threading.Thread.join()  (2005-07-18)
   http://python.org/sf/1240614  opened by  Dirk Groeneveld

Patches Closed
__

Patch for potential buffer overrun in tokenizer.c  (2005-01-13)
   http://python.org/sf/1101726  closed by  doerwalter

Add unicode for sys.argv, os.environ, os.system  (2005-07-02)
   http://python.org/sf/1231336  closed by  loewis

Optimization for textwrap  (2005-05-26)
   http://python.org/sf/1209527  closed by  rhettinger

New / Reopened Bugs
___

email.Generator traceback in forwarded msg  (2005-07-12)
   http://python.org/sf/1236906  opened by  Skip Montanaro

Missing sk_SK in windows_locale  (2005-07-13)
   http://python.org/sf/1237015  opened by  Lukas Lalinsky

link path probs on OSX re: Tcl, Tk  fink's /sw  (2005-07-13)
   http://python.org/sf/1237697  opened by  blakers

threading.Thread uses {} as default argument  (2005-07-14)
CLOSED http://python.org/sf/1238170  opened by  Simon Dahlbacka

manual.cls contains an invalid pdf-inquiry  (2005-07-14)
   http://python.org/sf/1238210  opened by  Michael Schindler

freed pointer is used in longobject.c:long_pow()  (2005-07-15)
CLOSED http://python.org/sf/1238681  opened by  Luke

subprocess.Popen fails inside a Windows service  (2005-07-15)
   http://python.org/sf/1238747  opened by  Adam Kerrison

Win registry problem  (2005-07-15)
   http://python.org/sf/1239120  opened by  Bruce Sherwood

Win registry problem  (2005-07-15)
CLOSED http://python.org/sf/1239148  opened by  Bruce Sherwood

Install Error: cannot compute sizeof (int), 77  (2005-07-15)
   http://python.org/sf/1239186  opened by  Bob Gazzale

email.Utils.formatdate documetaion missing  (2005-07-17)
CLOSED http://python.org/sf/1239681  opened by  Nir Soffer

distutils: MetroWerks support can go  (2005-07-17)
   http://python.org/sf/1239948  opened by  Jack Jansen

Distutils does not use logging  (2005-07-19)
   http://python.org/sf/1241006  opened by  Giles Antonio Radford

StreamReader broken for byte string to byte string codecs  (2005-07-20)
CLOSED http://python.org/sf/1241507  opened by  Graham Horler

garbage collection asserts failing  (2005-07-20)
   http://python.org/sf/1241545  opened by  munder12

-m does not find dotted modules  (2005-07-20)
CLOSED http://python.org/sf/1241619  opened by  Giles Antonio Radford

Bugs Closed
___

debug info file descriptor of tarfile is inconsistent  (2005-07-09)
   http://python.org/sf/1235266  closed by  birkenfeld

missing Py_DECREF in PyObject_CallMethod  (2005-06-29)
   http://python.org/sf/1229429  closed by  mwh

Mistakes in online docs under 5.3 Pure Embedding  (2005-07-05)
   http://python.org/sf/1232768  closed by  birkenfeld

tkFileDialog.askopen... fails when dir=  (2005-07-07)
   http://python.org/sf/1233799  closed by  birkenfeld

Carbon.FSSpec.as_pathname() crashes  (2005-07-11)
   http://python.org/sf/1236090  closed by  jackjansen

segfault/assert in tokenizer  (2004-12-21)
   http://python.org/sf/1089395  closed by  doerwalter

threading.Thread uses {} as default argument  (2005-07-14)
   http://python.org/sf/1238170  closed by  birkenfeld

some latex reject the pdfinfo  macro while generating html  (2004-11-22)
   http://python.org/sf/1071094  closed by  birkenfeld

freed pointer is used in longobject.c:long_pow()  (2005-07-15)
   http://python.org/sf/1238681  closed by  tim_one

Win registry problem  (2005-07-15)
   http://python.org/sf/1239148  closed by  bsherwood

email.Utils.formatdate documetaion missing  (2005-07-17)
   http://python.org/sf/1239681  closed by  montanaro

k specifier in PyArg_ParseTuple incomplete documentated  (2004-11-07)
   http://python.org/sf/1061920  closed by  birkenfeld

article id in description of NNTP objects  (2004-08-24)
   http://python.org/sf/1015140  closed by  birkenfeld

Missing urllib.urlretrieve docs  (2004-08-24)
   http://python.org/sf/1014761  closed by  birkenfeld

refman doesn't know about universal newlines  (2005-01-10)
   http://python.org/sf/1099363  closed by  birkenfeld

7.5.6 Thread Objects is too vague  (2004-03-09)
   http://python.org/sf/912943  closed by  birkenfeld

os.access() documentation should stress race conditions  (2004-01-08)
   

Weekly Python Patch/Bug Summary

2005-07-11 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  349 open ( +1) /  2880 closed ( +1) /  3229 total ( +2)
Bugs:  897 open ( -1) /  5119 closed (+16) /  6016 total (+15)
RFE :  194 open ( +1) /   170 closed ( +0) /   364 total ( +1)

New / Reopened Patches
__

PEP 343 draft documentation  (2005-07-07)
   http://python.org/sf/1234057  opened by  Nick Coghlan

PEP 343 implementation  (2005-07-11)
   http://python.org/sf/1235943  opened by  Michael Hudson

Patches Closed
__

Allow weak referencing of classic classes  (2005-04-03)
   http://python.org/sf/1175850  closed by  glchapman

New / Reopened Bugs
___

Pickle protocols 1, 2 can't handle inf floats.  (2005-07-06)
CLOSED http://python.org/sf/1233578  opened by  Charles

getpass.getpass() performs differently on Windows vs *nix  (2005-07-07)
   http://python.org/sf/1233785  opened by  Darryl Dixon

tkFileDialog.askopen... fails when dir=  (2005-07-06)
   http://python.org/sf/1233799  opened by  Russell Owen

datetime.strftime %s  (2005-07-07)
   http://python.org/sf/1234123  opened by  Peter Kleiweg

'insufficient disk space' message wrong (msi on win xp pro)  (2005-07-07)
   http://python.org/sf/1234328  opened by  Patrick Vrijlandt

configure: error: cannot compute sizeof (int), 77  (2005-07-07)
   http://python.org/sf/1234473  opened by  Tekhne

filecmp.cmp's shallow option  (2005-07-08)
   http://python.org/sf/1234674  opened by  Mendez

Admin privs required for Windows?  (2005-07-08)
CLOSED http://python.org/sf/1234850  opened by  Tim Peters

Tutorial Section 6.3 example wrong  (2005-07-08)
CLOSED http://python.org/sf/1234956  opened by  Phoebus Chen

ConfigParser generating strings I can't compare  (2005-07-08)
CLOSED http://python.org/sf/1234965  opened by  Robert Guico

Lock.acquire treats only 1 as True  (2005-07-08)
CLOSED http://python.org/sf/1234979  opened by  Chris Perkins

using some_re.sub() often imports sre.__doc__  (2005-07-09)
   http://python.org/sf/1234985  opened by  Steve Alexander

debug info file descriptor of tarfile is inconsistent  (2005-07-10)
   http://python.org/sf/1235266  opened by  George Yoshida

Inconsistent singleton constructor messages  (2005-07-10)
CLOSED http://python.org/sf/1235569  opened by  Pavel Pergamenshchik

codecs.StreamRecoder.next doesn't encode  (2005-07-10)
   http://python.org/sf/1235646  opened by  Sebastian Wangnick

crashes in bgen wrappers  (2005-07-11)
   http://python.org/sf/1236090  opened by  Michael Hudson

Bugs Closed
___

openssl-0.9.8 requires _ssl.mak change  (2005-07-06)
   http://python.org/sf/1233049  closed by  loewis

chr() returns ? when input  127 in OS X  (2005-07-02)
   http://python.org/sf/1231488  closed by  loewis

Build failure  (2005-06-30)
   http://python.org/sf/1230161  closed by  ceramond

Pickle protocols 1, 2 can't handle inf floats.  (2005-07-06)
   http://python.org/sf/1233578  closed by  mwh

Admin privs required for Windows?  (2005-07-08)
   http://python.org/sf/1234850  closed by  loewis

Tutorial Section 6.3 example wrong  (2005-07-08)
   http://python.org/sf/1234956  closed by  birkenfeld

ConfigParser generating strings I can't compare  (2005-07-08)
   http://python.org/sf/1234965  closed by  tim_one

Lock.acquire treats only 1 as True  (2005-07-08)
   http://python.org/sf/1234979  closed by  birkenfeld

function and method objects confounded in Tutorial  (2004-06-09)
   http://python.org/sf/969757  closed by  birkenfeld

Inconsistent singleton constructor messages  (2005-07-10)
   http://python.org/sf/1235569  closed by  rhettinger

PyObject_Realloc bug in obmalloc.c  (2005-04-19)
   http://python.org/sf/1185883  closed by  tim_one

Need locale arg to strftime()  (2005-06-13)
   http://python.org/sf/1219840  closed by  bcannon

``from sys import stdin,`` doesn't raise a SyntaxError  (2005-04-25)
   http://python.org/sf/1190012  closed by  bcannon

[AST] distinct code objects not created  (2005-04-25)
   http://python.org/sf/1190011  closed by  bcannon

[AST] automatic unpacking of arguments broken  (2005-04-19)
   http://python.org/sf/1186353  closed by  bcannon

[AST] genexps get scoping wrong  (2005-04-19)
   http://python.org/sf/1186195  closed by  bcannon

-- 
http://mail.python.org/mailman/listinfo/python-list


Weekly Python Patch/Bug Summary

2005-06-29 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  344 open ( +6) /  2875 closed ( +9) /  3219 total (+15)
Bugs:  897 open (-17) /  5094 closed (+34) /  5991 total (+17)
RFE :  191 open ( +3) /   170 closed ( +0) /   361 total ( +3)

New / Reopened Patches
__

fileinput openfile patch, bz2fileinput  (2005-06-22)
   http://python.org/sf/1225466  opened by  Stephan Boettcher

Proposal to implement comment rows in csv module  (2005-06-22)
   http://python.org/sf/1225769  opened by  Iain Haslam

Patch for (Doc) bug #1217513  (2005-06-25)
CLOSED http://python.org/sf/1227442  opened by  Peter van Kampen

Patch for (Doc) bug #1225705   (2005-06-25)
CLOSED http://python.org/sf/1227444  opened by  Peter van Kampen

Patch for (Doc) bug #1175022  (2005-06-25)
CLOSED http://python.org/sf/1227489  opened by  Peter van Kampen

Patch for (Doc) bug #1186072  (2005-06-25)
CLOSED http://python.org/sf/1227495  opened by  Peter van Kampen

Patch for (Doc) bug #1166582  (2005-06-25)
CLOSED http://python.org/sf/1227513  opened by  Peter van Kampen

Patch for (Doc) bug #1212195  (2005-06-26)
   http://python.org/sf/1227545  opened by  Peter van Kampen

Patch for (Doc) bug #1219273  (2005-06-26)
   http://python.org/sf/1227568  opened by  Peter van Kampen

Patch for (Doc) bug #1228904  (2005-06-29)
   http://python.org/sf/1229935  opened by  Peter van Kampen

solaris 10 should not define _XOPEN_SOURCE_EXTENDED  (2005-06-27)
   http://python.org/sf/1227966  opened by  Bill Clarke

code.py use sys.excepthook to display exceptions  (2005-06-27)
   http://python.org/sf/1228112  opened by  Miki Tebeka

optionally allow mutable builtin types  (2005-06-28)
   http://python.org/sf/1229239  opened by  Greg Couch

optionally allow mutable builtin types  (2005-06-28)
CLOSED http://python.org/sf/1229280  opened by  Greg Couch

Zipfile fix create_system information  (2005-06-29)
   http://python.org/sf/1229511  opened by  Hendrik Muhs

Patches Closed
__

Building on Mac OS X 10.1  (2004-01-02)
   http://python.org/sf/869555  closed by  mwh

httplib mentions getreply instead of getresponse  (2005-05-16)
   http://python.org/sf/1203094  closed by  birkenfeld

note that os.chown can have -1 as an argument  (2005-06-01)
   http://python.org/sf/1213031  closed by  birkenfeld

Patch for (Doc) bug #1217513  (2005-06-25)
   http://python.org/sf/1227442  closed by  birkenfeld

Patch for (Doc) bug #1225705   (2005-06-25)
   http://python.org/sf/1227444  closed by  birkenfeld

Patch for (Doc) bug #1175022  (2005-06-25)
   http://python.org/sf/1227489  closed by  birkenfeld

Patch for (Doc) bug #1186072  (2005-06-25)
   http://python.org/sf/1227495  closed by  birkenfeld

Patch for (Doc) bug #1166582  (2005-06-25)
   http://python.org/sf/1227513  closed by  birkenfeld

cgitb: make more usable for 'binary-only' sw (new patch)  (2005-02-19)
   http://python.org/sf/1144549  closed by  birkenfeld

optionally allow mutable builtin types  (2005-06-28)
   http://python.org/sf/1229280  closed by  gregcouch

New / Reopened Bugs
___

crash in gcmodule.c on python reinitialization  (2005-06-22)
   http://python.org/sf/1225584  opened by  Alexander Miseler

os.environ documentation should mention unsetenv  (2005-06-22)
CLOSED http://python.org/sf/1225705  opened by  Brian Wellington

SimpleXMLRPCServer example is broken  (2004-10-06)
   http://python.org/sf/1041501  reopened by  kjohnson

Can't take sequence slice past 32K  (2005-06-23)
CLOSED http://python.org/sf/1226404  reopened by  tim_one

Can't take sequence slice past 32K  (2005-06-23)
CLOSED http://python.org/sf/1226404  opened by  Gene Cash

cPickle and pickle dump bug (inf float)  (2005-06-24)
CLOSED http://python.org/sf/1226955  opened by  Andrea Bolzonella

segfault in os module  (2005-06-24)
   http://python.org/sf/1226969  opened by  jacobo_es

Queue class does not inherit object  (2005-06-24)
CLOSED http://python.org/sf/1227166  opened by  Vincent Côté-Roy

CGIXMLRPCRequestHandler example uses nonexistant div()  (2005-06-24)
CLOSED http://python.org/sf/1227181  opened by  Danny Yoo

Two requests to one file are not done in parallel  (2005-06-25)
   http://python.org/sf/1227480  opened by  Markus Franz

subprocess: inheritance of std descriptors inconsistent  (2005-06-26)
   http://python.org/sf/1227748  opened by  André Malo

shelve/bsddb crash on db close  (2005-06-26)
   http://python.org/sf/1227955  opened by  Scott

cPickle and pickle dump bug (inf float)  (2005-06-27)
CLOSED http://python.org/sf/1228015  opened by  Andrea Bolzonella

usage of type char* instead of const char*  (2005-06-27)
   http://python.org/sf/1228053  opened by  Mattias Ekholm

update to 7.15 zlib  7.18.1 ZipFile Objects docs  (2005-06-28)
CLOSED http://python.org/sf/1228830  opened by  Brian vdB

weakref example broken  (2005-06-28)
   

Weekly Python Patch/Bug Summary

2005-06-21 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  338 open ( +0) /  2866 closed ( +5) /  3204 total ( +5)
Bugs:  914 open ( +5) /  5060 closed (+13) /  5974 total (+18)
RFE :  188 open ( +0) /   170 closed ( +0) /   358 total ( +0)

New / Reopened Patches
__

update the binhex module for Mach-O  (2005-06-14)
   http://python.org/sf/1220874  opened by  Bob Ippolito

ftplib storbinary callback  (2005-06-15)
   http://python.org/sf/1221598  opened by  Phil Schwartz

C++ compilation support for distutils  (2005-06-17)
   http://python.org/sf/1222585  opened by  Antti Honkela

PEP 342/343 Generator enhancements  (2005-06-18)
   http://python.org/sf/1223381  opened by  Phillip J. Eby

HP-UX ia64 64-bit Python executable  (2005-06-21)
   http://python.org/sf/1225212  opened by  Peter Kropf

Patches Closed
__

_csv.c leaks when dialect creation fails  (2005-06-14)
   http://python.org/sf/1220242  closed by  montanaro

test_curses bugs  (2004-08-09)
   http://python.org/sf/1005892  closed by  akuchling

no html file for modulefinder  (2005-04-10)
   http://python.org/sf/1180012  closed by  birkenfeld

Restore GC support to set objects  (2005-05-11)
   http://python.org/sf/1200018  closed by  rhettinger

change recall in IDLE shell to not overwrite current command  (2005-05-06)
   http://python.org/sf/1196917  closed by  kbk

New / Reopened Bugs
___

buffer() object broken.  (2005-06-15)
CLOSED http://python.org/sf/1221424  opened by  Ray Schumacher

Incorrect documentation for InPlace Number operators  (2005-06-15)
CLOSED http://python.org/sf/1221477  opened by  Daniel Stutzbach

float() not accurate  (2005-06-16)
CLOSED http://python.org/sf/1222098  opened by  Brian Dols

Bad optparse help wrapping with multiple paragraphs  (2005-06-16)
   http://python.org/sf/135  opened by  Barry A. Warsaw

Typo in section 5.3 of tutorial  (2005-06-17)
CLOSED http://python.org/sf/1222459  opened by  uman

tk + setlocale problems...  (2005-06-17)
   http://python.org/sf/1222721  opened by  Alex A. Naanou

SimpleXMLRPCServer does not set FD_CLOEXEC  (2005-06-17)
   http://python.org/sf/1222790  opened by  Winfried Harbecke

it's - its  (2005-06-17)
CLOSED http://python.org/sf/1222928  opened by  Ed Swierk

2.4.1 .msi file won't install to different disk  (2005-06-17)
CLOSED http://python.org/sf/1222978  opened by  Ray Trent

race in os.makedirs()  (2005-06-18)
   http://python.org/sf/1223238  opened by  Mattias Engdegård

subprocess.py abuse of errno  (2005-06-20)
   http://python.org/sf/1223937  reopened by  astrand

subprocess.py abuse of errno  (2005-06-20)
   http://python.org/sf/1223937  opened by  Oren Tirosh

error locale.getlocale() with LANGUAGE=eu_ES  (2005-06-20)
   http://python.org/sf/1223976  opened by  Zunbeltz Izaola

Len too large with national characters  (2005-06-20)
CLOSED http://python.org/sf/1224047  opened by  Henrik Winther Jensen

int/long unification and hex()  (2005-06-20)
   http://python.org/sf/1224347  opened by  Josiah Carlson

tokenize module does not detect inconsistent dedents  (2005-06-21)
CLOSED http://python.org/sf/1224621  opened by  Danny Yoo

rsplit introduces spurious CR  (2005-06-21)
   http://python.org/sf/1224672  opened by  Richard Prosser

Line endings problem with Python 2.4.1 cause imports to fail  (2005-06-21)
   http://python.org/sf/1225059  opened by  Nicolas Lehuen

inspect.isclass() fails with custom __getattr__  (2005-06-21)
   http://python.org/sf/1225107  opened by  Jeremy Kloth

Bugs Closed
___

float issue for NaN type in .pyc file  (2004-12-07)
   http://python.org/sf/1080440  closed by  mwh

buffer() object broken.  (2005-06-15)
   http://python.org/sf/1221424  closed by  nascheme

Incorrect documentation for InPlace Number operators  (2005-06-15)
   http://python.org/sf/1221477  closed by  rhettinger

Replace MSVC memory allocator with ptmalloc2  (2005-06-07)
   http://python.org/sf/1216562  closed by  loewis

Sub threads execute in restricted mode  (2005-03-15)
   http://python.org/sf/1163563  closed by  mwh

float() not accurate  (2005-06-16)
   http://python.org/sf/1222098  closed by  nascheme

Typo in section 5.3 of tutorial  (2005-06-17)
   http://python.org/sf/1222459  closed by  rhettinger

it's - its  (2005-06-17)
   http://python.org/sf/1222928  closed by  nascheme

2.4.1 .msi file won't install to different disk  (2005-06-17)
   http://python.org/sf/1222978  closed by  hacksoncode

spurious blank page in dist.pdf  (2005-05-27)
   http://python.org/sf/1209560  closed by  birkenfeld

subprocess.py abuse of errno  (2005-06-20)
   http://python.org/sf/1223937  closed by  astrand

Len too large with national characters  (2005-06-20)
   http://python.org/sf/1224047  closed by  mwh

tokenize module does not detect inconsistent dedents  (2005-06-21)
   

Weekly Python Patch/Bug Summary

2005-06-14 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  338 open ( -1) /  2861 closed ( +4) /  3199 total ( +3)
Bugs:  909 open ( +1) /  5047 closed (+11) /  5956 total (+12)
RFE :  188 open ( -1) /   170 closed ( +2) /   358 total ( +1)

New / Reopened Patches
__

byteorder issue in PyMac_GetOSType  (2005-06-10)
   http://python.org/sf/1218421  opened by  Ronald Oussoren

os.kill on windows  (2005-06-14)
   http://python.org/sf/1220212  opened by  Miki Tebeka

_csv.c leaks when dialect creation fails  (2005-06-14)
   http://python.org/sf/1220242  opened by  Michael Hudson

Patches Closed
__

in IDLE, assume new text files are python source by default  (2005-05-06)
   http://python.org/sf/1196895  closed by  kbk

Add const specifier to PySpam_System prototype  (2005-04-21)
   http://python.org/sf/1187396  closed by  birkenfeld

Newline in error output of py_compile.compile  (2005-03-26)
   http://python.org/sf/1171150  closed by  birkenfeld

trivial bug in error message text  (2005-05-06)
   http://python.org/sf/1196980  closed by  kbk

New / Reopened Bugs
___

email.Utils.py: ' in RFC2231 header  (2005-06-10)
   http://python.org/sf/1218081  opened by  Tokio Kikuchi

inspect.getsource doesn't update when a module is reloaded  (2005-06-10)
   http://python.org/sf/1218234  opened by  Björn Lindqvist

Parser chokes on big files  (2005-06-11)
CLOSED http://python.org/sf/1218930  opened by  Alexander Schremmer

'Expression' AST Node not documented  (2005-06-12)
   http://python.org/sf/1219273  opened by  Martin Miller

copy.py typo  (2005-06-13)
CLOSED http://python.org/sf/1219342  opened by  Ori Avtalion

copy.py typo  (2005-06-13)
CLOSED http://python.org/sf/1219361  opened by  Ori Avtalion

small output bug  (2005-06-12)
CLOSED http://python.org/sf/1219448  opened by  Alex Levchuk

Need locale arg to strftime()  (2005-06-13)
   http://python.org/sf/1219840  opened by  Wilfredo Sanchez

misdocumented argument range for curses.pair_content  (2005-06-13)
CLOSED http://python.org/sf/1219862  opened by  dcrosta

tp_richcompare documentation wrong and incomplete  (2005-06-13)
   http://python.org/sf/1219903  opened by  Barry A. Warsaw

subprocess call() helper should close stdin if PIPE  (2005-06-14)
   http://python.org/sf/1220113  opened by  Stuart Bishop

Re-importing embedded thread dumps core  (2005-06-14)
   http://python.org/sf/1220756  opened by  Jay T Miller

Bugs Closed
___

Parser chokes on big files  (2005-06-11)
   http://python.org/sf/1218930  closed by  doerwalter

color highlighting not working on EDIT windows  (2003-09-04)
   http://python.org/sf/800432  closed by  kbk

No syntax hilite on new file until saved as *.py  (2003-07-21)
   http://python.org/sf/775012  closed by  kbk

copy.py typo  (2005-06-12)
   http://python.org/sf/1219342  closed by  rhettinger

copy.py typo  (2005-06-12)
   http://python.org/sf/1219361  closed by  rhettinger

small output bug  (2005-06-12)
   http://python.org/sf/1219448  closed by  rhettinger

misdocumented argument range for curses.pair_content  (2005-06-13)
   http://python.org/sf/1219862  closed by  akuchling

lax error-checking in new-in-2.4 marshal stuff  (2005-04-11)
   http://python.org/sf/1180997  closed by  mwh

String and list methods documentation deeply hidden  (2005-06-06)
   http://python.org/sf/1215887  closed by  rhettinger

Queue.qsize() better info about unreliability  (2005-06-02)
   http://python.org/sf/1213475  closed by  rhettinger

weakref cannot handle bound methods (in contrast to docu)  (2005-05-22)
   http://python.org/sf/1206537  closed by  rhettinger

New / Reopened RFE
__

Create a fat build on darwin  (2005-06-10)
   http://python.org/sf/1218333  opened by  Ronald Oussoren

RFE Closed
__

Make bisect.* functions accept an optional compare function  (2005-04-18)
   http://python.org/sf/1185383  closed by  rhettinger

sets needs an 'arbitrary element' method  (2005-05-31)
   http://python.org/sf/1212091  closed by  rhettinger

-- 
http://mail.python.org/mailman/listinfo/python-list


Weekly Python Patch/Bug Summary

2005-06-09 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  339 open ( -5) /  2857 closed (+12) /  3196 total ( +7)
Bugs:  908 open ( -8) /  5036 closed (+22) /  5944 total (+14)
RFE :  189 open ( -2) /   168 closed ( +5) /   357 total ( +3)

New / Reopened Patches
__

Trivial typo in unicodedata._getcode  (2005-06-02)
   http://python.org/sf/1213831  opened by  Darek Suchojad

Support non-file source/dest in marshal  (2005-06-04)
   http://python.org/sf/1214879  opened by  Skip Montanaro

file.encoding support for file.write and file.writelines  (2005-06-04)
   http://python.org/sf/1214889  opened by  Reinhold Birkenfeld

two fileinput enhancements (fileno, openhook)  (2005-06-05)
   http://python.org/sf/1215184  opened by  Reinhold Birkenfeld

Suggested Additional Material for urllib2 docs  (2005-06-08)
   http://python.org/sf/1216942  opened by  Mike Foord

proposed patch for tls wrapped ssl support added to smtplib  (2005-06-08)
   http://python.org/sf/1217246  opened by  Pete G

Patches Closed
__

[ast] fix for 1183468: return/yield in class  (2005-04-16)
   http://python.org/sf/1184418  closed by  nascheme

[AST] throw SyntaxError in from x import y,  (2005-05-04)
   http://python.org/sf/1194895  closed by  nascheme

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

Add st_flags support to (l)stat function  (2005-06-01)
   http://python.org/sf/1212117  closed by  perky

buffer overflow in _cursesmodule.c  (2005-05-11)
   http://python.org/sf/1200134  closed by  akuchling

Typo in Curses-Function doc  (2005-04-20)
   http://python.org/sf/1186781  closed by  akuchling

binary formats for marshalling floats  (2005-04-11)
   http://python.org/sf/1180995  closed by  mwh

test_locale fix on modern linux  (2005-05-07)
   http://python.org/sf/1197218  closed by  anthonybaxter

An URL for UnicodeData File Format 3.2 has changed.  (2005-05-25)
   http://python.org/sf/1207985  closed by  perky

Patch for [ 1170331 ] Error in base64.b32decode  (2005-03-27)
   http://python.org/sf/1171487  closed by  akuchling

#1074261 gzip dies on gz files with many appended headers  (2004-11-27)
   http://python.org/sf/1074381  closed by  akuchling

asynchat does not accept 'long' terminator  (2004-08-03)
   http://python.org/sf/1002763  closed by  akuchling

New / Reopened Bugs
___

Queue.qsize() better info about unreliability  (2005-06-02)
   http://python.org/sf/1213475  opened by  Nikos Kouremenos

os.path.realpath() cannot handle symlinks  (2005-06-02)
CLOSED http://python.org/sf/1213894  opened by  Ilya Sandler

test_marshal.py discards marshal.load val  (2005-06-04)
CLOSED http://python.org/sf/1214662  opened by  Skip Montanaro

subprocess auto-reaps children  (2005-06-04)
   http://python.org/sf/1214859  opened by  Mattias Engdegård

bsddb dbobj.DB.associate doesn't accept dbobj.DB param  (2005-06-04)
   http://python.org/sf/1215023  opened by  Gregory P. Smith

int('x',radix) puzzle  (2005-06-05)
CLOSED http://python.org/sf/1215146  opened by  elgordo

String and list methods deeply hidden  (2005-06-06)
   http://python.org/sf/1215887  opened by  Reinhold Birkenfeld

Large tarfiles cause overflow  (2005-06-06)
   http://python.org/sf/1215928  opened by  Tom Emerson

Replace MSVC memory allocator with ptmalloc2  (2005-06-07)
   http://python.org/sf/1216562  opened by  Niall Douglas

csv module sometimes raises _csv.Error  (2005-06-08)
CLOSED http://python.org/sf/1216831  opened by  Mary Gardiner

LINKCC-CXX, -ltermcap--lncurses  (2005-06-08)
   http://python.org/sf/1216923  opened by  Niki W. Waibel

Info from man python not in docs  (2005-06-08)
   http://python.org/sf/1217152  opened by  Kent Johnson

Omission in docs for smtplib.SMTP.sendmail()  (2005-06-09)
   http://python.org/sf/1217513  opened by  Kent Johnson

make frameworkinstall fails for non-default location  (2005-06-09)
   http://python.org/sf/1217591  opened by  Mitch Chapman

pydoc includes unnecessary files for a package.  (2005-06-09)
   http://python.org/sf/1217881  opened by  Igor Belyi

Bugs Closed
___

check for return/yield outside function is wrong  (2005-04-15)
   http://python.org/sf/1183468  closed by  nascheme

Incorrect result for regular expression - |(hello)|(world)  (2005-06-01)
   http://python.org/sf/1212411  closed by  tim_one

doc bug in Lock.acquire  (2005-05-27)
   http://python.org/sf/1209880  closed by  akuchling

(?(id)yes|no) only works when referencing the first group  (2005-04-06)
   http://python.org/sf/1177831  closed by  akuchling

Notation  (2005-04-30)
   http://python.org/sf/1193001  closed by  akuchling

os.path.realpath() cannot handle symlinks  (2005-06-03)
   http://python.org/sf/1213894  closed by  birkenfeld

bz2.BZ2File doesn't handle modes correctly  (2005-05-03)

Weekly Python Patch/Bug Summary

2005-05-26 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  342 open ( +3) /  2839 closed ( +1) /  3181 total ( +4)
Bugs:  936 open ( -2) /  4974 closed (+12) /  5910 total (+10)
RFE :  189 open ( +2) /   159 closed ( +2) /   348 total ( +4)

New / Reopened Patches
__

optparse documentation bug fixes  (2005-05-18)
   http://python.org/sf/1204347  opened by  Barry A. Warsaw

Bugfix for signal-handler on x64 Platform  (2005-05-20)
   http://python.org/sf/1205436  opened by  André Fritzsche

updates for the compiler package  (2005-05-21)
   http://python.org/sf/1206077  opened by  Stelios

An URL for UnicodeData File Format 3.2 has changed.  (2005-05-24)
   http://python.org/sf/1207985  opened by  Darek Suchojad

Patches Closed
__

workaround deprecated ostat structure in sys/stat.h  (2005-05-17)
   http://python.org/sf/1203329  closed by  loewis

New / Reopened Bugs
___

Documentation error?  (2005-05-18)
   http://python.org/sf/1204734  opened by  John Eikenberry

urllib has spurious print statement  (2005-05-20)
   http://python.org/sf/1205544  opened by  Stuart Wray

Compile fails on Darwin8 with --with-cxx=g++  (2005-05-20)
   http://python.org/sf/1205568  opened by  Robert M. Zigweid

wrong location for math lib with --prefix  (2005-05-20)
   http://python.org/sf/1205736  opened by  Thomas Richter

IDLE 1.0.5 (Python 2.3.5) crashes under Windows  (2005-05-21)
   http://python.org/sf/1206232  opened by  Torsten Bronger

weakref cannot handle bound methods (in contrast to docu)  (2005-05-22)
   http://python.org/sf/1206537  opened by  Raik Gruenberg

class property fset not working  (2005-05-24)
   http://python.org/sf/1207379  opened by  Master_Jaf

installer ignores changed installation directory  (2005-05-24)
   http://python.org/sf/1207466  opened by  Blubb Fallo

Issue in grammar  (2005-05-24)
   http://python.org/sf/1207501  opened by  venkat manian

Issue in grammar  (2005-05-24)
CLOSED http://python.org/sf/1207509  opened by  venkat manian

Bugs Closed
___

Problem with recursion in dict (crash with core dump)  (2005-05-13)
   http://python.org/sf/1201456  closed by  vys

Windows msi installer fails on virtual drives  (2005-05-12)
   http://python.org/sf/1200287  closed by  loewis

urllib2 authentication redirection error(?)  (2004-11-21)
   http://python.org/sf/1070735  closed by  allanbwilson

No documentation for urllib2 exception classes  (2004-04-29)
   http://python.org/sf/944407  closed by  fresh

file(foo, wU) is silently accepted  (2004-06-05)
   http://python.org/sf/967182  closed by  montanaro

UnboundLocalError in cgitb.py  (2003-12-16)
   http://python.org/sf/861340  closed by  montanaro

Python 2.4.1 Installer ended prematurely  (2005-05-11)
   http://python.org/sf/1199947  closed by  loewis

xml.dom.minidom.Node.removeChild() doesn't remove  (2005-03-06)
   http://python.org/sf/1157901  closed by  mkempka

csv writer bug on windows  (2004-04-29)
   http://python.org/sf/944890  closed by  montanaro

Importing anydbm generates exception if _bsddb unavailable  (2003-05-02)
   http://python.org/sf/731501  closed by  montanaro

Explicit interp reference during build fails  (2003-07-08)
   http://python.org/sf/768068  closed by  montanaro

Issue in grammar  (2005-05-24)
   http://python.org/sf/1207509  closed by  mwh

New / Reopened RFE
__

Let shift operators take any integer value  (2005-05-19)
   http://python.org/sf/1205239  opened by  David Albert Torpey

Right Click Context Menu  (2005-05-24)
   http://python.org/sf/1207589  opened by  Mike Foord

Clipboard Cleared on Close  (2005-05-24)
   http://python.org/sf/1207592  opened by  Mike Foord

Bottom Scroll Bar  (2005-05-24)
   http://python.org/sf/1207613  opened by  Mike Foord

RFE Closed
__

enhancing os.chown functionality  (2005-05-12)
   http://python.org/sf/1200804  closed by  loewis

replace function should accept lists.  (2005-04-17)
   http://python.org/sf/1184678  closed by  loewis

-- 
http://mail.python.org/mailman/listinfo/python-list


Weekly Python Patch/Bug Summary

2005-05-17 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  339 open ( +7) /  2838 closed ( +4) /  3177 total (+11)
Bugs:  938 open (+11) /  4962 closed ( +3) /  5900 total (+14)
RFE :  187 open ( +1) /   157 closed ( +0) /   344 total ( +1)

New / Reopened Patches
__

Restore GC support to set objects  (2005-05-11)
   http://python.org/sf/1200018  opened by  Barry A. Warsaw

idlelib patch  (2005-05-11)
   http://python.org/sf/1200038  opened by  sowjanya

Small optimization for PyDict_Merge()  (2005-05-11)
CLOSED http://python.org/sf/1200051  opened by  Barry A. Warsaw

buffer overflow in _cursesmodule.c  (2005-05-11)
   http://python.org/sf/1200134  opened by  Jan Michael Hülsbergen

patch IDLE to allow running anonymous code in editor window  (2005-05-13)
   http://python.org/sf/1201522  opened by  Jeff Shute

allow running multiple instances of IDLE  (2005-05-13)
   http://python.org/sf/1201569  opened by  Jeff Shute

httplib mentions getreply instead of getresponse  (2005-05-16)
   http://python.org/sf/1203094  opened by  Robert Brewer

workaround deprecated ostat structure in sys/stat.h  (2005-05-17)
   http://python.org/sf/1203329  opened by  J. J. Snitow

Patch for [ 1163563 ] Sub threads execute in restricted mode  (2005-05-17)
   http://python.org/sf/1203393  opened by  anothermax

Allow larger programs to be frozen under Win32  (2005-05-17)
   http://python.org/sf/1203650  opened by  Gottfried Ganßauge

Patches Closed
__

Small optimization for PyDict_Merge()  (2005-05-11)
   http://python.org/sf/1200051  closed by  rhettinger

better datetime support for xmlrpclib  (2005-02-10)
   http://python.org/sf/1120353  closed by  montanaro

Add O_SHLOCK/O_EXLOCK to posix  (2005-01-17)
   http://python.org/sf/1103951  closed by  montanaro

Fix _tryorder in webbrowser.py  (2005-03-20)
   http://python.org/sf/1166780  closed by  rodsenra

New / Reopened Bugs
___

installation problem with python 2.4.1 on Win2k system  (2005-05-11)
   http://python.org/sf/1199808  opened by  mmkobayashi

Python 2.4.1 Installer ended prematurely  (2005-05-11)
   http://python.org/sf/1199947  opened by  Wai Yip Tung

time module ignores timezone changes  (2005-05-09)
CLOSED http://python.org/sf/1198275  reopened by  bcannon

Windows msi installer fails on virtual drives  (2005-05-11)
   http://python.org/sf/1200287  opened by  bartgrantham

SyntaxError raised on win32 for correct files  (2005-05-12)
   http://python.org/sf/1200686  opened by  Federico Di Gregorio

Wrong word on raise page  (2005-05-13)
CLOSED http://python.org/sf/1201438  opened by  Erik Rose

Problem with recursion in dict (crash with core dump)  (2005-05-13)
   http://python.org/sf/1201456  opened by  Vladimir Yu. Stepanov

suspected cPickle memory leak   (2005-05-13)
   http://python.org/sf/1201461  opened by  Alan

Glossary listing bug  (2005-05-14)
CLOSED http://python.org/sf/1201807  opened by  George Yoshida

mimetypes.py does not find mime.types on Mac OS X  (2005-05-14)
   http://python.org/sf/1202018  opened by  Stefan H. Holek

Description of string.lstrip() needs improvement  (2005-05-15)
   http://python.org/sf/1202395  opened by  Roy Smith

httplib docs mentioning HTTPConnection.getreply  (2005-05-15)
   http://python.org/sf/1202475  opened by  Georg Brandl

RE parser too loose with {m,n} construct  (2005-05-15)
   http://python.org/sf/1202493  opened by  Skip Montanaro

a bunch of infinite C recursions  (2005-05-15)
   http://python.org/sf/1202533  opened by  Armin Rigo

Problem with abs function  (2005-05-16)
   http://python.org/sf/1202946  opened by  ric-b

Bugs Closed
___

time module ignores timezone changes  (2005-05-09)
   http://python.org/sf/1198275  closed by  bcannon

SystemError: error return without exception set  (2005-05-05)
   http://python.org/sf/1195984  closed by  nbajpai

Wrong word on raise page  (2005-05-13)
   http://python.org/sf/1201438  closed by  rhettinger

Glossary listing bug  (2005-05-14)
   http://python.org/sf/1201807  closed by  rhettinger

New / Reopened RFE
__

enhancing os.chown functionality  (2005-05-12)
   http://python.org/sf/1200804  opened by  gyrof

-- 
http://mail.python.org/mailman/listinfo/python-list


  1   2   >