Mailing List Archive

1 2 3 4 5 6 7  View All
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (03/06/09 - 03/13/09)
Python tracker at http://bugs.python.org/

To view or respond to any of the issues listed below, click on the issue
number. Do NOT respond to this message.


2388 open (+38) / 14920 closed (+16) / 17308 total (+54)

Open issues with patches: 837

Average duration of open issues: 658 days.
Median duration of open issues: 399 days.

Open Issues Breakdown
open 2359 (+37)
pending 29 ( +1)

Issues Created Or Reopened (56)
_______________________________

2to3 wrong for types.StringTypes 03/08/09
http://bugs.python.org/issue5425 reopened hagen
patch

cmpfunc in Python 3.0.1 windows installer 03/10/09
http://bugs.python.org/issue5431 reopened Nigel Galloway


plistlib contains unescaped hex sequence in doc string 03/06/09
http://bugs.python.org/issue5432 created jim.correia


Excessive optimization in IncrementalNewlineDecoder 03/06/09
CLOSED http://bugs.python.org/issue5433 created pitrou
patch

datetime.MonthDelta 03/07/09
http://bugs.python.org/issue5434 created jess.austin
patch

test_httpservers on Debian Testing 03/07/09
http://bugs.python.org/issue5435 created zamotcr


test_distutils fails with official Mac OS X Installer Disk Image 03/07/09
http://bugs.python.org/issue5436 created oefe


Singleton MemoryError can hold traceback data and locals indefin 03/08/09
http://bugs.python.org/issue5437 created pitrou
patch

test_bigmem.test_from_2G_generator uses more memory than expecte 03/08/09
http://bugs.python.org/issue5438 created pitrou


string.strip behaves strangly 03/08/09
CLOSED http://bugs.python.org/issue5439 created dwjang


string.strip behaves strangly 03/08/09
CLOSED http://bugs.python.org/issue5440 created dwjang


Convenience API for timeit.main 03/08/09
http://bugs.python.org/issue5441 created ncoghlan
easy

[3.1alpha1] test_importlib fails on Mac OSX 10.5.6 03/08/09
http://bugs.python.org/issue5442 created cartman


trivial typo in itertools documentation 03/10/09
http://bugs.python.org/issue5443 reopened donlorenzo
patch

.chm build process on Windows doesn't use the right filename 03/08/09
http://bugs.python.org/issue5444 created gagenellina
patch

codecs.StreamWriter.writelines problem when passed generator 03/08/09
http://bugs.python.org/issue5445 created dlesco


doc building progress on Windows doesn't show any color 03/08/09
CLOSED http://bugs.python.org/issue5446 created gagenellina
patch

future unicode literals and r'\u' 03/08/09
http://bugs.python.org/issue5447 created pooryorick
patch

Add precision property to decimal.Decimal 03/08/09
CLOSED http://bugs.python.org/issue5448 created dlesco


bug fix to prevent io.BytesIO from accepting arbitrary keyword a 03/08/09
http://bugs.python.org/issue5449 created erickt
patch

test_tcl testLoadTk fails if DISPLAY defined but connect fails, 03/09/09
http://bugs.python.org/issue5450 created bitdancer
patch

patch to make io.StringIO consistent with open with respect to n 03/09/09
CLOSED http://bugs.python.org/issue5451 created erickt
patch

Documentation for io.StringIO has wrong info for arguments 03/09/09
CLOSED http://bugs.python.org/issue5452 created erickt


pydoc -k fails (release30-maint patch) 03/09/09
http://bugs.python.org/issue5453 created dariusp
patch

pydoc -k fails (py3k patch) 03/09/09
CLOSED http://bugs.python.org/issue5454 created dariusp
patch

csv module no longer works as expected when file opened in binar 03/09/09
http://bugs.python.org/issue5455 created skip.montanaro


io.StringIO's universal newlines support is broken in 3.0.1 03/09/09
CLOSED http://bugs.python.org/issue5456 created erickt


ZipFile writes incorrect modification time (second is off-by-one 03/09/09
CLOSED http://bugs.python.org/issue5457 created ctheune


threading.Thread.join() documentation: missing 'from version' fo 03/09/09
CLOSED http://bugs.python.org/issue5458 created eyal.gordon


msiexec not creating msvcr90.dll with python -2.6.1.msi 03/09/09
http://bugs.python.org/issue5459 created cjlesh


Python 3.0 grammar is ambiguous with the addition of star_expr 03/09/09
http://bugs.python.org/issue5460 created fabioz


python3 symlink 03/09/09
http://bugs.python.org/issue5461 created dripton


Pythonwin Vista Compatibility 03/09/09
CLOSED http://bugs.python.org/issue5462 created jearls


Compiler warning get_ulong is never used 3.x 03/09/09
http://bugs.python.org/issue5463 created andreas.schawo
patch

msgfmt.py does not work with plural form 03/09/09
http://bugs.python.org/issue5464 created steve_geo


No edit in IDLE in right click context menu 03/10/09
CLOSED http://bugs.python.org/issue5465 created ESlim


Tix.Balloon causes TCLError: unknown color name "{#ffff60}" in P 03/10/09
http://bugs.python.org/issue5466 created andrewp22


tools\msi\merge.py is sensitive to lack of config.py 03/10/09
http://bugs.python.org/issue5467 created tim.golden
patch

urlencode does not handle "bytes", and could easily handle alter 03/10/09
http://bugs.python.org/issue5468 created dmahn


Reference paragraph about the constructs that bind names needs u 03/10/09
http://bugs.python.org/issue5469 created MLModel


MSI installer misses zipdir.zip file in Lib\test 03/10/09
http://bugs.python.org/issue5470 created tim.golden
patch

os.path.expanduser('~') doesnt works correctly when HOME is '/' 03/10/09
http://bugs.python.org/issue5471 created pancake
patch

distutils.test_util fails to restore os.uname; causes test_platf 03/10/09
CLOSED http://bugs.python.org/issue5472 created tim.golden
patch

round(float, ndigits<0) sometimes rounds to odd 03/10/09
http://bugs.python.org/issue5473 created dingo


distutils produces invalid RPM packages of prerelease python pac 03/11/09
http://bugs.python.org/issue5474 created Rudd-O
patch

urllib2.getproxies not documented 03/11/09
http://bugs.python.org/issue5475 created timmie


datetime: timedelta(minutes = i) silently fails with numpy.int32 03/11/09
http://bugs.python.org/issue5476 created barronh


Typo in itertools documentation 03/11/09
CLOSED http://bugs.python.org/issue5477 created thomasguest


document mistake xml.dom.minidom.Element 03/12/09
http://bugs.python.org/issue5478 created hsmtkk


Add an easy way to provide total ordering now that __cmp__ is de 03/12/09
http://bugs.python.org/issue5479 created mrts


".egg-info" => ".pkg-info" 03/12/09
CLOSED http://bugs.python.org/issue5480 created zooko


Expand Decimal.__format__() support to include "n" 03/12/09
http://bugs.python.org/issue5481 created rhettinger


RFC: improve distutils bdist_rpm so it builds pure python module 03/13/09
http://bugs.python.org/issue5482 created Rudd-O


[PATCH]Add FastDbfilenameShelf: shelf nerver sync cache even whe 03/13/09
http://bugs.python.org/issue5483 created zhigang
patch

subprocess.call() fails for .bat files on Windows, if executable 03/13/09
http://bugs.python.org/issue5484 created sandberg


pyexpat has no unit tests for UseForeignDTD functionality 03/13/09
http://bugs.python.org/issue5485 created exarkun
patch



Issues Now Closed (36)
______________________

Update PEP 3135 (super()) 360 days
http://bugs.python.org/issue2312 gvanrossum
patch

string representation of range and dictionary views 335 days
http://bugs.python.org/issue2610 benjamin.peterson
patch

tkSimpleDialog Window Flashing 325 days
http://bugs.python.org/issue2638 gpolo
patch

test issue 309 days
http://bugs.python.org/issue2771 ajaksu2


Remove DeprecationWarning in _warnings about 'line' 200 days
http://bugs.python.org/issue3652 brett.cannon
patch

test_bigmem broken 193 days
http://bugs.python.org/issue3700 pitrou
patch

2.6rc1: test_threading hangs on FreeBSD 6.3 i386 179 days
http://bugs.python.org/issue3863 bms
patch

Issue with RotatingFileHandler logging handler on Windows 77 days
http://bugs.python.org/issue4749 neyro


PythonCmd in Modules/_tkinter.c should use the given "interp" pa 65 days
http://bugs.python.org/issue4792 gpolo
patch

Guarantee that Tkinter.Text.search returns a string 25 days
http://bugs.python.org/issue5193 gpolo
patch

Enhance 3.1 IDLE to exec IDLESTARTUP/PYTHONSTARTUP on restart 25 days
http://bugs.python.org/issue5234 gpolo
patch

Distutils in trunk does not work with old Python (2.3 - 2.5) 6 days
http://bugs.python.org/issue5394 tarek
patch

Core dumps on the Solaris buildbot 1 days
http://bugs.python.org/issue5429 pitrou
patch

Excessive optimization in IncrementalNewlineDecoder 0 days
http://bugs.python.org/issue5433 pitrou
patch

string.strip behaves strangly 0 days
http://bugs.python.org/issue5439 loewis


string.strip behaves strangly 0 days
http://bugs.python.org/issue5440 loewis


doc building progress on Windows doesn't show any color 0 days
http://bugs.python.org/issue5446 benjamin.peterson
patch

Add precision property to decimal.Decimal 1 days
http://bugs.python.org/issue5448 dlesco


patch to make io.StringIO consistent with open with respect to n 0 days
http://bugs.python.org/issue5451 erickt
patch

Documentation for io.StringIO has wrong info for arguments 0 days
http://bugs.python.org/issue5452 benjamin.peterson


pydoc -k fails (py3k patch) 0 days
http://bugs.python.org/issue5454 loewis
patch

io.StringIO's universal newlines support is broken in 3.0.1 1 days
http://bugs.python.org/issue5456 benjamin.peterson


ZipFile writes incorrect modification time (second is off-by-one 1 days
http://bugs.python.org/issue5457 loewis


threading.Thread.join() documentation: missing 'from version' fo 0 days
http://bugs.python.org/issue5458 georg.brandl


Pythonwin Vista Compatibility 0 days
http://bugs.python.org/issue5462 benjamin.peterson


No edit in IDLE in right click context menu 0 days
http://bugs.python.org/issue5465 loewis


distutils.test_util fails to restore os.uname; causes test_platf 1 days
http://bugs.python.org/issue5472 tarek
patch

Typo in itertools documentation 0 days
http://bugs.python.org/issue5477 rhettinger


".egg-info" => ".pkg-info" 0 days
http://bugs.python.org/issue5480 zooko


configure argument --libdir is ignored 1859 days
http://bugs.python.org/issue891930 matejcik


__name__ available during class dictionary build 1244 days
http://bugs.python.org/issue1324261 amaury.forgeotdarc


ScrolledText hungs up in some conditions 1169 days
http://bugs.python.org/issue1390086 amaury.forgeotdarc


Proper locking with asynchronous callbacks. 1140 days
http://bugs.python.org/issue1412632 amaury.forgeotdarc
patch

Unicode IOError: execfile(u'\u043a\u043a\u043a/x.py') 1130 days
http://bugs.python.org/issue1422398 amaury.forgeotdarc


filterwarnings('error') has no effect 925 days
http://bugs.python.org/issue1548371 brett.cannon


symbol conflict for 'readahead' 692 days
http://bugs.python.org/issue1701192 amaury.forgeotdarc




Top Issues Most Discussed (10)
______________________________

13 csv fails when file is opened in binary mode 67 days
open http://bugs.python.org/issue4847

11 Add named tuple reader to CSV module 425 days
open http://bugs.python.org/issue1818

8 Allow auto-numbered replacement fields in str.format() strings 29 days
open http://bugs.python.org/issue5237

7 Regexp 2.7 (modifications to current re 2.2.2) 332 days
open http://bugs.python.org/issue2636

6 test_tcl testLoadTk fails if DISPLAY defined but connect fails, 5 days
open http://bugs.python.org/issue5450

6 codecs.StreamWriter.writelines problem when passed generator 5 days
open http://bugs.python.org/issue5445

5 Add an easy way to provide total ordering now that __cmp__ is d 1 days
open http://bugs.python.org/issue5479

5 distutils produces invalid RPM packages of prerelease python pa 3 days
open http://bugs.python.org/issue5474

5 csv module no longer works as expected when file opened in bina 5 days
open http://bugs.python.org/issue5455

5 test_httpservers on Debian Testing 6 days
open http://bugs.python.org/issue5435
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (03/13/09 - 03/20/09)
Python tracker at http://bugs.python.org/

To view or respond to any of the issues listed below, click on the issue
number. Do NOT respond to this message.


2392 open (+27) / 14957 closed (+14) / 17349 total (+41)

Open issues with patches: 836

Average duration of open issues: 661 days.
Median duration of open issues: 402 days.

Open Issues Breakdown
open 2362 (+25)
pending 30 ( +2)

Issues Created Or Reopened (44)
_______________________________

PATCH: Armin's attribute lookup caching for 3.0 03/14/09
http://bugs.python.org/issue1568 reopened pitrou
patch

merge json library with latest simplejson 2.0.x 03/17/09
http://bugs.python.org/issue4136 reopened pitrou
patch

profile doesn't support non-UTF8 source code 03/20/09
http://bugs.python.org/issue4282 reopened haypo
patch, needs review

doc copyedits 03/13/09
CLOSED http://bugs.python.org/issue5486 created dsm001
patch

Parts of Tkinter missing (but not when running from IDLE) 03/14/09
CLOSED http://bugs.python.org/issue5487 created oc


nb_inplace_divide slot is missing in docs 03/14/09
CLOSED http://bugs.python.org/issue5488 created donlorenzo
patch

Broken DLL 03/14/09
CLOSED http://bugs.python.org/issue5489 created JCoder


Broken DLL 03/14/09
CLOSED http://bugs.python.org/issue5490 created JCoder


Clarify contextlib.nested semantics 03/15/09
CLOSED http://bugs.python.org/issue5491 created ncoghlan


Error on leaving IDLE with quit() or exit() under Linux 03/15/09
http://bugs.python.org/issue5492 created gerluijten


Rephrasing the doc of object.__nonzero__ 03/15/09
CLOSED http://bugs.python.org/issue5493 created ezio.melotti


Failure in test_httpservers on Linux 03/15/09
http://bugs.python.org/issue5494 created gerluijten


ValueError exception of tuple.index(x) gives imprecise error mes 03/15/09
CLOSED http://bugs.python.org/issue5495 created Retro
patch

codecs.lookup docstring is misleading 03/15/09
CLOSED http://bugs.python.org/issue5496 created exarkun


openssl compileerror with original source 03/17/09
http://bugs.python.org/issue5497 created ocean-city
patch

Can SGMLParser properly handle <empty/> tags? 03/17/09
http://bugs.python.org/issue5498 created once-off


only accept byte for getarg('c') and unicode for getarg('C') 03/17/09
http://bugs.python.org/issue5499 created haypo
patch

tarfile: path problem in arcname under windows 03/17/09
http://bugs.python.org/issue5500 created ellioh


Update multiprocessing docs re: freeze_support 03/17/09
http://bugs.python.org/issue5501 created bcorfman


io-c: TextIOWrapper is faster than BufferedReader but not protec 03/18/09
http://bugs.python.org/issue5502 created haypo


multiprocessing/connection.py wrong pipe name under win32 03/18/09
http://bugs.python.org/issue5503 created jqcn2003


ctypes should work with systems where mmap can't be PROT_WRITE a 03/18/09
http://bugs.python.org/issue5504 created agoode
patch

sys.stdin.read() doesn't return after first EOF on Windows 03/18/09
http://bugs.python.org/issue5505 created r_mosaic


io.BytesIO doesn't support the buffer protocol 03/18/09
http://bugs.python.org/issue5506 created pitrou


ctypes configuration fails on mips-linux (and probably Irix) 03/18/09
http://bugs.python.org/issue5507 created doko


maximum recursion depth exceeded in __subclasscheck__ 03/18/09
http://bugs.python.org/issue5508 created gangesmaster


cPickle - module object has no attribute 03/18/09
CLOSED http://bugs.python.org/issue5509 created ntroutman


patches for Modules/socketmodule.c for NetBSD 03/18/09
http://bugs.python.org/issue5510 created yesmar
patch

zipfile - add __exit__ attribute to make ZipFile object compatib 03/18/09
http://bugs.python.org/issue5511 created petruchio


Streamline integer division 03/18/09
http://bugs.python.org/issue5512 created marketdickinson
patch

"What's New" should say VERY CLEARLY that the type file is gone 03/18/09
http://bugs.python.org/issue5513 created MLModel


Darwin framework libpython3.0.a is not a normal static library 03/18/09
http://bugs.python.org/issue5514 created jhowarth


'n' formatting for int and float handles leading zero padding po 03/19/09
http://bugs.python.org/issue5515 created eric.smith


equality not symmetric for subclasses of datetime.date and datet 03/19/09
http://bugs.python.org/issue5516 created jess.austin


2to3 haven't convert buffer object to memoryview 03/19/09
CLOSED http://bugs.python.org/issue5517 created bhy


cPickle produces inconsistent output 03/19/09
http://bugs.python.org/issue5518 created rb


Deletion of some statements in re documentation 03/19/09
http://bugs.python.org/issue5519 created MLModel


refactor test_datetime.py 03/19/09
http://bugs.python.org/issue5520 created jess.austin
patch

sqlite3.h missing 03/20/09
CLOSED http://bugs.python.org/issue5521 created mendell


HTTPRedirectHandler documentation is wrong 03/20/09
http://bugs.python.org/issue5522 created jkugler


Python bug tracker won't let you edit your profile 03/20/09
CLOSED http://bugs.python.org/issue5523 created jkugler


execfile() removed from Python3 03/20/09
http://bugs.python.org/issue5524 created haypo
patch

Problem with email.MIME* library, using wrong new line 03/20/09
http://bugs.python.org/issue5525 created lclement


Local variables unavailable for operation of list comprehension 03/20/09
CLOSED http://bugs.python.org/issue5526 created evan.greensmith




Issues Now Closed (43)
______________________

Test issue 563 days
http://bugs.python.org/issue1064 loewis
patch

locale.format bug if thousand separator is space (french separat 535 days
http://bugs.python.org/issue1222 eric.smith
patch

doctest.testmod gets noisy if called more than once per SystemEx 456 days
http://bugs.python.org/issue1611 ncoghlan


Implement __format__ for Decimal 270 days
http://bugs.python.org/issue2110 marketdickinson
patch

float compared to decimal is silently incorrect. 352 days
http://bugs.python.org/issue2531 jdunck
easy

Python 3.0b3 doesn't start on German Win XP SP3/SP2 185 days
http://bugs.python.org/issue3820 pitrou


float(0.0) singleton 168 days
http://bugs.python.org/issue4024 rhettinger
patch

traceback attribute error 166 days
http://bugs.python.org/issue4034 haypo
patch, needs review

open(): use keyword only for arguments other than file and mode 157 days
http://bugs.python.org/issue4121 haypo
patch, patch, needs review

struct.pack('L', -1) 140 days
http://bugs.python.org/issue4228 marketdickinson
patch

Use 30-bit digits instead of 15-bit digits for Python integers. 136 days
http://bugs.python.org/issue4258 marketdickinson
patch

Idle - incorrectly displaying a character (Latin capital letter 126 days
http://bugs.python.org/issue4281 vbr


PyUnicode_FromWideChar incorrect for characters outside the BMP 108 days
http://bugs.python.org/issue4474 marketdickinson
patch

exception traceback sometimes slow 101 days
http://bugs.python.org/issue4503 pitrou


Issue with RotatingFileHandler logging handler on Windows 81 days
http://bugs.python.org/issue4749 neyro


IDLE startup file .Idle.py not documented 28 days
http://bugs.python.org/issue5276 georg.brandl
patch

optparse special usage tokens conflict with formatting character 20 days
http://bugs.python.org/issue5374 andybuckley
patch

json needs object_pairs_hook 20 days
http://bugs.python.org/issue5381 rhettinger
patch

stack overflow after hitting recursion limit twice 13 days
http://bugs.python.org/issue5392 pitrou
patch

os.read not handling O_DIRECT flag 18 days
http://bugs.python.org/issue5396 exarkun


2to3 wrong for types.StringTypes 10 days
http://bugs.python.org/issue5425 benjamin.peterson
patch

cmpfunc in Python 3.0.1 windows installer 3 days
http://bugs.python.org/issue5431 tjreedy


Reference paragraph about the constructs that bind names needs u 5 days
http://bugs.python.org/issue5469 georg.brandl


round(float, ndigits<0) sometimes rounds to odd 3 days
http://bugs.python.org/issue5473 marketdickinson


document mistake xml.dom.minidom.Element 4 days
http://bugs.python.org/issue5478 georg.brandl


Expand Decimal.__format__() support to include "n" 5 days
http://bugs.python.org/issue5481 marketdickinson


doc copyedits 0 days
http://bugs.python.org/issue5486 georg.brandl
patch

Parts of Tkinter missing (but not when running from IDLE) 0 days
http://bugs.python.org/issue5487 loewis


nb_inplace_divide slot is missing in docs 1 days
http://bugs.python.org/issue5488 georg.brandl
patch

Broken DLL 0 days
http://bugs.python.org/issue5489 ocean-city


Broken DLL 0 days
http://bugs.python.org/issue5490 loewis


Clarify contextlib.nested semantics 1 days
http://bugs.python.org/issue5491 georg.brandl


Rephrasing the doc of object.__nonzero__ 0 days
http://bugs.python.org/issue5493 georg.brandl


ValueError exception of tuple.index(x) gives imprecise error mes 0 days
http://bugs.python.org/issue5495 benjamin.peterson
patch

codecs.lookup docstring is misleading 0 days
http://bugs.python.org/issue5496 georg.brandl


cPickle - module object has no attribute 0 days
http://bugs.python.org/issue5509 benjamin.peterson


2to3 haven't convert buffer object to memoryview 0 days
http://bugs.python.org/issue5517 benjamin.peterson


sqlite3.h missing 0 days
http://bugs.python.org/issue5521 benjamin.peterson


Python bug tracker won't let you edit your profile 0 days
http://bugs.python.org/issue5523 benjamin.peterson


Local variables unavailable for operation of list comprehension 0 days
http://bugs.python.org/issue5526 benjamin.peterson


dir() should only return strings 1603 days
http://bugs.python.org/issue1056293 haypo
patch

Use \r\n, not \n for HTTP headers 849 days
http://bugs.python.org/issue1597000 pitrou
easy

if something as x: 678 days
http://bugs.python.org/issue1714448 mrabarnett
patch



Top Issues Most Discussed (10)
______________________________

12 Allow auto-numbered replacement fields in str.format() strings 36 days
open http://bugs.python.org/issue5237

11 "What's New" should say VERY CLEARLY that the type file is gone 2 days
open http://bugs.python.org/issue5513

11 RFC: improve distutils bdist_rpm so it builds pure python modul 7 days
open http://bugs.python.org/issue5482

10 Streamline integer division 2 days
open http://bugs.python.org/issue5512

10 contextlib.nested inconsistent with, well, nested with statemen 35 days
open http://bugs.python.org/issue5251

10 if something as x: 678 days
closed http://bugs.python.org/issue1714448

9 rewrite of minidom.Node.normalize 391 days
open http://bugs.python.org/issue2170

8 merge json library with latest simplejson 2.0.x 3 days
open http://bugs.python.org/issue4136

7 mmap: read_byte/write_byte and object type 20 days
open http://bugs.python.org/issue5391

7 locale.format bug if thousand separator is space (french separa 535 days
closed http://bugs.python.org/issue1222
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (03/20/09 - 03/27/09)
Python tracker at http://bugs.python.org/

To view or respond to any of the issues listed below, click on the issue
number. Do NOT respond to this message.


2395 open (+33) / 15008 closed (+21) / 17403 total (+54)

Open issues with patches: 845

Average duration of open issues: 661 days.
Median duration of open issues: 400 days.

Open Issues Breakdown
open 2357 (+33)
pending 38 ( +0)

Issues Created Or Reopened (55)
_______________________________

float compared to decimal is silently incorrect. 03/21/09
http://bugs.python.org/issue2531 reopened marketdickinson
patch, easy

multiprocessing won't work with Tkinter (under Linux) 03/20/09
http://bugs.python.org/issue5527 created akineko


Unable to launch IDLE on Windows 03/20/09
CLOSED http://bugs.python.org/issue5528 created croy


Backport sys module docs involving import to 2.7 03/21/09
http://bugs.python.org/issue5529 created brett.cannon


datetime class names should obey PEP 8 CapWords convention 03/21/09
CLOSED http://bugs.python.org/issue5530 created jess.austin
patch

unittest: allow failures in tearDown method 03/21/09
CLOSED http://bugs.python.org/issue5531 created gfxmonk
patch

imap usage in itertools unique_justseen recipe 03/21/09
CLOSED http://bugs.python.org/issue5532 created mnewman


unittest can't deal with packages 03/21/09
http://bugs.python.org/issue5533 created Indy


Decimal __format__ reverses meaning of '<' and '>' alignment spe 03/22/09
CLOSED http://bugs.python.org/issue5534 created donodonnell


json custom encoder not fully functionnal 03/22/09
CLOSED http://bugs.python.org/issue5535 created phanser


urllib: urlretrieve() does not close file objects on failure 03/22/09
CLOSED http://bugs.python.org/issue5536 created petr.dolezal


LWPCookieJar cannot handle cookies with expirations of 2038 or g 03/22/09
http://bugs.python.org/issue5537 created hollec


tearDown in unittest should be executed regardless of result in 03/22/09
CLOSED http://bugs.python.org/issue5538 created yaneurabeya
needs review

open documentation unclear 03/23/09
CLOSED http://bugs.python.org/issue5539 created LambertDW


"file objects" in python 3 tutorial 03/23/09
http://bugs.python.org/issue5540 created LambertDW


File's current position inconsistent with 'a+' mode 03/23/09
CLOSED http://bugs.python.org/issue5541 created ebfe


Socket is closed prematurely in httplib, if server sends respons 03/23/09
http://bugs.python.org/issue5542 created jasondavies


sys.last_type missing 03/23/09
CLOSED http://bugs.python.org/issue5543 created brtzsnr


test_fileio fails on windows MSVC Assertion 03/23/09
http://bugs.python.org/issue5544 created andreas.schawo


multiprocessing: switch to autoconf detection of platform values 03/23/09
http://bugs.python.org/issue5545 created jnoller
patch

PyDict_SetItemString mentions PyString_FromString which does not 03/23/09
CLOSED http://bugs.python.org/issue5546 created stutzbach


The Py_InitModule functions no longer exist, but remain in the d 03/23/09
CLOSED http://bugs.python.org/issue5547 created stutzbach


In the tutorial, PyMODINIT_FUNC is shown as having a return type 03/23/09
http://bugs.python.org/issue5548 created stutzbach


PyModule_Create and PyModuleDef are undocumented 03/23/09
CLOSED http://bugs.python.org/issue5549 created stutzbach


urllib2 use of opener.addheaders 03/24/09
http://bugs.python.org/issue5550 created cocobear


os.path.ismount takes a cross-device symlink for a mountpoint 03/24/09
http://bugs.python.org/issue5551 created jae


With invalid FD, os.device_encoding() returns None under Linux b 03/24/09
CLOSED http://bugs.python.org/issue5552 created pitrou


Py_LOCAL_INLINE(type) doesn't actually inline except using MSC 03/24/09
http://bugs.python.org/issue5553 created stutzbach


file.read() doesn't read the whole file 03/24/09
CLOSED http://bugs.python.org/issue5554 created Ultrasick


optparse 03/24/09
http://bugs.python.org/issue5555 created ajs


interactive interpreter, source encoding 03/24/09
http://bugs.python.org/issue5556 created jmfauth


Byte-code compilation uses excessive memory 03/24/09
http://bugs.python.org/issue5557 created goddard


Python 3.0.1 Mac OS X install image ReadMe file is incorrect 03/24/09
http://bugs.python.org/issue5558 created xdcdx


IDLE Output Window 's goto fails when path has spaces 03/25/09
http://bugs.python.org/issue5559 created ccanepa


help() no longer reports module docstrings 03/25/09
CLOSED http://bugs.python.org/issue5560 created debatem1


platform.python_version_tuple returns tuple of ints, should be s 03/25/09
CLOSED http://bugs.python.org/issue5561 created Larry Hastings


Locale-based date formatting crashes on non-ASCII data 03/25/09
http://bugs.python.org/issue5562 created pitrou


Document bdist_msi 03/25/09
http://bugs.python.org/issue5563 created bethard


os.symlink/os.link docs should say old/new, not src/dst 03/26/09
http://bugs.python.org/issue5564 created Rhamphoryncus


Strange behavior when I logout() with IMAP4_SSL 03/26/09
http://bugs.python.org/issue5565 created toelke


Minor error in document of PyLong_AsSsize_t 03/26/09
http://bugs.python.org/issue5566 created bhy


Operators in operator module don't work with keyword arguments 03/26/09
http://bugs.python.org/issue5567 created leonidas


self.writer.closed() extraneous parens in BufferedRWPair of io m 03/26/09
CLOSED http://bugs.python.org/issue5568 created jimo555


Issue in transparency in top level tk window(python) on MAC 03/26/09
CLOSED http://bugs.python.org/issue5569 created YMohan


Bus error when calling .poll() on a closed Connection from multi 03/26/09
http://bugs.python.org/issue5570 created amacleod


new "TestCase.skip" method causes all tests to skip under trial 03/26/09
CLOSED http://bugs.python.org/issue5571 created glyph


distutils ignores the LIBS configure env var 03/26/09
http://bugs.python.org/issue5572 created collinwinter
patch, patch, needs review

multiprocessing Pipe poll() and recv() semantics. 03/26/09
http://bugs.python.org/issue5573 created mallyvai


multiprocessing queues.py doesn't include JoinableQueue in its _ 03/26/09
http://bugs.python.org/issue5574 created mallyvai


Add env vars for controlling building sqlite, hashlib and ssl 03/26/09
http://bugs.python.org/issue5575 created collinwinter
patch, patch, needs review

Don't use PyLong_SHIFT with _PyLong_AsScaledDouble() 03/27/09
http://bugs.python.org/issue5576 created haypo
patch

yield in iterators 03/27/09
http://bugs.python.org/issue5577 created qwjqwj


unqualified exec in class body 03/27/09
http://bugs.python.org/issue5578 created fijal
patch

Display for OrderedDict 03/27/09
http://bugs.python.org/issue5579 created tweiler


Strange error message in Python/getargs.c 03/27/09
http://bugs.python.org/issue5580 created mishok13




Issues Now Closed (60)
______________________

asyncore loop lacks timers and work tasks 415 days
http://bugs.python.org/issue2006 intgr


Traceback changed in 2.6 for unhashable objects 364 days
http://bugs.python.org/issue2485 benjamin.peterson


Hang when calling get() on an empty queue in the queue module 281 days
http://bugs.python.org/issue3138 tazle


improve linecache: reuse tokenize.detect_encoding() and io.open( 103 days
http://bugs.python.org/issue4016 benjamin.peterson
patch

float(0.0) singleton 169 days
http://bugs.python.org/issue4024 tjreedy
patch

Make multiprocessing compatible with Python 2.4 and 2.5 149 days
http://bugs.python.org/issue4208 haypo
patch, patch

Classify language vs. impl-detail tests, step 1 147 days
http://bugs.python.org/issue4242 benjamin.peterson
patch, patch

Segfault in stringobject.c 125 days
http://bugs.python.org/issue4358 haypo


compile() doesn't ignore the source encoding when a string is pa 104 days
http://bugs.python.org/issue4626 haypo
patch, needs review

GC optimization: don't track simple tuples and dicts 96 days
http://bugs.python.org/issue4688 pitrou
patch

PyFile_FromFd() doesn't set the file name 86 days
http://bugs.python.org/issue4762 haypo


difflib 77 days
http://bugs.python.org/issue4889 jackdied


Windows installer Quad processor issues 69 days
http://bugs.python.org/issue4911 loewis


tarfile loops forever on broken input 55 days
http://bugs.python.org/issue5068 lars.gustaebel


import tkinter library Visual C++ Concepts:C Run-Time Error R603 58 days
http://bugs.python.org/issue5090 amaury.forgeotdarc


Printing Unicode chars from the interpreter in a non-UTF8 termin 55 days
http://bugs.python.org/issue5110 haypo
patch

Space character returns false from isprintable() method 53 days
http://bugs.python.org/issue5126 benjamin.peterson
patch

struct.calcsize('cd') returns 16 instead of 9 51 days
http://bugs.python.org/issue5145 haypo


Add KOI8-RU as a known encoding 44 days
http://bugs.python.org/issue5214 lemburg


json needs object_pairs_hook 23 days
http://bugs.python.org/issue5381 cheeaun
patch

urllib.response.addinfourl does not support __exit__ 22 days
http://bugs.python.org/issue5418 jhylton


test_httpservers on Debian Testing 16 days
http://bugs.python.org/issue5435 facundobatista


Streamline integer division 5 days
http://bugs.python.org/issue5512 haypo
patch

"What's New" should say VERY CLEARLY that the type file is gone 4 days
http://bugs.python.org/issue5513 benjamin.peterson


cPickle produces inconsistent output 1 days
http://bugs.python.org/issue5518 loewis


refactor test_datetime.py 5 days
http://bugs.python.org/issue5520 jess.austin
patch

Unable to launch IDLE on Windows 6 days
http://bugs.python.org/issue5528 amaury.forgeotdarc


datetime class names should obey PEP 8 CapWords convention 4 days
http://bugs.python.org/issue5530 gvanrossum
patch

unittest: allow failures in tearDown method 1 days
http://bugs.python.org/issue5531 brett.cannon
patch

imap usage in itertools unique_justseen recipe 1 days
http://bugs.python.org/issue5532 benjamin.peterson


Decimal __format__ reverses meaning of '<' and '>' alignment spe 0 days
http://bugs.python.org/issue5534 marketdickinson


json custom encoder not fully functionnal 1 days
http://bugs.python.org/issue5535 bob.ippolito


urllib: urlretrieve() does not close file objects on failure 0 days
http://bugs.python.org/issue5536 benjamin.peterson


tearDown in unittest should be executed regardless of result in 1 days
http://bugs.python.org/issue5538 yaneurabeya
needs review

open documentation unclear 0 days
http://bugs.python.org/issue5539 benjamin.peterson


File's current position inconsistent with 'a+' mode 1 days
http://bugs.python.org/issue5541 loewis


sys.last_type missing 0 days
http://bugs.python.org/issue5543 benjamin.peterson


PyDict_SetItemString mentions PyString_FromString which does not 0 days
http://bugs.python.org/issue5546 benjamin.peterson


The Py_InitModule functions no longer exist, but remain in the d 0 days
http://bugs.python.org/issue5547 benjamin.peterson


PyModule_Create and PyModuleDef are undocumented 0 days
http://bugs.python.org/issue5549 stutzbach


With invalid FD, os.device_encoding() returns None under Linux b 0 days
http://bugs.python.org/issue5552 pitrou


file.read() doesn't read the whole file 0 days
http://bugs.python.org/issue5554 Ultrasick


help() no longer reports module docstrings 1 days
http://bugs.python.org/issue5560 amaury.forgeotdarc


platform.python_version_tuple returns tuple of ints, should be s 0 days
http://bugs.python.org/issue5561 lemburg


self.writer.closed() extraneous parens in BufferedRWPair of io m 1 days
http://bugs.python.org/issue5568 amaury.forgeotdarc


Issue in transparency in top level tk window(python) on MAC 1 days
http://bugs.python.org/issue5569 amaury.forgeotdarc


new "TestCase.skip" method causes all tests to skip under trial 0 days
http://bugs.python.org/issue5571 benjamin.peterson


unittest.py patch: add skipped test functionality 1641 days
http://bugs.python.org/issue1034053 benjamin.peterson
patch

os.times() is bogus 1628 days
http://bugs.python.org/issue1040026 loewis
patch

csv Sniffer returns bad dialect? 1481 days
http://bugs.python.org/issue1157169 skip.montanaro


Call by object reference sometimes call by value 1278 days
http://bugs.python.org/issue1296434 benjamin.peterson


set.__getstate__ is not overriden 1254 days
http://bugs.python.org/issue1326448 rhettinger


shutils cannot copy owner 1209 days
http://bugs.python.org/issue1368091 ajaksu2


email.Utils.parseaddr() gives arcane result 1157 days
http://bugs.python.org/issue1409460 ajaksu2


Popened file object close hangs in latest Cygwin update 1155 days
http://bugs.python.org/issue1413379 sferic


CSV Sniffer fails to report mismatch of column counts 1135 days
http://bugs.python.org/issue1431091 skip.montanaro


sys.getrefcount should be in gc 1031 days
http://bugs.python.org/issue1494595 benjamin.peterson


C API to retain GIL during Python Callback 1031 days
http://bugs.python.org/issue1497532 benjamin.peterson


random.choice(setinstance) fails 936 days
http://bugs.python.org/issue1551113 tim_one


unittest documentation is incomplete 740 days
http://bugs.python.org/issue1681984 haypo




Top Issues Most Discussed (10)
______________________________

16 tearDown in unittest should be executed regardless of result in 1 days
closed http://bugs.python.org/issue5538

15 test_fileio fails on windows MSVC Assertion 4 days
open http://bugs.python.org/issue5544

10 float compared to decimal is silently incorrect. 6 days
open http://bugs.python.org/issue2531

8 yield in iterators 0 days
open http://bugs.python.org/issue5577

8 unittest: allow failures in tearDown method 1 days
closed http://bugs.python.org/issue5531

6 multiprocessing: switch to autoconf detection of platform value 4 days
open http://bugs.python.org/issue5545

6 indentation in IDLE 2.6 different from IDLE 2.5, 2.4 or vim 53 days
open http://bugs.python.org/issue5129

6 compile() doesn't ignore the source encoding when a string is p 104 days
closed http://bugs.python.org/issue4626

6 32-bits unsigned user/group identifier 109 days
open http://bugs.python.org/issue4591

5 Byte-code compilation uses excessive memory 3 days
open http://bugs.python.org/issue5557
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (03/27/09 - 04/03/09)
Python tracker at http://bugs.python.org/

To view or respond to any of the issues listed below, click on the issue
number. Do NOT respond to this message.


2272 open (+59) / 15229 closed (+39) / 17501 total (+98)

Open issues with patches: 857

Average duration of open issues: 647 days.
Median duration of open issues: 388 days.

Open Issues Breakdown
open 2222 (+57)
pending 50 ( +2)

Issues Created Or Reopened (103)
________________________________

mmap.move crashes by integer overflow 03/31/09
CLOSED http://bugs.python.org/issue5387 reopened ocean-city
patch

Issue in transparency in top level tk window(python) on MAC 03/28/09
CLOSED http://bugs.python.org/issue5569 reopened YMohan


unqualified exec in class body 04/01/09
http://bugs.python.org/issue5578 reopened loewis
patch

abc.abstractproperty() docs list fget as required; fget is not r 03/27/09
CLOSED http://bugs.python.org/issue5581 created Devin Jeanpierre


Incorrect DST transition on Windows 03/27/09
http://bugs.python.org/issue5582 created acummings


Optional extensions in setup.py 03/28/09
CLOSED http://bugs.python.org/issue5583 created georg.brandl
patch

json.loads(u'3.14') fails unexpectedly (minor scanner bug) 03/28/09
http://bugs.python.org/issue5584 created bob.ippolito
easy

implement initializer for multiprocessing.BaseManager.start() 03/28/09
CLOSED http://bugs.python.org/issue5585 created lekma
patch, needs review

The documentation of os.makedirs is misleading 03/28/09
http://bugs.python.org/issue5586 created mher
patch

vars() no longer has a use __repr__ 03/28/09
http://bugs.python.org/issue5587 created rhettinger


Add --randseed to regrtest 03/28/09
CLOSED http://bugs.python.org/issue5588 created collinwinter
patch, needs review

Wrong dump of floats 03/28/09
CLOSED http://bugs.python.org/issue5589 created stein


pyexpat defines global symbol template_string 03/28/09
http://bugs.python.org/issue5590 created doko


global symbols in shared libpython not prefixed with Py or _Py 03/28/09
CLOSED http://bugs.python.org/issue5591 created doko


Modules/_textio.c defines global symbol encodefuncs 03/28/09
CLOSED http://bugs.python.org/issue5592 created doko


test_math.testFsum failure on release30-maint 03/29/09
http://bugs.python.org/issue5593 reopened pitrou


IDLE startup configuration 03/29/09
http://bugs.python.org/issue5594 created mark


os.path.ismount (ntpath) gives UnboundLocalError for any input 03/29/09
CLOSED http://bugs.python.org/issue5595 created mnewman


memory leaks in 3.1 03/29/09
http://bugs.python.org/issue5596 created pitrou
patch

inspect.formatargspec crashes on missing kwonlydefaults 03/29/09
CLOSED http://bugs.python.org/issue5597 created petr.dolezal


"paths" argument missing in DocFileSuite documentation 03/29/09
CLOSED http://bugs.python.org/issue5598 created harobed


test_email_codecs is skipped because it fails to import TestSkip 03/30/09
CLOSED http://bugs.python.org/issue5599 created r.david.murray
easy

Slight inaccuracy in webbrowser documentation 03/30/09
CLOSED http://bugs.python.org/issue5600 created MLModel


webbrowser doesn't just open browsers 03/30/09
http://bugs.python.org/issue5601 created MLModel


Slight punctuation problem in documentation of urllib.request.ur 03/30/09
CLOSED http://bugs.python.org/issue5602 created MLModel


Garbled sentence in documentation of urllib.request.urlopen 03/30/09
CLOSED http://bugs.python.org/issue5603 created MLModel


imp.find_module() mixes UTF8 and MBCS 03/30/09
CLOSED http://bugs.python.org/issue5604 created gvanrossum


Don't assume that repr of literal dicts are sorted like pprint s 03/30/09
CLOSED http://bugs.python.org/issue5605 created fwierzbicki


The makefile dependencies listing formatter.h are wrong 03/30/09
http://bugs.python.org/issue5606 created stutzbach
patch

Lib/distutils/test/test_util: test_get_platform bogus for OSX 03/30/09
http://bugs.python.org/issue5607 created ronaldoussoren


Add python.exe to the path in windows? 03/30/09
CLOSED http://bugs.python.org/issue5608 created twillis


Create Unit Tests for nturl2path module 03/30/09
http://bugs.python.org/issue5609 created Kozyarchuk


email feedparser.py CRLFLF bug: $ vs \Z 03/30/09
http://bugs.python.org/issue5610 created tony_nelson
patch

Auto-detect indentation in C source in vimrc 03/30/09
http://bugs.python.org/issue5611 created KirkMcDonald
patch

whitespace folding in the email package could be better ;-) 03/30/09
http://bugs.python.org/issue5612 created cjw296


test_posix.py and test_wait4.py having missing import on win32 03/30/09
CLOSED http://bugs.python.org/issue5613 created tdriscol


Malloc errors in test_io 03/30/09
http://bugs.python.org/issue5614 created ronaldoussoren


linking fails when configured --without-threads 03/30/09
http://bugs.python.org/issue5615 created stutzbach
patch

Distutils 2to3 support doesn't have the doctest_only flag. 03/30/09
http://bugs.python.org/issue5616 created lregebro


Unicode printing in gdb post-mortem sessions 03/31/09
CLOSED http://bugs.python.org/issue5617 created dugan


PyMemberDef type T_UBYTE incorrectly documtented 03/31/09
CLOSED http://bugs.python.org/issue5618 created briancurtin
patch

Pass MS CRT debug flags into subprocesses 04/01/09
http://bugs.python.org/issue5619 reopened jnoller


The attribute's action of an object is not correct. 03/31/09
CLOSED http://bugs.python.org/issue5620 created Yong yang


Add description of special case to "Assignment statements" secti 03/31/09
http://bugs.python.org/issue5621 created jjposner


wrong error from curses.wrapper if curses initialization fails 03/31/09
http://bugs.python.org/issue5622 created nad


test_fdopen fails with vs2005, release build on Windows 2000 03/31/09
http://bugs.python.org/issue5623 created amaury.forgeotdarc
patch

Py3K branch import _winreg instead of winreg 03/31/09
CLOSED http://bugs.python.org/issue5624 created Kozyarchuk


test_urllib2 fails - urlopen error file not on local host 03/31/09
http://bugs.python.org/issue5625 created nad


misleading comment in socket.gethostname() documentation 03/31/09
http://bugs.python.org/issue5626 created nad


PyDict_SetItemString() fails when the second argument is null 03/31/09
CLOSED http://bugs.python.org/issue5627 created eulerto


TextIOWrapper fails with SystemError when reading HTTPResponse 04/01/09
http://bugs.python.org/issue5628 reopened orsenthil


PEP 0 date and revision not being set 03/31/09
http://bugs.python.org/issue5629 created brett.cannon


Update CObject API so it is safe and regular 03/31/09
http://bugs.python.org/issue5630 created lhastings
patch

Distutils "upload" command does not show up in--help-commands ou 03/31/09
CLOSED http://bugs.python.org/issue5631 created blais


Bug - threading.currentThread().ident returns None in main threa 03/31/09
CLOSED http://bugs.python.org/issue5632 created skip.montanaro
patch

fix for timeit when the statment is a string and the setup is n 03/31/09
http://bugs.python.org/issue5633 created tdriscol


cPickle error in case of recursion limit 03/31/09
http://bugs.python.org/issue5634 created bad


test_sys reference counting fails while tracing 03/31/09
CLOSED http://bugs.python.org/issue5635 created dugan
patch

csv.reader next() method missing 04/01/09
CLOSED http://bugs.python.org/issue5636 created tonyjoblin


2to3 does not convert urllib.urlopen to urllib.request.urlopen 04/01/09
CLOSED http://bugs.python.org/issue5637 created orsenthil


test_httpservers fails CGI tests if --enable-shared 04/01/09
http://bugs.python.org/issue5638 created tony_nelson


Support TLS SNI extension in ssl module 04/01/09
http://bugs.python.org/issue5639 created pdp
patch

Wrong print() result when unicode error handler is not 'strict' 04/01/09
http://bugs.python.org/issue5640 created ishimoto
patch

Local variables not freed when Exception raises in function call 04/02/09
CLOSED http://bugs.python.org/issue5641 reopened Glin


multiprocessing.Pool.map() docs slightly misleading 04/01/09
http://bugs.python.org/issue5642 created jmmcd


test__locale fails with RADIXCHAR on Windows 04/01/09
http://bugs.python.org/issue5643 created krisvale


test___future__ fails for py3k on Windows 04/01/09
CLOSED http://bugs.python.org/issue5644 created krisvale


test_memoryio fails for py3k on windows 04/01/09
http://bugs.python.org/issue5645 created krisvale


test_importlib fails for py3k on Windows 04/01/09
http://bugs.python.org/issue5646 created krisvale


MutableSet.__iand__ implementation calls self.discard while iter 04/01/09
CLOSED http://bugs.python.org/issue5647 created della


OS X Installer: do not install obsolete documentation within Pyt 04/01/09
http://bugs.python.org/issue5648 created nad


OS X Installer: only include PythonSystemFixes package if target 04/01/09
http://bugs.python.org/issue5649 created nad


Obsolete RFC's should be removed from doc of urllib.urlparse 04/01/09
http://bugs.python.org/issue5650 created MLModel


OS X Installer: add checks to ensure proper Tcl configuration du 04/01/09
http://bugs.python.org/issue5651 created nad


OS X Installer: remove references to Mac/Tools which no longer e 04/01/09
http://bugs.python.org/issue5652 created nad


OS X Installer: by default install versioned-only links in /usr/ 04/01/09
http://bugs.python.org/issue5653 created nad


Add C hook in PyDict_SetItem for debuggers 04/01/09
http://bugs.python.org/issue5654 created jpe
patch

fix glob.iglob docstring 04/01/09
CLOSED http://bugs.python.org/issue5655 created dsm001
patch

Coverage execution fails for files not encoded with utf-8 04/01/09
CLOSED http://bugs.python.org/issue5656 created maru
patch

bad repr of itertools.count object with negative value on OS X 1 04/01/09
http://bugs.python.org/issue5657 created nad


make html in doc fails because Makefile assigns python to PYTHO 04/01/09
CLOSED http://bugs.python.org/issue5658 created MLModel


logging.FileHandler encoding parameter does not work as expected 04/01/09
CLOSED http://bugs.python.org/issue5659 created warp


Cannot deepcopy unittest.TestCase instances 04/02/09
CLOSED http://bugs.python.org/issue5660 created spiv


asyncore should catch EPIPE while sending() and receiving() 04/02/09
http://bugs.python.org/issue5661 created giampaolo.rodola
patch

py3k interpreter leak 04/02/09
CLOSED http://bugs.python.org/issue5662 created quiver


Better failure messages for unittest assertions 04/02/09
CLOSED http://bugs.python.org/issue5663 created michael.foord
patch

2to3 wont convert Cookie.Cookie properly 04/02/09
http://bugs.python.org/issue5664 created orsenthil


Add more pickling tests 04/02/09
http://bugs.python.org/issue5665 created collinwinter
patch, needs review

Py_BuildValue("c") should return bytes? 04/02/09
http://bugs.python.org/issue5666 created ocean-city
patch

Interpreter fails to initialize on build dir when IO encoding is 04/02/09
http://bugs.python.org/issue5667 created hyeshik.chang


file "<stdin>" on disk creates garbage output in stack trace 04/02/09
http://bugs.python.org/issue5668 created zbysz


Extra heapq nlargest/nsmallest option for including ties 04/02/09
CLOSED http://bugs.python.org/issue5669 reopened gsakkis


Speed up pickling of dicts in cPickle 04/02/09
http://bugs.python.org/issue5670 created collinwinter
patch, needs review

Speed up pickling of lists in cPickle 04/02/09
http://bugs.python.org/issue5671 created collinwinter
patch, needs review

Implement a way to change the python process name 04/02/09
http://bugs.python.org/issue5672 created marcelo_fernandez


Add timeout option to subprocess.Popen 04/02/09
http://bugs.python.org/issue5673 created rnk
patch

distutils fails to find Linux libs (lib.....so.n) 04/02/09
http://bugs.python.org/issue5674 created jgarrison


string module requires bytes type for maketrans, but calling met 04/02/09
http://bugs.python.org/issue5675 created MechPaul


Fix "make clean" in py3k/trunk 04/03/09
http://bugs.python.org/issue5676 created lhastings
patch

Serious interpreter crash and/or arbitrary memory leak using .re 04/03/09
http://bugs.python.org/issue5677 created nneonneo


typo in future_builtins documentation 04/03/09
http://bugs.python.org/issue5678 created fredreichbier


Repair or Change installation error 03/30/09
http://bugs.python.org/issue1565509 reopened ghazel


Speed up using + for string concatenation 03/30/09
http://bugs.python.org/issue1569040 reopened benjamin.peterson
patch



Issues Now Closed (233)
_______________________

Get rid of more references to __cmp__ 166 days
http://bugs.python.org/issue1717 georg.brandl
patch

email.MIMEText.MIMEText.as_string incorrectly folding long subje 426 days
http://bugs.python.org/issue1974 cjw296


asynchat push always sends 512 bytes (ignoring ac_out_buffer_siz 414 days
http://bugs.python.org/issue2073 josiahcarlson


time.strptime too strict? should it assume current year? 394 days
http://bugs.python.org/issue2227 brett.cannon
patch, easy

Missing documentation about old/new-style classes 386 days
http://bugs.python.org/issue2266 georg.brandl


Using an iteration variable outside a list comprehension needs a 379 days
http://bugs.python.org/issue2344 jhylton
26backport

Backport memoryview object to Python 2.7 380 days
http://bugs.python.org/issue2396 pitrou
patch

regrtest should not just skip imports that fail 378 days
http://bugs.python.org/issue2409 r.david.murray
patch

stdbool support 366 days
http://bugs.python.org/issue2497 r.david.murray
patch

locale.format() problems with decimal separator 365 days
http://bugs.python.org/issue2522 r.david.murray
patch

Seconds range in time unit 360 days
http://bugs.python.org/issue2568 r.david.murray
patch, easy

cmd.py should track input file objects so macros with submacros 357 days
http://bugs.python.org/issue2577 rickbking


ErrorHandler buffer overflow in ?unused? SGI extension module al 354 days
http://bugs.python.org/issue2591 gvanrossum


alp_ReadFrames() integer overflow leads to buffer overflow 355 days
http://bugs.python.org/issue2593 r.david.murray


alp_readsamps() overflow leads to memory corruption in ?unused? 355 days
http://bugs.python.org/issue2594 r.david.murray


allow field_name in format strings to default to next positional 354 days
http://bugs.python.org/issue2599 r.david.murray


mailbox.MH.get_message() treats result of get_sequences() as lis 355 days
http://bugs.python.org/issue2625 r.david.murray
patch, easy

Mac version of IDLE doesn't scroll as expected 330 days
http://bugs.python.org/issue2754 ronaldoussoren


IDLE ignores module change before restart 330 days
http://bugs.python.org/issue2755 tjreedy


pydoc doesnt show 'from module import identifier' in the docs 308 days
http://bugs.python.org/issue2966 georg.brandl


arguments and default path not set in site.py and sitecustomize. 308 days
http://bugs.python.org/issue2972 brett.cannon


Clean up Demos and Tools 293 days
http://bugs.python.org/issue3087 brett.cannon
easy

Multiprocessing package build problem on Solaris 10 291 days
http://bugs.python.org/issue3110 jnoller
patch

Hang when calling get() on an empty queue in the queue module 281 days
http://bugs.python.org/issue3138 tazle


test_multiprocessing: test_listener_client flakiness 272 days
http://bugs.python.org/issue3270 jnoller
patch

Test failure in test_math::testSum 252 days
http://bugs.python.org/issue3421 marketdickinson


urllib documentation: urlopen().info() return type 252 days
http://bugs.python.org/issue3427 georg.brandl
patch

Multi-process 2to3 250 days
http://bugs.python.org/issue3448 benjamin.peterson
patch

os.path.normcase documentation/behaviour unclear on Mac OS X 241 days
http://bugs.python.org/issue3485 ronaldoussoren
patch

Missing IDLE Preferences on Mac 231 days
http://bugs.python.org/issue3549 kbk


multiprocessing.Pipe terminates with ERROR_NO_SYSTEM_RESOURCES i 231 days
http://bugs.python.org/issue3551 jnoller
patch

A more informative message for ImportError 225 days
http://bugs.python.org/issue3619 brett.cannon
patch

Cannot read saved csv file in a single run 216 days
http://bugs.python.org/issue3681 gpolo


Python 3.0 beta 2 : json and urllib not working together? 210 days
http://bugs.python.org/issue3763 orsenthil


test_multiprocessing fails on systems with HAVE_SEM_OPEN=0 210 days
http://bugs.python.org/issue3770 jnoller
patch, needs review

Patch for adding "default" to itemgetter and attrgetter 169 days
http://bugs.python.org/issue4124 rhettinger
patch

Add file comparisons to the unittest library 156 days
http://bugs.python.org/issue4217 georg.brandl


On some Python builds, exec in a function can't create shadows o 138 days
http://bugs.python.org/issue4315 jhylton


__mro__ documentation 127 days
http://bugs.python.org/issue4411 georg.brandl


Given a module hierarchy string 'a.b.c', add an easy way to impo 126 days
http://bugs.python.org/issue4438 georg.brandl
patch

Build / Test Py3K failed on Ubuntu 8.10 117 days
http://bugs.python.org/issue4535 benjamin.peterson


add SEEK_* values to io and/or io.IOBase 116 days
http://bugs.python.org/issue4572 georg.brandl


compile() doesn't ignore the source encoding when a string is pa 110 days
http://bugs.python.org/issue4626 jmfauth
patch, needs review

urllib's splitpasswd does not accept newline chars in passwords 104 days
http://bugs.python.org/issue4675 orsenthil
patch

try to build a C module, but don't worry if it doesn't work 101 days
http://bugs.python.org/issue4706 tarek


exec() behavior - revisited 86 days
http://bugs.python.org/issue4831 jhylton


MacPython build script uses Carbon and MacOS modules slated for 84 days
http://bugs.python.org/issue4848 ronaldoussoren


js_output wrong for cookies with " characters 85 days
http://bugs.python.org/issue4860 orsenthil
patch

system wide site-packages dir not used on Mac OS X 82 days
http://bugs.python.org/issue4865 ronaldoussoren
patch

Behavior of backreferences to named groups in regular expression 82 days
http://bugs.python.org/issue4882 georg.brandl
patch

test/regrtest.py contains error on __import__ 82 days
http://bugs.python.org/issue4886 r.david.murray


email/header.py ecre regular expression issue 71 days
http://bugs.python.org/issue4958 amaury.forgeotdarc


urlparse & nfs url (rfc 2224) 74 days
http://bugs.python.org/issue4962 orsenthil
patch

multiprocessing/pipe_connection.c compiler warning (conn_poll) 71 days
http://bugs.python.org/issue5002 jnoller
patch

Overly general claim about sequence unpacking in tutorial 70 days
http://bugs.python.org/issue5018 georg.brandl


Adjust reference-counting note 67 days
http://bugs.python.org/issue5039 georg.brandl
patch

Bug of CGIXMLRPCRequestHandler 67 days
http://bugs.python.org/issue5040 orsenthil
patch

Printing Unicode chars from the interpreter in a non-UTF8 termin 61 days
http://bugs.python.org/issue5110 ishimoto
patch

Add combinatoric counting functions to the math module. 58 days
http://bugs.python.org/issue5139 rhettinger


multiprocessing: SocketListener should use SO_REUSEADDR 51 days
http://bugs.python.org/issue5177 jnoller
patch

optparse doex not export make_option 50 days
http://bugs.python.org/issue5190 georg.brandl


warns vars() assignment as well as locals() 49 days
http://bugs.python.org/issue5199 georg.brandl
patch

String Formatting with namedtuple 50 days
http://bugs.python.org/issue5205 rhettinger


urllib2.build_opener( 49 days
http://bugs.python.org/issue5208 georg.brandl


change value of local variable in debug 50 days
http://bugs.python.org/issue5215 georg.brandl
patch

Py_Main() does not return on sys.exit() 47 days
http://bugs.python.org/issue5227 georg.brandl


multiprocessing not compatible with functools.partial 47 days
http://bugs.python.org/issue5228 jackdied


time.strptime should reject bytes arguments on Py3 46 days
http://bugs.python.org/issue5236 brett.cannon


Change time.strptime() to make it work with Unicode chars 46 days
http://bugs.python.org/issue5239 brett.cannon
patch

Missing flags in the Regex howto 47 days
http://bugs.python.org/issue5241 ezio.melotti


PyRun_SimpleStringFlags() documentation 46 days
http://bugs.python.org/issue5245 georg.brandl


with lock fails on multiprocessing 44 days
http://bugs.python.org/issue5261 jnoller
patch

OS X installer: faulty Python.app bundle inside of framework 43 days
http://bugs.python.org/issue5270 ronaldoussoren


OS X installer: build can fail on import checks 43 days
http://bugs.python.org/issue5271 ronaldoussoren


http client error 37 days
http://bugs.python.org/issue5314 jhylton


__subclasses__ undocumented 37 days
http://bugs.python.org/issue5324 georg.brandl


json needs object_pairs_hook 31 days
http://bugs.python.org/issue5381 bob.ippolito
patch

mmap.move crashes by integer overflow 0 days
http://bugs.python.org/issue5387 ocean-city
patch

patches for multiprocessing module on NetBSD 30 days
http://bugs.python.org/issue5400 jnoller
patch

Reference to missing(?) function in Extending & Embedding Docume 27 days
http://bugs.python.org/issue5417 georg.brandl


Pyshell history management error 27 days
http://bugs.python.org/issue5428 kbk


test_httpservers on Debian Testing 27 days
http://bugs.python.org/issue5435 zamotcr


[3.1alpha1] test_importlib fails on Mac OSX 10.5.6 25 days
http://bugs.python.org/issue5442 brett.cannon


only accept byte for getarg('c') and unicode for getarg('C') 16 days
http://bugs.python.org/issue5499 haypo
patch

Deletion of some statements in re documentation 12 days
http://bugs.python.org/issue5519 georg.brandl


HTTPRedirectHandler documentation is wrong 12 days
http://bugs.python.org/issue5522 georg.brandl


execfile() removed from Python3 12 days
http://bugs.python.org/issue5524 jhylton
patch

Backport sys module docs involving import to 2.7 11 days
http://bugs.python.org/issue5529 georg.brandl


tearDown in unittest should be executed regardless of result in 7 days
http://bugs.python.org/issue5538 yaneurabeya
needs review

"file objects" in python 3 tutorial 9 days
http://bugs.python.org/issue5540 georg.brandl


multiprocessing: switch to autoconf detection of platform values 9 days
http://bugs.python.org/issue5545 jnoller
patch

In the tutorial, PyMODINIT_FUNC is shown as having a return type 8 days
http://bugs.python.org/issue5548 georg.brandl


Python 3.0.1 Mac OS X install image ReadMe file is incorrect 6 days
http://bugs.python.org/issue5558 ronaldoussoren


Document bdist_msi 6 days
http://bugs.python.org/issue5563 georg.brandl
patch

os.symlink/os.link docs should say old/new, not src/dst 3 days
http://bugs.python.org/issue5564 benjamin.peterson


Minor error in document of PyLong_AsSsize_t 5 days
http://bugs.python.org/issue5566 georg.brandl


Operators in operator module don't work with keyword arguments 6 days
http://bugs.python.org/issue5567 rhettinger


Issue in transparency in top level tk window(python) on MAC 0 days
http://bugs.python.org/issue5569 amaury.forgeotdarc


Bus error when calling .poll() on a closed Connection from multi 4 days
http://bugs.python.org/issue5570 jnoller


new "TestCase.skip" method causes all tests to skip under trial 1 days
http://bugs.python.org/issue5571 glyph


multiprocessing queues.py doesn't include JoinableQueue in its _ 4 days
http://bugs.python.org/issue5574 jnoller


yield in iterators 0 days
http://bugs.python.org/issue5577 gvanrossum


abc.abstractproperty() docs list fget as required; fget is not r 4 days
http://bugs.python.org/issue5581 georg.brandl


Optional extensions in setup.py 4 days
http://bugs.python.org/issue5583 tarek
patch

implement initializer for multiprocessing.BaseManager.start() 5 days
http://bugs.python.org/issue5585 lekma
patch, needs review

Add --randseed to regrtest 1 days
http://bugs.python.org/issue5588 marketdickinson
patch, needs review

Wrong dump of floats 0 days
http://bugs.python.org/issue5589 benjamin.peterson


global symbols in shared libpython not prefixed with Py or _Py 1 days
http://bugs.python.org/issue5591 pitrou


Modules/_textio.c defines global symbol encodefuncs 0 days
http://bugs.python.org/issue5592 pitrou


os.path.ismount (ntpath) gives UnboundLocalError for any input 0 days
http://bugs.python.org/issue5595 benjamin.peterson


inspect.formatargspec crashes on missing kwonlydefaults 0 days
http://bugs.python.org/issue5597 benjamin.peterson


"paths" argument missing in DocFileSuite documentation 2 days
http://bugs.python.org/issue5598 georg.brandl


test_email_codecs is skipped because it fails to import TestSkip 0 days
http://bugs.python.org/issue5599 benjamin.peterson
easy

Slight inaccuracy in webbrowser documentation 0 days
http://bugs.python.org/issue5600 benjamin.peterson


Slight punctuation problem in documentation of urllib.request.ur 2 days
http://bugs.python.org/issue5602 georg.brandl


Garbled sentence in documentation of urllib.request.urlopen 2 days
http://bugs.python.org/issue5603 georg.brandl


imp.find_module() mixes UTF8 and MBCS 3 days
http://bugs.python.org/issue5604 asvetlov


Don't assume that repr of literal dicts are sorted like pprint s 0 days
http://bugs.python.org/issue5605 benjamin.peterson


Add python.exe to the path in windows? 0 days
http://bugs.python.org/issue5608 loewis


test_posix.py and test_wait4.py having missing import on win32 2 days
http://bugs.python.org/issue5613 r.david.murray


Unicode printing in gdb post-mortem sessions 1 days
http://bugs.python.org/issue5617 georg.brandl


PyMemberDef type T_UBYTE incorrectly documtented 1 days
http://bugs.python.org/issue5618 georg.brandl
patch

The attribute's action of an object is not correct. 1 days
http://bugs.python.org/issue5620 Yong yang


Py3K branch import _winreg instead of winreg 1 days
http://bugs.python.org/issue5624 georg.brandl


PyDict_SetItemString() fails when the second argument is null 1 days
http://bugs.python.org/issue5627 georg.brandl


Distutils "upload" command does not show up in--help-commands ou 1 days
http://bugs.python.org/issue5631 georg.brandl


Bug - threading.currentThread().ident returns None in main threa 0 days
http://bugs.python.org/issue5632 benjamin.peterson
patch

test_sys reference counting fails while tracing 0 days
http://bugs.python.org/issue5635 georg.brandl
patch

csv.reader next() method missing 1 days
http://bugs.python.org/issue5636 georg.brandl


2to3 does not convert urllib.urlopen to urllib.request.urlopen 1 days
http://bugs.python.org/issue5637 benjamin.peterson


Local variables not freed when Exception raises in function call 0 days
http://bugs.python.org/issue5641 georg.brandl


test___future__ fails for py3k on Windows 0 days
http://bugs.python.org/issue5644 benjamin.peterson


MutableSet.__iand__ implementation calls self.discard while iter 0 days
http://bugs.python.org/issue5647 rhettinger


fix glob.iglob docstring 0 days
http://bugs.python.org/issue5655 georg.brandl
patch

Coverage execution fails for files not encoded with utf-8 0 days
http://bugs.python.org/issue5656 georg.brandl
patch

make html in doc fails because Makefile assigns python to PYTHO 1 days
http://bugs.python.org/issue5658 MLModel


logging.FileHandler encoding parameter does not work as expected 1 days
http://bugs.python.org/issue5659 warp


Cannot deepcopy unittest.TestCase instances 0 days
http://bugs.python.org/issue5660 michael.foord


py3k interpreter leak 0 days
http://bugs.python.org/issue5662 benjamin.peterson


Better failure messages for unittest assertions 0 days
http://bugs.python.org/issue5663 michael.foord
patch

Extra heapq nlargest/nsmallest option for including ties 0 days
http://bugs.python.org/issue5669 rhettinger


Confusions in formatfloat 2566 days
http://bugs.python.org/issue532631 marketdickinson


Bgen should learn about booleans 2404 days
http://bugs.python.org/issue602291 ronaldoussoren


More documentation for the imp module 2376 days
http://bugs.python.org/issue616247 brett.cannon


Imports can deadlock 2233 days
http://bugs.python.org/issue689895 brett.cannon


Reloading pseudo modules 2213 days
http://bugs.python.org/issue701743 brett.cannon
patch

bgen requires Universal Headers, not OS X dev headers 2072 days
http://bugs.python.org/issue779153 ronaldoussoren


BasicModuleLoader behaviour in Python 2.3c2 2074 days
http://bugs.python.org/issue779191 brett.cannon


zipimport on meta_path fails with mutual importers 2060 days
http://bugs.python.org/issue787113 brett.cannon


imp.find_module doesn't work in /tmp 2022 days
http://bugs.python.org/issue809254 brett.cannon


cryptic os.spawnvpe() return code 1972 days
http://bugs.python.org/issue837577 georg.brandl


reload() fails with modules from zips 1942 days
http://bugs.python.org/issue856103 brett.cannon


Some Carbon modules missing from documentation 1873 days
http://bugs.python.org/issue896199 ronaldoussoren
easy

bundlebuilder: some way to add non-py files in packages 1866 days
http://bugs.python.org/issue900502 ronaldoussoren


asyncore fixes and improvements 1854 days
http://bugs.python.org/issue909005 giampaolo.rodola
patch

nametowidget throws TypeError for Tcl_Objs 1811 days
http://bugs.python.org/issue934418 gpolo


List with Canvas.create_line Option arrow=LAST Broke 1799 days
http://bugs.python.org/issue941262 gpolo


importing dynamic modules via embedded python 1764 days
http://bugs.python.org/issue965206 brett.cannon


import x.y inside of module x.y 1763 days
http://bugs.python.org/issue966431 brett.cannon


PyObject_GenericGetAttr is undocumented 1755 days
http://bugs.python.org/issue970783 georg.brandl
easy

Starting a script in OSX within a specific folder 1748 days
http://bugs.python.org/issue974159 ronaldoussoren


An inconsistency with nested scopes 1721 days
http://bugs.python.org/issue991196 jhylton


exec statement balks at CR/LF 1719 days
http://bugs.python.org/issue992207 georg.brandl
easy

test__locale fails on MacOS X 1699 days
http://bugs.python.org/issue1005113 brett.cannon


Can't raise "C API version mismatch" warning 1634 days
http://bugs.python.org/issue1044382 brett.cannon


current directory in sys.path handles symlinks badly 1585 days
http://bugs.python.org/issue1074015 brett.cannon


Carbon.Res misses GetIndString 1560 days
http://bugs.python.org/issue1089399 ronaldoussoren


Carbon.File.FSCatalogInfo.createDate implementation 1560 days
http://bugs.python.org/issue1089624 ronaldoussoren


_AEModule.c patch 1557 days
http://bugs.python.org/issue1090958 ronaldoussoren
patch

sys.__stdout__ doco isn't discouraging enough 1546 days
http://bugs.python.org/issue1096310 georg.brandl


OSATerminology still semi-broken 1519 days
http://bugs.python.org/issue1113328 ronaldoussoren


patches to compile for AIX 4.1.x 1509 days
http://bugs.python.org/issue1119626 ajaksu2
patch

eval does not bind variables in lambda bodies correctly 1492 days
http://bugs.python.org/issue1153622 jhylton


Neverending warnings from asyncore 1483 days
http://bugs.python.org/issue1161031 brett.cannon
patch

threading.Condition.wait() return value indicates timeout 1457 days
http://bugs.python.org/issue1175933 gvanrossum
patch, easy

allow running multiple instances of IDLE 1417 days
http://bugs.python.org/issue1201569 kbk
patch

'insufficient disk space' message wrong (msi on win xp pro) 1361 days
http://bugs.python.org/issue1234328 ajaksu2


httplib gzip support 1347 days
http://bugs.python.org/issue1243678 georg.brandl
patch

expat binding for XML_ParserReset (Bug #1208730) 1345 days
http://bugs.python.org/issue1244208 ajaksu2
patch

QuickTime API needs corrected object types 1329 days
http://bugs.python.org/issue1254695 ronaldoussoren
patch

2.4.1 make fails on Solaris 10 (complexobject.c/HUGE_VAL) 1308 days
http://bugs.python.org/issue1276509 ajaksu2


Incorrect use of -L/usr/lib/termcap 1257 days
http://bugs.python.org/issue1332732 ajaksu2


async_chat.push() can trigger handle_error(). undocumented. 1217 days
http://bugs.python.org/issue1370380 josiahcarlson


minidom namespace problems 1214 days
http://bugs.python.org/issue1371937 ajaksu2


_winreg specifies EnvironmentError instead of WindowsError 1197 days
http://bugs.python.org/issue1386675 georg.brandl


Compile under mingw properly 1162 days
http://bugs.python.org/issue1412448 ajaksu2
patch

PyImport_AppendInittab stores pointer to parameter 1157 days
http://bugs.python.org/issue1419652 brett.cannon


Unable to stringify datetime with tzinfo 1114 days
http://bugs.python.org/issue1447945 ajaksu2


Hitting CTRL-C while in a loop closes IDLE on cygwin 1083 days
http://bugs.python.org/issue1468223 tebeka


endless loop in PyCFunction_Fini() 1049 days
http://bugs.python.org/issue1488906 ajaksu2


sys.path issue if sys.prefix contains a colon 1021 days
http://bugs.python.org/issue1507224 brett.cannon


__del__: Type is cleared before instances 1006 days
http://bugs.python.org/issue1513802 benjamin.peterson


site.py can break the location of the python library 1007 days
http://bugs.python.org/issue1514734 brett.cannon


fcntl.ioctl fails to copy back exactly-1024 buffer 992 days
http://bugs.python.org/issue1520818 ajaksu2


Document additions from PEP 302 987 days
http://bugs.python.org/issue1525549 brett.cannon


Literal strings use BS as octal escape character 978 days
http://bugs.python.org/issue1530012 georg.brandl


distutils 'register' command and windows home directories 973 days
http://bugs.python.org/issue1531505 ajaksu2


Win32 debug version of _msi creates _msi.pyd, not _msi_d.pyd 968 days
http://bugs.python.org/issue1534738 ajaksu2


sys.path gets munged with certain directory structures 969 days
http://bugs.python.org/issue1534764 brett.cannon


"make install" doesn't install to /usr/lib64 on x86_64 boxes 965 days
http://bugs.python.org/issue1536339 ajaksu2


python-2.5c1.msi contains ICE validation errors and warnings 955 days
http://bugs.python.org/issue1542432 ajaksu2


test_tempfile fails on cygwin 953 days
http://bugs.python.org/issue1543467 ajaksu2


Wireless on Python 946 days
http://bugs.python.org/issue1547300 ajaksu2


C modules reloaded on certain failed imports 946 days
http://bugs.python.org/issue1548687 brett.cannon


python 2.5 install can't find tcl/tk in /usr/lib64 936 days
http://bugs.python.org/issue1553166 ajaksu2


Class instance apparently not destructed when expected 935 days
http://bugs.python.org/issue1553819 ajaksu2


2.5c1 Core dump during 64-bit make on Solaris 9 Sparc 929 days
http://bugs.python.org/issue1557490 ajaksu2


strftime('%z') behaving differently with/without time arg. 924 days
http://bugs.python.org/issue1560794 ajaksu2


IDLE: Dedent with Italian keyboard 921 days
http://bugs.python.org/issue1562092 gpolo


importing threading in a thread does not work 921 days
http://bugs.python.org/issue1562822 brett.cannon


--disable-sunaudiodev --disable-tk does not work 895 days
http://bugs.python.org/issue1579029 ajaksu2


Error piping output between scripts on Windows 879 days
http://bugs.python.org/issue1590068 georg.brandl


import deadlocks when using PyObjC threads 879 days
http://bugs.python.org/issue1590864 brett.cannon


PyThread_release_lock with pthreads munges errno 849 days
http://bugs.python.org/issue1608921 benjamin.peterson
patch

IDLE crashes on OS X 10.4 when "Preferences" selected 831 days
http://bugs.python.org/issue1621111 kbk


Please provide rsync-method in the urllib[2] module 810 days
http://bugs.python.org/issue1634770 orsenthil


MIME renderer: wrong header line break with long subject? 795 days
http://bugs.python.org/issue1645148 barry


sgmllib _convert_ref UnicodeDecodeError exception, new in 2.5 786 days
http://bugs.python.org/issue1651995 georg.brandl
patch

thread join() with timeout hangs on Windows 2003 x64 786 days
http://bugs.python.org/issue1654429 amaury.forgeotdarc


Handle requests to intern string subtype instances 776 days
http://bugs.python.org/issue1658799 ajaksu2
patch

Calling tparm from extension lib fails in Python 2.5 777 days
http://bugs.python.org/issue1659171 ajaksu2


Hangup when using cgitb in a thread while still in import 770 days
http://bugs.python.org/issue1665206 brett.cannon


add identity function 760 days
http://bugs.python.org/issue1673203 rhettinger


Make threading.Event().wait(timeout=3) return isSet 757 days
http://bugs.python.org/issue1674032 georg.brandl
patch

Redirect cause invalid descriptor error 756 days
http://bugs.python.org/issue1675026 georg.brandl


Remove trailing slash from --prefix 755 days
http://bugs.python.org/issue1676135 georg.brandl
patch

PEP 361 Warnings 742 days
http://bugs.python.org/issue1683908 ajaksu2
patch

python throws an error when unpacking bz2 file 694 days
http://bugs.python.org/issue1714773 georg.brandl


Destructor behavior faulty 689 days
http://bugs.python.org/issue1717900 pitrou


Line ending bug SimpleXMLRPCServer 677 days
http://bugs.python.org/issue1725295 georg.brandl
patch

Windows Build Warnings 677 days
http://bugs.python.org/issue1726196 amaury.forgeotdarc
patch

telnetlib: A callback for monitoring the telnet session 666 days
http://bugs.python.org/issue1730959 jackdied
patch

asyncore/asynchat patches 654 days
http://bugs.python.org/issue1736190 intgr
patch



Top Issues Most Discussed (10)
______________________________

43 additional unittest type equality methods 361 days
open http://bugs.python.org/issue2578

21 asyncore delayed calls feature 473 days
open http://bugs.python.org/issue1641

15 Pass MS CRT debug flags into subprocesses 2 days
open http://bugs.python.org/issue5619

14 multiprocessing.Pipe terminates with ERROR_NO_SYSTEM_RESOURCES 231 days
closed http://bugs.python.org/issue3551

13 implement initializer for multiprocessing.BaseManager.start() 5 days
closed http://bugs.python.org/issue5585

13 Neverending warnings from asyncore 1483 days
closed http://bugs.python.org/issue1161031

12 Speed up pickling of dicts in cPickle 1 days
open http://bugs.python.org/issue5670

12 test_math.testFsum failure on release30-maint 5 days
open http://bugs.python.org/issue5593

11 Extra heapq nlargest/nsmallest option for including ties 0 days
closed http://bugs.python.org/issue5669

10 PyDict_SetItemString() fails when the second argument is null 1 days
closed http://bugs.python.org/issue5627
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (04/10/09 - 04/17/09)
Python tracker at http://bugs.python.org/

To view or respond to any of the issues listed below, click on the issue
number. Do NOT respond to this message.


2222 open (+37) / 15383 closed (+12) / 17605 total (+49)

Open issues with patches: 852

Average duration of open issues: 642 days.
Median duration of open issues: 393 days.

Open Issues Breakdown
open 2168 (+37)
pending 54 ( +0)

Issues Created Or Reopened (50)
_______________________________

ignore py3_test_grammar.py syntax error 04/11/09
CLOSED http://bugs.python.org/issue5733 reopened benjamin.peterson


BufferedRWPair broken 04/11/09
http://bugs.python.org/issue5734 created bquinlan
patch

Segfault when loading not recompiled module 04/11/09
http://bugs.python.org/issue5735 created chin
patch, needs review

Add the iterator protocol to dbm modules 04/11/09
http://bugs.python.org/issue5736 created akitada
patch

add Solaris errnos 04/11/09
http://bugs.python.org/issue5737 created mahrens
easy

multiprocessing example wrong 04/11/09
http://bugs.python.org/issue5738 created yaneurabeya


Language reference is ambiguous regarding next() method lookup 04/12/09
http://bugs.python.org/issue5739 created ncoghlan


multiprocessing.connection.Client API documentation incorrect 04/12/09
http://bugs.python.org/issue5740 created yaneurabeya


SafeConfigParser incorrectly detects lone percent signs 04/12/09
CLOSED http://bugs.python.org/issue5741 created marcio


inspect.findsource() should look only for sources 04/12/09
http://bugs.python.org/issue5742 created hdima
patch

multiprocessing.managers not accessible even though docs say so 04/12/09
CLOSED http://bugs.python.org/issue5743 created yaneurabeya


multiprocessing.managers.BaseManager.connect example typos 04/12/09
CLOSED http://bugs.python.org/issue5744 reopened quiver


email document update (more links) 04/13/09
CLOSED http://bugs.python.org/issue5745 created ocean-city
patch

socketserver problem upon disconnection (undefined member) 04/13/09
CLOSED http://bugs.python.org/issue5746 created eblond


knowing the parent command 04/13/09
http://bugs.python.org/issue5747 created tarek


Objects/bytesobject.c should include stringdefs.h, instead of de 04/13/09
http://bugs.python.org/issue5748 created eric.smith
easy

Allow bin() to have an optional "Total Bits" argument. 04/14/09
CLOSED http://bugs.python.org/issue5749 created MechPaul


weird seg fault 04/14/09
CLOSED http://bugs.python.org/issue5750 created utilitarian


Typo in documentation of print function parameters 04/14/09
http://bugs.python.org/issue5751 created nicolasg


xml.dom.minidom does not handle newline characters in attribute 04/14/09
http://bugs.python.org/issue5752 created Tomalak


CVE-2008-5983 python: untrusted python modules search path 04/14/09
http://bugs.python.org/issue5753 created iankko
patch

Shelve module writeback parameter does not act as advertised 04/14/09
http://bugs.python.org/issue5754 created jherskovic


"-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++" 04/14/09
http://bugs.python.org/issue5755 created zooko


idle pydoc et al removed from 3.1 without versioned replacements 04/14/09
http://bugs.python.org/issue5756 created nad


Documentation error for Condition.notify() 04/14/09
http://bugs.python.org/issue5757 created pietvo


fileinput.hook_compressed returning bytes from gz file 04/14/09
http://bugs.python.org/issue5758 created mnewman


__float__ not called by 'float' on classes derived from str 04/15/09
CLOSED http://bugs.python.org/issue5759 created shura_zam
patch

__getitem__ error message hard to understand 04/15/09
http://bugs.python.org/issue5760 created cvrebert


add file name to py3k IO objects repr() 04/15/09
http://bugs.python.org/issue5761 created pitrou


AttributeError: 'NoneType' object has no attribute 'replace' 04/15/09
http://bugs.python.org/issue5762 created hda


scope resolving error 04/15/09
CLOSED http://bugs.python.org/issue5763 created vpodpecan


2.6.2 Python Manuals CHM file seems broken 04/15/09
http://bugs.python.org/issue5764 created dx617


stack overflow evaluating eval("()" * 30000) 04/15/09
http://bugs.python.org/issue5765 created gagenellina


Mac/scripts/BuildApplet.py reset of sys.executable during instal 04/16/09
http://bugs.python.org/issue5766 created blb


xmlrpclib loads invalid documents 04/16/09
http://bugs.python.org/issue5767 created exarkun


logging don't encode Unicode message correctly. 04/16/09
CLOSED http://bugs.python.org/issue5768 created naoki
patch

OS X Installer: new make of documentation installs at wrong loca 04/16/09
http://bugs.python.org/issue5769 created nad


SA bugs with unittest.py 04/16/09
CLOSED http://bugs.python.org/issue5770 created yaneurabeya
patch

SA bugs with unittest.py@r71263 04/16/09
http://bugs.python.org/issue5771 created yaneurabeya
patch

For float.__format__, don't add a trailing ".0" if we're using n 04/16/09
http://bugs.python.org/issue5772 created eric.smith
easy

Crash on shutdown after os.fdopen(2) in debug builds 04/16/09
http://bugs.python.org/issue5773 created amaury.forgeotdarc


_winreg.OpenKey() is documented with keyword arguments, but does 04/16/09
http://bugs.python.org/issue5774 created stutzbach


marshal.c needs to be checked for out of memory errors 04/16/09
http://bugs.python.org/issue5775 created eric.smith


RPM build error with python-2.6.spec 04/17/09
http://bugs.python.org/issue5776 created yasusii
patch

unable to search in python V3 documentation 04/17/09
http://bugs.python.org/issue5777 created aotto1968


sys.version format differs between MSC and GCC 04/17/09
http://bugs.python.org/issue5778 created t-kamiya


_elementtree import can fail silently 04/17/09
CLOSED http://bugs.python.org/issue5779 created naufraghi


test_float fails for 'legacy' float repr style 04/17/09
http://bugs.python.org/issue5780 created marketdickinson
patch

Legacy float repr is used unnecessarily on some platforms 04/17/09
http://bugs.python.org/issue5781 created marketdickinson
easy

',' formatting with empty format type '' (PEP 378) 04/17/09
http://bugs.python.org/issue5782 created eric.smith
easy



Issues Now Closed (37)
______________________

Use shorter float repr when possible 493 days
http://bugs.python.org/issue1580 marketdickinson
patch

"make altinstall" installs pydoc, idle, smtpd.py 490 days
http://bugs.python.org/issue1590 nad
patch

PyString_FromStringAndSize() to be considered unsafe 369 days
http://bugs.python.org/issue2587 psss


PyOS_vsnprintf() underflow leads to memory corruption 371 days
http://bugs.python.org/issue2588 psss
patch

Handle ASDLSyntaxErrors gracefully 347 days
http://bugs.python.org/issue2725 georg.brandl
patch

Starting any program as a subprocess fails when subprocess.Popen 265 days
http://bugs.python.org/issue3440 r.david.murray
patch

Allow Division of datetime.timedelta Objects 156 days
http://bugs.python.org/issue4291 Jeremy Banks


asyncore's urgent data management and connection closed events 131 days
http://bugs.python.org/issue4501 r.david.murray
patch

handling inf/nan in '%f' 101 days
http://bugs.python.org/issue4799 eric.smith
patch

native build of python win32 using msys under wine. 90 days
http://bugs.python.org/issue4954 lritter


test_maxint64 fails on 32-bit systems due to assumption that 64- 81 days
http://bugs.python.org/issue4977 pitrou


io-c: TextIOWrapper is faster than BufferedReader but not protec 25 days
http://bugs.python.org/issue5502 pitrou
patch

Lib/distutils/test/test_util: test_get_platform bogus for OSX 14 days
http://bugs.python.org/issue5607 tarek


Add more pickling tests 14 days
http://bugs.python.org/issue5665 collinwinter
patch, needs review

string module requires bytes type for maketrans, but calling met 10 days
http://bugs.python.org/issue5675 georg.brandl


pydoc -w doesn't produce proper HTML 6 days
http://bugs.python.org/issue5698 georg.brandl
patch, patch, needs review

inside *currentmodule* some links is disabled 7 days
http://bugs.python.org/issue5703 georg.brandl


Command line option '-3' should imply '-t' 7 days
http://bugs.python.org/issue5704 georg.brandl


setuptools doesn't honor standard compiler variables 7 days
http://bugs.python.org/issue5706 tarek


Tiny code polishing to unicode_repeat 6 days
http://bugs.python.org/issue5708 georg.brandl
patch

optparse: please provide a usage example in the module docstring 5 days
http://bugs.python.org/issue5719 georg.brandl


ignore py3_test_grammar.py syntax error 0 days
http://bugs.python.org/issue5733 benjamin.peterson


SafeConfigParser incorrectly detects lone percent signs 1 days
http://bugs.python.org/issue5741 georg.brandl


multiprocessing.managers not accessible even though docs say so 0 days
http://bugs.python.org/issue5743 yaneurabeya


multiprocessing.managers.BaseManager.connect example typos 0 days
http://bugs.python.org/issue5744 yaneurabeya


email document update (more links) 0 days
http://bugs.python.org/issue5745 georg.brandl
patch

socketserver problem upon disconnection (undefined member) 1 days
http://bugs.python.org/issue5746 benjamin.peterson


Allow bin() to have an optional "Total Bits" argument. 0 days
http://bugs.python.org/issue5749 rhettinger


weird seg fault 0 days
http://bugs.python.org/issue5750 amaury.forgeotdarc


__float__ not called by 'float' on classes derived from str 1 days
http://bugs.python.org/issue5759 benjamin.peterson
patch

scope resolving error 0 days
http://bugs.python.org/issue5763 marketdickinson


logging don't encode Unicode message correctly. 1 days
http://bugs.python.org/issue5768 vsajip
patch

SA bugs with unittest.py 0 days
http://bugs.python.org/issue5770 benjamin.peterson
patch

_elementtree import can fail silently 0 days
http://bugs.python.org/issue5779 naufraghi


DistributionMetaData error ? 2217 days
http://bugs.python.org/issue708320 varash


file.seek() influences write() when opened with a+ mode 1008 days
http://bugs.python.org/issue1521491 amaury.forgeotdarc


Popen pipe file descriptor leak on OSError in init 641 days
http://bugs.python.org/issue1751245 benjamin.peterson




Top Issues Most Discussed (10)
______________________________

10 io.FileIO calls flush() after file closed 12 days
open http://bugs.python.org/issue5700

9 Add the iterator protocol to dbm modules 6 days
open http://bugs.python.org/issue5736

7 2.6.2c1 fails to pass test_cmath on Solaris10 9 days
open http://bugs.python.org/issue5724

6 test_float fails for 'legacy' float repr style 0 days
open http://bugs.python.org/issue5780

6 Add test.support.import_python_only 53 days
open http://bugs.python.org/issue5354

6 10e667.__format__('+') should return 'inf' 137 days
open http://bugs.python.org/issue4482

5 ignore py3_test_grammar.py syntax error 0 days
closed http://bugs.python.org/issue5733

5 setdefault speedup 8 days
open http://bugs.python.org/issue5730

5 Support telling TestResult objects a test run has finished 8 days
open http://bugs.python.org/issue5728

5 IDLE shell gives different len() of unicode strings compared to 973 days
open http://bugs.python.org/issue1542677
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (04/17/09 - 04/24/09)
Python tracker at http://bugs.python.org/

To view or respond to any of the issues listed below, click on the issue
number. Do NOT respond to this message.


2227 open (+32) / 15427 closed (+17) / 17654 total (+49)

Open issues with patches: 865

Average duration of open issues: 641 days.
Median duration of open issues: 395 days.

Open Issues Breakdown
open 2175 (+31)
pending 52 ( +1)

Issues Created Or Reopened (51)
_______________________________

Builtin round function is sometimes inaccurate for floats 04/18/09
CLOSED http://bugs.python.org/issue1869 reopened marketdickinson
patch

logging to file + encoding 04/20/09
CLOSED http://bugs.python.org/issue5170 reopened shamilbi


IDLE cannot find windows chm file 04/17/09
http://bugs.python.org/issue5783 created rhettinger
patch

raw deflate format and zlib module 04/17/09
http://bugs.python.org/issue5784 created phr


Condition.wait() does not respect its timeout 04/18/09
CLOSED http://bugs.python.org/issue5785 created Kjir


len(reversed([1,2,3])) does not work anymore in 2.6.2 04/19/09
http://bugs.python.org/issue5786 reopened rhettinger


object.__getattribute__(super, '__bases__') crashes the interpre 04/19/09
CLOSED http://bugs.python.org/issue5787 reopened alexer


datetime.timedelta is inconvenient to use... 04/18/09
http://bugs.python.org/issue5788 created bquinlan
patch

powerset recipe listed twice in itertools docs 04/19/09
CLOSED http://bugs.python.org/issue5789 created stevenjd
easy

itertools.izip python code has a typo 04/19/09
CLOSED http://bugs.python.org/issue5790 created stevenjd


title information of unicodedata is wrong in some cases 04/19/09
CLOSED http://bugs.python.org/issue5791 created cfbolz


Enable short float repr() on Solaris/x86 04/19/09
http://bugs.python.org/issue5792 created marketdickinson
easy

Rationalize isdigit / isalpha / tolower / ... uses throughout Py 04/19/09
http://bugs.python.org/issue5793 created marketdickinson
easy

pickle/cPickle of recursive tuples create pickles that cPickle c 04/19/09
http://bugs.python.org/issue5794 created cwitty


test_distutils failure on the ppc Debian buildbot 04/19/09
CLOSED http://bugs.python.org/issue5795 created pitrou


test_posix, test_pty crash under Windows 04/19/09
CLOSED http://bugs.python.org/issue5796 created pitrou
patch

there is en exception om Create User page 04/20/09
http://bugs.python.org/issue5797 created nabeel


test_asynchat fails on Mac OSX 04/20/09
http://bugs.python.org/issue5798 created cartman


Change ntpath functions to implicitly support UNC paths 04/20/09
http://bugs.python.org/issue5799 created larry
patch

make wsgiref.headers.Headers accept empty constructor 04/20/09
http://bugs.python.org/issue5800 created tarek
easy

spurious empty lines in wsgiref code 04/20/09
http://bugs.python.org/issue5801 created tarek


The security descriptors of python binaries in Windows are not s 04/20/09
http://bugs.python.org/issue5802 created kindloaf


email/quoprimime: encode and decode are very slow on large messa 04/20/09
http://bugs.python.org/issue5803 created dmbaggett


Add a "tail" argument to zlib.decompress 04/21/09
http://bugs.python.org/issue5804 created krisvale
patch

Distutils (or py2exe) error with DistributionMetaData 04/21/09
CLOSED http://bugs.python.org/issue5805 created varash


MySQL crash on machine startup.... 04/21/09
CLOSED http://bugs.python.org/issue5806 created plattecoducks


ConfigParser.RawConfigParser it's an "old-style" class 04/21/09
CLOSED http://bugs.python.org/issue5807 created ZeD


Subprocess.getstatusoutput Fails Executing 'dir' Command on Wind 04/21/09
CLOSED http://bugs.python.org/issue5808 created mrwizard82d1


"No such file or directory" with framework build under MacOS 10. 04/21/09
http://bugs.python.org/issue5809 created creachadair


test_distutils fails - sysconfig._config_vars is None 04/22/09
http://bugs.python.org/issue5810 created srid


io.BufferedReader.peek(): Documentation differs from Implementat 04/22/09
http://bugs.python.org/issue5811 created trott


Fraction('1e6') should be valid. 04/22/09
CLOSED http://bugs.python.org/issue5812 created marketdickinson
patch

Pointer into language reference from __future__ module documenta 04/22/09
CLOSED http://bugs.python.org/issue5813 created ncoghlan


SocketServer: TypeError: waitpid() takes no keyword arguments 04/22/09
http://bugs.python.org/issue5814 created arekm


locale.getdefaultlocale() missing corner case 04/22/09
http://bugs.python.org/issue5815 created rg3
patch

Simplify parsing of complex numbers and make complex('inf') vali 04/22/09
CLOSED http://bugs.python.org/issue5816 created marketdickinson
patch

Right-click behavior from Windows Explorer 04/23/09
http://bugs.python.org/issue5817 created Mkop


Fix five small bugs in the bininstall and altbininstall pseudota 04/23/09
http://bugs.python.org/issue5818 created larry
patch

Add PYTHONPREFIXES environment variable 04/23/09
http://bugs.python.org/issue5819 created larry
patch

Very small bug in documentation of json.load() 04/23/09
CLOSED http://bugs.python.org/issue5820 created pcshyamshankar
patch

Documentation: mention 'close' and iteration for tarfile.TarFile 04/23/09
http://bugs.python.org/issue5821 created bennorth
patch

inconsistent behavior of range when used in combination with rem 04/23/09
CLOSED http://bugs.python.org/issue5822 created zero79


feature request: a conditional "for" statement 04/23/09
CLOSED http://bugs.python.org/issue5823 created zero79


SocketServer.DatagramRequestHandler Broken under Linux 04/23/09
http://bugs.python.org/issue5824 created jimd


Patch to add "remove" method to tempfile.NamedTemporaryFile 04/24/09
http://bugs.python.org/issue5825 created tebeka
patch

new unittest function listed as assertIsNotNot() instead of asse 04/24/09
http://bugs.python.org/issue5826 created mrooney


os.path.normpath doesn't preserve unicode 04/24/09
http://bugs.python.org/issue5827 created mgiuca
patch

Invalid behavior of unicode.lower 04/24/09
http://bugs.python.org/issue5828 created jarek


float('1e500') -> inf, complex('1e500') -> ValueError 04/24/09
http://bugs.python.org/issue5829 created marketdickinson
easy

heapq item comparison problematic with sched's events 04/24/09
http://bugs.python.org/issue5830 created kfj


Doc mistake : threading.Timer is *not* a class 04/24/09
http://bugs.python.org/issue5831 created maxenced
easy



Issues Now Closed (50)
______________________

Use shorter float repr when possible 495 days
http://bugs.python.org/issue1580 marketdickinson
patch

Builtin round function is sometimes inaccurate for floats 0 days
http://bugs.python.org/issue1869 marketdickinson
patch

Idle, some Linuxes, cannot position Cursor by mouseclick 329 days
http://bugs.python.org/issue2995 gpolo


Make conversions from long to float correctly rounded. 303 days
http://bugs.python.org/issue3166 marketdickinson
patch

Exception for test_urllib2_localnet 246 days
http://bugs.python.org/issue3584 r.david.murray


float.fromhex discrepancy under Solaris 240 days
http://bugs.python.org/issue3633 marketdickinson
patch, needs review

patch for review: OS/2 EMX port fixes for 2.6 221 days
http://bugs.python.org/issue3868 aimacintyre
patch, patch

logging to file + encoding 2 days
http://bugs.python.org/issue5170 vsajip


Allow auto-numbered replacement fields in str.format() strings 68 days
http://bugs.python.org/issue5237 eric.smith
patch

Add test.support.import_python_only 58 days
http://bugs.python.org/issue5354 ncoghlan


'n' formatting for int and float handles leading zero padding po 35 days
http://bugs.python.org/issue5515 eric.smith


bad repr of itertools.count object with negative value on OS X 1 18 days
http://bugs.python.org/issue5657 ronaldoussoren


Fix BufferedRWPair 8 days
http://bugs.python.org/issue5734 pitrou
patch

Typo in documentation of print function parameters 7 days
http://bugs.python.org/issue5751 georg.brandl


Documentation error for Condition.notify() 7 days
http://bugs.python.org/issue5757 georg.brandl


__getitem__ error message hard to understand 3 days
http://bugs.python.org/issue5760 georg.brandl


SA bugs with unittest.py@r71263 2 days
http://bugs.python.org/issue5771 benjamin.peterson
patch

For float.__format__, don't add a trailing ".0" if we're using n 6 days
http://bugs.python.org/issue5772 eric.smith
easy

marshal.c needs to be checked for out of memory errors 5 days
http://bugs.python.org/issue5775 eric.smith


unable to search in python V3 documentation 1 days
http://bugs.python.org/issue5777 georg.brandl


_elementtree import can fail silently 1 days
http://bugs.python.org/issue5779 benjamin.peterson


test_float fails for 'legacy' float repr style 1 days
http://bugs.python.org/issue5780 marketdickinson
patch

Legacy float repr is used unnecessarily on some platforms 1 days
http://bugs.python.org/issue5781 marketdickinson
easy

',' formatting with empty format type '' (PEP 378) 5 days
http://bugs.python.org/issue5782 eric.smith
easy

Condition.wait() does not respect its timeout 1 days
http://bugs.python.org/issue5785 benjamin.peterson


object.__getattribute__(super, '__bases__') crashes the interpre 0 days
http://bugs.python.org/issue5787 benjamin.peterson


powerset recipe listed twice in itertools docs 3 days
http://bugs.python.org/issue5789 rhettinger
easy

itertools.izip python code has a typo 2 days
http://bugs.python.org/issue5790 rhettinger


title information of unicodedata is wrong in some cases 0 days
http://bugs.python.org/issue5791 loewis


test_distutils failure on the ppc Debian buildbot 1 days
http://bugs.python.org/issue5795 tarek


test_posix, test_pty crash under Windows 2 days
http://bugs.python.org/issue5796 r.david.murray
patch

Distutils (or py2exe) error with DistributionMetaData 0 days
http://bugs.python.org/issue5805 loewis


MySQL crash on machine startup.... 0 days
http://bugs.python.org/issue5806 plattecoducks


ConfigParser.RawConfigParser it's an "old-style" class 0 days
http://bugs.python.org/issue5807 benjamin.peterson


Subprocess.getstatusoutput Fails Executing 'dir' Command on Wind 0 days
http://bugs.python.org/issue5808 benjamin.peterson


Fraction('1e6') should be valid. 2 days
http://bugs.python.org/issue5812 marketdickinson
patch

Pointer into language reference from __future__ module documenta 1 days
http://bugs.python.org/issue5813 georg.brandl


Simplify parsing of complex numbers and make complex('inf') vali 2 days
http://bugs.python.org/issue5816 marketdickinson
patch

Very small bug in documentation of json.load() 0 days
http://bugs.python.org/issue5820 georg.brandl
patch

inconsistent behavior of range when used in combination with rem 0 days
http://bugs.python.org/issue5822 zero79


feature request: a conditional "for" statement 0 days
http://bugs.python.org/issue5823 zero79


No sleep or busy wait 2093 days
http://bugs.python.org/issue780602 gpolo


ConfigParser non-string defaults broken with .getboolean() 1771 days
http://bugs.python.org/issue974019 draghuram
patch, easy

ctrl-left/-right works incorectly with diacritics 1707 days
http://bugs.python.org/issue1012435 gpolo


not enough information in SGMLParseError 1625 days
http://bugs.python.org/issue1063229 ajaksu2


Frame does not receive configure event on move 1562 days
http://bugs.python.org/issue1100366 gpolo


Let shift operators take any integer value 1436 days
http://bugs.python.org/issue1205239 marketdickinson


Allow thread(ing) tests to pass without setting stack size 994 days
http://bugs.python.org/issue1533520 aimacintyre
patch

import deadlocks when using PyObjC threads 898 days
http://bugs.python.org/issue1590864 abaron


object.__init__ shouldn't allow args/kwds 763 days
http://bugs.python.org/issue1683368 KayEss




Top Issues Most Discussed (10)
______________________________

18 Add DTrace probes 194 days
open http://bugs.python.org/issue4111

15 IDLE cannot find windows chm file 7 days
pending http://bugs.python.org/issue5783

9 len(reversed([1,2,3])) does not work anymore in 2.6.2 6 days
open http://bugs.python.org/issue5786

8 Use shorter float repr when possible 495 days
closed http://bugs.python.org/issue1580

7 Fraction('1e6') should be valid. 2 days
closed http://bugs.python.org/issue5812

7 datetime.timedelta is inconvenient to use... 6 days
open http://bugs.python.org/issue5788

7 logging to file + encoding 2 days
closed http://bugs.python.org/issue5170

7 Builtin round function is sometimes inaccurate for floats 0 days
closed http://bugs.python.org/issue1869

6 Simplify parsing of complex numbers and make complex('inf') val 2 days
closed http://bugs.python.org/issue5816

6 locale.getdefaultlocale() missing corner case 2 days
open http://bugs.python.org/issue5815
Re: Summary of Python tracker Issues [ In reply to ]
Python tracker wrote:
[snip]

In going through this, I notice a lot of effort by Mark Dickenson and
others to get some details of numbers computation and display right in
time for 3.1. As a certain-to-be beneficiary, I want to thank all who
contributed.

Terry Jan Reedy

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com
Re: Summary of Python tracker Issues [ In reply to ]
On Fri, Apr 24, 2009 at 9:25 PM, Terry Reedy <tjreedy@udel.edu> wrote:
> In going through this, I notice a lot of effort by Mark Dickenson and others

Many others, but Eric Smith's name needs to be in big lights here.
There's no way the short float repr would have been ready for 3.1 if
Eric hadn't shown an interest in this at PyCon, and then taken on
the major internal replumbing job this entailed for all of Python's
string formatting.

> 3.1.  As a certain-to-be beneficiary, I want to thank all who contributed.

Glad you like it!

Mark
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com
Re: Summary of Python tracker Issues [ In reply to ]
Mark Dickinson wrote:
> On Fri, Apr 24, 2009 at 9:25 PM, Terry Reedy <tjreedy@udel.edu> wrote:
>> In going through this, I notice a lot of effort by Mark Dickenson and others
>
> Many others, but Eric Smith's name needs to be in big lights here.
> There's no way the short float repr would have been ready for 3.1 if
> Eric hadn't shown an interest in this at PyCon, and then taken on
> the major internal replumbing job this entailed for all of Python's
> string formatting.

Not to get too much into a mutual admiration mode, but Mark did the
parts involving hard thinking.

>> 3.1. As a certain-to-be beneficiary, I want to thank all who contributed.
>
> Glad you like it!

Me, too. I think it's going to be great once we get it all straightened
out. And I think we're close!

Eric.

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (04/24/09 - 05/01/09)
Python tracker at http://bugs.python.org/

To view or respond to any of the issues listed below, click on the issue
number. Do NOT respond to this message.


2190 open (+34) / 15527 closed (+29) / 17717 total (+63)

Open issues with patches: 861

Average duration of open issues: 645 days.
Median duration of open issues: 394 days.

Open Issues Breakdown
open 2156 (+33)
pending 33 ( +1)

Issues Created Or Reopened (63)
_______________________________

os.path.walk fails to descend into a directory whose name ends w 04/24/09
CLOSED http://bugs.python.org/issue5832 created linuxelf


readline update 04/24/09
http://bugs.python.org/issue5833 created jrevans1
patch

The word "error" used instead of "failure" 04/25/09
CLOSED http://bugs.python.org/issue5834 created kurtmckee


Deprecate PyOS_ascii_formatd 04/25/09
CLOSED http://bugs.python.org/issue5835 created eric.smith


Clean up float parsing code for nans and infs 04/25/09
CLOSED http://bugs.python.org/issue5836 created marketdickinson


support.EnvironmentVarGuard broken 04/25/09
CLOSED http://bugs.python.org/issue5837 created doerwalter
easy

Test issue 04/25/09
CLOSED http://bugs.python.org/issue5838 created ajaksu2


RegOpenKeyEx key failed on Vista 64Bit with return 2 04/25/09
http://bugs.python.org/issue5839 created makursi


"Thread State and the Global Interpreter Lock" section of the do 04/25/09
http://bugs.python.org/issue5840 created exarkun
patch

add py3k warnings to commands 04/25/09
CLOSED http://bugs.python.org/issue5841 created dsm001
patch

Move test outside of urlparse module 04/25/09
http://bugs.python.org/issue5842 created Merwok


Possible normalization error in urlparse.urlunparse 04/25/09
http://bugs.python.org/issue5843 created Merwok


internal error on write while reading 04/25/09
http://bugs.python.org/issue5844 created dsm001
patch

rlcompleter should be enabled automatically 04/25/09
http://bugs.python.org/issue5845 created cben


Deprecate obsolete functions in unittest 04/25/09
http://bugs.python.org/issue5846 created michael.foord


IDLE/Win Installer: drop -n switch for 2.7/3.1; install 3.1 as i 04/26/09
http://bugs.python.org/issue5847 created kbk


Minor unittest doc patch 04/26/09
CLOSED http://bugs.python.org/issue5848 created michael.foord
patch, patch, easy, needs review

Idle 3.01 - invalid syntec error 04/26/09
CLOSED http://bugs.python.org/issue5849 created r2d2floyd


Full example for emulating a container type 04/27/09
CLOSED http://bugs.python.org/issue5850 created yaneurabeya


Add a stream parameter to gc.set_debug 04/27/09
http://bugs.python.org/issue5851 created nicdumz


can't use "glog" to find the path with square bracket 04/27/09
CLOSED http://bugs.python.org/issue5852 created winterTTr


mimetypes.guess_type() hits recursion limit 04/27/09
CLOSED http://bugs.python.org/issue5853 created djc


logging module's __all__ attribute not in sync with documentatio 04/27/09
CLOSED http://bugs.python.org/issue5854 created flub
easy

Perhaps exponential performance of sum(listoflists, []) 04/27/09
CLOSED http://bugs.python.org/issue5855 created sjohn


Minor typo in traceback example 04/27/09
CLOSED http://bugs.python.org/issue5856 created nielsdevos
patch

Return namedtuples from tokenize token generator 04/27/09
CLOSED http://bugs.python.org/issue5857 created mallyvai
needs review

Make complex repr and str more like float repr and str 04/27/09
http://bugs.python.org/issue5858 created marketdickinson


Remove implicit '%f' -> '%g' switch from float formatting. 04/27/09
CLOSED http://bugs.python.org/issue5859 created marketdickinson
patch

TextIOWrapper: bad error reporting when write() is forbidden 04/27/09
CLOSED http://bugs.python.org/issue5860 created pitrou


test_urllib fails on windows 04/28/09
http://bugs.python.org/issue5861 created ocean-city


multiprocessing 'using a remote manager' example errors and poss 04/28/09
http://bugs.python.org/issue5862 created r.david.murray


bz2.BZ2File should accept other file-like objects. 04/28/09
http://bugs.python.org/issue5863 created MizardX


format(1234.5, '.4') gives misleading result 04/28/09
http://bugs.python.org/issue5864 created marketdickinson
patch

mathmodule.c fails to compile due to missing math_log1p() functi 04/28/09
CLOSED http://bugs.python.org/issue5865 created alanh


cPickle defect with tuples and different from pickle output 04/28/09
http://bugs.python.org/issue5866 created jelle


No way to create an abstract classmethod 04/28/09
http://bugs.python.org/issue5867 created della


mimetypes.MAGIC_FUNCTION initialization not thread-safe in Pytho 04/28/09
CLOSED http://bugs.python.org/issue5868 created apoirier


100th character truncation in 2.4 tarfile.py 04/28/09
CLOSED http://bugs.python.org/issue5869 created neville.bagnall
patch

subprocess.DEVNULL 04/28/09
http://bugs.python.org/issue5870 created MrJean1


email.header.Header allow to embed raw newlines into a message 04/28/09
http://bugs.python.org/issue5871 created jwilk


New C API for declaring Python types 04/29/09
http://bugs.python.org/issue5872 created larry
patch

Minidom: parsestring() error 04/29/09
CLOSED http://bugs.python.org/issue5873 created naf305


distutils.tests.test_config_cmd is locale-sensitive 04/29/09
CLOSED http://bugs.python.org/issue5874 created georg.brandl


test_distutils failing on OpenSUSE 10.3, Py3k 04/29/09
http://bugs.python.org/issue5875 created ShuaibKhan


__repr__ returning unicode doesn't work when called implicitly 04/29/09
http://bugs.python.org/issue5876 created liori


Add a function for updating URL query parameters 04/29/09
http://bugs.python.org/issue5877 created mrts


Regular Expression instances 04/29/09
CLOSED http://bugs.python.org/issue5878 created ecasbas


multiprocessing - example "pool of http servers " fails on windo 04/29/09
http://bugs.python.org/issue5879 created ghum


Remove unneeded "context" pointer from getters and setters 04/29/09
http://bugs.python.org/issue5880 created larry
patch

Remove extraneous backwards-compatibility attributes from some m 04/29/09
http://bugs.python.org/issue5881 created larry
patch

__repr__ is ignored when formatting exceptions 04/29/09
CLOSED http://bugs.python.org/issue5882 created ellisj


detach() implementation 04/29/09
http://bugs.python.org/issue5883 created benjamin.peterson
patch

pydoc to return error status code 04/30/09
http://bugs.python.org/issue5884 created mixmastamyk


uuid.uuid1() is too slow 04/30/09
http://bugs.python.org/issue5885 created wangchun


curses/__init__.py: global name '_os' is not defined 04/30/09
CLOSED http://bugs.python.org/issue5886 created andrix
patch

mmap.write_byte out of bounds - no error, position gets screwed 04/30/09
http://bugs.python.org/issue5887 created bmearns


mmap ehancement - resize with sequence notation 04/30/09
http://bugs.python.org/issue5888 created bmearns


Extra comma in enum - fails on AIX 04/30/09
CLOSED http://bugs.python.org/issue5889 created srid


Subclassing property doesn't preserve the auto __doc__ behavior 04/30/09
http://bugs.python.org/issue5890 created gsakkis


strange list.sort() behavior on import, del and inport again 05/01/09
CLOSED http://bugs.python.org/issue5891 created dstemmer


strange list.sort() behavior on import, del and inport again 05/01/09
CLOSED http://bugs.python.org/issue5892 created dstemmer


Add support to pydoc to output .rst restructured text 05/01/09
http://bugs.python.org/issue5893 created gregory.p.smith


Lookup of localised language name by ISO 639 language code and r 05/01/09
http://bugs.python.org/issue5894 created pander




Issues Now Closed (104)
_______________________

pyvm module patch 515 days
http://bugs.python.org/issue1522 benjamin.peterson
patch

Bad OOB data management when using asyncore with select.poll() 514 days
http://bugs.python.org/issue1541 georg.brandl
patch

str.format() wrongly formats complex() numbers (Py30a2) 505 days
http://bugs.python.org/issue1588 eric.smith
patch

sqlite3 docs should mention utf8 requirement 434 days
http://bugs.python.org/issue2127 georg.brandl
patch, easy

aifc cannot handle unrecognised chunk type "CHAN" 419 days
http://bugs.python.org/issue2245 r.david.murray
easy

float compared to decimal is silently incorrect. 34 days
http://bugs.python.org/issue2531 jdunck
patch

3.0 pickle docs -- what about old-style classes? 385 days
http://bugs.python.org/issue2572 georg.brandl


PyString_FromStringAndSize() to be considered unsafe 384 days
http://bugs.python.org/issue2587 iankko


Python does not accept unicode keywords 375 days
http://bugs.python.org/issue2646 ajaksu2
26backport

ctypes defines global symbols 316 days
http://bugs.python.org/issue3102 theller
patch

Wish: disable tests in unittest 304 days
http://bugs.python.org/issue3202 benjamin.peterson
patch

various doc typos 291 days
http://bugs.python.org/issue3320 georg.brandl
patch

file.readline: bad exception recovery 260 days
http://bugs.python.org/issue3521 benjamin.peterson
patch, easy

Tuple comparison masking exception 226 days
http://bugs.python.org/issue3829 rhettinger


idle should be installed as idle3.0 220 days
http://bugs.python.org/issue3896 ajaksu2


smtplib cannot sendmail over TLS 217 days
http://bugs.python.org/issue3921 ajaksu2
patch, easy

Python 2.6 Doc/tools folder bigger than in 2.6rc2 205 days
http://bugs.python.org/issue4013 georg.brandl


C/API documentation: request for documentation of change to Py_s 196 days
http://bugs.python.org/issue4129 asmodai
patch

Email example should use SMTP.quit() rather than SMTP.close() 181 days
http://bugs.python.org/issue4239 asmodai


ctypes could include data type limits 145 days
http://bugs.python.org/issue4538 theller


Need to rework the dbm lib/include selection process 144 days
http://bugs.python.org/issue4587 doko
patch, needs review

Idle for Python 3.0 is default even without doing make fullinsta 129 days
http://bugs.python.org/issue4693 ajaksu2


failure in test_httpservers 101 days
http://bugs.python.org/issue4951 tarek
patch

Incorrect title case 98 days
http://bugs.python.org/issue4971 loewis


Specifying common controls DLL in manifest 97 days
http://bugs.python.org/issue5019 robind


ctypes unwilling to allow pickling wide character 90 days
http://bugs.python.org/issue5049 theller
patch

Inadequate documentation of the built-in function open 91 days
http://bugs.python.org/issue5061 georg.brandl


IDLE improve Subprocess Startup Error message 91 days
http://bugs.python.org/issue5065 ajaksu2


Avoid redundant call to FormatError() 88 days
http://bugs.python.org/issue5078 theller
patch

indentation in IDLE 2.6 different from IDLE 2.5, 2.4 or vim 82 days
http://bugs.python.org/issue5129 kbk
patch, 26backport

wrong paths for ctypes cleanup 78 days
http://bugs.python.org/issue5161 theller


setting __class__ in __del__ is bad. mmkay. negative ref count! 67 days
http://bugs.python.org/issue5283 benjamin.peterson
patch

email/base64mime.py cannot work 67 days
http://bugs.python.org/issue5304 ajaksu2
easy

ctypes configuration fails on mips-linux (and probably Irix) 41 days
http://bugs.python.org/issue5507 theller


test_math.testFsum failure on release30-maint 26 days
http://bugs.python.org/issue5593 marketdickinson


file "<stdin>" on disk creates garbage output in stack trace 26 days
http://bugs.python.org/issue5668 ajaksu2


shutils test fails on ZFS (on FUSE, on Linux) 27 days
http://bugs.python.org/issue5676 benjamin.peterson
patch

inspect.findsource() should look only for sources 13 days
http://bugs.python.org/issue5742 ajaksu2
patch

idle pydoc et al removed from 3.1 without versioned replacements 11 days
http://bugs.python.org/issue5756 kbk


IDLE cannot find windows chm file 8 days
http://bugs.python.org/issue5783 kbk
patch, 26backport

Rationalize isdigit / isalpha / tolower / ... uses throughout Py 8 days
http://bugs.python.org/issue5793 eric.smith
easy

test_distutils fails - sysconfig._config_vars is None 3 days
http://bugs.python.org/issue5810 tarek


Fix five small bugs in the bininstall and altbininstall pseudota 3 days
http://bugs.python.org/issue5818 benjamin.peterson
patch

Documentation: mention 'close' and iteration for tarfile.TarFile 2 days
http://bugs.python.org/issue5821 georg.brandl
patch

new unittest function listed as assertIsNotNot() instead of asse 2 days
http://bugs.python.org/issue5826 michael.foord


Invalid behavior of unicode.lower 1 days
http://bugs.python.org/issue5828 loewis
patch

heapq item comparison problematic with sched's events 0 days
http://bugs.python.org/issue5830 rhettinger


os.path.walk fails to descend into a directory whose name ends w 0 days
http://bugs.python.org/issue5832 potten


The word "error" used instead of "failure" 0 days
http://bugs.python.org/issue5834 georg.brandl


Deprecate PyOS_ascii_formatd 2 days
http://bugs.python.org/issue5835 eric.smith


Clean up float parsing code for nans and infs 2 days
http://bugs.python.org/issue5836 marketdickinson


support.EnvironmentVarGuard broken 0 days
http://bugs.python.org/issue5837 doerwalter
easy

Test issue 0 days
http://bugs.python.org/issue5838 marketdickinson


add py3k warnings to commands 0 days
http://bugs.python.org/issue5841 georg.brandl
patch

Minor unittest doc patch 1 days
http://bugs.python.org/issue5848 georg.brandl
patch, patch, easy, needs review

Idle 3.01 - invalid syntec error 0 days
http://bugs.python.org/issue5849 doerwalter


Full example for emulating a container type 2 days
http://bugs.python.org/issue5850 rhettinger


can't use "glog" to find the path with square bracket 0 days
http://bugs.python.org/issue5852 amaury.forgeotdarc


mimetypes.guess_type() hits recursion limit 1 days
http://bugs.python.org/issue5853 pitrou


logging module's __all__ attribute not in sync with documentatio 0 days
http://bugs.python.org/issue5854 vsajip
easy

Perhaps exponential performance of sum(listoflists, []) 0 days
http://bugs.python.org/issue5855 pitrou


Minor typo in traceback example 0 days
http://bugs.python.org/issue5856 georg.brandl
patch

Return namedtuples from tokenize token generator 1 days
http://bugs.python.org/issue5857 rhettinger
needs review

Remove implicit '%f' -> '%g' switch from float formatting. 4 days
http://bugs.python.org/issue5859 marketdickinson
patch

TextIOWrapper: bad error reporting when write() is forbidden 0 days
http://bugs.python.org/issue5860 benjamin.peterson


mathmodule.c fails to compile due to missing math_log1p() functi 0 days
http://bugs.python.org/issue5865 marketdickinson


mimetypes.MAGIC_FUNCTION initialization not thread-safe in Pytho 0 days
http://bugs.python.org/issue5868 pitrou


100th character truncation in 2.4 tarfile.py 0 days
http://bugs.python.org/issue5869 neville.bagnall
patch

Minidom: parsestring() error 0 days
http://bugs.python.org/issue5873 georg.brandl


distutils.tests.test_config_cmd is locale-sensitive 0 days
http://bugs.python.org/issue5874 tarek


Regular Expression instances 0 days
http://bugs.python.org/issue5878 georg.brandl


__repr__ is ignored when formatting exceptions 0 days
http://bugs.python.org/issue5882 benjamin.peterson


curses/__init__.py: global name '_os' is not defined 0 days
http://bugs.python.org/issue5886 amaury.forgeotdarc
patch

Extra comma in enum - fails on AIX 1 days
http://bugs.python.org/issue5889 srid


strange list.sort() behavior on import, del and inport again 0 days
http://bugs.python.org/issue5891 loewis


strange list.sort() behavior on import, del and inport again 0 days
http://bugs.python.org/issue5892 loewis


Fix for bugs relating to ntpath.expanduser() 210 days
http://bugs.python.org/issue957650 gjb1002
patch

urllib2 http auth 1689 days
http://bugs.python.org/issue1025540 gregory.p.smith


endianness detection fails on IRIX 5.3 1617 days
http://bugs.python.org/issue1070140 ajaksu2


proposed patch for tls wrapped ssl support added to smtplib 1417 days
http://bugs.python.org/issue1217246 ajaksu2
patch

MSI installer does not pass values as SecureProperty from UI 1311 days
http://bugs.python.org/issue1298962 ajaksu2


Integer bit operations performance improvement. 1073 days
http://bugs.python.org/issue1492860 marketdickinson
easy

test_float segfaults with SIGFPE on FreeBSD 6.0 / Alpha 1066 days
http://bugs.python.org/issue1496032 marketdickinson


Use dynload_shlib on newer HP-UX versions 1026 days
http://bugs.python.org/issue1516897 ajaksu2


Allowing multiple instances of IDLE with sub-processes 1004 days
http://bugs.python.org/issue1529142 kbk
patch

Tracing and profiling functions can cause hangs in threads 999 days
http://bugs.python.org/issue1531859 ajaksu2
patch

Tru64 make install failure 954 days
http://bugs.python.org/issue1558802 ajaksu2


Install on WinXP always goes to C:\ 943 days
http://bugs.python.org/issue1565468 ajaksu2


Modules/readline.c fails to compile on AIX 4.2 891 days
http://bugs.python.org/issue1597798 ajaksu2


Would you mind renaming object.h to pyobject.h? 844 days
http://bugs.python.org/issue1626545 ajaksu2
patch

Python 2.5 gets curses.h warning on HPUX 824 days
http://bugs.python.org/issue1642054 ajaksu2


proxy_bypass in urllib handling of <local> macro 821 days
http://bugs.python.org/issue1648102 orsenthil
patch, easy

HP-UX: compiler warnings: alignment 815 days
http://bugs.python.org/issue1649011 ajaksu2


Python package support not properly documented 715 days
http://bugs.python.org/issue1719423 georg.brandl


Document effects of PY_SSIZE_T_CLEAN on argument parsing 693 days
http://bugs.python.org/issue1729742 loewis


Solaris 64 bit LD_LIBRARY_PATH_64 needs to be set 687 days
http://bugs.python.org/issue1733484 ajaksu2


Modules/ld_so_aix needs to strip path off of whichcc call 687 days
http://bugs.python.org/issue1733509 ajaksu2


zlib configure behaves differently than main configure 687 days
http://bugs.python.org/issue1733513 ajaksu2


HP shared object option 687 days
http://bugs.python.org/issue1733523 ajaksu2


HP automatic build of zlib 687 days
http://bugs.python.org/issue1733532 ajaksu2


HP 64 bit does not run 687 days
http://bugs.python.org/issue1733544 ajaksu2


AIX shared object build of python 2.5 does not work 687 days
http://bugs.python.org/issue1733546 ajaksu2


Fast path for unicodedata.normalize() 688 days
http://bugs.python.org/issue1734234 pitrou
patch

Python - Operation time out problem 628 days
http://bugs.python.org/issue1768858 ajaksu2




Top Issues Most Discussed (10)
______________________________

28 str.format() wrongly formats complex() numbers (Py30a2) 505 days
closed http://bugs.python.org/issue1588

12 support.EnvironmentVarGuard broken 0 days
closed http://bugs.python.org/issue5837

10 mathmodule.c fails to compile due to missing math_log1p() funct 0 days
closed http://bugs.python.org/issue5865

10 format(1234.5, '.4') gives misleading result 3 days
open http://bugs.python.org/issue5864

9 Invalid behavior of unicode.lower 1 days
closed http://bugs.python.org/issue5828

9 IDLE cannot find windows chm file 8 days
closed http://bugs.python.org/issue5783

8 failure in test_httpservers 101 days
closed http://bugs.python.org/issue4951

7 mimetypes.guess_type() hits recursion limit 1 days
closed http://bugs.python.org/issue5853

7 C/API documentation: request for documentation of change to Py_ 196 days
closed http://bugs.python.org/issue4129

6 detach() implementation 2 days
open http://bugs.python.org/issue5883
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (05/01/09 - 05/08/09)
Python tracker at http://bugs.python.org/

To view or respond to any of the issues listed below, click on the issue
number. Do NOT respond to this message.


2188 open (+45) / 15604 closed (+30) / 17792 total (+75)

Open issues with patches: 848

Average duration of open issues: 646 days.
Median duration of open issues: 396 days.

Open Issues Breakdown
open 2153 (+45)
pending 34 ( +0)

Issues Created Or Reopened (75)
_______________________________

socketmodule.c on HPUX ia64 without _XOPEN_SOURCE_EXTENDED comp 05/01/09
http://bugs.python.org/issue5895 created ntai


timeit documentation 05/01/09
http://bugs.python.org/issue5896 created hrfeels


No library reference tree in chm help file 05/01/09
CLOSED http://bugs.python.org/issue5897 created suraj


Hang in Popen.wait() when another process has been created 05/01/09
http://bugs.python.org/issue5898 created farialima


test_capi crashes when called more than once 05/01/09
CLOSED http://bugs.python.org/issue5899 created pitrou


Ensure RUNPATH is added to extension modules with RPATH if GNU l 05/01/09
http://bugs.python.org/issue5900 created flub
patch

missing meta-info in documentation pdf 05/02/09
http://bugs.python.org/issue5901 created ZeD


Stricter codec names 05/02/09
http://bugs.python.org/issue5902 created ezio.melotti


strftime fails in non UTF-8 locale 05/02/09
http://bugs.python.org/issue5903 created barry-scott


strftime docs do not explain locale affect on result string 05/02/09
http://bugs.python.org/issue5904 created barry-scott


strptime fails in non-UTF locale 05/02/09
http://bugs.python.org/issue5905 created pitrou


Risk of confusion in multiprocessing module - daemonic processes 05/02/09
http://bugs.python.org/issue5906 created pakal


repr of time.struct_time type does not eval 05/02/09
http://bugs.python.org/issue5907 created jwm


I need to import the module in the same thread 05/02/09
http://bugs.python.org/issue5908 created tyoc


Segfault in typeobject.c 05/02/09
CLOSED http://bugs.python.org/issue5909 created gbritton


kqueue for more than one event is broken. 05/02/09
http://bugs.python.org/issue5910 created Erik Gorset
patch

built-in compile() should take encoding option. 05/03/09
http://bugs.python.org/issue5911 created naoki


import deadlocks when using fork 05/03/09
http://bugs.python.org/issue5912 created abaron


On Windows os.listdir('') -> cwd and os.listdir(u'') -> C:\ 05/03/09
CLOSED http://bugs.python.org/issue5913 created ezio.melotti
patch

Add PyOS_string_to_double function to C API 05/03/09
CLOSED http://bugs.python.org/issue5914 created marketdickinson
patch

PEP 383 implementation 05/03/09
CLOSED http://bugs.python.org/issue5915 created loewis
patch

Wrong function referenced in documentation of socket.inet_aton 05/03/09
CLOSED http://bugs.python.org/issue5916 created phihag
patch

Reference platform-independent alternative in socket.inet_ntop d 05/03/09
CLOSED http://bugs.python.org/issue5917 created phihag
patch

test_parser crashes when run after some other tests 05/04/09
http://bugs.python.org/issue5918 created pitrou
patch

pygettext documentation 05/04/09
CLOSED http://bugs.python.org/issue5919 created efrerich


Confusing float formatting for empty presentation type. 05/04/09
CLOSED http://bugs.python.org/issue5920 created marketdickinson
patch

PEP 362 can be marked as finished? 05/04/09
CLOSED http://bugs.python.org/issue5921 created stutzbach


Multi-with patch 05/04/09
http://bugs.python.org/issue5922 created georg.brandl
patch

turtle.py update: 1.0 --> 1.1 05/04/09
CLOSED http://bugs.python.org/issue5923 created gregorlingl
patch

When setting complete PYTHONPATH on Python 3.x, paths in the PYT 05/04/09
http://bugs.python.org/issue5924 created fabioz


Odd formatting differences of keywords in reference 05/04/09
CLOSED http://bugs.python.org/issue5925 created MLModel


bdist_msi - add support for minimum Python version for pure Pyth 05/04/09
http://bugs.python.org/issue5926 created atuining


Typo in library on xmlrpc 05/04/09
CLOSED http://bugs.python.org/issue5927 created JonathansCorner.com


Missing space after period in xmlrpc library documentation 05/04/09
CLOSED http://bugs.python.org/issue5928 created JonathansCorner.com


warnings in unicodeobject.c 05/04/09
CLOSED http://bugs.python.org/issue5929 created pitrou
patch

Transient error in multiprocessing 05/04/09
http://bugs.python.org/issue5930 created pitrou


Python runtime name hardcoded in wsgiref.simple_server 05/04/09
http://bugs.python.org/issue5931 created thijs


_json: _convertPyInt_AsSsize_t() never raise any error 05/05/09
CLOSED http://bugs.python.org/issue5932 created haypo
patch

fix gcc -Wextra warnings (compare signed/unsigned) 05/05/09
http://bugs.python.org/issue5933 created haypo
patch

fix gcc warnings: explicit type conversion for uid/gid in posix 05/05/09
http://bugs.python.org/issue5934 created haypo
patch

Better documentation of use of BROWSER environment variable 05/05/09
http://bugs.python.org/issue5935 created Eddie E


Add MSI suport for uninstalling individual versions 05/05/09
http://bugs.python.org/issue5936 created bethard


Problems with dbm documentation 05/05/09
http://bugs.python.org/issue5937 created MLModel


Noddy examples haven't been updated to match PEP 3123 05/05/09
CLOSED http://bugs.python.org/issue5938 created larry


Ensure that PyCapsule_GetPointer calls in ctypes handle errors a 05/05/09
http://bugs.python.org/issue5939 created larry


Wrong type check in check_library_list 05/05/09
CLOSED http://bugs.python.org/issue5940 created cdavid


customize_compiler broken 05/05/09
CLOSED http://bugs.python.org/issue5941 created cdavid
patch

Ambiguity in dbm.open flag documentation 05/05/09
http://bugs.python.org/issue5942 created MLModel


Bus error in test_posix on Mac OS 05/05/09
CLOSED http://bugs.python.org/issue5943 created eric.smith
patch

test_os failure on OS X, probably related to PEP 383 05/05/09
CLOSED http://bugs.python.org/issue5944 created marketdickinson
patch

PyMapping_Check returns 1 for lists 05/05/09
http://bugs.python.org/issue5945 created jmillikin


Fix spelling error in Capsule docs 05/05/09
CLOSED http://bugs.python.org/issue5946 created larry
patch

Deprecate CObject 05/05/09
CLOSED http://bugs.python.org/issue5947 created larry
patch

setlocale regression 05/06/09
CLOSED http://bugs.python.org/issue5948 created Kerfred


IMAP4_SSL spin because of SSLSocket.suppress_ragged_eofs 05/06/09
http://bugs.python.org/issue5949 created kevinwatters


zimport doesn't work with zipfile containing comments 05/06/09
http://bugs.python.org/issue5950 created dsamersoff


email.message : get_payload args's documentation is confusing 05/06/09
http://bugs.python.org/issue5951 created trolldbois


AttributeError exception in urllib.urlopen 05/07/09
CLOSED http://bugs.python.org/issue5952 created sprigogin


Add to "whats new": range(n) != range(n) 05/07/09
http://bugs.python.org/issue5953 created MLModel


PyFrame_GetLineNumber 05/07/09
http://bugs.python.org/issue5954 created jyasskin
patch, needs review

aifc: close() does not close the underlying file 05/07/09
CLOSED http://bugs.python.org/issue5955 reopened amaury.forgeotdarc


test_distutils fails for Python 3.1b1 on MacOS X 05/07/09
http://bugs.python.org/issue5956 created MrJean1


Possible mistake regarding writeback in documentation of shelve. 05/07/09
http://bugs.python.org/issue5957 created MLModel


Typo in documentation of shelve.sync 05/07/09
CLOSED http://bugs.python.org/issue5958 created MLModel


PyCode_NewEmpty 05/07/09
http://bugs.python.org/issue5959 created jyasskin
patch, needs review

Windows Installer Error 1722 when opting for compilation at inst 05/07/09
http://bugs.python.org/issue5960 created keldonin


Missing labelside option for Tix option menu (fix included) 05/07/09
http://bugs.python.org/issue5961 created caryr


Ambiguity about the semantics of sys.exit() and os._exit() in mu 05/07/09
http://bugs.python.org/issue5962 created pakal


Doc error: integer precision in formats 05/07/09
CLOSED http://bugs.python.org/issue5963 created tjreedy


WeakSet cmp methods 05/08/09
http://bugs.python.org/issue5964 created schuppenies


Format Specs: doc 's' and implicit conversions 05/08/09
http://bugs.python.org/issue5965 created tjreedy


unnecessary hardlink 05/08/09
http://bugs.python.org/issue5966 created exe


PyList_GetSlice does not indicate negative ranges dont work as i 05/08/09
http://bugs.python.org/issue5967 created ideasman42
patch

Generator expression bug? 05/08/09
CLOSED http://bugs.python.org/issue5968 created svenrahmann


setup build with Platform SDK, finding vcvarsall.bat 05/08/09
http://bugs.python.org/issue5969 created MarcMarc




Issues Now Closed (80)
______________________

str.format() wrongly formats complex() numbers (Py30a2) 510 days
http://bugs.python.org/issue1588 marketdickinson
patch

shutil.copyfile blocks indefinitely on named pipes 337 days
http://bugs.python.org/issue3002 pitrou
patch

FD leak in urllib2 328 days
http://bugs.python.org/issue3066 gregory.p.smith


IDLE opens window too low on Windows 303 days
http://bugs.python.org/issue3286 gpolo


Option to not-exit on test 290 days
http://bugs.python.org/issue3379 michael.foord
patch

Ill-formed surrogates not treated as errors during encoding/deco 251 days
http://bugs.python.org/issue3672 benjamin.peterson
patch

unicode-internal encoder reports wrong length 249 days
http://bugs.python.org/issue3739 haypo
patch

Add Google's ipaddr.py to the stdlib 220 days
http://bugs.python.org/issue3959 gregory.p.smith


merge json library with latest simplejson 2.0.x 46 days
http://bugs.python.org/issue4136 benjamin.peterson
patch

ctypes fails to build on mipsel-linux-gnu (detects mips instead 172 days
http://bugs.python.org/issue4305 theller
patch

[PATCH] Better stacklevel for GzipFile.filename DeprecationWarni 170 days
http://bugs.python.org/issue4351 pjenvey
patch

UTF7 encoding of slash (character 47) is incorrect 160 days
http://bugs.python.org/issue4425 haypo


UTF7 decoding is far too strict 160 days
http://bugs.python.org/issue4426 pitrou
patch, needs review

Patch for better thread support in hashlib 128 days
http://bugs.python.org/issue4751 gregory.p.smith
patch

Curses Unicode Support 129 days
http://bugs.python.org/issue4787 asmodai


find_library can return directories instead of files 118 days
http://bugs.python.org/issue4875 theller


unpickling does not intern attribute names 95 days
http://bugs.python.org/issue5084 pitrou
patch

Invalid UTF-8 ("%s") length in PyUnicode_FromFormatV() 94 days
http://bugs.python.org/issue5108 haypo
patch

pdb feature request: Ability to skip standard lib modules and ot 91 days
http://bugs.python.org/issue5142 georg.brandl
patch

bdist_msi generates version number for pure Python packages 75 days
http://bugs.python.org/issue5311 bethard
patch

Multicast example mcast.py is outdated and ugly 66 days
http://bugs.python.org/issue5379 gregory.p.smith
patch

msvcrt bytes cleanup 59 days
http://bugs.python.org/issue5410 benjamin.peterson
patch

Create alternative CObject API that is safe and clean 35 days
http://bugs.python.org/issue5630 benjamin.peterson
patch

test__locale fails with RADIXCHAR on Windows 34 days
http://bugs.python.org/issue5643 benjamin.peterson
patch

cleanUp stack for unittest 29 days
http://bugs.python.org/issue5679 yaneurabeya
patch

test_zipfile fails under Windows 30 days
http://bugs.python.org/issue5692 pitrou
patch

os.getpwent returns unsigned 32bit value, os.setuid refuses it 28 days
http://bugs.python.org/issue5705 gregory.p.smith
64bit

msi.py still tries to copy non-existent test/README 28 days
http://bugs.python.org/issue5721 loewis
patch

2.6.2c1 fails to pass test_cmath on Solaris10 26 days
http://bugs.python.org/issue5724 marketdickinson
patch

ld_so_aix does exit successfully even in case of failure 22 days
http://bugs.python.org/issue5726 pitrou
patch

Support telling TestResult objects a test run has finished 23 days
http://bugs.python.org/issue5728 michael.foord
patch

Change ntpath functions to implicitly support UNC paths 16 days
http://bugs.python.org/issue5799 eric.smith
patch, needs review

IDLE/Win Installer: drop -n switch for 2.7/3.1; install 3.1 as i 11 days
http://bugs.python.org/issue5847 benjamin.peterson


Full example for emulating a container type 6 days
http://bugs.python.org/issue5850 yaneurabeya


Make complex repr and str more like float repr and str 5 days
http://bugs.python.org/issue5858 marketdickinson


test_urllib fails on windows 8 days
http://bugs.python.org/issue5861 orsenthil


Remove extraneous backwards-compatibility attributes from some m 5 days
http://bugs.python.org/issue5881 benjamin.peterson
patch

detach() implementation 2 days
http://bugs.python.org/issue5883 benjamin.peterson
patch

mmap.write_byte out of bounds - no error, position gets screwed 6 days
http://bugs.python.org/issue5887 bmearns


Extra comma in enum - fails on AIX 1 days
http://bugs.python.org/issue5889 georg.brandl


Subclassing property doesn't preserve the auto __doc__ behavior 4 days
http://bugs.python.org/issue5890 r.david.murray
patch, needs review

Add support to pydoc to output .rst restructured text 0 days
http://bugs.python.org/issue5893 georg.brandl


No library reference tree in chm help file 0 days
http://bugs.python.org/issue5897 georg.brandl


test_capi crashes when called more than once 4 days
http://bugs.python.org/issue5899 benjamin.peterson


Segfault in typeobject.c 5 days
http://bugs.python.org/issue5909 amaury.forgeotdarc


On Windows os.listdir('') -> cwd and os.listdir(u'') -> C:\ 1 days
http://bugs.python.org/issue5913 ezio.melotti
patch

Add PyOS_string_to_double function to C API 0 days
http://bugs.python.org/issue5914 marketdickinson
patch

PEP 383 implementation 1 days
http://bugs.python.org/issue5915 loewis
patch

Wrong function referenced in documentation of socket.inet_aton 1 days
http://bugs.python.org/issue5916 georg.brandl
patch

Reference platform-independent alternative in socket.inet_ntop d 1 days
http://bugs.python.org/issue5917 georg.brandl
patch

pygettext documentation 1 days
http://bugs.python.org/issue5919 georg.brandl


Confusing float formatting for empty presentation type. 1 days
http://bugs.python.org/issue5920 eric.smith
patch

PEP 362 can be marked as finished? 0 days
http://bugs.python.org/issue5921 georg.brandl


turtle.py update: 1.0 --> 1.1 1 days
http://bugs.python.org/issue5923 georg.brandl
patch

Odd formatting differences of keywords in reference 0 days
http://bugs.python.org/issue5925 georg.brandl


Typo in library on xmlrpc 0 days
http://bugs.python.org/issue5927 georg.brandl


Missing space after period in xmlrpc library documentation 0 days
http://bugs.python.org/issue5928 georg.brandl


warnings in unicodeobject.c 1 days
http://bugs.python.org/issue5929 georg.brandl
patch

_json: _convertPyInt_AsSsize_t() never raise any error 0 days
http://bugs.python.org/issue5932 georg.brandl
patch

Noddy examples haven't been updated to match PEP 3123 0 days
http://bugs.python.org/issue5938 larry


Wrong type check in check_library_list 1 days
http://bugs.python.org/issue5940 tarek


customize_compiler broken 3 days
http://bugs.python.org/issue5941 tarek
patch

Bus error in test_posix on Mac OS 0 days
http://bugs.python.org/issue5943 loewis
patch

test_os failure on OS X, probably related to PEP 383 0 days
http://bugs.python.org/issue5944 marketdickinson
patch

Fix spelling error in Capsule docs 0 days
http://bugs.python.org/issue5946 georg.brandl
patch

Deprecate CObject 0 days
http://bugs.python.org/issue5947 georg.brandl
patch

setlocale regression 0 days
http://bugs.python.org/issue5948 georg.brandl


AttributeError exception in urllib.urlopen 1 days
http://bugs.python.org/issue5952 amaury.forgeotdarc


aifc: close() does not close the underlying file 1 days
http://bugs.python.org/issue5955 georg.brandl


Typo in documentation of shelve.sync 1 days
http://bugs.python.org/issue5958 MLModel


Doc error: integer precision in formats 1 days
http://bugs.python.org/issue5963 eric.smith


Generator expression bug? 0 days
http://bugs.python.org/issue5968 r.david.murray


urllib doesn't correct server returned urls 1875 days
http://bugs.python.org/issue918368 orsenthil
patch

linecache.py::updatecache strips directory info from files 1629 days
http://bugs.python.org/issue1068477 georg.brandl


http_error_302() crashes with 'HTTP/1.1 400 Bad Request 1528 days
http://bugs.python.org/issue1153027 orsenthil
easy

PEP 349: allow str() to return unicode 1350 days
http://bugs.python.org/issue1266570 haypo
patch

linecache module returns wrong results 1313 days
http://bugs.python.org/issue1309567 georg.brandl
patch

locale.getpreferredencoding() dies when setlocale fails 1158 days
http://bugs.python.org/issue1443504 asmodai
patch

mailbox.Maildir re-reads directory too often 881 days
http://bugs.python.org/issue1607951 akuchling
patch

linecache package handling 659 days
http://bugs.python.org/issue1754483 georg.brandl
patch



Top Issues Most Discussed (10)
______________________________

20 CVE-2008-5983 python: untrusted python modules search path 24 days
open http://bugs.python.org/issue5753

19 test_asynchat fails on Mac OSX 18 days
open http://bugs.python.org/issue5798

18 locale.getpreferredencoding() dies when setlocale fails 1158 days
closed http://bugs.python.org/issue1443504

17 Change ntpath functions to implicitly support UNC paths 16 days
closed http://bugs.python.org/issue5799

13 bdist_msi generates version number for pure Python packages 75 days
closed http://bugs.python.org/issue5311

10 turtle.py update: 1.0 --> 1.1 1 days
closed http://bugs.python.org/issue5923

9 test_os failure on OS X, probably related to PEP 383 0 days
closed http://bugs.python.org/issue5944

9 customize_compiler broken 3 days
closed http://bugs.python.org/issue5941

9 Add Google's ipaddr.py to the stdlib 220 days
closed http://bugs.python.org/issue3959

9 Ill-formed surrogates not treated as errors during encoding/dec 251 days
closed http://bugs.python.org/issue3672
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (05/08/09 - 05/15/09)
Python tracker at http://bugs.python.org/

To view or respond to any of the issues listed below, click on the issue
number. Do NOT respond to this message.


2194 open (+34) / 15658 closed (+26) / 17852 total (+60)

Open issues with patches: 855

Average duration of open issues: 647 days.
Median duration of open issues: 398 days.

Open Issues Breakdown
open 2165 (+34)
pending 28 ( +0)

Issues Created Or Reopened (61)
_______________________________

Generator expression bug? 05/08/09
CLOSED http://bugs.python.org/issue5968 reopened svenrahmann


sys.exc_info leaks into a generator 05/08/09
http://bugs.python.org/issue5970 created jyasskin
patch

logging.Handler.handlerError() may raise IOError in traceback.pr 05/08/09
CLOSED http://bugs.python.org/issue5971 created ryles


Failing test_signal.py on Redhat 4.1.2-44 05/08/09
http://bugs.python.org/issue5972 created dmauldin


re-usable generators / generator expressions should return itera 05/08/09
CLOSED http://bugs.python.org/issue5973 created svenrahmann


unicode decode error due to improperly entered text "Martin v. L 05/08/09
CLOSED http://bugs.python.org/issue5974 created srid
patch

csv unix file format ('\n' line terminator) 05/08/09
http://bugs.python.org/issue5975 created jtalbot


test_os fails if run after test_distutils 05/09/09
CLOSED http://bugs.python.org/issue5976 created tarek


distutils build_ext.get_outputs returns wrong result (patch) 05/12/09
http://bugs.python.org/issue5977 reopened ajaksu2
patch

cProfile and profile don't work with pygtk/pyqt and sys.exit(0) 05/09/09
http://bugs.python.org/issue5978 created akkana


strptime() gives inconsistent exceptions 05/09/09
http://bugs.python.org/issue5979 created ryles


Add bug tracker tasks to PEP 101 05/09/09
http://bugs.python.org/issue5980 created ajaksu2
patch

float.fromhex bugs 05/09/09
CLOSED http://bugs.python.org/issue5981 created marketdickinson
patch

classmethod, staticmethod: expose wrapped function 05/09/09
http://bugs.python.org/issue5982 created gsakkis


boolean.so no more in _xmlplus/utils 05/09/09
CLOSED http://bugs.python.org/issue5983 created schmirrwurst


distutils.command.build_ext.check_extensions_list broken checkin 05/10/09
CLOSED http://bugs.python.org/issue5984 created tarek


Implement os.path.samefile and os.path.sameopenfile on Windows 05/10/09
http://bugs.python.org/issue5985 created sandberg


Avoid reversed() in Random.shuffle() 05/10/09
CLOSED http://bugs.python.org/issue5986 created haypo
patch

Broken link to "Curses Programming with Python" 05/10/09
CLOSED http://bugs.python.org/issue5987 created ralph.corderoy


Delete PyOS_ascii_formatd, PyOS_ascii_strtod, and PyOS_ascii_ato 05/10/09
http://bugs.python.org/issue5988 created eric.smith
easy

unittest.TestLoader.loadTestsFromNames should accept module / cl 05/10/09
CLOSED http://bugs.python.org/issue5989 created michael.foord


Memory leak in os.rename() and other functions 05/10/09
CLOSED http://bugs.python.org/issue5990 created pitrou
patch

Add non-command help topics to help completion of cmd.Cmd 05/10/09
http://bugs.python.org/issue5991 created flub
patch

spurious space after opening parenthesis when auto-completing 05/10/09
http://bugs.python.org/issue5992 created pitrou


python produces zombie in webbrowser.open 05/11/09
http://bugs.python.org/issue5993 created dontbugme


help(marshal) just gives an outline; no help text provided. 05/11/09
CLOSED http://bugs.python.org/issue5994 created orsenthil
patch

unittest command line behaviour 05/11/09
CLOSED http://bugs.python.org/issue5995 created michael.foord
patch, patch, easy

abstract class instantiable when subclassing dict 05/11/09
http://bugs.python.org/issue5996 created thet


strftime is broken 05/11/09
CLOSED http://bugs.python.org/issue5997 created jonathan.cervidae


Add __bool__ to threading.Event and multiprocessing.Event 05/11/09
http://bugs.python.org/issue5998 created flub
patch

compile error on HP-UX 11.22 ia64 - 'mbstate_t' is used as a typ 05/11/09
http://bugs.python.org/issue5999 created srid


compile error - PyNumber_InPlaceOr(newfree, allfree) < 0 05/11/09
CLOSED http://bugs.python.org/issue6000 created srid
easy

Test discovery for unittest 05/11/09
http://bugs.python.org/issue6001 created michael.foord
patch, patch, needs review

test_urllib2_localnet DigestAuthHandler leaks nonces 05/11/09
http://bugs.python.org/issue6002 created r.david.murray
easy

ZipFile.writestr "compression_type" argument 05/12/09
http://bugs.python.org/issue6003 created ronaldoussoren


ZipFile.writestr "compression_type" argument 05/12/09
CLOSED http://bugs.python.org/issue6004 created ronaldoussoren


Bug in socket example 05/12/09
http://bugs.python.org/issue6005 created kiilerix


ffi.c compile failures on AIX 5.3 with xlc 05/12/09
http://bugs.python.org/issue6006 created elyeshel


distutils tricks you into thinking you can build extensions with 05/12/09
http://bugs.python.org/issue6007 created exarkun


Idle should be installed as `idle3.1` and not `idle3` 05/13/09
http://bugs.python.org/issue6008 created srid


optparse docs say 'default' keyword is deprecated but uses it in 05/13/09
http://bugs.python.org/issue6009 created mallyvai


unable to retrieve latin-1 encoded data from sqlite3 05/13/09
CLOSED http://bugs.python.org/issue6010 created izarf


python doesn't build if prefix contains non-ascii characters 05/13/09
http://bugs.python.org/issue6011 created zegreek
patch

enhance getargs O& to accept cleanup function 05/13/09
http://bugs.python.org/issue6012 created ocean-city
patch

json slower than simplejson 05/13/09
CLOSED http://bugs.python.org/issue6013 created theller


No shell prompt when a graphics window that was started from IDL 05/13/09
http://bugs.python.org/issue6014 created chessweb


Scrollbar in Idle os x 10.5 05/13/09
http://bugs.python.org/issue6015 created an is


Use shipped zlib if the system version is bad 05/14/09
CLOSED http://bugs.python.org/issue6016 created ajaksu2
patch, patch

Dict fails to notice addition and deletion of keys during iterat 05/14/09
CLOSED http://bugs.python.org/issue6017 created stevenjd


Fix the output word from "ok" to "OK" when a testcase passes 05/14/09
http://bugs.python.org/issue6018 created Retro


Minor typos in ctypes docs 05/14/09
CLOSED http://bugs.python.org/issue6019 created lehmannro
patch

Create a datetime.timedelta.totalseconds property 05/14/09
CLOSED http://bugs.python.org/issue6020 created mw44118


itertools.grouper 05/14/09
CLOSED http://bugs.python.org/issue6021 created lieryan


test_distutils leaves a 'foo' file behind in the cwd 05/14/09
CLOSED http://bugs.python.org/issue6022 created r.david.murray


Search does not intelligently handle module.function queries on 05/14/09
http://bugs.python.org/issue6023 created JonathansCorner.com


regrtest says refleaks are "ok" 05/14/09
CLOSED http://bugs.python.org/issue6024 created collinwinter
patch

documentation of xml.dom.minidom.parse signature is wrong 05/14/09
http://bugs.python.org/issue6025 created phihag
patch

test_(zipfile|zipimport|gzip|distutils) fail if zlib is not avai 05/15/09
http://bugs.python.org/issue6026 created ezio.melotti


test_xmlrpc_net fails when the ISP returns "302 Found" 05/15/09
http://bugs.python.org/issue6027 created ezio.melotti


Interpreter crashes when chaining an infinite number of exceptio 05/15/09
CLOSED http://bugs.python.org/issue6028 created yury


FAIL: test_longdouble (ctypes.test.test_callbacks.Callbacks) [SP 05/15/09
http://bugs.python.org/issue6029 created illumino




Issues Now Closed (58)
______________________

csv input converts \r\n to \n but csv output does not when a fie 531 days
http://bugs.python.org/issue1511 ajaksu2


imaplib is not IPv6-capable 514 days
http://bugs.python.org/issue1655 pitrou
patch

nntplib is not IPv6-capable 512 days
http://bugs.python.org/issue1664 dmorr
patch

Cosmetic patch to supress compiler warning 475 days
http://bugs.python.org/issue1932 ocean-city
patch

isinstance(anything, MetaclassThatDefinesInstancecheck) raises i 318 days
http://bugs.python.org/issue2325 ajaksu2
patch

Check implementation of new buffer interface for PyString in 2.6 413 days
http://bugs.python.org/issue2492 pitrou
26backport

64 bit python memory leak usage 388 days
http://bugs.python.org/issue2652 pitrou


Py3k fails to parse a file with an iso-8859-1 string 384 days
http://bugs.python.org/issue2660 benjamin.peterson
patch

update Lib/test/README 353 days
http://bugs.python.org/issue2958 pitrou
easy

arguments and default path not set in site.py and sitecustomize. 351 days
http://bugs.python.org/issue2972 haridsv


Python 2.6rc2: Tix ComboBox error 239 days
http://bugs.python.org/issue3872 loewis
patch

inspect.findsource() returns binary data for shared library modu 220 days
http://bugs.python.org/issue4050 r.david.murray
patch

help("modules ftp") fails due to test modules 208 days
http://bugs.python.org/issue4135 ajaksu2


Duplicate UTF-16 BOM if a file is open in append mode 115 days
http://bugs.python.org/issue5006 pitrou
patch

backport distutils 3.x changes into 2.7 when appliabl 95 days
http://bugs.python.org/issue5164 tarek


StringIO can duplicate newlines in universal newlines mode 87 days
http://bugs.python.org/issue5265 alexandre.vassalotti


test_importlib fails on Mac OSX 10.5.6 w/ case-sensitive file sy 37 days
http://bugs.python.org/issue5442 brett.cannon
patch

TextIOWrapper fails with SystemError when reading HTTPResponse 44 days
http://bugs.python.org/issue5628 benjamin.peterson


internal error on write while reading 19 days
http://bugs.python.org/issue5844 benjamin.peterson
patch

Ensure RUNPATH is added to extension modules with RPATH if GNU l 8 days
http://bugs.python.org/issue5900 tarek
patch

I need to import the module in the same thread 7 days
http://bugs.python.org/issue5908 amaury.forgeotdarc


import deadlocks when using fork 11 days
http://bugs.python.org/issue5912 benjamin.peterson


test_parser crashes when run after some other tests 11 days
http://bugs.python.org/issue5918 pitrou
patch

fix gcc -Wextra warnings (compare signed/unsigned) 4 days
http://bugs.python.org/issue5933 marketdickinson
patch

Add to "whats new": range(n) != range(n) 8 days
http://bugs.python.org/issue5953 MLModel


Possible mistake regarding writeback in documentation of shelve 4 days
http://bugs.python.org/issue5957 r.david.murray
patch

unnecessary hardlink 1 days
http://bugs.python.org/issue5966 orsenthil


Generator expression bug? 0 days
http://bugs.python.org/issue5968 tjreedy


logging.Handler.handlerError() may raise IOError in traceback.pr 1 days
http://bugs.python.org/issue5971 vsajip


re-usable generators / generator expressions should return itera 1 days
http://bugs.python.org/issue5973 r.david.murray


unicode decode error due to improperly entered text "Martin v. L 0 days
http://bugs.python.org/issue5974 loewis
patch

test_os fails if run after test_distutils 0 days
http://bugs.python.org/issue5976 tarek


float.fromhex bugs 2 days
http://bugs.python.org/issue5981 marketdickinson
patch

boolean.so no more in _xmlplus/utils 0 days
http://bugs.python.org/issue5983 loewis


distutils.command.build_ext.check_extensions_list broken checkin 0 days
http://bugs.python.org/issue5984 tarek


Avoid reversed() in Random.shuffle() 1 days
http://bugs.python.org/issue5986 rhettinger
patch

Broken link to "Curses Programming with Python" 1 days
http://bugs.python.org/issue5987 ralph.corderoy


unittest.TestLoader.loadTestsFromNames should accept module / cl 0 days
http://bugs.python.org/issue5989 michael.foord


Memory leak in os.rename() and other functions 3 days
http://bugs.python.org/issue5990 pitrou
patch

help(marshal) just gives an outline; no help text provided. 2 days
http://bugs.python.org/issue5994 r.david.murray
patch

unittest command line behaviour 1 days
http://bugs.python.org/issue5995 michael.foord
patch, patch, easy

strftime is broken 0 days
http://bugs.python.org/issue5997 jonathan.cervidae


compile error - PyNumber_InPlaceOr(newfree, allfree) < 0 1 days
http://bugs.python.org/issue6000 benjamin.peterson
easy

ZipFile.writestr "compression_type" argument 0 days
http://bugs.python.org/issue6004 ronaldoussoren


unable to retrieve latin-1 encoded data from sqlite3 0 days
http://bugs.python.org/issue6010 loewis


json slower than simplejson 0 days
http://bugs.python.org/issue6013 pitrou


Use shipped zlib if the system version is bad 0 days
http://bugs.python.org/issue6016 ajaksu2
patch, patch

Dict fails to notice addition and deletion of keys during iterat 0 days
http://bugs.python.org/issue6017 benjamin.peterson


Minor typos in ctypes docs 1 days
http://bugs.python.org/issue6019 georg.brandl
patch

Create a datetime.timedelta.totalseconds property 0 days
http://bugs.python.org/issue6020 pitrou


itertools.grouper 0 days
http://bugs.python.org/issue6021 cvrebert


test_distutils leaves a 'foo' file behind in the cwd 0 days
http://bugs.python.org/issue6022 tarek


regrtest says refleaks are "ok" 0 days
http://bugs.python.org/issue6024 collinwinter
patch

Interpreter crashes when chaining an infinite number of exceptio 0 days
http://bugs.python.org/issue6028 pitrou


Solaris term.h needs curses.h 2023 days
http://bugs.python.org/issue831574 ajaksu2


test_subprocess fails on cygwin 996 days
http://bugs.python.org/issue1543469 ajaksu2
patch

os.popen with os.close gives error message 945 days
http://bugs.python.org/issue1574310 ajaksu2


Problem linking to readline lib on x86(64) Solaris 797 days
http://bugs.python.org/issue1676121 ajaksu2




Top Issues Most Discussed (10)
______________________________

14 WeakSet cmp methods 8 days
open http://bugs.python.org/issue5964

12 distutils build_ext.get_outputs returns wrong result (patch) 3 days
open http://bugs.python.org/issue5977

11 xml.dom.minidom does not escape CR, LF and TAB characters withi 31 days
open http://bugs.python.org/issue5752

10 Add to "whats new": range(n) != range(n) 8 days
closed http://bugs.python.org/issue5953

10 Do not assume signed integer overflow behavior 519 days
open http://bugs.python.org/issue1621

10 Enhance file.readlines by making line separator selectable 443 days
open http://bugs.python.org/issue1152248

8 test_asynchat fails on Mac OSX 25 days
open http://bugs.python.org/issue5798

7 Add os.link() and os.symlink() and os.path.islink() support for 942 days
open http://bugs.python.org/issue1578269

6 test_importlib fails on Mac OSX 10.5.6 w/ case-sensitive file s 37 days
closed http://bugs.python.org/issue5442

5 ssl makefile never closes socket 92 days
open http://bugs.python.org/issue5238
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (05/15/09 - 05/22/09)
Python tracker at http://bugs.python.org/

To view or respond to any of the issues listed below, click on the issue
number. Do NOT respond to this message.


2195 open (+35) / 15716 closed (+24) / 17911 total (+59)

Open issues with patches: 863

Average duration of open issues: 650 days.
Median duration of open issues: 400 days.

Open Issues Breakdown
open 2168 (+35)
pending 27 ( +0)

Issues Created Or Reopened (64)
_______________________________

bsddb memory leak on ubuntu 05/18/09
CLOSED http://bugs.python.org/issue3541 reopened ajaksu2


idle pydoc et al removed from 3.1 without versioned replacements 05/22/09
http://bugs.python.org/issue5756 reopened nad


Dict fails to notice addition and deletion of keys during iterat 05/16/09
CLOSED http://bugs.python.org/issue6017 reopened stevenjd


documentation of xml.dom.minidom.parse signature is wrong 05/16/09
CLOSED http://bugs.python.org/issue6025 reopened phihag
patch

Interpreter crashes when chaining an infinite number of exceptio 05/15/09
http://bugs.python.org/issue6028 reopened amaury.forgeotdarc
patch

io.BufferedWriter C module missing _write_lock 05/15/09
CLOSED http://bugs.python.org/issue6030 created jroesslein


BaseServer.shutdown documentation is incomplete 05/15/09
http://bugs.python.org/issue6031 created gagenellina


Fix refleaks in test_urllib2_localnet 05/16/09
CLOSED http://bugs.python.org/issue6032 created collinwinter
patch

LOOKUP_METHOD and CALL_METHOD optimization 05/16/09
http://bugs.python.org/issue6033 created benjamin.peterson
patch

Fix object.__reversed__ doc 05/16/09
CLOSED http://bugs.python.org/issue6034 created tjreedy


test_poplib Bus error with gcc-4.4 on OS X 05/16/09
CLOSED http://bugs.python.org/issue6035 created marketdickinson


Clean up test_posixpath.py 05/16/09
http://bugs.python.org/issue6036 created phihag
patch

MutableSequence.__iadd__ should return self 05/16/09
CLOSED http://bugs.python.org/issue6037 created amarzal


Should collections.Counter check for int? 05/16/09
CLOSED http://bugs.python.org/issue6038 created hagen


cygwin compilers should not check compiler versions 05/16/09
http://bugs.python.org/issue6039 created cdavid


bdist_msi does not deal with pre-release version 05/16/09
http://bugs.python.org/issue6040 created cdavid


change sdist and register command so they use check 05/16/09
CLOSED http://bugs.python.org/issue6041 created tarek


Document and slightly simplify lnotab tracing 05/16/09
http://bugs.python.org/issue6042 created jyasskin
patch, needs review

HTMLParseError derivation 05/16/09
CLOSED http://bugs.python.org/issue6043 created bayerf


Exception message in int() when trying to convert a complex 05/17/09
CLOSED http://bugs.python.org/issue6044 created aletornw


Fix dbm interfaces 05/17/09
http://bugs.python.org/issue6045 created georg.brandl


test_distutils.py fails on VC6(Windows) 05/17/09
CLOSED http://bugs.python.org/issue6046 created ocean-city
patch

"install" target in python 3.x makefile should be "fullinstall" 05/17/09
http://bugs.python.org/issue6047 created ronaldoussoren


make distutils use the tarinfo command 05/17/09
http://bugs.python.org/issue6048 created tarek


str.strip() and " behaviour expected? 05/17/09
CLOSED http://bugs.python.org/issue6049 created sholvar


zipfile: Extracting a directory that already exists generates an 05/18/09
http://bugs.python.org/issue6050 created joe.amenta
patch

smtplib docs should link to email module examples 05/18/09
CLOSED http://bugs.python.org/issue6051 created guettli


for-loop doesn't work with -c 05/18/09
CLOSED http://bugs.python.org/issue6052 created exe


distutils error on windows 05/18/09
CLOSED http://bugs.python.org/issue6053 created ocean-city
patch

tarfile normalizes arcname 05/18/09
http://bugs.python.org/issue6054 created mkv


References to "pysqlite" in documentation of sqlite3 should be c 05/18/09
CLOSED http://bugs.python.org/issue6055 created MLModel


socket.setdefaulttimeout affecting multiprocessing Manager 05/18/09
http://bugs.python.org/issue6056 created ryles


sqlite3 error classes should be documented 05/18/09
http://bugs.python.org/issue6057 created MLModel


Add cp65001 to encodings/aliases.py 05/19/09
http://bugs.python.org/issue6058 created tzot
patch

uuid.uuid4 cause segfault in emesene 05/19/09
http://bugs.python.org/issue6059 created acevery


PYTHONHOME should be more flexible (and controllable by --libdir 05/19/09
http://bugs.python.org/issue6060 created soundmurderer


time.clock(): overflow in programs that run for very long 05/19/09
CLOSED http://bugs.python.org/issue6061 created tom65536


build_ext fails to build in the right directory using the packag 05/19/09
CLOSED http://bugs.python.org/issue6062 created tarek


pydoc_data package is not installed 05/19/09
CLOSED http://bugs.python.org/issue6063 created ronaldoussoren
patch, 26backport

Add "daemon" argument to threading.Thread constructor 05/19/09
http://bugs.python.org/issue6064 created tebeka
patch, easy

bdist_msi.py failed assert when including extension modules 05/19/09
http://bugs.python.org/issue6065 created tim.golden
patch

POP_MARK was not in pickle protocol 0 05/20/09
CLOSED http://bugs.python.org/issue6066 created collinwinter
patch, easy

make error 05/20/09
http://bugs.python.org/issue6067 created gast


support read/write c_ulonglong type bitfield structures 05/20/09
http://bugs.python.org/issue6068 created higstar


casting error from ctypes array to structure 05/20/09
http://bugs.python.org/issue6069 created higstar


Pyhon 2.6 makes .pyc/.pyo bytecode files executable 05/20/09
http://bugs.python.org/issue6070 created phd


no longer possible to hash arrays 05/20/09
http://bugs.python.org/issue6071 created exarkun


unittest.TestCase._result is very likely to collide (and break) 05/20/09
CLOSED http://bugs.python.org/issue6072 created exarkun
patch

threading.Timer and gtk.main are not compatible 05/20/09
http://bugs.python.org/issue6073 created eric


.pyc files created readonly if .py file is readonly, python won' 05/20/09
http://bugs.python.org/issue6074 created pdsimanyi


Patch for IDLE/OS X to work with Tk-Cocoa 05/20/09
http://bugs.python.org/issue6075 created wordtech
patch

Missing title for configDialog.py 05/20/09
http://bugs.python.org/issue6076 created wordtech
patch

Unicode issue with tempfile on Windows 05/21/09
http://bugs.python.org/issue6077 created daniel.ugra


freeze.py doesn't work 05/21/09
http://bugs.python.org/issue6078 created mzalokar


SyntaxError in xmlrpc.client examples 05/21/09
http://bugs.python.org/issue6079 created thijs


Itertools objects are missing "send" 05/21/09
CLOSED http://bugs.python.org/issue6080 created tebeka


str.format_from_mapping() 05/21/09
http://bugs.python.org/issue6081 created rhettinger


os.path.sameopenfile reports that standard streams are the same 05/22/09
CLOSED http://bugs.python.org/issue6082 reopened ryles


Reference counting bug in setrlimit 05/22/09
http://bugs.python.org/issue6083 created billm
patch

documentation of zip function is error 05/22/09
CLOSED http://bugs.python.org/issue6084 created bones7456


Logging in BaseHTTPServer.BaseHTTPRequestHandler causes lag 05/22/09
http://bugs.python.org/issue6085 created aerodonkey


Correct minor typos in doanddont.rst and urllib2.rst howto docum 05/22/09
CLOSED http://bugs.python.org/issue6086 created vshenoy
patch

distutils.sysconfig.get_python_lib gives surprising result when 05/22/09
http://bugs.python.org/issue6087 created vsajip
easy

Python3.0.1.1 is not available when system locale is zh_TW.eucTW 05/22/09
http://bugs.python.org/issue6088 created leeon




Issues Now Closed (65)
______________________

weakref copy module interaction 456 days
http://bugs.python.org/issue2116 pitrou
patch

os.listdir doc should mention that Unicode decoding can fail 366 days
http://bugs.python.org/issue2856 georg.brandl


sys.stdin.fileno() gives attribute error in IDLE 354 days
http://bugs.python.org/issue3003 kbk


Problem with invalidly-encoded command-line arguments (Unix) 351 days
http://bugs.python.org/issue3023 benjamin.peterson


incorrect comments for PyObject_ReleaseBuffer 315 days
http://bugs.python.org/issue3293 pitrou


Py_WIN_WIDE_FILENAMES removal 282 days
http://bugs.python.org/issue3527 ocean-city
patch

bsddb memory leak on ubuntu 4 days
http://bugs.python.org/issue3541 jcea


remove not decodable environment variables 214 days
http://bugs.python.org/issue4126 loewis
patch

3 tutorial documentation errors 210 days
http://bugs.python.org/issue4144 georg.brandl


Running Python 2.6 GUI on Windows Vista 202 days
http://bugs.python.org/issue4215 georg.brandl


Missing make altframeworkinstall for Mac OS X 165 days
http://bugs.python.org/issue4554 ronaldoussoren


2.6.1 breaks many applications that embed Python on Windows 163 days
http://bugs.python.org/issue4566 chrisyco
patch, needs review

Setting font from preference dialog in IDLE on OS X broken 97 days
http://bugs.python.org/issue5232 kbk
patch

OS X Installer: add options to specify universal build type and 93 days
http://bugs.python.org/issue5269 ronaldoussoren


Scanner class in re module undocumented 87 days
http://bugs.python.org/issue5337 rhettinger


add a new command called "check" into Distutils 37 days
http://bugs.python.org/issue5732 tarek


OS X Installer: new make of documentation installs at wrong loca 34 days
http://bugs.python.org/issue5769 ronaldoussoren


len(reversed( 28 days
http://bugs.python.org/issue5786 marketdickinson


float('1e500') -> inf, complex('1e500') -> ValueError 26 days
http://bugs.python.org/issue5829 marketdickinson
patch, easy

Better documentation of use of BROWSER environment variable 12 days
http://bugs.python.org/issue5935 georg.brandl


Problems with dbm documentation 12 days
http://bugs.python.org/issue5937 georg.brandl


Ambiguity in dbm.open flag documentation 14 days
http://bugs.python.org/issue5942 georg.brandl


email.message : get_payload args's documentation is confusing 10 days
http://bugs.python.org/issue5951 georg.brandl


test_distutils fails for Python 3.1b1 on MacOS X 9 days
http://bugs.python.org/issue5956 nad


WeakSet cmp methods 11 days
http://bugs.python.org/issue5964 pitrou
patch, needs review

Add bug tracker tasks to PEP 101 8 days
http://bugs.python.org/issue5980 georg.brandl
patch

Broken link to "Curses Programming with Python" 6 days
http://bugs.python.org/issue5987 georg.brandl


Add __bool__ to threading.Event and multiprocessing.Event 4 days
http://bugs.python.org/issue5998 benjamin.peterson
patch

test_urllib2_localnet DigestAuthHandler leaks nonces 7 days
http://bugs.python.org/issue6002 collinwinter
easy

optparse docs say 'default' keyword is deprecated but uses it in 3 days
http://bugs.python.org/issue6009 georg.brandl


Dict fails to notice addition and deletion of keys during iterat 1 days
http://bugs.python.org/issue6017 georg.brandl


Fix the output word from "ok" to "OK" when a testcase passes 3 days
http://bugs.python.org/issue6018 benjamin.peterson


test_distutils leaves a 'foo' file behind in the cwd 5 days
http://bugs.python.org/issue6022 r.david.murray


Search does not intelligently handle module.function queries on 3 days
http://bugs.python.org/issue6023 georg.brandl


documentation of xml.dom.minidom.parse signature is wrong 0 days
http://bugs.python.org/issue6025 georg.brandl
patch

io.BufferedWriter C module missing _write_lock 0 days
http://bugs.python.org/issue6030 pitrou


Fix refleaks in test_urllib2_localnet 3 days
http://bugs.python.org/issue6032 collinwinter
patch

Fix object.__reversed__ doc 0 days
http://bugs.python.org/issue6034 georg.brandl


test_poplib Bus error with gcc-4.4 on OS X 0 days
http://bugs.python.org/issue6035 marketdickinson


MutableSequence.__iadd__ should return self 2 days
http://bugs.python.org/issue6037 rhettinger


Should collections.Counter check for int? 1 days
http://bugs.python.org/issue6038 rhettinger


change sdist and register command so they use check 0 days
http://bugs.python.org/issue6041 tarek


HTMLParseError derivation 0 days
http://bugs.python.org/issue6043 benjamin.peterson


Exception message in int() when trying to convert a complex 0 days
http://bugs.python.org/issue6044 marketdickinson


test_distutils.py fails on VC6(Windows) 1 days
http://bugs.python.org/issue6046 tarek
patch

str.strip() and " behaviour expected? 0 days
http://bugs.python.org/issue6049 loewis


smtplib docs should link to email module examples 2 days
http://bugs.python.org/issue6051 georg.brandl


for-loop doesn't work with -c 0 days
http://bugs.python.org/issue6052 r.david.murray


distutils error on windows 0 days
http://bugs.python.org/issue6053 loewis
patch

References to "pysqlite" in documentation of sqlite3 should be c 2 days
http://bugs.python.org/issue6055 georg.brandl


time.clock(): overflow in programs that run for very long 0 days
http://bugs.python.org/issue6061 tom65536


build_ext fails to build in the right directory using the packag 0 days
http://bugs.python.org/issue6062 tarek


pydoc_data package is not installed 0 days
http://bugs.python.org/issue6063 georg.brandl
patch, 26backport

POP_MARK was not in pickle protocol 0 1 days
http://bugs.python.org/issue6066 collinwinter
patch, easy

unittest.TestCase._result is very likely to collide (and break) 1 days
http://bugs.python.org/issue6072 michael.foord
patch

Itertools objects are missing "send" 0 days
http://bugs.python.org/issue6080 rhettinger


os.path.sameopenfile reports that standard streams are the same 0 days
http://bugs.python.org/issue6082 ryles


documentation of zip function is error 0 days
http://bugs.python.org/issue6084 georg.brandl


Correct minor typos in doanddont.rst and urllib2.rst howto docum 0 days
http://bugs.python.org/issue6086 georg.brandl
patch

http libraries throw errors internally in BitTorrent 1884 days
http://bugs.python.org/issue920573 rhettinger


Documentation for Descriptors in the main docs 1809 days
http://bugs.python.org/issue966625 rhettinger


pdb unable to jump to first statement 785 days
http://bugs.python.org/issue1689458 jyasskin
patch, needs review

Failure to build on AIX 5.3 773 days
http://bugs.python.org/issue1694442 ajaksu2


syslog syscall support for SysLogLogger 749 days
http://bugs.python.org/issue1711603 dandrzejewski
patch

help() can't find right source file 702 days
http://bugs.python.org/issue1738179 pitrou
patch, easy



Top Issues Most Discussed (10)
______________________________

11 test_distutils.py fails on VC6(Windows) 1 days
closed http://bugs.python.org/issue6046

8 Interpreter crashes when chaining an infinite number of excepti 7 days
open http://bugs.python.org/issue6028

8 Dict fails to notice addition and deletion of keys during itera 1 days
closed http://bugs.python.org/issue6017

7 test_distutils fails for Python 3.1b1 on MacOS X 9 days
closed http://bugs.python.org/issue5956

7 urllib/urllib2: HTTPS over (Squid) Proxy fails 1203 days
open http://bugs.python.org/issue1424152

6 Enhanced cPython profiler with high-resolution timer 436 days
open http://bugs.python.org/issue2281

5 distutils error on windows 0 days
closed http://bugs.python.org/issue6053

5 Fix dbm interfaces 5 days
open http://bugs.python.org/issue6045

5 Fix refleaks in test_urllib2_localnet 3 days
closed http://bugs.python.org/issue6032

5 Embedding into a shared library fails 177 days
open http://bugs.python.org/issue4434
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (05/22/09 - 05/29/09)
Python tracker at http://bugs.python.org/

To view or respond to any of the issues listed below, click on the issue
number. Do NOT respond to this message.


2201 open (+36) / 15764 closed (+18) / 17965 total (+54)

Open issues with patches: 866

Average duration of open issues: 652 days.
Median duration of open issues: 400 days.

Open Issues Breakdown
open 2175 (+36)
pending 26 ( +0)

Issues Created Or Reopened (55)
_______________________________

improved allocation of PyUnicode objects 05/24/09
http://bugs.python.org/issue1943 reopened pitrou
patch

str.format raises SystemError 05/22/09
CLOSED http://bugs.python.org/issue6089 created eggy


zipfile DeprecationWarning Python 2.6.2 05/22/09
http://bugs.python.org/issue6090 created ivb


Curses segfaulting in FreeBSD/amd64 05/23/09
http://bugs.python.org/issue6091 created themoken


Changed Shortcuts don't show up in menu 05/23/09
http://bugs.python.org/issue6092 created jamesie


Ambiguous locale.strxfrm 05/23/09
CLOSED http://bugs.python.org/issue6093 created tuves


Python fails to build with Subversion 1.7 05/23/09
CLOSED http://bugs.python.org/issue6094 created Arfrever
patch

os.curdir as the default argument for os.listdir 05/23/09
http://bugs.python.org/issue6095 created tarek


SimpleXMLRPCServer not suitable for HTTP/1.1 keep-alive 05/24/09
http://bugs.python.org/issue6096 created krisvale
patch, patch, easy, needs review

Encoded surrogate characters on command line not escaped in sys. 05/24/09
http://bugs.python.org/issue6097 created baikie
patch

xml.dom.minidom incorrectly claims DOM Level 3 conformance 05/24/09
http://bugs.python.org/issue6098 created phihag
patch

HTTP/1.1 with keep-alive support for xmlrpclib.ServerProxy 05/24/09
http://bugs.python.org/issue6099 created krisvale
patch, patch, needs review

Expanding arrays inside other arrays 05/24/09
http://bugs.python.org/issue6100 created marek_sp


SETUP_WITH 05/24/09
CLOSED http://bugs.python.org/issue6101 created benjamin.peterson
patch

When the package has non-ascii path and .pyc file, we cannot imp 05/25/09
http://bugs.python.org/issue6102 created Suzumizaki


Static library (libpythonX.Y.a) installed in incorrect location 05/25/09
http://bugs.python.org/issue6103 created Arfrever
patch

OSX framework builds fail after r72861 move of _locale into core 05/25/09
CLOSED http://bugs.python.org/issue6104 created nad


json.dumps doesn't respect OrderedDict's iteration order 05/25/09
http://bugs.python.org/issue6105 created wangchun


read_until 05/25/09
http://bugs.python.org/issue6106 created ps


Subprocess.Popen output fails on Windows 05/26/09
CLOSED http://bugs.python.org/issue6107 created ac.james


unicode(exception) behaves differently on Py2.6 when len(excepti 05/26/09
http://bugs.python.org/issue6108 created ezio.melotti


IDLE rendering issue with oriental characters on OSX 05/26/09
http://bugs.python.org/issue6109 created ronaldoussoren


IDLE has two "Preferences..." menu's on OSX 05/26/09
CLOSED http://bugs.python.org/issue6110 created ronaldoussoren


Impossible to change preferences in IDLE 05/26/09
CLOSED http://bugs.python.org/issue6111 created ronaldoussoren


scheduler.cancel does not raise RuntimeError 05/26/09
CLOSED http://bugs.python.org/issue6112 created fidlej


Dupicate instances of classes in list 05/26/09
CLOSED http://bugs.python.org/issue6113 reopened mbaynham


distutils build_ext path comparison only based on strings 05/26/09
http://bugs.python.org/issue6114 created sleipnir
patch

Header and doc related to PyNumber_Divide and PyNumber_InPlaceDi 05/26/09
CLOSED http://bugs.python.org/issue6115 created bhy
patch

frame.f_locals keeps references to things for too long 05/26/09
http://bugs.python.org/issue6116 created exarkun


Fix O(n**2) performance problem in socket._fileobject 05/26/09
http://bugs.python.org/issue6117 created krisvale
patch, patch, easy, needs review

urllib.parse.quote_plus ignores optional arguments 05/26/09
CLOSED http://bugs.python.org/issue6118 created mgiuca
patch

Confusing DeprecationWarning 05/26/09
http://bugs.python.org/issue6119 created alejolp


zipfile.ZipFile's extractall works inproperly under Windows 05/27/09
CLOSED http://bugs.python.org/issue6120 created aerodonkey


help('modules ') causes IndexError. 05/27/09
CLOSED http://bugs.python.org/issue6121 created July
patch, easy

OSError: [Errno 10] No child processes 05/27/09
http://bugs.python.org/issue6122 created yonas


tarfile: opening an empty tar file fails 05/27/09
http://bugs.python.org/issue6123 created evanj
patch

Tkinter should support the OS X zoom button 05/27/09
http://bugs.python.org/issue6124 created culler


2to3 mishandles "from module_name import" when module_name inclu 05/27/09
CLOSED http://bugs.python.org/issue6125 created MLModel


Python 3 pdb: shows internal code, breakpoints don't work 05/27/09
http://bugs.python.org/issue6126 created ericp


Unexpected universal newline behavior (newline duplication) in W 05/27/09
http://bugs.python.org/issue6127 created jaraco


Consequences of using Py_TPFLAGS_HAVE_GC are incompletely explai 05/27/09
http://bugs.python.org/issue6128 created exarkun


2to3 does not convert imports of the form 'import sub.mod' to re 05/27/09
CLOSED http://bugs.python.org/issue6129 reopened MLModel


There ought to be a way for extension types to associate documen 05/27/09
http://bugs.python.org/issue6130 created exarkun


test_modulefinder leaks when run after test_distutils 05/27/09
CLOSED http://bugs.python.org/issue6131 created pitrou
patch

Implement the GIL with critical sections in Windows 05/27/09
http://bugs.python.org/issue6132 created sitbon
patch

LOAD_CONST followed by LOAD_ATTR can be optimized to just be a L 05/27/09
http://bugs.python.org/issue6133 created alex
patch

2to3 tests fail on Windows due to line endings 05/28/09
CLOSED http://bugs.python.org/issue6134 created abbeyj
patch

subprocess seems to use local 8-bit encoding and gives no choice 05/28/09
http://bugs.python.org/issue6135 created mark


Make logging configuration files easier to use 05/28/09
http://bugs.python.org/issue6136 created gjb1002


Pickle migration: Should pickle map "copy_reg" to "copyreg"? 05/28/09
http://bugs.python.org/issue6137 created mkiever


'./configure; make install' fails in setup.py step if .pydistuti 05/28/09
http://bugs.python.org/issue6138 created r.david.murray


Typo in email.base64mime 05/28/09
http://bugs.python.org/issue6139 created ocean-city
patch

configure error: shadow.h: present but cannot be compiled 05/29/09
http://bugs.python.org/issue6140 created Sashi


missing first argument on subprocess.Popen w/ executable 05/29/09
http://bugs.python.org/issue6141 created lieryan
patch

Distutils doesn't remove .pyc files 05/29/09
http://bugs.python.org/issue6142 created purpleidea
patch



Issues Now Closed (53)
______________________

Test issue 635 days
http://bugs.python.org/issue1064 dtuser2
patch

Return from fork() is pid_t, not int 478 days
http://bugs.python.org/issue1983 pitrou
patch

pkg-config support 280 days
http://bugs.python.org/issue3585 pitrou
patch, needs review

test_fileio fails on OpenBSD 4.4 249 days
http://bugs.python.org/issue3877 pitrou
patch

ignored exceptions in generators (regression?) 236 days
http://bugs.python.org/issue4040 doughellmann


smtplib SMTP_SSL._get_socket doesn't return a value 228 days
http://bugs.python.org/issue4066 r.david.murray
patch

Py_Object_HEAD_INIT in Py3k 183 days
http://bugs.python.org/issue4385 georg.brandl


Issue with RotatingFileHandler logging handler on Windows 147 days
http://bugs.python.org/issue4749 rcronk


pwd, spwd, grp functions vulnerable to denial of service 143 days
http://bugs.python.org/issue4859 loewis
patch

time.ctime docs refer to "time tuple" for default 116 days
http://bugs.python.org/issue5079 georg.brandl


IDLE to support reindent.py 114 days
http://bugs.python.org/issue5150 rhettinger


smtplib is broken in Python3 103 days
http://bugs.python.org/issue5259 r.david.murray
patch, easy

StringIO can duplicate newlines in universal newlines mode 102 days
http://bugs.python.org/issue5265 jaraco


OS X installer: fix makefile target changed for 3.x 101 days
http://bugs.python.org/issue5272 ronaldoussoren


sys.exc_info()[1] - different handling from str() and unicode() 102 days
http://bugs.python.org/issue5274 georg.brandl


OS X Installer: by default install versioned-only links in /usr/ 55 days
http://bugs.python.org/issue5653 ronaldoussoren


Speed up pickling of dicts in cPickle 53 days
http://bugs.python.org/issue5670 pitrou
patch, needs review

idle pydoc et al removed from 3.1 without versioned replacements 3 days
http://bugs.python.org/issue5756 nad


add file name to py3k IO objects repr() 38 days
http://bugs.python.org/issue5761 pitrou
patch

pickle/cPickle of recursive tuples create pickles that cPickle c 37 days
http://bugs.python.org/issue5794 collinwinter
patch, easy, 26backport

there is en exception om Create User page 33 days
http://bugs.python.org/issue5797 georg.brandl


cPickle defect with tuples and different from pickle output 27 days
http://bugs.python.org/issue5866 collinwinter


classmethod, staticmethod: expose wrapped function 19 days
http://bugs.python.org/issue5982 rhettinger
patch

enhance getargs O& to accept cleanup function 16 days
http://bugs.python.org/issue6012 loewis
patch

test_distutils leaves a 'foo' file behind in the cwd 11 days
http://bugs.python.org/issue6022 rpetrov


"install" target in python 3.x makefile should be "fullinstall" 6 days
http://bugs.python.org/issue6047 benjamin.peterson


make distutils use the tarinfo command 11 days
http://bugs.python.org/issue6048 tarek


zipfile: Extracting a directory that already exists generates an 7 days
http://bugs.python.org/issue6050 loewis
patch

PYTHONHOME should be more flexible (and controllable by --libdir 5 days
http://bugs.python.org/issue6060 loewis


bdist_msi.py failed assert when including extension modules 5 days
http://bugs.python.org/issue6065 loewis
patch

threading.Timer and gtk.main are not compatible 7 days
http://bugs.python.org/issue6073 amaury.forgeotdarc


freeze.py doesn't work 1 days
http://bugs.python.org/issue6078 georg.brandl


SyntaxError in xmlrpc.client examples 1 days
http://bugs.python.org/issue6079 georg.brandl


str.format raises SystemError 1 days
http://bugs.python.org/issue6089 eric.smith


Ambiguous locale.strxfrm 0 days
http://bugs.python.org/issue6093 loewis


Python fails to build with Subversion 1.7 1 days
http://bugs.python.org/issue6094 Arfrever
patch

SETUP_WITH 1 days
http://bugs.python.org/issue6101 benjamin.peterson
patch

OSX framework builds fail after r72861 move of _locale into core 0 days
http://bugs.python.org/issue6104 benjamin.peterson


Subprocess.Popen output fails on Windows 1 days
http://bugs.python.org/issue6107 ac.james


IDLE has two "Preferences..." menu's on OSX 0 days
http://bugs.python.org/issue6110 ronaldoussoren


Impossible to change preferences in IDLE 0 days
http://bugs.python.org/issue6111 nad


scheduler.cancel does not raise RuntimeError 0 days
http://bugs.python.org/issue6112 georg.brandl


Dupicate instances of classes in list 0 days
http://bugs.python.org/issue6113 mbaynham


Header and doc related to PyNumber_Divide and PyNumber_InPlaceDi 0 days
http://bugs.python.org/issue6115 georg.brandl
patch

urllib.parse.quote_plus ignores optional arguments 0 days
http://bugs.python.org/issue6118 georg.brandl
patch

zipfile.ZipFile's extractall works inproperly under Windows 0 days
http://bugs.python.org/issue6120 ocean-city


help('modules ') causes IndexError. 1 days
http://bugs.python.org/issue6121 r.david.murray
patch, easy

2to3 mishandles "from module_name import" when module_name inclu 0 days
http://bugs.python.org/issue6125 r.david.murray


2to3 does not convert imports of the form 'import sub.mod' to re 0 days
http://bugs.python.org/issue6129 benjamin.peterson


test_modulefinder leaks when run after test_distutils 2 days
http://bugs.python.org/issue6131 ocean-city
patch

2to3 tests fail on Windows due to line endings 1 days
http://bugs.python.org/issue6134 benjamin.peterson
patch

os.listdir on empty strings. Inconsistent behaviour. 2063 days
http://bugs.python.org/issue818059 benjamin.peterson
patch, needs review

Make fcntl work properly on AMD64 1332 days
http://bugs.python.org/issue1309352 pitrou
patch



Top Issues Most Discussed (10)
______________________________

13 Dupicate instances of classes in list 0 days
closed http://bugs.python.org/issue6113

10 improved allocation of PyUnicode objects 5 days
open http://bugs.python.org/issue1943

9 .pyc files created readonly if .py file is readonly, python won 9 days
open http://bugs.python.org/issue6074

9 Python 2.6 makes .pyc/.pyo bytecode files executable 9 days
open http://bugs.python.org/issue6070

8 LOAD_CONST followed by LOAD_ATTR can be optimized to just be a 2 days
open http://bugs.python.org/issue6133

8 test_modulefinder leaks when run after test_distutils 2 days
closed http://bugs.python.org/issue6131

8 OSError: [Errno 10] No child processes 2 days
open http://bugs.python.org/issue6122

7 Impossible to change preferences in IDLE 0 days
closed http://bugs.python.org/issue6111

6 zipfile.ZipFile's extractall works inproperly under Windows 0 days
closed http://bugs.python.org/issue6120

6 SETUP_WITH 1 days
closed http://bugs.python.org/issue6101
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (05/29/09 - 06/05/09)
Python tracker at http://bugs.python.org/

To view or respond to any of the issues listed below, click on the issue
number. Do NOT respond to this message.


2207 open (+37) / 15822 closed (+27) / 18029 total (+64)

Open issues with patches: 868

Average duration of open issues: 653 days.
Median duration of open issues: 403 days.

Open Issues Breakdown
open 2178 (+37)
pending 29 ( +0)

Issues Created Or Reopened (66)
_______________________________

string module requires bytes type for maketrans, but calling met 05/31/09
CLOSED http://bugs.python.org/issue5675 reopened rhettinger


IDLE - an extension to clear the shell window 05/29/09
http://bugs.python.org/issue6143 created serwy


[IDLE] UnicodeDecodeError when invoking force-open-completions 05/29/09
http://bugs.python.org/issue6144 created jamesie


distutils.extension.read_setup_file misinterprets -C switch 05/29/09
http://bugs.python.org/issue6145 created donlorenzo
patch

markup error in Doc/library/rlcompleter.rst 05/29/09
CLOSED http://bugs.python.org/issue6146 created Trundle
patch

multithreading.Pool.map() crashes Windows computer 05/30/09
CLOSED http://bugs.python.org/issue6147 created ac.james


Help well execute code it is called on 05/30/09
CLOSED http://bugs.python.org/issue6148 created imiers1


WeakValueDictionary constructor ported to Python 3.0 incorrectly 05/30/09
CLOSED http://bugs.python.org/issue6149 created zzzeek
patch

test_unicode fails in wide unicode build 05/30/09
CLOSED http://bugs.python.org/issue6150 created hagen


Make PyDescr_COMMON conform to standard C 05/30/09
http://bugs.python.org/issue6151 created alexandre.vassalotti
patch, patch, needs review

Parallel regression testing 05/31/09
http://bugs.python.org/issue6152 created pitrou
patch

email parsing - Rare Failure 05/31/09
CLOSED http://bugs.python.org/issue6153 created WinstonEwert


Python 3.1 rc1 will not build on OS X 10.5.7 with macports libin 05/31/09
http://bugs.python.org/issue6154 created brett.cannon
patch

"logging" example uses unavailable cPickle module 05/31/09
CLOSED http://bugs.python.org/issue6155 created mnewman


Error compiling valid regex 05/31/09
http://bugs.python.org/issue6156 created Eloff
patch

Tkinter.Text: changes for bbox, debug, and edit methods. 05/31/09
http://bugs.python.org/issue6157 created gpolo
patch

test_aifc failing on 32bit windows in python 3.1 rc 1 05/31/09
CLOSED http://bugs.python.org/issue6158 created rhettinger
patch

Tkinter.PanedWindow: docstring fixes, change in paneconfigure an 05/31/09
http://bugs.python.org/issue6159 created gpolo
patch

Tkinter.Spinbox: fix for bbox and removed some uninteresting ret 06/01/09
http://bugs.python.org/issue6160 created gpolo
patch

httplib: HTTPResponse not storing response body 06/01/09
CLOSED http://bugs.python.org/issue6161 created Guthur


What should happen to signals when the main thread dies? 06/01/09
http://bugs.python.org/issue6162 created eggy


[HP-UX] ld: Unrecognized argument: +s -L<dir> 06/01/09
http://bugs.python.org/issue6163 created srid
patch

[AIX] Patch to correct the AIX C/C++ linker argument used for 'r 06/01/09
http://bugs.python.org/issue6164 created srid
patch

strftime incorrectly processes DST flag when passed time touples 06/01/09
http://bugs.python.org/issue6165 created jonathan.cervidae


encoding error for 'setup.py --author' when read via subprocess 06/01/09
http://bugs.python.org/issue6166 created srid


Tkinter.Scrollbar: the activate method needs to return a value, 06/01/09
http://bugs.python.org/issue6167 created gpolo
patch

Missing Shell menu in Linux IDLE 06/01/09
http://bugs.python.org/issue6168 created sirgimp


Important comparison bug in ipaddr 06/01/09
CLOSED http://bugs.python.org/issue6169 created shields


Mac 'make frameworkinstall' error: [...]/Python.framework/Versio 06/02/09
http://bugs.python.org/issue6170 created srid


Class Browser selection in Ubuntu 06/02/09
http://bugs.python.org/issue6171 created sirgimp


'make framework...' fails on Mac ([...]/bin/pythonw3.1: No such 06/02/09
CLOSED http://bugs.python.org/issue6172 created srid


Minor typo in socket.py 06/02/09
CLOSED http://bugs.python.org/issue6173 created ptn
patch

What's new in 2.6, wrong indentation in code sample 06/02/09
CLOSED http://bugs.python.org/issue6174 created joe.amenta
patch

inet_aton documentation kind of lies 06/02/09
CLOSED http://bugs.python.org/issue6175 created dsvensson


Reference to a wrong version of flock's documentation 06/02/09
CLOSED http://bugs.python.org/issue6176 created pakal


unittest.main testRunner default argument changed from None 06/02/09
CLOSED http://bugs.python.org/issue6177 created michael.foord
patch, easy

Core error in Py_EvalFrameEx 2.6.2 06/02/09
http://bugs.python.org/issue6178 created tsavannah


Documentation of for statement in Reference says that range() re 06/02/09
CLOSED http://bugs.python.org/issue6179 created MLModel


Tkinter.Entry: fix for xview and some doc clarifications 06/02/09
http://bugs.python.org/issue6180 created gpolo
patch

Tkinter.Listbox several minor issues 06/02/09
http://bugs.python.org/issue6181 created gpolo
patch

Remove ipaddr library from py3k before 3.1rc2 06/03/09
CLOSED http://bugs.python.org/issue6182 created gregory.p.smith


test_time fails on VC6 06/03/09
CLOSED http://bugs.python.org/issue6183 created ocean-city
patch

py3k build gets spurious errors from libinstall target compile o 06/03/09
CLOSED http://bugs.python.org/issue6184 reopened nad


2to3 misses buffer slicing 06/03/09
CLOSED http://bugs.python.org/issue6185 created joe.amenta
patch

test_thread occasionally reports unhandled exceptions on OS X 06/03/09
http://bugs.python.org/issue6186 created nad


Improvement in doc of "Extending and Embedding the Python Interp 06/03/09
http://bugs.python.org/issue6187 created blubdiebla


Error Evaluating float(x) ** float(y) 06/03/09
CLOSED http://bugs.python.org/issue6188 created Zero


subprocess module not compatible with python 2.5 06/03/09
http://bugs.python.org/issue6189 created itsadok
patch

Tutorial 3.1.2 (Strings) has duplicate lines 06/03/09
CLOSED http://bugs.python.org/issue6190 created cofi
patch

HTMLParser attribute parsing - 2 test cases when it fails 06/04/09
http://bugs.python.org/issue6191 reopened momat


add disable_nagle_algorithm to SocketServer.TCPServer 06/04/09
http://bugs.python.org/issue6192 created krisvale
patch, patch, easy

urllib: ... IOError: ... unknown url type: 'c' 06/04/09
CLOSED http://bugs.python.org/issue6193 created srid


fcntl footnote about O_SHLOCK and O_EXLOCK is misleading 06/04/09
http://bugs.python.org/issue6194 created r.david.murray
easy

Serious regression in doctest in Py3.1rc1 06/04/09
http://bugs.python.org/issue6195 created dalcinl
patch

tarfile.extractall(readaccess=True) 06/04/09
http://bugs.python.org/issue6196 created srid


test__locale fails with RADIXCHAR on Windows 06/05/09
CLOSED http://bugs.python.org/issue6197 created abbeyj
patch

test_float fails on Windows 06/05/09
CLOSED http://bugs.python.org/issue6198 created abbeyj


test_unittest fails on Windows 06/05/09
CLOSED http://bugs.python.org/issue6199 created abbeyj
patch

test_winreg fails 06/05/09
http://bugs.python.org/issue6201 created abbeyj


Obsolete default file encoding "mac-roman" on OS X, not influenc 06/05/09
http://bugs.python.org/issue6202 created nad


3.x locale does not default to C, contrary to the documentation 06/05/09
http://bugs.python.org/issue6203 created nad


Missing reference in section 4.6 to chapter on classes 06/05/09
http://bugs.python.org/issue6204 created cofi
patch

sdist doesn't include data_files 06/05/09
http://bugs.python.org/issue6205 created purpleidea


Correct a trivial typo introduced by r73238. 06/05/09
http://bugs.python.org/issue6206 created vshenoy
patch

Simple For-Loops 06/05/09
http://bugs.python.org/issue6207 created gabrielkfl


Function-level import in os triggering an threaded import deadlo 06/04/09
http://bugs.python.org/issue1590864 reopened brett.cannon




Issues Now Closed (67)
______________________

Load tests from path (patch included) 615 days
http://bugs.python.org/issue1207 michael.foord
patch

S_unpack_from() Read Access Violation 421 days
http://bugs.python.org/issue2590 amaury.forgeotdarc


Py3k warn on unicode escapes in raw strings 401 days
http://bugs.python.org/issue2713 amaury.forgeotdarc
patch

example code does not work 392 days
http://bugs.python.org/issue2742 fogus
patch

time.strftime() always decodes result with UTF-8 356 days
http://bugs.python.org/issue3061 loewis
patch

pkg-config support 285 days
http://bugs.python.org/issue3585 loewis
patch, needs review

base64.encodestring does not actually accept strings 288 days
http://bugs.python.org/issue3613 georg.brandl
patch

Python 2.6 can't read sets pickled with Python 3.0 283 days
http://bugs.python.org/issue3675 alexandre.vassalotti
patch

traceback.format_exception_only() misplaces the caret for certai 283 days
http://bugs.python.org/issue3684 georg.brandl
patch

bsddb not completely removed 271 days
http://bugs.python.org/issue3791 georg.brandl
patch, patch

select.epoll calling register with the same fd fails 261 days
http://bugs.python.org/issue3848 r.david.murray
patch

Add Google's ipaddr.py to the stdlib 251 days
http://bugs.python.org/issue3959 belopolsky


Long jumps with frame_setlineno 178 days
http://bugs.python.org/issue4547 amaury.forgeotdarc
patch, needs review

Refcount error and file descriptor leaks in pwd, grp modules 142 days
http://bugs.python.org/issue4873 loewis
patch

Subversion problem with PythonLauncher after building 3.0 or 3.1 109 days
http://bugs.python.org/issue5267 ronaldoussoren


profile and cProfile do not report C functions called with keywo 99 days
http://bugs.python.org/issue5330 pitrou
patch

TypeError when '\x00' in docstring 98 days
http://bugs.python.org/issue5373 alexandre.vassalotti
patch

Locale-based date formatting crashes on non-ASCII data 65 days
http://bugs.python.org/issue5562 loewis


test_memoryio fails for py3k on windows 65 days
http://bugs.python.org/issue5645 jaraco
patch

OS X Installer: do not install obsolete documentation within Pyt 64 days
http://bugs.python.org/issue5648 ronaldoussoren


string module requires bytes type for maketrans, but calling met 0 days
http://bugs.python.org/issue5675 georg.brandl


Segfault when loading not recompiled module 51 days
http://bugs.python.org/issue5735 amaury.forgeotdarc
patch, needs review

xmlrpclib loads invalid documents 49 days
http://bugs.python.org/issue5767 georg.brandl
patch

test_asynchat fails on Mac OSX 46 days
http://bugs.python.org/issue5798 MrJean1
patch

strftime fails in non UTF-8 locale 27 days
http://bugs.python.org/issue5903 loewis


Multi-with patch 26 days
http://bugs.python.org/issue5922 Merwok
patch

PyList_GetSlice does not indicate negative ranges dont work as i 27 days
http://bugs.python.org/issue5967 georg.brandl
patch

Test discovery for unittest 18 days
http://bugs.python.org/issue6001 michael.foord
patch, patch, needs review

test_distutils leaves a 'foo' file behind in the cwd 16 days
http://bugs.python.org/issue6022 rpetrov


Python fails to build with Subversion 1.7 7 days
http://bugs.python.org/issue6094 benjamin.peterson
patch

Encoded surrogate characters on command line not escaped in sys. 5 days
http://bugs.python.org/issue6097 loewis
patch

Expanding arrays inside other arrays 5 days
http://bugs.python.org/issue6100 tjreedy


When the package has non-ascii path and .pyc file, we cannot imp 5 days
http://bugs.python.org/issue6102 tjreedy


IDLE rendering issue with oriental characters on OSX 7 days
http://bugs.python.org/issue6109 benjamin.peterson


Fix O(n**2) performance problem in socket._fileobject 7 days
http://bugs.python.org/issue6117 krisvale
patch, patch, easy, needs review

Typo in email.base64mime 1 days
http://bugs.python.org/issue6139 georg.brandl
patch

missing first argument on subprocess.Popen w/ executable 0 days
http://bugs.python.org/issue6141 r.david.murray
patch

markup error in Doc/library/rlcompleter.rst 0 days
http://bugs.python.org/issue6146 georg.brandl
patch

multithreading.Pool.map() crashes Windows computer 2 days
http://bugs.python.org/issue6147 benjamin.peterson


Help well execute code it is called on 0 days
http://bugs.python.org/issue6148 georg.brandl


WeakValueDictionary constructor ported to Python 3.0 incorrectly 0 days
http://bugs.python.org/issue6149 pitrou
patch

test_unicode fails in wide unicode build 1 days
http://bugs.python.org/issue6150 loewis


email parsing - Rare Failure 2 days
http://bugs.python.org/issue6153 amaury.forgeotdarc


"logging" example uses unavailable cPickle module 0 days
http://bugs.python.org/issue6155 georg.brandl


test_aifc failing on 32bit windows in python 3.1 rc 1 0 days
http://bugs.python.org/issue6158 loewis
patch

httplib: HTTPResponse not storing response body 0 days
http://bugs.python.org/issue6161 Guthur


Important comparison bug in ipaddr 0 days
http://bugs.python.org/issue6169 gregory.p.smith


'make framework...' fails on Mac ([...]/bin/pythonw3.1: No such 0 days
http://bugs.python.org/issue6172 ronaldoussoren


Minor typo in socket.py 0 days
http://bugs.python.org/issue6173 marketdickinson
patch

What's new in 2.6, wrong indentation in code sample 2 days
http://bugs.python.org/issue6174 georg.brandl
patch

inet_aton documentation kind of lies 2 days
http://bugs.python.org/issue6175 georg.brandl


Reference to a wrong version of flock's documentation 2 days
http://bugs.python.org/issue6176 georg.brandl


unittest.main testRunner default argument changed from None 0 days
http://bugs.python.org/issue6177 michael.foord
patch, easy

Documentation of for statement in Reference says that range() re 0 days
http://bugs.python.org/issue6179 benjamin.peterson


Remove ipaddr library from py3k before 3.1rc2 2 days
http://bugs.python.org/issue6182 rhettinger


test_time fails on VC6 0 days
http://bugs.python.org/issue6183 ocean-city
patch

py3k build gets spurious errors from libinstall target compile o 1 days
http://bugs.python.org/issue6184 benjamin.peterson


2to3 misses buffer slicing 1 days
http://bugs.python.org/issue6185 benjamin.peterson
patch

Error Evaluating float(x) ** float(y) 0 days
http://bugs.python.org/issue6188 marketdickinson


Tutorial 3.1.2 (Strings) has duplicate lines 0 days
http://bugs.python.org/issue6190 georg.brandl
patch

urllib: ... IOError: ... unknown url type: 'c' 0 days
http://bugs.python.org/issue6193 r.david.murray


test__locale fails with RADIXCHAR on Windows 0 days
http://bugs.python.org/issue6197 ocean-city
patch

test_float fails on Windows 0 days
http://bugs.python.org/issue6198 eric.smith


test_unittest fails on Windows 0 days
http://bugs.python.org/issue6199 michael.foord
patch

SRE: (?flag:...) is not supported 2912 days
http://bugs.python.org/issue433028 georg.brandl


Update pickle docs to describe format of persistent IDs 1838 days
http://bugs.python.org/issue956303 alexandre.vassalotti
easy

hide tests from TestProgram 1408 days
http://bugs.python.org/issue1244929 michael.foord
patch



Top Issues Most Discussed (10)
______________________________

33 Python 3.1 rc1 will not build on OS X 10.5.7 with macports libi 5 days
open http://bugs.python.org/issue6154

32 improved allocation of PyUnicode objects 12 days
open http://bugs.python.org/issue1943

27 Add Google's ipaddr.py to the stdlib 251 days
closed http://bugs.python.org/issue3959

17 Mac 'make frameworkinstall' error: [...]/Python.framework/Versi 4 days
open http://bugs.python.org/issue6170

15 pydoc reports misleading failure if target module raises an Imp 113 days
open http://bugs.python.org/issue5230

14 Make pickle generated by Python 3.x compatible with 2.x and vic 8 days
open http://bugs.python.org/issue6137

10 Distutils doesn't remove .pyc files 7 days
open http://bugs.python.org/issue6142

10 LOAD_CONST followed by LOAD_ATTR can be optimized to just be a 9 days
open http://bugs.python.org/issue6133

9 test_float fails on Windows 0 days
closed http://bugs.python.org/issue6198

8 test_asynchat fails on Mac OSX 46 days
closed http://bugs.python.org/issue5798
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (06/05/09 - 06/12/09)
Python tracker at http://bugs.python.org/

To view or respond to any of the issues listed below, click on the issue
number. Do NOT respond to this message.


2225 open (+39) / 15869 closed (+26) / 18094 total (+65)

Open issues with patches: 882

Average duration of open issues: 652 days.
Median duration of open issues: 402 days.

Open Issues Breakdown
open 2197 (+39)
pending 28 ( +0)

Issues Created Or Reopened (68)
_______________________________

Issue with RotatingFileHandler logging handler on Windows 06/08/09
CLOSED http://bugs.python.org/issue4749 reopened r.david.murray


add disable_nagle_algorithm to SocketServer.TCPServer 06/08/09
http://bugs.python.org/issue6192 reopened pitrou
patch, patch, easy

test_float fails on Windows 06/05/09
CLOSED http://bugs.python.org/issue6198 reopened eric.smith


path separator output ignores shell's path separator: / instead 06/05/09
http://bugs.python.org/issue6208 created ThurnerRupert


compilation error in std. lib. module shutil (Python 3.1rc1, pla 06/05/09
CLOSED http://bugs.python.org/issue6209 created dpodbori


Exception Chaining missing method for suppressing context 06/05/09
http://bugs.python.org/issue6210 created poke


[Tutorial] Section 4.7.2 has a wrong description of an example 06/05/09
CLOSED http://bugs.python.org/issue6211 created cofi
patch

piped input 06/05/09
CLOSED http://bugs.python.org/issue6212 created rtmq


Incremental encoder incompatibility between 2.x and py3k 06/05/09
http://bugs.python.org/issue6213 created pitrou


test__locale broken on trunk 06/05/09
CLOSED http://bugs.python.org/issue6214 created pitrou


Backport the IO lib to trunk 06/05/09
http://bugs.python.org/issue6215 created pitrou
patch

Raise Unicode KEEPALIVE_SIZE_LIMIT from 9 to 32? 06/06/09
http://bugs.python.org/issue6216 created tjreedy


Add _io._TextIOWrapper.errors 06/06/09
CLOSED http://bugs.python.org/issue6217 created pjenvey
patch

Make io.BytesIO and io.StringIO picklable. 06/06/09
http://bugs.python.org/issue6218 created alexandre.vassalotti
patch, patch

nested list value change 06/06/09
CLOSED http://bugs.python.org/issue6219 created pushkarparanjpe


typo: opne in "doanddont" 06/06/09
CLOSED http://bugs.python.org/issue6220 created cate


Windows buildbot failure in test_winreg 06/06/09
CLOSED http://bugs.python.org/issue6221 created pitrou


2to3 except fixer failed in certain case 06/06/09
CLOSED http://bugs.python.org/issue6222 created bhy


Make _PyUnicode_AsString as public API 06/06/09
CLOSED http://bugs.python.org/issue6223 created bhy


References to JPython 06/06/09
CLOSED http://bugs.python.org/issue6224 created thijs


Fixing several minor bugs in Tkinter.Canvas and one in Misc._con 06/06/09
http://bugs.python.org/issue6225 created gpolo
patch

Inconsistent 'file' vs 'stream' kwarg in pprint, other stdlibs 06/06/09
http://bugs.python.org/issue6226 created pjenvey


doctest_aliases doesn't test duplicate removal 06/07/09
http://bugs.python.org/issue6227 created abbeyj
patch

round() error 06/07/09
CLOSED http://bugs.python.org/issue6228 created steve21


Installation python on mac 06/07/09
CLOSED http://bugs.python.org/issue6229 created kostonstyle


ElementTree.Element and cElementTree.Element have slightly diffe 06/07/09
http://bugs.python.org/issue6230 created Neil Muller
patch

ElementInclude may drop text 06/07/09
http://bugs.python.org/issue6231 created Neil Muller
patch

Improve test coverage of ElementTree and cElementTree 06/07/09
http://bugs.python.org/issue6232 created Neil Muller


ElementTree (py3k) doesn't properly encode characters that can't 06/07/09
http://bugs.python.org/issue6233 created Neil Muller
patch

cgi.FieldStorage is broken when given POST data 06/07/09
http://bugs.python.org/issue6234 created efosmark


\d missing from effects of re.ASCII flag 06/08/09
CLOSED http://bugs.python.org/issue6235 created MLModel


os.popen causes illegal seek on AIX in Python 3.1rc 06/08/09
http://bugs.python.org/issue6236 created nestor


Build errors when using LDFLAGS="-Wl,--no-undefined" 06/08/09
http://bugs.python.org/issue6237 created fundawang


string.ljust documentation is missing optional fillchar descript 06/08/09
CLOSED http://bugs.python.org/issue6238 created jaraco


c_char_p return value returns string, not bytes 06/08/09
http://bugs.python.org/issue6239 created georg.brandl


API to get source encoding as defined by PEP 263 06/08/09
CLOSED http://bugs.python.org/issue6240 created srid


Better type checking for the arguments of io.StringIO 06/08/09
http://bugs.python.org/issue6241 created alexandre.vassalotti
patch

Fix reference leak in io.StringIO 06/08/09
http://bugs.python.org/issue6242 created alexandre.vassalotti
patch

getkey() can segfault in combination with curses.ungetch() 06/08/09
http://bugs.python.org/issue6243 created Trundle
patch

Support for tcl 8.6 06/08/09
http://bugs.python.org/issue6244 created misc
patch

Add "intel" universal architecture on OSX 06/08/09
http://bugs.python.org/issue6245 created ronaldoussoren
patch, needs review

Python debugger ignores exception if instructed to return from g 06/08/09
http://bugs.python.org/issue6246 created inducer


should we include argparse 06/09/09
CLOSED http://bugs.python.org/issue6247 reopened rickysarraf


TCP Sockets not closed by TCPServer and StreamRequestHandler 06/09/09
http://bugs.python.org/issue6248 created krisvale
patch, patch, needs review

Error Prompt 06/10/09
CLOSED http://bugs.python.org/issue6249 created SonMarvin


Python compiles dead code 06/10/09
http://bugs.python.org/issue6250 created abbeyj
patch

c++ extension module implementation guide/example in extending/e 06/10/09
http://bugs.python.org/issue6251 created subgeometer


logging midnight rotation 06/10/09
CLOSED http://bugs.python.org/issue6252 created SanityIO


optparse.OptionParser.get_usage uses wrong formatter 06/10/09
http://bugs.python.org/issue6253 created ccx
patch

tarfile unnecessarily requires seekable files 06/10/09
CLOSED http://bugs.python.org/issue6254 created johnsonm


PyInt_FromSize_t is undocumented. 06/10/09
http://bugs.python.org/issue6255 created naoki


Wrong stacklevel in warning for contextlib.nested 06/10/09
CLOSED http://bugs.python.org/issue6256 created hagen
patch

Idle terminates on source save while debugging 06/10/09
http://bugs.python.org/issue6257 created andyharrington


distributions built with bdist_msi on 64-bit Windows fail to ins 06/10/09
http://bugs.python.org/issue6258 created jaraco


ctypes pointer arithmetic 06/10/09
http://bugs.python.org/issue6259 created theller
patch

os.utime should allow None values for ATIME or MTIME 06/10/09
CLOSED http://bugs.python.org/issue6260 created purpleidea


Clarify behaviour of random.uniform 06/10/09
CLOSED http://bugs.python.org/issue6261 created marketdickinson


VS 2008 binaries 06/11/09
CLOSED http://bugs.python.org/issue6262 created bellenot


syntax error in get_msvcr 06/11/09
CLOSED http://bugs.python.org/issue6263 created tarek


Misleading instructions for building extensions with mingw 06/11/09
CLOSED http://bugs.python.org/issue6264 created bdew


cElementTree & ElementTree use different exceptions for XML Erro 06/11/09
http://bugs.python.org/issue6265 created Neil Muller


cElementTree.iterparse & ElementTree.iterparse return differentl 06/11/09
http://bugs.python.org/issue6266 created Neil Muller


Cumulative patch to http and xmlrpc 06/11/09
http://bugs.python.org/issue6267 created krisvale


Seeking to the beginning of a text file a second time will retur 06/11/09
http://bugs.python.org/issue6268 created eggy


threading documentation makes no mention of the GIL 06/11/09
http://bugs.python.org/issue6269 created segfaulthunter
patch

Menu deletecommand fails if command is already deleted 06/11/09
http://bugs.python.org/issue6270 created gregcouch
patch

mmap: don't close file description if fd=-1 06/12/09
http://bugs.python.org/issue6271 created haypo
patch

Upgrading xml.etree to ElementTree 1.3 06/12/09
http://bugs.python.org/issue6272 created orsenthil




Issues Now Closed (52)
______________________

Improve the hackish runtime_library_dirs support for gcc 653 days
http://bugs.python.org/issue1032 alexandre.vassalotti
patch

Builtin round function is sometimes inaccurate for floats 50 days
http://bugs.python.org/issue1869 marketdickinson
patch

Set up "supported"-only buildbot waterfall view 452 days
http://bugs.python.org/issue2376 exarkun


"No windows home dir" doc error 384 days
http://bugs.python.org/issue2922 r.david.murray


subprocess (Replacing popen) - add a warning / hint 382 days
http://bugs.python.org/issue2947 r.david.murray
patch, easy

__newobj__ pickle feature is not documented 272 days
http://bugs.python.org/issue3816 alexandre.vassalotti
easy

ctypes documentation 208 days
http://bugs.python.org/issue4309 mnewman


Issue with RotatingFileHandler logging handler on Windows 3 days
http://bugs.python.org/issue4749 vsajip


Using LDFLAGS='-rpath=\$$LIB:/some/other/path' ./configure break 121 days
http://bugs.python.org/issue5201 tarek
patch

test_fdopen fails with vs2005, release build on Windows 2000 70 days
http://bugs.python.org/issue5623 krisvale
patch

"No such file or directory" with framework build under MacOS 10. 48 days
http://bugs.python.org/issue5809 ronaldoussoren


When setting complete PYTHONPATH on Python 3.x, paths in the PYT 36 days
http://bugs.python.org/issue5924 amaury.forgeotdarc
patch

Make pickle generated by Python 3.x compatible with 2.x and vice 12 days
http://bugs.python.org/issue6137 rhettinger
patch

Python 3.1 rc1 will not build on OS X 10.5.7 with macports libin 8 days
http://bugs.python.org/issue6154 brett.cannon
patch

fcntl footnote about O_SHLOCK and O_EXLOCK is misleading 4 days
http://bugs.python.org/issue6194 georg.brandl
easy

Serious regression in doctest in Py3.1rc1 8 days
http://bugs.python.org/issue6195 r.david.murray
patch

tarfile.extractall(readaccess=True) 1 days
http://bugs.python.org/issue6196 lars.gustaebel


test_float fails on Windows 4 days
http://bugs.python.org/issue6198 eric.smith


test_winreg fails 5 days
http://bugs.python.org/issue6201 amaury.forgeotdarc


Obsolete default file encoding "mac-roman" on OS X, not influenc 2 days
http://bugs.python.org/issue6202 nad
patch

Missing reference in section 4.6 to chapter on classes 1 days
http://bugs.python.org/issue6204 georg.brandl
patch

Correct a trivial typo introduced by r73238. 1 days
http://bugs.python.org/issue6206 georg.brandl
patch

Simple For-Loops 0 days
http://bugs.python.org/issue6207 pitrou


compilation error in std. lib. module shutil (Python 3.1rc1, pla 0 days
http://bugs.python.org/issue6209 benjamin.peterson


[Tutorial] Section 4.7.2 has a wrong description of an example 1 days
http://bugs.python.org/issue6211 georg.brandl
patch

piped input 0 days
http://bugs.python.org/issue6212 georg.brandl


test__locale broken on trunk 1 days
http://bugs.python.org/issue6214 ezio.melotti


Add _io._TextIOWrapper.errors 1 days
http://bugs.python.org/issue6217 benjamin.peterson
patch

nested list value change 0 days
http://bugs.python.org/issue6219 rhettinger


typo: opne in "doanddont" 0 days
http://bugs.python.org/issue6220 ezio.melotti


Windows buildbot failure in test_winreg 1 days
http://bugs.python.org/issue6221 benjamin.peterson


2to3 except fixer failed in certain case 0 days
http://bugs.python.org/issue6222 benjamin.peterson


Make _PyUnicode_AsString as public API 0 days
http://bugs.python.org/issue6223 benjamin.peterson


References to JPython 0 days
http://bugs.python.org/issue6224 georg.brandl


round() error 0 days
http://bugs.python.org/issue6228 marketdickinson


Installation python on mac 0 days
http://bugs.python.org/issue6229 benjamin.peterson


\d missing from effects of re.ASCII flag 0 days
http://bugs.python.org/issue6235 georg.brandl


string.ljust documentation is missing optional fillchar descript 0 days
http://bugs.python.org/issue6238 georg.brandl


API to get source encoding as defined by PEP 263 0 days
http://bugs.python.org/issue6240 benjamin.peterson


should we include argparse 3 days
http://bugs.python.org/issue6247 bethard


Error Prompt 0 days
http://bugs.python.org/issue6249 georg.brandl


logging midnight rotation 1 days
http://bugs.python.org/issue6252 vsajip


tarfile unnecessarily requires seekable files 2 days
http://bugs.python.org/issue6254 lars.gustaebel


Wrong stacklevel in warning for contextlib.nested 0 days
http://bugs.python.org/issue6256 rhettinger
patch

os.utime should allow None values for ATIME or MTIME 2 days
http://bugs.python.org/issue6260 purpleidea


Clarify behaviour of random.uniform 1 days
http://bugs.python.org/issue6261 rhettinger


VS 2008 binaries 1 days
http://bugs.python.org/issue6262 loewis


syntax error in get_msvcr 0 days
http://bugs.python.org/issue6263 tarek


Misleading instructions for building extensions with mingw 1 days
http://bugs.python.org/issue6264 bdew


IDLE / PyOS_InputHook 2108 days
http://bugs.python.org/issue798058 gpolo


import on Windows: please call SetErrorMode first 1664 days
http://bugs.python.org/issue1069410 srid


logging module / wrong bytecode? 876 days
http://bugs.python.org/issue1633605 annacoder




Top Issues Most Discussed (10)
______________________________

31 Issue with RotatingFileHandler logging handler on Windows 3 days
closed http://bugs.python.org/issue4749

12 should we include argparse 3 days
closed http://bugs.python.org/issue6247

10 3.x locale does not default to C, contrary to the documentation 7 days
open http://bugs.python.org/issue6203

8 Make pickle generated by Python 3.x compatible with 2.x and vic 12 days
closed http://bugs.python.org/issue6137

8 Make logging configuration files easier to use 15 days
open http://bugs.python.org/issue6136

7 Serious regression in doctest in Py3.1rc1 8 days
closed http://bugs.python.org/issue6195

7 GCC detection for runtime_library_dirs when ccache is used 1403 days
open http://bugs.python.org/issue1254718

5 tarfile unnecessarily requires seekable files 2 days
closed http://bugs.python.org/issue6254

5 Add "intel" universal architecture on OSX 4 days
open http://bugs.python.org/issue6245

5 typo: opne in "doanddont" 0 days
closed http://bugs.python.org/issue6220
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (06/12/09 - 06/19/09)
Python tracker at http://bugs.python.org/

To view or respond to any of the issues listed below, click on the issue
number. Do NOT respond to this message.


2239 open (+26) / 15895 closed (+14) / 18134 total (+40)

Open issues with patches: 886

Average duration of open issues: 653 days.
Median duration of open issues: 404 days.

Open Issues Breakdown
open 2210 (+25)
pending 29 ( +1)

Issues Created Or Reopened (40)
_______________________________

Add client side certificate support to httplib 06/12/09
CLOSED http://bugs.python.org/issue6273 created jnoller
patch

subprocess.Popen() may leak file descriptors 06/12/09
http://bugs.python.org/issue6274 created facundobatista
patch

let unittest.assertRaises() return the exception object caught 06/14/09
http://bugs.python.org/issue6275 reopened krisvale
patch, patch, easy, needs review

Fix contextlib.nested DeprecationWarning for test_signal. 06/13/09
CLOSED http://bugs.python.org/issue6276 created vshenoy
patch

Add description of new syntax of with to 2.7 whatsnew document. 06/13/09
CLOSED http://bugs.python.org/issue6277 created vshenoy
patch

http.server, BaseHTTPRequestHandler write string error 06/13/09
CLOSED http://bugs.python.org/issue6278 created System32


datamodel documentation confuses staticmethod with classmethod 06/13/09
CLOSED http://bugs.python.org/issue6279 created segfaulthunter
patch

calendar.timegm() belongs in time module, next to time.gmtime() 06/13/09
http://bugs.python.org/issue6280 created zooko


Bug in hashlib 06/13/09
http://bugs.python.org/issue6281 created Eloff


In tarfile, compression level cannot be specified 06/14/09
CLOSED http://bugs.python.org/issue6282 created Tzigi


Cannot build extension in amd64 using msvc9compiler 06/14/09
http://bugs.python.org/issue6283 created alexsh


C/API PyErr_AsUnicode() 06/14/09
http://bugs.python.org/issue6284 created ideasman42
patch

Silent abort on XP help document display 06/14/09
http://bugs.python.org/issue6285 created scott_daniels


distutils upload command doesn't work with http proxy 06/15/09
http://bugs.python.org/issue6286 created tarek


distutils.core.setup does not document the 'license' meta-data 06/15/09
CLOSED http://bugs.python.org/issue6287 created mattsmart


Update contextlib.nested docs in light of deprecation 06/17/09
http://bugs.python.org/issue6288 reopened ncoghlan


compile() raises SyntaxError with confusing message for some dec 06/15/09
CLOSED http://bugs.python.org/issue6289 created exarkun


cPickle can misread data type 06/15/09
http://bugs.python.org/issue6290 created ac.james


TypeError: b2a_base64() argument 1 must be bytes or buffer, not 06/16/09
CLOSED http://bugs.python.org/issue6291 created milivojm


Fix tests to work with -OO 06/16/09
http://bugs.python.org/issue6292 created collinwinter
patch, easy

Have regrtest.py echo back sys.flags 06/16/09
http://bugs.python.org/issue6293 created collinwinter
patch, easy

Improve shutdown exception ignored message 06/17/09
http://bugs.python.org/issue6294 created tjreedy
easy

curses doc : getch is blocking by default 06/17/09
CLOSED http://bugs.python.org/issue6295 created nojhan


Native (and default) tarfile support for setup.py sdist in distu 06/17/09
http://bugs.python.org/issue6296 created michael.foord


Added Misc/python.pc to 'distclean' Rule 06/17/09
http://bugs.python.org/issue6297 created jcsalterego
patch

http://python.org/download says Python 2.4.5, but I think it mea 06/17/09
CLOSED http://bugs.python.org/issue6298 created zooko


pyexpat build failure on Solaris 10 for 2.6.1/2.6.2 06/17/09
http://bugs.python.org/issue6299 created enchanter


encode and decode should accept 'errors' as a keyword argument 06/18/09
http://bugs.python.org/issue6300 created r.david.murray
easy

Error in tutorial section 7.2 06/18/09
CLOSED http://bugs.python.org/issue6301 created melbourne


email.header.decode_header data types are inconsistent and incor 06/18/09
http://bugs.python.org/issue6302 created r.david.murray


print does not appear in the 3.x documentation index 06/18/09
CLOSED http://bugs.python.org/issue6303 created r.david.murray


Confusing error message when passing bytes to print with file po 06/18/09
http://bugs.python.org/issue6304 created r.david.murray


islice doesn't accept large stop values 06/18/09
http://bugs.python.org/issue6305 created thomasguest


filecmp.cmp can not compare two files from different OS with the 06/18/09
http://bugs.python.org/issue6306 created higer


AttributeError in traceback.print_last() 06/18/09
CLOSED http://bugs.python.org/issue6307 created complex


termios fix for QNX breaks HP-UX 06/18/09
http://bugs.python.org/issue6308 created haubi


Tix needs TCL package require statement 06/19/09
http://bugs.python.org/issue6309 created eantelman


Windows "App Paths" key is not checked when installed for curren 06/19/09
http://bugs.python.org/issue6310 created techtonik


virtual memory error with archivemail 06/19/09
http://bugs.python.org/issue6311 created helgekraak


httplib fails with HEAD requests to pages with "transfer-encodin 06/19/09
http://bugs.python.org/issue6312 created ezio.melotti




Issues Now Closed (29)
______________________

linecache .updatecache fails on utf8 encoded files 544 days
http://bugs.python.org/issue1685 amaury.forgeotdarc
patch, easy

test_urllib2_localnet fails on MacOS X 10.4.11 (Intel) 332 days
http://bugs.python.org/issue3407 orsenthil


Ill-formed surrogates not treated as errors during encoding/deco 295 days
http://bugs.python.org/issue3672 hippietrail
patch

Local variables not freed when Exception raises in function call 76 days
http://bugs.python.org/issue5641 georg.brandl


Unexpected universal newline behavior (newline duplication) in W 16 days
http://bugs.python.org/issue6127 alexandre.vassalotti
patch

subprocess module not compatible with python 2.5 15 days
http://bugs.python.org/issue6189 amaury.forgeotdarc
patch

sdist doesn't include data_files 10 days
http://bugs.python.org/issue6205 purpleidea


doctest_aliases doesn't test duplicate removal 8 days
http://bugs.python.org/issue6227 amaury.forgeotdarc
patch

Python compiles dead code 6 days
http://bugs.python.org/issue6250 loewis
patch

PyInt_FromSize_t is undocumented. 7 days
http://bugs.python.org/issue6255 georg.brandl


distributions built with bdist_msi on 64-bit Windows fail to ins 3 days
http://bugs.python.org/issue6258 loewis


mmap: don't close file description if fd=-1 2 days
http://bugs.python.org/issue6271 ocean-city
patch

Add client side certificate support to httplib 0 days
http://bugs.python.org/issue6273 jnoller
patch

Fix contextlib.nested DeprecationWarning for test_signal. 6 days
http://bugs.python.org/issue6276 georg.brandl
patch

Add description of new syntax of with to 2.7 whatsnew document. 3 days
http://bugs.python.org/issue6277 rhettinger
patch

http.server, BaseHTTPRequestHandler write string error 2 days
http://bugs.python.org/issue6278 amaury.forgeotdarc


datamodel documentation confuses staticmethod with classmethod 1 days
http://bugs.python.org/issue6279 segfaulthunter
patch

In tarfile, compression level cannot be specified 1 days
http://bugs.python.org/issue6282 Tzigi


distutils.core.setup does not document the 'license' meta-data 0 days
http://bugs.python.org/issue6287 tarek


compile() raises SyntaxError with confusing message for some dec 0 days
http://bugs.python.org/issue6289 benjamin.peterson


TypeError: b2a_base64() argument 1 must be bytes or buffer, not 0 days
http://bugs.python.org/issue6291 r.david.murray


curses doc : getch is blocking by default 0 days
http://bugs.python.org/issue6295 georg.brandl


http://python.org/download says Python 2.4.5, but I think it mea 0 days
http://bugs.python.org/issue6298 georg.brandl


Error in tutorial section 7.2 1 days
http://bugs.python.org/issue6301 pjenvey


print does not appear in the 3.x documentation index 0 days
http://bugs.python.org/issue6303 r.david.murray


AttributeError in traceback.print_last() 0 days
http://bugs.python.org/issue6307 r.david.murray


current directory in sys.path handles symlinks badly 1665 days
http://bugs.python.org/issue1074015 marko


enhance unittest to define tests that *should* fail 1253 days
http://bugs.python.org/issue1399935 benjamin.peterson
patch

keyword and topic help broken in Pythonwin IDE 1126 days
http://bugs.python.org/issue1489051 georg.brandl




Top Issues Most Discussed (10)
______________________________

18 io.BufferedReader.peek(): Documentation differs from Implementa 58 days
open http://bugs.python.org/issue5811

13 Backport the IO lib to trunk 14 days
open http://bugs.python.org/issue6215

9 Add "daemon" argument to threading.Thread constructor 31 days
open http://bugs.python.org/issue6064

8 Error in tutorial section 7.2 1 days
closed http://bugs.python.org/issue6301

8 Update contextlib.nested docs in light of deprecation 2 days
open http://bugs.python.org/issue6288

8 Python compiles dead code 6 days
closed http://bugs.python.org/issue6250

7 Native (and default) tarfile support for setup.py sdist in dist 2 days
open http://bugs.python.org/issue6296

6 Add description of new syntax of with to 2.7 whatsnew document. 3 days
closed http://bugs.python.org/issue6277

6 let unittest.assertRaises() return the exception object caught 5 days
open http://bugs.python.org/issue6275

6 path separator output ignores shell's path separator: / instead 14 days
open http://bugs.python.org/issue6208
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (06/19/09 - 06/26/09)
Python tracker at http://bugs.python.org/

To view or respond to any of the issues listed below, click on the issue
number. Do NOT respond to this message.


2242 open (+17) / 15925 closed (+16) / 18167 total (+33)

Open issues with patches: 889

Average duration of open issues: 657 days.
Median duration of open issues: 408 days.

Open Issues Breakdown
open 2212 (+17)
pending 30 ( +0)

Issues Created Or Reopened (33)
_______________________________

test_with.py has a couple minor mistakes 06/19/09
CLOSED http://bugs.python.org/issue6313 created exarkun
patch

logging.basicConfig(level='DEBUG', ... 06/20/09
CLOSED http://bugs.python.org/issue6314 created alexl


locale._build_localename(locale.getdefaultlocale()) returns 'C.m 06/20/09
CLOSED http://bugs.python.org/issue6315 created sjt


format, str.format don't work well with datetime, date object 06/20/09
CLOSED http://bugs.python.org/issue6316 created falsetru


winsound.PlaySound doesn't accept non-unicode string 06/21/09
http://bugs.python.org/issue6317 created ocean-city
patch

HTMLParser Attributes Containing Escaped Quotes 06/21/09
CLOSED http://bugs.python.org/issue6318 created ericryk


bdist_msi runs out of memory for large packages 06/21/09
CLOSED http://bugs.python.org/issue6319 created bethard
patch

Standard string encodings should include GSM0.38 06/21/09
http://bugs.python.org/issue6320 created jwishnie


Reload Python modules when running programs 06/22/09
http://bugs.python.org/issue6321 created samwyse


Pdb breakpoints don't work on lines without bytecode 06/22/09
http://bugs.python.org/issue6322 created inducer


Py3.1 pdb doesn't deal well with syntax errors 06/22/09
http://bugs.python.org/issue6323 created inducer
patch, needs review

"in" expression falls back to __iter__ before __getitem__ 06/22/09
http://bugs.python.org/issue6324 created afoglia


robotparser doesn't handle URL's with query strings 06/23/09
http://bugs.python.org/issue6325 created skybrian


Add a "swap" method to list 06/23/09
http://bugs.python.org/issue6326 created krisvale
patch, patch

[mimetext] long lines get cut with exclamation mark and newline 06/23/09
http://bugs.python.org/issue6327 created martijntje


login() function failed in smtplib with message "argument 1 must 06/23/09
CLOSED http://bugs.python.org/issue6328 created hdvision


Fix iteration for memoryviews 06/23/09
CLOSED http://bugs.python.org/issue6329 created rhettinger
patch

trunk does not build with --enable-unicode=ucs4 06/23/09
http://bugs.python.org/issue6330 created eric.smith
easy

Add unicode script info to the unicode database 06/23/09
http://bugs.python.org/issue6331 created doerwalter
patch

typo on man page warning control 06/23/09
CLOSED http://bugs.python.org/issue6332 created lieryan
patch

logging: ValueError: I/O operation on closed file 06/24/09
http://bugs.python.org/issue6333 created srid


3.0/3.1: Bad bug in range() computation (or possible Integer pro 06/24/09
CLOSED http://bugs.python.org/issue6334 created mfxmfx
patch

Add support for mingw 06/24/09
http://bugs.python.org/issue6335 created smartmobili
patch

nb_divide missing in docs 06/24/09
http://bugs.python.org/issue6336 created flub


multiprocessing module: Double close of sys.stdin - ID: 2811568 06/24/09
CLOSED http://bugs.python.org/issue6337 created subdir
patch

Error message displayed on stderr when no C compiler is present 06/24/09
http://bugs.python.org/issue6338 created ehuss
patch

Some functional errors in turtle.py documentation (missing links 06/24/09
CLOSED http://bugs.python.org/issue6339 created gregorlingl


replace tdemo_chaos.py 06/24/09
CLOSED http://bugs.python.org/issue6340 created gregorlingl


io.path.ismount gives "local variable 'p' referenced before ass 06/25/09
CLOSED http://bugs.python.org/issue6341 created g.moralis


io.path.ismount gives "local variable 'p' referenced before ass 06/25/09
CLOSED http://bugs.python.org/issue6342 created g.moralis


TimedRotatingFileHandler permission denied rename failure on Win 06/25/09
http://bugs.python.org/issue6343 created dnagata


mmap.read() crashes when passed a negative argument 06/25/09
http://bugs.python.org/issue6344 created amaury.forgeotdarc


extra characters displayed when writing to sys.stdout.buffer 06/26/09
CLOSED http://bugs.python.org/issue6345 created metolone




Issues Now Closed (31)
______________________

zlib.crc32() and adler32() return value 263 days
http://bugs.python.org/issue1202 gregory.p.smith
64bit

Tix HList class missing method implementation for info_bbox 627 days
http://bugs.python.org/issue1230 gpolo


xml/sax/expatreader.py raises AttributeError when run 202 days
http://bugs.python.org/issue4490 amaury.forgeotdarc
patch

test_tcl testLoadTk fails if DISPLAY defined but connect fails, 105 days
http://bugs.python.org/issue5450 gpolo
patch

pyexpat defines global symbol template_string 86 days
http://bugs.python.org/issue5590 doko


SimpleXMLRPCServer not suitable for HTTP/1.1 keep-alive 27 days
http://bugs.python.org/issue6096 loewis
patch, patch, easy, needs review

HTTP/1.1 with keep-alive support for xmlrpclib.ServerProxy 27 days
http://bugs.python.org/issue6099 loewis
patch, patch, needs review

Backport the IO lib to trunk 15 days
http://bugs.python.org/issue6215 pitrou
patch

subprocess.Popen() may leak file descriptors 7 days
http://bugs.python.org/issue6274 facundobatista
patch

Update contextlib.nested docs in light of deprecation 6 days
http://bugs.python.org/issue6288 ncoghlan


virtual memory error with archivemail 0 days
http://bugs.python.org/issue6311 loewis


test_with.py has a couple minor mistakes 0 days
http://bugs.python.org/issue6313 benjamin.peterson
patch

logging.basicConfig(level='DEBUG', ... 2 days
http://bugs.python.org/issue6314 vsajip


locale._build_localename(locale.getdefaultlocale()) returns 'C.m 5 days
http://bugs.python.org/issue6315 r.david.murray


format, str.format don't work well with datetime, date object 0 days
http://bugs.python.org/issue6316 falsetru


HTMLParser Attributes Containing Escaped Quotes 0 days
http://bugs.python.org/issue6318 georg.brandl


bdist_msi runs out of memory for large packages 0 days
http://bugs.python.org/issue6319 bethard
patch

login() function failed in smtplib with message "argument 1 must 0 days
http://bugs.python.org/issue6328 r.david.murray


Fix iteration for memoryviews 0 days
http://bugs.python.org/issue6329 rhettinger
patch

typo on man page warning control 0 days
http://bugs.python.org/issue6332 georg.brandl
patch

3.0/3.1: Bad bug in range() computation (or possible Integer pro 1 days
http://bugs.python.org/issue6334 mfxmfx
patch

multiprocessing module: Double close of sys.stdin - ID: 2811568 0 days
http://bugs.python.org/issue6337 jnoller
patch

Some functional errors in turtle.py documentation (missing links 1 days
http://bugs.python.org/issue6339 r.david.murray


replace tdemo_chaos.py 1 days
http://bugs.python.org/issue6340 r.david.murray


io.path.ismount gives "local variable 'p' referenced before ass 0 days
http://bugs.python.org/issue6341 r.david.murray


io.path.ismount gives "local variable 'p' referenced before ass 0 days
http://bugs.python.org/issue6342 amaury.forgeotdarc


extra characters displayed when writing to sys.stdout.buffer 0 days
http://bugs.python.org/issue6345 benjamin.peterson


curselection() in Tkinter.py should return ints 1997 days
http://bugs.python.org/issue869780 gpolo
patch

Add XML-RPC Fault Interoperability to XMLRPC libraries 1310 days
http://bugs.python.org/issue1360243 loewis
patch, easy

Tix ComboBox entry is blank when not editable 944 days
http://bugs.python.org/issue1600182 gpolo


syslog syscall support for SysLogLogger 782 days
http://bugs.python.org/issue1711603 LwarX
patch



Top Issues Most Discussed (10)
______________________________

9 Native (and default) tarfile support for setup.py sdist in dist 9 days
open http://bugs.python.org/issue6296

9 ElementTree (py3k) doesn't properly encode characters that can' 19 days
open http://bugs.python.org/issue6233

9 Python 2.6 makes .pyc/.pyo bytecode files executable 37 days
open http://bugs.python.org/issue6070

7 3.0/3.1: Bad bug in range() computation (or possible Integer pr 1 days
closed http://bugs.python.org/issue6334

6 cElementTree.iterparse & ElementTree.iterparse return different 15 days
open http://bugs.python.org/issue6266

5 Add a "swap" method to list 3 days
open http://bugs.python.org/issue6326

5 Py3.1 pdb doesn't deal well with syntax errors 4 days
open http://bugs.python.org/issue6323

5 os.popen causes illegal seek on AIX in Python 3.1rc 19 days
open http://bugs.python.org/issue6236

5 test_tcl testLoadTk fails if DISPLAY defined but connect fails, 105 days
closed http://bugs.python.org/issue5450

5 Document auto __ne__ generation; provide a use case for non-tri 215 days
open http://bugs.python.org/issue4395
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (06/26/09 - 07/03/09)
Python tracker at http://bugs.python.org/

To view or respond to any of the issues listed below, click on the issue
number. Do NOT respond to this message.


2231 open (+26) / 16000 closed (+38) / 18231 total (+64)

Open issues with patches: 890

Average duration of open issues: 661 days.
Median duration of open issues: 413 days.

Open Issues Breakdown
open 2203 (+26)
pending 28 ( +0)

Issues Created Or Reopened (65)
_______________________________

Remove checks for win NT 06/29/09
CLOSED http://bugs.python.org/issue4856 reopened amaury.forgeotdarc
patch

Rstrip Incorrectly Strips Some Strings 06/26/09
CLOSED http://bugs.python.org/issue6346 created mkubilus


hpux11.00-parisc: dtoa.c: "Failed to find an exact-width 32-bit 06/26/09
CLOSED http://bugs.python.org/issue6347 created srid
patch

solaris/aix: Py_Initialize: can't initialize sys standard stream 06/26/09
http://bugs.python.org/issue6348 created srid


email.Maildir cannot roundtrip messages. 06/27/09
CLOSED http://bugs.python.org/issue6349 created bremner


Example at end of HTMLParser documentation uses old-style print 06/27/09
CLOSED http://bugs.python.org/issue6350 created MLModel


Compiler warning in _cursesmodule.c 06/28/09
http://bugs.python.org/issue6351 created hagen


Compiler warning in unicodeobject.c 06/28/09
http://bugs.python.org/issue6352 created hagen
patch

"L" integer suffix in Python 3.1 tutorial 06/28/09
CLOSED http://bugs.python.org/issue6353 created delroth
patch

Old floating point representation in 3.1 tutorial 06/28/09
CLOSED http://bugs.python.org/issue6354 created delroth


bogus NULL check in PyCapsule 06/28/09
CLOSED http://bugs.python.org/issue6355 created bkramer
patch

Segfault of sys.setrecursionlimit if limit exceeds the value 180 06/28/09
CLOSED http://bugs.python.org/issue6356 created str1442


tempfile.NamedTemporaryFile does not accept the delete= paramete 06/28/09
CLOSED http://bugs.python.org/issue6357 created stutzbach


os.popen exit code inconsistent 06/28/09
http://bugs.python.org/issue6358 created abbeyj


pyexpat.c calls trace function incorrectly for exceptions 06/28/09
http://bugs.python.org/issue6359 created nedbat


Simplify string decoding in xmlrpc.client. 06/29/09
http://bugs.python.org/issue6360 created alexandre.vassalotti
patch

I/O object wrappers shouldn't close their underlying file when d 06/29/09
http://bugs.python.org/issue6361 created alexandre.vassalotti


multiprocessing: handling of errno after signals in sem_acquire( 06/29/09
http://bugs.python.org/issue6362 created ryles


__future__ statements break doctest 06/29/09
CLOSED http://bugs.python.org/issue6363 created pooryorick


freeze tool broken in Python 3.x 06/29/09
http://bugs.python.org/issue6364 created hagen


distutils duplicates package directory for C extensions in 3.1 f 06/29/09
CLOSED http://bugs.python.org/issue6365 created scoder


rare assertion failure in test_multiprocessing 06/29/09
http://bugs.python.org/issue6366 created pitrou


Change the instruction pointer in python 06/29/09
CLOSED http://bugs.python.org/issue6367 created vinoth


Fix unused variable warning introduced by commit r73603. 06/29/09
CLOSED http://bugs.python.org/issue6368 created vshenoy
patch

binhex buggy in py3k 06/29/09
CLOSED http://bugs.python.org/issue6369 created pitrou
patch

Bad performance of colllections.Counter at initialisation from a 06/29/09
CLOSED http://bugs.python.org/issue6370 created SilentGhost


Minor internal link errors in Optparse doc 06/29/09
CLOSED http://bugs.python.org/issue6371 created pakal


Make all switches keyword-only 06/29/09
CLOSED http://bugs.python.org/issue6372 created ptn


SystemError in encoder 06/29/09
CLOSED http://bugs.python.org/issue6373 created glynnc
patch

Confused by subprocess API documentation 06/29/09
CLOSED http://bugs.python.org/issue6374 created pakal
patch

compile failure in Modules/python.c 06/29/09
http://bugs.python.org/issue6375 created adamg
patch

description of Decinal.logical_invert is incorrect 06/29/09
CLOSED http://bugs.python.org/issue6376 created mft


distutils compiler switch ignored 06/29/09
http://bugs.python.org/issue6377 created atuining
patch

Patch to make 'idle.bat' run idle.pyw using appropriate Python i 06/29/09
http://bugs.python.org/issue6378 created srid
patch

Add first() function that would take first matching case from an 06/29/09
CLOSED http://bugs.python.org/issue6379 created gandalf


Deadlock during the "import" in the fork()'ed child process if f 06/29/09
http://bugs.python.org/issue6380 created hdn


test_urllib2_localnet sporadic failures closing socket 06/30/09
http://bugs.python.org/issue6381 created r.david.murray


test_socketserver fails on trunk in test_ForkingTCPServer 06/30/09
http://bugs.python.org/issue6382 created r.david.murray


error in unicodedata.numeric(u"\u2187") and 2188 06/30/09
CLOSED http://bugs.python.org/issue6383 created vernondcole
patch, needs review

Permalink to built-in exception class hierarchy documentation 06/30/09
CLOSED http://bugs.python.org/issue6384 created MLModel


two lines of typographical inconsistency in doc of exception cla 06/30/09
CLOSED http://bugs.python.org/issue6385 created MLModel


importing yields unexpected results when initial script is a sym 06/30/09
http://bugs.python.org/issue6386 created jbeulich


floor division gives different result for int versus float. 06/30/09
CLOSED http://bugs.python.org/issue6387 created drj


platform.python_implementation does not work on IronPython 06/30/09
CLOSED http://bugs.python.org/issue6388 created tbleier


os.chmod() documentation refers to non-existent documentation in 06/30/09
CLOSED http://bugs.python.org/issue6389 created mhearne808
easy

File reads past EOF in "w+b" mode 06/30/09
CLOSED http://bugs.python.org/issue6390 created bmearns


Incorrect description of unittest.TestCase.run 06/30/09
CLOSED http://bugs.python.org/issue6391 created zhouer


IDLE 3.1 will not open 07/01/09
CLOSED http://bugs.python.org/issue6392 created matthall


OS X: python3 from python-3.1.dmg crashes at startup 07/01/09
http://bugs.python.org/issue6393 created marketdickinson


getppid support in os module on Windows 07/01/09
http://bugs.python.org/issue6394 created janglin
patch

Add Pickle Support to the codecs Module 07/01/09
http://bugs.python.org/issue6395 created ThomasH


No conversion specifier in the string, no __getitem__ method in 07/02/09
http://bugs.python.org/issue6396 reopened amaury.forgeotdarc


Implementing Solaris "poll" in the "select" module 07/01/09
http://bugs.python.org/issue6397 created jcea


README typo 07/01/09
http://bugs.python.org/issue6398 created nmichaels
patch

Error reporting by logging.config.fileConfig() 07/02/09
http://bugs.python.org/issue6399 created mike


incorrect commands import 07/02/09
CLOSED http://bugs.python.org/issue6400 created alejolp


Unexpected module garbage collection 07/02/09
CLOSED http://bugs.python.org/issue6401 created j_pok


Crash after attempt to set the error indicator via PyErr_SetStri 07/02/09
CLOSED http://bugs.python.org/issue6402 created iankko


distutils builds extension modules to root package directory 07/02/09
CLOSED http://bugs.python.org/issue6403 created ivank


3.1 NEWS.txt points to alpha 2 file 07/02/09
CLOSED http://bugs.python.org/issue6404 created srid


Redundant redeclarations in descrobject.h 07/03/09
CLOSED http://bugs.python.org/issue6405 created flub
patch

NameError on 2to3 tool 07/03/09
CLOSED http://bugs.python.org/issue6406 created alejolp
patch

multiprocessing Pool should allow custom task queue 07/03/09
http://bugs.python.org/issue6407 created masher


2to3: Local package import 07/03/09
CLOSED http://bugs.python.org/issue6408 created alejolp


2to3 generates malformed diffs 07/03/09
http://bugs.python.org/issue6409 created exarkun
patch



Issues Now Closed (79)
______________________

Timeout in CGIXMLRPCRequestHandler under IIS 641 days
http://bugs.python.org/issue1214 alexandre.vassalotti
patch

eliminate recursion in pickling 460 days
http://bugs.python.org/issue2480 alexandre.vassalotti


optparse quirks 236 days
http://bugs.python.org/issue4278 amaury.forgeotdarc


3.0 file.read dreadfully slow 210 days
http://bugs.python.org/issue4533 pitrou
patch

SystemError if invalid arguments passed to range() and step=-1 207 days
http://bugs.python.org/issue4536 georg.brandl
patch, needs review

directory permission error with make install in 3.0 206 days
http://bugs.python.org/issue4601 amaury.forgeotdarc
patch

print_function and unicode_literals don't work together 204 days
http://bugs.python.org/issue4618 benjamin.peterson


Issue with RotatingFileHandler logging handler on Windows 23 days
http://bugs.python.org/issue4749 eantelman


Remove checks for win NT 0 days
http://bugs.python.org/issue4856 ocean-city
patch

Multiprocessing.Queue created by sub-process fails when used in 146 days
http://bugs.python.org/issue5155 jnoller


Formatting error in "findertools" header 135 days
http://bugs.python.org/issue5254 ezio.melotti


multiprocessing.process using os.close(sys.stdin.fileno) instead 131 days
http://bugs.python.org/issue5313 jnoller
patch

multiprocessing hangs when Pool used within Process 130 days
http://bugs.python.org/issue5331 jnoller


Allow intermixing of keyword arguments and vargarg arguments 124 days
http://bugs.python.org/issue5383 amaury.forgeotdarc


Item 'Python x.x.x' in Add/Remove Programs list still lacks an i 115 days
http://bugs.python.org/issue5390 loewis


uuid module generates incorrect values for uuid3 (and possibly u 119 days
http://bugs.python.org/issue5415 amaury.forgeotdarc


multiprocessing/connection.py wrong pipe name under win32 104 days
http://bugs.python.org/issue5503 jnoller


optparse: clarify option concatenation in docs 99 days
http://bugs.python.org/issue5555 ajs


multiprocessing.connection.Client API documentation incorrect 78 days
http://bugs.python.org/issue5740 jnoller
needs review

timeit documentation 57 days
http://bugs.python.org/issue5896 ezio.melotti


Risk of confusion in multiprocessing module - daemonic processes 58 days
http://bugs.python.org/issue5906 jnoller


re-usable generators / generator expressions should return itera 52 days
http://bugs.python.org/issue5973 Jae


Fix O(n**2) performance problem in socket._fileobject 33 days
http://bugs.python.org/issue6117 krisvale
patch, patch, easy, needs review

Confusing DeprecationWarning 37 days
http://bugs.python.org/issue6119 benjamin.peterson


Parallel regression testing 30 days
http://bugs.python.org/issue6152 pitrou
patch

Python 3.1 rc1 will not build on OS X 10.5.7 with macports libin 30 days
http://bugs.python.org/issue6154 ygale
patch

[AIX] Patch to correct the AIX C/C++ linker argument used for 'r 27 days
http://bugs.python.org/issue6164 tarek
patch

Mac 'make frameworkinstall' error: [...]/Python.framework/Versio 25 days
http://bugs.python.org/issue6170 srid


add disable_nagle_algorithm to SocketServer.TCPServer 21 days
http://bugs.python.org/issue6192 krisvale
patch, patch, easy

TCP Sockets not closed by TCPServer and StreamRequestHandler 19 days
http://bugs.python.org/issue6248 krisvale
patch, patch, needs review

distutils upload command doesn't work with http proxy 13 days
http://bugs.python.org/issue6286 tarek


Tix needs TCL package require statement 8 days
http://bugs.python.org/issue6309 eantelman


Add a "swap" method to list 8 days
http://bugs.python.org/issue6326 pitrou
patch, patch

mmap.read() crashes when passed a negative argument 4 days
http://bugs.python.org/issue6344 ocean-city
patch

Rstrip Incorrectly Strips Some Strings 0 days
http://bugs.python.org/issue6346 ezio.melotti


hpux11.00-parisc: dtoa.c: "Failed to find an exact-width 32-bit 4 days
http://bugs.python.org/issue6347 marketdickinson
patch

email.Maildir cannot roundtrip messages. 1 days
http://bugs.python.org/issue6349 r.david.murray


Example at end of HTMLParser documentation uses old-style print 0 days
http://bugs.python.org/issue6350 ezio.melotti


"L" integer suffix in Python 3.1 tutorial 3 days
http://bugs.python.org/issue6353 ezio.melotti
patch

Old floating point representation in 3.1 tutorial 1 days
http://bugs.python.org/issue6354 marketdickinson


bogus NULL check in PyCapsule 0 days
http://bugs.python.org/issue6355 benjamin.peterson
patch

Segfault of sys.setrecursionlimit if limit exceeds the value 180 0 days
http://bugs.python.org/issue6356 loewis


tempfile.NamedTemporaryFile does not accept the delete= paramete 1 days
http://bugs.python.org/issue6357 stutzbach


__future__ statements break doctest 4 days
http://bugs.python.org/issue6363 benjamin.peterson


distutils duplicates package directory for C extensions in 3.1 f 0 days
http://bugs.python.org/issue6365 tarek


Change the instruction pointer in python 1 days
http://bugs.python.org/issue6367 vinoth


Fix unused variable warning introduced by commit r73603. 0 days
http://bugs.python.org/issue6368 ocean-city
patch

binhex buggy in py3k 2 days
http://bugs.python.org/issue6369 pitrou
patch

Bad performance of colllections.Counter at initialisation from a 0 days
http://bugs.python.org/issue6370 rhettinger


Minor internal link errors in Optparse doc 1 days
http://bugs.python.org/issue6371 georg.brandl


Make all switches keyword-only 0 days
http://bugs.python.org/issue6372 ptn


SystemError in encoder 0 days
http://bugs.python.org/issue6373 amaury.forgeotdarc
patch

Confused by subprocess API documentation 1 days
http://bugs.python.org/issue6374 georg.brandl
patch

description of Decinal.logical_invert is incorrect 1 days
http://bugs.python.org/issue6376 georg.brandl


Add first() function that would take first matching case from an 0 days
http://bugs.python.org/issue6379 rhettinger


error in unicodedata.numeric(u"\u2187") and 2188 1 days
http://bugs.python.org/issue6383 amaury.forgeotdarc
patch, needs review

Permalink to built-in exception class hierarchy documentation 1 days
http://bugs.python.org/issue6384 georg.brandl


two lines of typographical inconsistency in doc of exception cla 0 days
http://bugs.python.org/issue6385 georg.brandl


floor division gives different result for int versus float. 0 days
http://bugs.python.org/issue6387 r.david.murray


platform.python_implementation does not work on IronPython 0 days
http://bugs.python.org/issue6388 benjamin.peterson


os.chmod() documentation refers to non-existent documentation in 2 days
http://bugs.python.org/issue6389 r.david.murray
easy

File reads past EOF in "w+b" mode 0 days
http://bugs.python.org/issue6390 amaury.forgeotdarc


Incorrect description of unittest.TestCase.run 0 days
http://bugs.python.org/issue6391 ezio.melotti


IDLE 3.1 will not open 0 days
http://bugs.python.org/issue6392 amaury.forgeotdarc


incorrect commands import 0 days
http://bugs.python.org/issue6400 alejolp


Unexpected module garbage collection 0 days
http://bugs.python.org/issue6401 pitrou


Crash after attempt to set the error indicator via PyErr_SetStri 0 days
http://bugs.python.org/issue6402 benjamin.peterson


distutils builds extension modules to root package directory 1 days
http://bugs.python.org/issue6403 tarek


3.1 NEWS.txt points to alpha 2 file 0 days
http://bugs.python.org/issue6404 benjamin.peterson


Redundant redeclarations in descrobject.h 0 days
http://bugs.python.org/issue6405 benjamin.peterson
patch

NameError on 2to3 tool 0 days
http://bugs.python.org/issue6406 alejolp
patch

2to3: Local package import 0 days
http://bugs.python.org/issue6408 alejolp


Tk.quit leads to crash in python.exe 2169 days
http://bugs.python.org/issue775544 gpolo


fcntl.ioctl have a bit problem. 1413 days
http://bugs.python.org/issue1262856 amaury.forgeotdarc


traceback module can return undecodable byte strings 1392 days
http://bugs.python.org/issue1284496 amaury.forgeotdarc


Trailing slash redirection for SimpleHTTPServer 1364 days
http://bugs.python.org/issue1314572 josiahcarlson
patch, easy

Polymorphic getters / setters 1285 days
http://bugs.python.org/issue1388872 amaury.forgeotdarc


Stepping into a generator throw does not work 962 days
http://bugs.python.org/issue1592241 amaury.forgeotdarc


pickle - cannot unpickle circular deps with custom __hash__ 704 days
http://bugs.python.org/issue1761028 alexandre.vassalotti




Top Issues Most Discussed (10)
______________________________

7 getppid support in os module on Windows 2 days
open http://bugs.python.org/issue6394

7 error in unicodedata.numeric(u"\u2187") and 2188 1 days
closed http://bugs.python.org/issue6383

7 Green-box doc glitch: winhelp version only 126 days
open http://bugs.python.org/issue5388

7 Remove checks for win NT 0 days
closed http://bugs.python.org/issue4856

6 incorrect commands import 0 days
closed http://bugs.python.org/issue6400

6 tempfile.NamedTemporaryFile does not accept the delete= paramet 1 days
closed http://bugs.python.org/issue6357

6 Cumulative patcc:h to http and xmlrpc 22 days
open http://bugs.python.org/issue6267

5 floor division gives different result for int versus float. 0 days
closed http://bugs.python.org/issue6387

5 SystemError in encoder 0 days
closed http://bugs.python.org/issue6373

5 Make all switches keyword-only 0 days
closed http://bugs.python.org/issue6372
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (07/03/09 - 07/10/09)
Python tracker at http://bugs.python.org/

To view or respond to any of the issues listed below, click on the issue
number. Do NOT respond to this message.


2245 open (+32) / 16035 closed (+17) / 18280 total (+49)

Open issues with patches: 894

Average duration of open issues: 660 days.
Median duration of open issues: 414 days.

Open Issues Breakdown
open 2215 (+32)
pending 30 ( +0)

Issues Created Or Reopened (52)
_______________________________

multiprocessing: BaseManager.from_address documented but doesn't 07/09/09
http://bugs.python.org/issue3518 reopened jnoller


logging.basicConfig(level='DEBUG', ... and setLevel("DEBUG") res 07/06/09
http://bugs.python.org/issue6314 reopened r.david.murray
patch

distutils compiler switch ignored 07/08/09
http://bugs.python.org/issue6377 reopened tarek
patch

Dictionaries should support __add__ 07/04/09
CLOSED http://bugs.python.org/issue6410 reopened ezio.melotti


3.1 not functional 07/03/09
CLOSED http://bugs.python.org/issue6411 created element.effect


Titlecase as defined in Unicode Case Mappings not followed 07/03/09
http://bugs.python.org/issue6412 created christoph
patch

incorrect log level in distutlis.dist for announce 07/04/09
CLOSED http://bugs.python.org/issue6413 created tarek


struct module : processor endianness descriptions misleading 07/04/09
http://bugs.python.org/issue6414 created kmag
easy

warnings.warn segfaults on bad formatted string 07/04/09
http://bugs.python.org/issue6415 created wiesenth
patch

Failed to compile selectmodule.c on windows (trunk) 07/04/09
CLOSED http://bugs.python.org/issue6416 created ocean-city
easy

multiprocessing Process examples: print and getppid 07/04/09
http://bugs.python.org/issue6417 created mnewman


unittest.TestProgram change breaks nose 07/04/09
http://bugs.python.org/issue6418 created jpellerin
patch

Broken test_kqueue.py on OpenBSD 07/04/09
http://bugs.python.org/issue6419 created henry.precheur


Fix warning in nismodule.c on OpenBSD 07/04/09
CLOSED http://bugs.python.org/issue6420 created henry.precheur
patch

errors in docs re module initialization vs self arg to functions 07/04/09
http://bugs.python.org/issue6421 created aleax
easy

timeit called from within Python should allow autoranging 07/05/09
http://bugs.python.org/issue6422 created scott_daniels
patch

The cgi docs should advertize using "in" instead of "has_key" 07/05/09
http://bugs.python.org/issue6423 created cito
patch

Idle3 crashing when using completion 07/05/09
CLOSED http://bugs.python.org/issue6424 created tcourbon


imaplib.IMAP4.fetch() is missing documentation for message_set p 07/06/09
CLOSED http://bugs.python.org/issue6425 created Sjoerder


imaplib.IMAP4 "command illegal in this state" is unhelpful error 07/06/09
http://bugs.python.org/issue6426 created Sjoerder
easy

Rename float*.[ch] to double.[ch] 07/06/09
CLOSED http://bugs.python.org/issue6427 created jackdied


TypeError: __bool__ should return bool or int, returned int 07/06/09
CLOSED http://bugs.python.org/issue6428 created SilentGhost
patch

2to3: fix_future conflicts with fix_print 07/06/09
http://bugs.python.org/issue6429 created alexandre.vassalotti


array.array falsely advertises support for 'w' in documentation 07/06/09
http://bugs.python.org/issue6430 created alexandre.vassalotti


Fraction fails equality test with a user-defined type 07/07/09
http://bugs.python.org/issue6431 created casevh
patch

ImageTk.PhotoImage 07/07/09
CLOSED http://bugs.python.org/issue6432 created jpmieville


multiprocessing: pool.map hangs on empty list 07/07/09
http://bugs.python.org/issue6433 created ede
patch

buffer overflow in Zipfile when wrinting more than 2gig file 07/07/09
http://bugs.python.org/issue6434 created segfault42


logging: cache the traceback text on formatter, instead of recor 07/08/09
CLOSED http://bugs.python.org/issue6435 created srid


trace module doesn't seem to produce .cover files for Py3 (but d 07/08/09
http://bugs.python.org/issue6436 created mark


Personal invitation from Manas 07/08/09
CLOSED http://bugs.python.org/issue6437 created gravitywarrior1


cygwincompiler regular expressions broken 07/08/09
http://bugs.python.org/issue6438 created tarek


Demo/embed/demo.c use of PySys_SetArgv() is invalid 07/08/09
http://bugs.python.org/issue6439 created ideasman42


2to3: convert deprecated string.maketrans to str.maketrans 07/08/09
CLOSED http://bugs.python.org/issue6440 created ede


Tkinter cannot find *64 bit* Tcl/Tk on Mac OS X 07/08/09
http://bugs.python.org/issue6441 created keflavich


Backwards __contains__/has_key in xml/sax/xmlreader.py 07/08/09
http://bugs.python.org/issue6442 created MostAwesomeDude
patch

_winreg.QueryValueEx confused on double null terminated strings 07/09/09
http://bugs.python.org/issue6443 created AndrewZiem


multiline exception logging via syslog handler 07/09/09
http://bugs.python.org/issue6444 created LwarX


Add check parameter to subprocess.Popen.communicate 07/09/09
http://bugs.python.org/issue6445 created OG7


import_spam() in extending python can fail without setting the e 07/09/09
http://bugs.python.org/issue6446 created jak


PATCH: typo (English) in subprocess module 07/09/09
http://bugs.python.org/issue6447 created Yinon
patch

imp.find_module() -- be explicity that 'path' must be a list 07/09/09
http://bugs.python.org/issue6448 created jordanb


Improve/update python.org/dev/ 07/09/09
http://bugs.python.org/issue6449 created ezio.melotti
easy

normpath() sometimes maps unicode to str 07/09/09
http://bugs.python.org/issue6450 created sandberg


2to3 adds spare brackets to print 07/09/09
CLOSED http://bugs.python.org/issue6451 created bazooka


urllib2.Request() will not work with long authorization headers 07/09/09
http://bugs.python.org/issue6452 created jamal


Improve bool TypeError message 07/10/09
CLOSED http://bugs.python.org/issue6453 reopened tjreedy
easy

Add "example" keyword argument to optparse constructor 07/09/09
http://bugs.python.org/issue6454 created waylonis


Lib/distutils/tests/test_build_ext.py fails on windows 07/10/09
CLOSED http://bugs.python.org/issue6455 created ocean-city
patch

locale.D_* and .T_* are int, not string 07/10/09
CLOSED http://bugs.python.org/issue6456 created dauerbaustelle


subprocess.Popen.communicate can lose data from output/error str 07/10/09
http://bugs.python.org/issue6457 created dwalczak


With logging.config.fileConfig can't create logger without handl 07/10/09
http://bugs.python.org/issue6458 created sean




Issues Now Closed (40)
______________________

xdrlib fails to detect overflow (struct bug?) 586 days
http://bugs.python.org/issue1523 marketdickinson


python2.6 -3 gives "warning: callable() not supported in 3.x" on 509 days
http://bugs.python.org/issue2060 ezio.melotti


operator.{isCallable,sequenceIncludes} needs a fixer 474 days
http://bugs.python.org/issue2370 alexandre.vassalotti
patch, 26backport, needs review

Regression for executing packages 432 days
http://bugs.python.org/issue2751 ncoghlan


truncation of text in tables in Library Reference PDF 407 days
http://bugs.python.org/issue2977 georg.brandl


datetime.time does not support arithmetic 370 days
http://bugs.python.org/issue3250 lemburg
patch

os.chdir() et al: is the path str or bytes? 298 days
http://bugs.python.org/issue3810 r.david.murray


pydoc in web server mode tails at initial request 277 days
http://bugs.python.org/issue4005 alexandre.vassalotti
patch, needs review

Tkinter cannot find Tcl/Tk on Mac OS X 279 days
http://bugs.python.org/issue4017 ronaldoussoren


Partial function application 'from the right' 150 days
http://bugs.python.org/issue5191 amaury.forgeotdarc
patch

Remove deprecated features from struct module 116 days
http://bugs.python.org/issue5463 marketdickinson
patch

SocketServer: TypeError: waitpid() takes no keyword arguments 76 days
http://bugs.python.org/issue5814 r.david.murray


format(1234.5, '.4') gives misleading result 70 days
http://bugs.python.org/issue5864 eric.smith
patch

Windows Installer Error 1722 when opting for compilation at inst 57 days
http://bugs.python.org/issue5960 keldonin


Py3.1 pdb doesn't deal well with syntax errors 17 days
http://bugs.python.org/issue6323 amaury.forgeotdarc
patch, needs review

logging: ValueError: I/O operation on closed file 16 days
http://bugs.python.org/issue6333 hpk


"L" integer suffix in Python 3.1 tutorial 5 days
http://bugs.python.org/issue6353 ezio.melotti
patch

README typo 2 days
http://bugs.python.org/issue6398 ezio.melotti
patch

Error reporting by logging.config.fileConfig() 7 days
http://bugs.python.org/issue6399 vsajip


Dictionaries should support __add__ 2 days
http://bugs.python.org/issue6410 exarkun


3.1 not functional 0 days
http://bugs.python.org/issue6411 element.effect


incorrect log level in distutlis.dist for announce 0 days
http://bugs.python.org/issue6413 tarek


Failed to compile selectmodule.c on windows (trunk) 5 days
http://bugs.python.org/issue6416 amaury.forgeotdarc
easy

Fix warning in nismodule.c on OpenBSD 2 days
http://bugs.python.org/issue6420 amaury.forgeotdarc
patch

Idle3 crashing when using completion 0 days
http://bugs.python.org/issue6424 amaury.forgeotdarc


imaplib.IMAP4.fetch() is missing documentation for message_set p 2 days
http://bugs.python.org/issue6425 Sjoerder


Rename float*.[ch] to double.[ch] 0 days
http://bugs.python.org/issue6427 loewis


TypeError: __bool__ should return bool or int, returned int 0 days
http://bugs.python.org/issue6428 amaury.forgeotdarc
patch

ImageTk.PhotoImage 0 days
http://bugs.python.org/issue6432 jpmieville


logging: cache the traceback text on formatter, instead of recor 2 days
http://bugs.python.org/issue6435 vsajip


Personal invitation from Manas 0 days
http://bugs.python.org/issue6437 marketdickinson


2to3: convert deprecated string.maketrans to str.maketrans 0 days
http://bugs.python.org/issue6440 r.david.murray


2to3 adds spare brackets to print 0 days
http://bugs.python.org/issue6451 r.david.murray


Improve bool TypeError message 0 days
http://bugs.python.org/issue6453 amaury.forgeotdarc
easy

Lib/distutils/tests/test_build_ext.py fails on windows 0 days
http://bugs.python.org/issue6455 tarek
patch

locale.D_* and .T_* are int, not string 0 days
http://bugs.python.org/issue6456 amaury.forgeotdarc


win32 os.path.normpath not correct for leading slash cases 2371 days
http://bugs.python.org/issue665336 amaury.forgeotdarc


ntpath.expandvars doesn't expand Windows-style variables. 2091 days
http://bugs.python.org/issue824371 amaury.forgeotdarc
easy

struct.pack raises TypeError where it used to convert 1073 days
http://bugs.python.org/issue1530559 marketdickinson
patch

struct.pack("I", "foo"); struct.pack("L", "foo") should fail 745 days
http://bugs.python.org/issue1741130 marketdickinson
patch



Top Issues Most Discussed (10)
______________________________

23 distutils compiler switch ignored 2 days
open http://bugs.python.org/issue6377

18 logging: ValueError: I/O operation on closed file 16 days
closed http://bugs.python.org/issue6333

14 Dictionaries should support __add__ 2 days
closed http://bugs.python.org/issue6410

12 platform.version() don't work as expected in Vista in portugues 357 days
open http://bugs.python.org/issue3410

10 OS X: python3 from python-3.1.dmg crashes at startup 9 days
open http://bugs.python.org/issue6393

9 logging: cache the traceback text on formatter, instead of reco 2 days
closed http://bugs.python.org/issue6435

7 _winreg.QueryValueEx confused on double null terminated strings 2 days
open http://bugs.python.org/issue6443

7 test_socketserver fails on trunk in test_ForkingTCPServer 11 days
open http://bugs.python.org/issue6382

6 3.1 not functional 0 days
closed http://bugs.python.org/issue6411

5 Fraction fails equality test with a user-defined type 3 days
open http://bugs.python.org/issue6431
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (07/10/09 - 07/17/09)
Python tracker at http://bugs.python.org/

To view or respond to any of the issues listed below, click on the issue
number. Do NOT respond to this message.


2255 open (+32) / 16072 closed (+15) / 18327 total (+47)

Open issues with patches: 892

Average duration of open issues: 662 days.
Median duration of open issues: 414 days.

Open Issues Breakdown
open 2222 (+31)
pending 33 ( +1)

Issues Created Or Reopened (48)
_______________________________

locale.D_* and .T_* are int, not string 07/10/09
CLOSED http://bugs.python.org/issue6456 reopened r.david.murray


distutils.command.build_ext.get_export_symbols should use the "P 07/11/09
CLOSED http://bugs.python.org/issue6459 reopened tarek
patch

test failure in test_xmlrpc on Gentoo in trunk 07/11/09
http://bugs.python.org/issue6460 created r.david.murray


multiprocessing: freezing apps on Windows 07/11/09
http://bugs.python.org/issue6461 created sgm


bsddb3 intermittent test failures 07/11/09
http://bugs.python.org/issue6462 created r.david.murray


IDLE with Tk-Cocoa: Edit, format menus hang 07/11/09
http://bugs.python.org/issue6463 created wordtech


test_normalization failures due to truncated NormalizationTest.t 07/11/09
CLOSED http://bugs.python.org/issue6464 created r.david.murray
easy

email.feedparser regular expression bug (NLCRE_crack) 07/11/09
http://bugs.python.org/issue6465 created jkg
patch

duplicate get_version() code between cygwinccompiler and emxccom 07/12/09
http://bugs.python.org/issue6466 created tarek


raw_input() doesn't work as expected when it gets multiple ^D 07/12/09
http://bugs.python.org/issue6467 created lucaspmelo


__missing__ not completely implemented in dictobject.c 07/12/09
CLOSED http://bugs.python.org/issue6468 created bvukov


Function definition expressions feature 07/12/09
CLOSED http://bugs.python.org/issue6469 created grammati
patch

Tkinter import fails when running Python.exe from a network shar 07/12/09
http://bugs.python.org/issue6470 created cgohlke
patch, needs review

errno and strerror attributes incorrectly set on socket errors w 07/12/09
http://bugs.python.org/issue6471 created ezio.melotti


Inconsistent use of "iterator" in ElementTree doc & diff between 07/13/09
http://bugs.python.org/issue6472 created MLModel


hmac sha384/sha512 fails test vectors 07/13/09
CLOSED http://bugs.python.org/issue6473 created iwade


Inconsistent TypeError message on function calls with wrong numb 07/13/09
http://bugs.python.org/issue6474 created hagen


Documentation > Tutorial > List Comprehensions 07/13/09
CLOSED http://bugs.python.org/issue6475 created Retro


MSVCRT's spawnve/spawnvpe are not thread safe 07/13/09
http://bugs.python.org/issue6476 created jfonseca


Pickling of NoneType raises PicklingError 07/13/09
http://bugs.python.org/issue6477 created July


time.tzset does not reset _strptime's locale time cache 07/13/09
http://bugs.python.org/issue6478 created mibanescu


platform.py writes to hard coded platform dependant "dev/null" 07/13/09
CLOSED http://bugs.python.org/issue6479 created john.burnett
patch

code.runsource() parsing bug 07/14/09
http://bugs.python.org/issue6480 created smcallis


PATCH: typo in subprocess documentation 07/14/09
CLOSED http://bugs.python.org/issue6481 created Yinon
patch

PATCH: tiny simplification for subprocess 07/14/09
CLOSED http://bugs.python.org/issue6482 created Yinon
patch

Modules are not deallocated correctly if m_size = -1 07/14/09
http://bugs.python.org/issue6483 created jak


No unit test for mailcap module 07/14/09
http://bugs.python.org/issue6484 created gnofi


is_finished not exported by zlib 07/14/09
CLOSED http://bugs.python.org/issue6485 created solinym


Library doc introduction strangely points to "Built-in Objects" 07/14/09
CLOSED http://bugs.python.org/issue6486 created MLModel


Some index entries appear in black 07/14/09
CLOSED http://bugs.python.org/issue6487 created MLModel


ElementTree documentation refers to "path" with no explanation, 07/15/09
http://bugs.python.org/issue6488 created MLModel


Documentation of ElementTree.Element.getiterator implies element 07/15/09
http://bugs.python.org/issue6489 created MLModel


os.popen documentation in 2.6 is probably wrong 07/15/09
http://bugs.python.org/issue6490 created krawyoti


Improve --with-dbmliborder option 07/15/09
http://bugs.python.org/issue6491 created Arfrever
patch

xml.etree does not escape CR, LF and TAB characters within attri 07/15/09
http://bugs.python.org/issue6492 created devon


Can not set value for structure members larger than 32 bits 07/16/09
http://bugs.python.org/issue6493 created higstar
patch

xmlrpc client does not support HTTPS 07/16/09
CLOSED http://bugs.python.org/issue6494 created lister171254


particular variable's name case exception attributeError 07/16/09
CLOSED http://bugs.python.org/issue6495 created tq0fqeu


2to3 generates "from urllib.parse import pathname2url" 07/16/09
http://bugs.python.org/issue6496 created srid
patch

Support for digital Cinema/film DPX and Kodak Cineon image file 07/16/09
http://bugs.python.org/issue6497 created waltermb
patch

Py_Main() does not return on SystemExit 07/16/09
http://bugs.python.org/issue6498 created Rogi


Can't import xmlrpclib, DocXMLRPCServer and SimpleXMLRPCServer w 07/17/09
http://bugs.python.org/issue6499 created ezio.melotti


urllib2 maximum recursion depth exceeded 07/17/09
http://bugs.python.org/issue6500 created nako521


Fatal LookupError: unknown encoding: cp0 on Windows embedded sta 07/17/09
http://bugs.python.org/issue6501 created grahamd


documentation error: missing comma between kwonlyargcount & nloc 07/17/09
http://bugs.python.org/issue6502 created kaizhu


Python Docs: 6.6.4. Mutable Sequence Types 07/17/09
CLOSED http://bugs.python.org/issue6503 created mkesper


infinite recursion from calling builtins.open() 07/17/09
http://bugs.python.org/issue6504 created kaizhu


Minor typos in tutorial (i/o chapter) 07/17/09
http://bugs.python.org/issue6505 created csmayfield




Issues Now Closed (43)
______________________

Doc changes left over after mega-merge from trunk 622 days
http://bugs.python.org/issue1370 amaury.forgeotdarc


Confusing Descrintro example 534 days
http://bugs.python.org/issue1921 benjamin.peterson
easy

Array pickling exposes internal memory representation of element 484 days
http://bugs.python.org/issue2389 alexandre.vassalotti
patch

Check 2to3 for support of print function. 481 days
http://bugs.python.org/issue2412 benjamin.peterson
patch

Import errors in email.message.py 461 days
http://bugs.python.org/issue2622 amaury.forgeotdarc
patch

"Suggest a change" link 370 days
http://bugs.python.org/issue3341 georg.brandl


typo in a module describes utf-8 as uft-8 223 days
http://bugs.python.org/issue4540 amaury.forgeotdarc
patch, needs review

kqueue for more than one event is broken. 74 days
http://bugs.python.org/issue5910 georg.brandl
patch

Missing title for configDialog.py 56 days
http://bugs.python.org/issue6076 amaury.forgeotdarc
patch

os.popen exit code inconsistent 13 days
http://bugs.python.org/issue6358 amaury.forgeotdarc


Dictionaries should support __add__ 6 days
http://bugs.python.org/issue6410 tjreedy


warnings.warn segfaults on bad formatted string 13 days
http://bugs.python.org/issue6415 ocean-city
patch

unittest.TestProgram change breaks nose 10 days
http://bugs.python.org/issue6418 michael.foord
patch

errors in docs re module initialization vs self arg to functions 6 days
http://bugs.python.org/issue6421 georg.brandl
easy

2to3: fix_future conflicts with fix_print 6 days
http://bugs.python.org/issue6429 benjamin.peterson


array.array falsely advertises support for 'w' in documentation 5 days
http://bugs.python.org/issue6430 georg.brandl


ImageTk.PhotoImage 7 days
http://bugs.python.org/issue6432 srid


multiprocessing: pool.map hangs on empty list 9 days
http://bugs.python.org/issue6433 jnoller
patch

cygwinccompiler regular expressions broken 4 days
http://bugs.python.org/issue6438 tarek


2to3: convert deprecated string.maketrans to str.maketrans 3 days
http://bugs.python.org/issue6440 benjamin.peterson


import_spam() in extending python can fail without setting the e 2 days
http://bugs.python.org/issue6446 georg.brandl


PATCH: typo (English) in subprocess module 1 days
http://bugs.python.org/issue6447 amaury.forgeotdarc
patch

imp.find_module() -- be explicity that 'path' must be a list 2 days
http://bugs.python.org/issue6448 georg.brandl


Improve/update python.org/dev/ 8 days
http://bugs.python.org/issue6449 ezio.melotti
easy

Improve bool TypeError message 1 days
http://bugs.python.org/issue6453 tjreedy
easy

locale.D_* and .T_* are int, not string 1 days
http://bugs.python.org/issue6456 georg.brandl


With logging.config.fileConfig can't create logger without handl 3 days
http://bugs.python.org/issue6458 vsajip


distutils.command.build_ext.get_export_symbols should use the "P 0 days
http://bugs.python.org/issue6459 tarek
patch

test_normalization failures due to truncated NormalizationTest.t 0 days
http://bugs.python.org/issue6464 benjamin.peterson
easy

__missing__ not completely implemented in dictobject.c 0 days
http://bugs.python.org/issue6468 benjamin.peterson


Function definition expressions feature 1 days
http://bugs.python.org/issue6469 r.david.murray
patch

hmac sha384/sha512 fails test vectors 4 days
http://bugs.python.org/issue6473 iwade


Documentation > Tutorial > List Comprehensions 0 days
http://bugs.python.org/issue6475 georg.brandl


platform.py writes to hard coded platform dependant "dev/null" 0 days
http://bugs.python.org/issue6479 john.burnett
patch

PATCH: typo in subprocess documentation 2 days
http://bugs.python.org/issue6481 georg.brandl
patch

PATCH: tiny simplification for subprocess 3 days
http://bugs.python.org/issue6482 georg.brandl
patch

is_finished not exported by zlib 0 days
http://bugs.python.org/issue6485 ezio.melotti


Library doc introduction strangely points to "Built-in Objects" 1 days
http://bugs.python.org/issue6486 georg.brandl


Some index entries appear in black 2 days
http://bugs.python.org/issue6487 georg.brandl


xmlrpc client does not support HTTPS 0 days
http://bugs.python.org/issue6494 loewis


particular variable's name case exception attributeError 0 days
http://bugs.python.org/issue6495 amaury.forgeotdarc


Python Docs: 6.6.4. Mutable Sequence Types 0 days
http://bugs.python.org/issue6503 ezio.melotti


cp720 encoding map 940 days
http://bugs.python.org/issue1616979 amaury.forgeotdarc
patch, needs review



Top Issues Most Discussed (10)
______________________________

10 distutils.command.build_ext.get_export_symbols should use the " 0 days
closed http://bugs.python.org/issue6459

7 multiline exception logging via syslog handler 8 days
open http://bugs.python.org/issue6444

6 os.popen documentation in 2.6 is probably wrong 2 days
open http://bugs.python.org/issue6490

6 test failure in test_xmlrpc on Gentoo in trunk 7 days
open http://bugs.python.org/issue6460

6 Fraction fails equality test with a user-defined type 10 days
open http://bugs.python.org/issue6431

6 OS X: python3 from python-3.1.dmg crashes at startup 16 days
open http://bugs.python.org/issue6393

6 CVE-2008-5983 python: untrusted python modules search path 94 days
open http://bugs.python.org/issue5753

5 cp720 encoding map 940 days
closed http://bugs.python.org/issue1616979

4 PATCH: tiny simplification for subprocess 3 days
closed http://bugs.python.org/issue6482

4 platform.py writes to hard coded platform dependant "dev/null" 0 days
closed http://bugs.python.org/issue6479
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (07/17/09 - 07/24/09)
Python tracker at http://bugs.python.org/

To view or respond to any of the issues listed below, click on the issue
number. Do NOT respond to this message.


2278 open (+41) / 16106 closed (+16) / 18384 total (+57)

Open issues with patches: 897

Average duration of open issues: 661 days.
Median duration of open issues: 413 days.

Open Issues Breakdown
open 2245 (+41)
pending 33 ( +0)

Issues Created Or Reopened (58)
_______________________________

warnings.warn segfaults on bad formatted string 07/18/09
CLOSED http://bugs.python.org/issue6415 reopened r.david.murray
patch

lib2to3 fails to convert 'thread' when not followed by a period 07/17/09
CLOSED http://bugs.python.org/issue6506 created ericp


Enhance dis.dis to autocompile codestrings 07/17/09
http://bugs.python.org/issue6507 created tjreedy


expose setresuid 07/17/09
http://bugs.python.org/issue6508 created solinym


re.py - <compiled byte-object regular expr> encounter unexpected 07/18/09
http://bugs.python.org/issue6509 created kaizhu


zipfile: OSError File exists 07/18/09
CLOSED http://bugs.python.org/issue6510 created srid


zipfile: Invalid argument when opening zero-sized files 07/18/09
http://bugs.python.org/issue6511 created srid


UnicodeDecodeError: 'utf8' codec can't decode bytes in position 07/18/09
CLOSED http://bugs.python.org/issue6512 created wplappert


Standard Library, Warnings, 28.5.4, example fails 07/18/09
CLOSED http://bugs.python.org/issue6513 created jasontiller


"python -m unittest <testmodule>" does not run any tests 07/18/09
CLOSED http://bugs.python.org/issue6514 created exarkun


http://docs.python.org/dev/library/unittest.html#load-tests-prot 07/18/09
http://bugs.python.org/issue6515 created exarkun


reset owner/group to root for distutils tarballs 07/18/09
http://bugs.python.org/issue6516 created till


configparser: add possibility to escape formatstrings 07/18/09
http://bugs.python.org/issue6517 created till
patch

Enable 'with' statement in ossaudiodev module 07/19/09
http://bugs.python.org/issue6518 created jjalocha


Reorder 'with' statement for files in Python Tutorial 07/19/09
http://bugs.python.org/issue6519 created jjalocha


urllib.urlopen does not have timeout parameter where as urllib2. 07/19/09
http://bugs.python.org/issue6520 created orsenthil
easy

Contradictory documentation for email.mime.text.MIMEText 07/19/09
http://bugs.python.org/issue6521 created pitrou


docs for unittest.expectedFailure do not syntactically show it's 07/20/09
http://bugs.python.org/issue6522 created brett.cannon


smtplib exception smtp.connect TypeError encode_plain 07/20/09
http://bugs.python.org/issue6523 created kmcguire


tarfile module missing decompression support? 07/20/09
CLOSED http://bugs.python.org/issue6524 created hravnx


Problem with string.lowercase in Windows XP 07/20/09
CLOSED http://bugs.python.org/issue6525 created PeterL


importlib.import_module affects permissions of .pyc files subseq 07/20/09
http://bugs.python.org/issue6526 created r.david.murray
patch

test_ttk_guionly buildbot test crash: Tcl_FinalizeNotifier: noti 07/20/09
http://bugs.python.org/issue6527 created r.david.murray


builtins colored as keyword at beginning of line 07/20/09
http://bugs.python.org/issue6528 created Freiddie


get{pw,gr}{nam,[ug]id}() calls are not re-entrant 07/20/09
http://bugs.python.org/issue6529 created dhduvall


Regression on "python -Wi" crash 07/21/09
CLOSED http://bugs.python.org/issue6530 created kbk
needs review

atexit_callfuncs() crashing within Py_Finalize() when using mult 07/21/09
http://bugs.python.org/issue6531 created grahamd


thread.get_ident() should return unsigned value 07/21/09
http://bugs.python.org/issue6532 created sargo


Make test_xmlrpc_net functional in the absence of time.xmlrpc.co 07/21/09
http://bugs.python.org/issue6533 created r.david.murray
patch, patch, easy

os.makedirs returns EACCES for "C:\" 07/21/09
CLOSED http://bugs.python.org/issue6534 created luke-jr


optparse required field for Options 07/21/09
http://bugs.python.org/issue6535 created mindvirus
patch, easy

urllib2 howto contains typo 07/21/09
CLOSED http://bugs.python.org/issue6536 created kurtmckee


string.split shouldn't split on non-breaking spaces 07/21/09
CLOSED http://bugs.python.org/issue6537 reopened ericp


MatchObject is not a hyperlink in the 're' module documentation 07/21/09
http://bugs.python.org/issue6538 created r.david.murray
easy

unittest dir not created during install 07/21/09
CLOSED http://bugs.python.org/issue6539 created kbk
patch, needs review

bytearray.translate(): error in error handling 07/22/09
CLOSED http://bugs.python.org/issue6540 created haypo
patch

SpooledTemporaryFile breakages 07/22/09
http://bugs.python.org/issue6541 created leonov
patch

test_os TestInvalidFD.test_closerange causes test_pipes hang in 07/22/09
CLOSED http://bugs.python.org/issue6542 created r.david.murray
patch

traceback presented in wrong encoding 07/22/09
http://bugs.python.org/issue6543 created r_mosaic
patch, needs review

Fix refleak in kqueue implementation 07/22/09
http://bugs.python.org/issue6544 created georg.brandl
patch

test fails in distutils.tests.test_extensions if -O is used 07/22/09
CLOSED http://bugs.python.org/issue6545 created tarek


[Distutils][PATCH] Add bdist_rpm option to select the name of th 07/22/09
http://bugs.python.org/issue6546 created OG7
patch

shutil.copytree fails on dangling symlinks 07/22/09
http://bugs.python.org/issue6547 created TTimo


cmath documentation misleading: suggests existence of real() an 07/22/09
http://bugs.python.org/issue6548 created marketdickinson
patch

ttk.Style not translating some Tcl options 07/22/09
http://bugs.python.org/issue6549 created markroseman


asyncore incorrect failure when connection is refused and using 07/22/09
http://bugs.python.org/issue6550 created nirs
patch

test_codecs fails when ran after test_zipimport and test_mailbox 07/23/09
http://bugs.python.org/issue6551 created alexandre.vassalotti


Build Applet.app 07/23/09
http://bugs.python.org/issue6552 created MartienF


cPickle "binunicode" segmentation fault 07/23/09
CLOSED http://bugs.python.org/issue6553 created boogenhagn
patch

Do we have something like os.pid_exists()? 07/23/09
http://bugs.python.org/issue6554 created pmolina


distutils config file should have the same name on both platform 07/23/09
http://bugs.python.org/issue6555 created zooko


"HOME" is not a standard environment variable on Windows 07/23/09
http://bugs.python.org/issue6556 created zooko


urllib.urlopen creates bad requests when location header of 301 07/23/09
http://bugs.python.org/issue6557 created till


#ifdef linux is incorrect; should be #ifdef __linux__ (preferred 07/24/09
http://bugs.python.org/issue6558 created yaneurabeya


[PATCH]add pass_fds paramter to subprocess.Popen() 07/24/09
http://bugs.python.org/issue6559 created zhigang
patch

socket sendmsg(), recvmsg() methods 07/24/09
http://bugs.python.org/issue6560 created synapse
patch

Regex '\d' should not match unicode category 'No'. 07/24/09
http://bugs.python.org/issue6561 created marketdickinson
patch

OverflowError in RLock.acquire() 07/24/09
http://bugs.python.org/issue6562 created davidar




Issues Now Closed (37)
______________________

atexit module not safe in Python 3.0 with multiple interpreters 270 days
http://bugs.python.org/issue4200 grahamd
patch, needs review

bugs in array.array with exports (buffer protocol) 230 days
http://bugs.python.org/issue4509 alexandre.vassalotti
patch, needs review

urllib2.py timeouts do not propagate across redirects for 2.6.1 170 days
http://bugs.python.org/issue5102 orsenthil
patch, easy

pydoc reports misleading failure if target module raises an Impo 156 days
http://bugs.python.org/issue5230 r.david.murray
patch, easy

Python 2.6 makes .pyc/.pyo bytecode files executable 60 days
http://bugs.python.org/issue6070 r.david.murray
patch

[IDLE] UnicodeDecodeError when invoking force-open-completions 50 days
http://bugs.python.org/issue6144 ezio.melotti


Make PyDescr_COMMON conform to standard C 52 days
http://bugs.python.org/issue6151 alexandre.vassalotti
patch, patch, needs review

Make io.BytesIO and io.StringIO picklable. 46 days
http://bugs.python.org/issue6218 alexandre.vassalotti
patch, patch

Better type checking for the arguments of io.StringIO 43 days
http://bugs.python.org/issue6241 alexandre.vassalotti
patch

Fix reference leak in io.StringIO 43 days
http://bugs.python.org/issue6242 alexandre.vassalotti
patch

Simplify string decoding in xmlrpc.client. 23 days
http://bugs.python.org/issue6360 alexandre.vassalotti
patch

warnings.warn segfaults on bad formatted string 1 days
http://bugs.python.org/issue6415 r.david.murray
patch

The cgi docs should advertize using "in" instead of "has_key" 17 days
http://bugs.python.org/issue6423 ezio.melotti
patch

Fraction fails equality test with a user-defined type 11 days
http://bugs.python.org/issue6431 marketdickinson
patch

Improve/update python.org/dev/ 8 days
http://bugs.python.org/issue6449 r.david.murray
easy

Documentation of ElementTree.Element.getiterator implies element 3 days
http://bugs.python.org/issue6489 georg.brandl


2to3 generates "from urllib.parse import pathname2url" 1 days
http://bugs.python.org/issue6496 benjamin.peterson
patch

documentation error: missing comma between kwonlyargcount & nloc 1 days
http://bugs.python.org/issue6502 georg.brandl


Minor typos in tutorial (i/o chapter) 1 days
http://bugs.python.org/issue6505 georg.brandl


lib2to3 fails to convert 'thread' when not followed by a period 0 days
http://bugs.python.org/issue6506 benjamin.peterson


zipfile: OSError File exists 3 days
http://bugs.python.org/issue6510 amaury.forgeotdarc


UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0 days
http://bugs.python.org/issue6512 ezio.melotti


Standard Library, Warnings, 28.5.4, example fails 0 days
http://bugs.python.org/issue6513 georg.brandl


"python -m unittest <testmodule>" does not run any tests 2 days
http://bugs.python.org/issue6514 michael.foord


tarfile module missing decompression support? 0 days
http://bugs.python.org/issue6524 hravnx


Problem with string.lowercase in Windows XP 3 days
http://bugs.python.org/issue6525 PeterL


Regression on "python -Wi" crash 0 days
http://bugs.python.org/issue6530 benjamin.peterson
needs review

os.makedirs returns EACCES for "C:\" 0 days
http://bugs.python.org/issue6534 amaury.forgeotdarc


urllib2 howto contains typo 0 days
http://bugs.python.org/issue6536 ezio.melotti


string.split shouldn't split on non-breaking spaces 0 days
http://bugs.python.org/issue6537 benjamin.peterson


unittest dir not created during install 0 days
http://bugs.python.org/issue6539 benjamin.peterson
patch, needs review

bytearray.translate(): error in error handling 0 days
http://bugs.python.org/issue6540 georg.brandl
patch

test_os TestInvalidFD.test_closerange causes test_pipes hang in 1 days
http://bugs.python.org/issue6542 r.david.murray
patch

test fails in distutils.tests.test_extensions if -O is used 0 days
http://bugs.python.org/issue6545 tarek


cPickle "binunicode" segmentation fault 0 days
http://bugs.python.org/issue6553 amaury.forgeotdarc
patch

Hang using files named prn.txt, etc 2810 days
http://bugs.python.org/issue481171 amaury.forgeotdarc


copy 2 725 days
http://bugs.python.org/issue1764044 amaury.forgeotdarc




Top Issues Most Discussed (10)
______________________________

12 Can't import xmlrpclib, DocXMLRPCServer and SimpleXMLRPCServer 8 days
open http://bugs.python.org/issue6499

10 Problem with string.lowercase in Windows XP 3 days
closed http://bugs.python.org/issue6525

7 Do we have something like os.pid_exists()? 1 days
open http://bugs.python.org/issue6554

7 UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0 days
closed http://bugs.python.org/issue6512

6 test_os TestInvalidFD.test_closerange causes test_pipes hang in 1 days
closed http://bugs.python.org/issue6542

5 importlib.import_module affects permissions of .pyc files subse 4 days
open http://bugs.python.org/issue6526

5 xml.sax.saxutils.XMLGenerator should write to io.RawIOBase. 186 days
open http://bugs.python.org/issue4997

4 cmath documentation misleading: suggests existence of real() a 2 days
open http://bugs.python.org/issue6548

4 optparse required field for Options 3 days
open http://bugs.python.org/issue6535

4 configparser: add possibility to escape formatstrings 6 days
open http://bugs.python.org/issue6517
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (07/24/09 - 07/31/09)
Python tracker at http://bugs.python.org/

To view or respond to any of the issues listed below, click on the issue
number. Do NOT respond to this message.


2292 open (+33) / 16143 closed (+18) / 18435 total (+51)

Open issues with patches: 899

Average duration of open issues: 660 days.
Median duration of open issues: 414 days.

Open Issues Breakdown
open 2261 (+32)
pending 30 ( +0)

Issues Created Or Reopened (52)
_______________________________

string.lowercase/uppercase/letters not affected by locale change 07/25/09
CLOSED http://bugs.python.org/issue6525 reopened ezio.melotti


inserting None into sys.modules does not raise ImportError with 07/24/09
http://bugs.python.org/issue6563 created brett.cannon


Error in Sec. 8.4 of Tutorial 07/24/09
CLOSED http://bugs.python.org/issue6564 created gmarsden


improper use of __setitem__ in ElementTree for Python 3.1 07/24/09
http://bugs.python.org/issue6565 created aroberge


json.dumps converts None to "null" (not null) 07/24/09
http://bugs.python.org/issue6566 created srid


Make inf be almost equal to inf 07/25/09
http://bugs.python.org/issue6567 reopened lucaspmelo


unittest test discovery improvements 07/24/09
http://bugs.python.org/issue6568 created michael.foord


unittest document bug (random.shuffle sequence) 07/25/09
CLOSED http://bugs.python.org/issue6569 created hsmtkk
patch

Documentation Clarity 07/25/09
http://bugs.python.org/issue6570 created StMark


Help index 07/25/09
CLOSED http://bugs.python.org/issue6571 created cjw


Manas Thapliyal wants to chat 07/25/09
CLOSED http://bugs.python.org/issue6572 created gravitywarrior1


set union method ignores arguments appearing after the original 07/25/09
CLOSED http://bugs.python.org/issue6573 created ssmout
patch

List the __future__ features in a table 07/26/09
http://bugs.python.org/issue6574 created ezio.melotti
patch, easy

Can't download docs 07/26/09
CLOSED http://bugs.python.org/issue6575 created zuo


re docs: wrong link targets 07/26/09
CLOSED http://bugs.python.org/issue6576 created zuo


Links wrongly targeting to builtin functions' instead of module 07/26/09
CLOSED http://bugs.python.org/issue6577 created zuo


2 problems with 'Docs for other versions' section on left HTML d 07/26/09
CLOSED http://bugs.python.org/issue6578 created zuo


No update about automatic numbering of fields in format strings 07/26/09
http://bugs.python.org/issue6579 reopened georg.brandl


No deprecation warning for list comprehension leak conflict 07/26/09
http://bugs.python.org/issue6580 created mrbax


inspect.py sys._getframe patch for Python 2.6 07/26/09
CLOSED http://bugs.python.org/issue6581 created michael.foord
patch, patch, needs review

test_telnetlib doesn't test Telnet.write 07/26/09
http://bugs.python.org/issue6582 created jackdied
easy

2to3 fails to fix test.test_support 07/27/09
http://bugs.python.org/issue6583 created joe.amenta


gzip module has no custom exception 07/27/09
http://bugs.python.org/issue6584 created srid


configure.in forces specific autoconf version 07/27/09
CLOSED http://bugs.python.org/issue6585 created cavallo71


Documentation of os.write and os.read are inaccurate. 07/27/09
CLOSED http://bugs.python.org/issue6586 created cliechti


interrupts during long writes cause connection corruption with S 07/28/09
http://bugs.python.org/issue6587 created janssen


insert cookies into cookie jar - cookielib.py 07/28/09
http://bugs.python.org/issue6588 created jondebonis
patch

smtpd.SMTPServer can cause asyncore.loop to enter infinite event 07/28/09
http://bugs.python.org/issue6589 created cmcginty


Py3K can't set the browser's character encoding! (CGI) 07/28/09
CLOSED http://bugs.python.org/issue6590 created [PhysiC]


add reference to fcntl.ioctl in the socket module 07/28/09
CLOSED http://bugs.python.org/issue6591 created gagenellina
patch

otparse: processing variable number of short option arguments 07/28/09
http://bugs.python.org/issue6592 created tanvalley


Documentation: gettext install link 07/28/09
CLOSED http://bugs.python.org/issue6593 created efrerich


json C serializer performance tied to structure depth on some sy 07/28/09
http://bugs.python.org/issue6594 created swalker


Make Decimal constructor accept all unicode decimal digits in in 07/29/09
http://bugs.python.org/issue6595 created marketdickinson
patch

urllib2 bug on CentOS 07/29/09
http://bugs.python.org/issue6596 created rk3dov


Deprecate iterable.next in Python > 2.6.x when called with -3 op 07/29/09
CLOSED http://bugs.python.org/issue6597 created mattrussell


calling email.utils.make_msgid frequently has a non-trivial prob 07/30/09
http://bugs.python.org/issue6598 created mwh


2to3 test_print_function_option fails on Windows 07/30/09
http://bugs.python.org/issue6599 created abbeyj
patch

MemoryError in AiX 64-bit build - PyMem_MALLOC failed 07/30/09
http://bugs.python.org/issue6600 created srid


Fractions do not support other Fractions as numerators or denomi 07/30/09
CLOSED http://bugs.python.org/issue6601 created honeyman


BaseHTTPServer log_message should log to sys.stdout 07/30/09
http://bugs.python.org/issue6602 created tomkm


Compilation error if configuref --with-computed-gotos 07/30/09
http://bugs.python.org/issue6603 created wiget


test_distutils subtest test_get_exe_bytes fails depending on exe 07/30/09
http://bugs.python.org/issue6604 created matejcik
patch

smtplib.SMTP.sendmail() rejected after quit(),connect() sequence 07/30/09
http://bugs.python.org/issue6605 created cmcginty


csv.Sniffer.sniff on data with doublequotes doesn't set up the d 07/30/09
http://bugs.python.org/issue6606 created jtate
patch

asctime causing python to crash 07/30/09
CLOSED http://bugs.python.org/issue6607 created AmirHabibi


asctime causing python to crash 07/30/09
http://bugs.python.org/issue6608 created AmirHabibi


zipfile: WindowsError [267] The directory name is invalid 07/31/09
http://bugs.python.org/issue6609 created srid


Subprocess descriptor debacle 07/31/09
http://bugs.python.org/issue6610 created christian.heimes
easy, needs review

HTMLParser cannot deal with mixture of arbitrary data and charac 07/31/09
http://bugs.python.org/issue6611 created liudongmiao@gmail.com


'import site' fails when called from an unlinked directory 07/31/09
http://bugs.python.org/issue6612 created labrat


ctypes.PyThreadState_SetAsyncExc does not work on linux 64bit ma 07/31/09
http://bugs.python.org/issue6613 created coutinhotiago




Issues Now Closed (40)
______________________

The ValueError raised by failing to unpack sequence should have 412 days
http://bugs.python.org/issue3071 jackdied
patch

telnetlib process_rawq buffer handling is confused 168 days
http://bugs.python.org/issue5188 jackdied
patch

Subprocess.getstatusoutput Fails Executing 'dir' Command on Wind 98 days
http://bugs.python.org/issue5808 sorin


spurious space after opening parenthesis when auto-completing 78 days
http://bugs.python.org/issue5992 pitrou


Document and slightly simplify lnotab tracing 75 days
http://bugs.python.org/issue6042 alexandre.vassalotti
patch, needs review

read_until 63 days
http://bugs.python.org/issue6106 jackdied


Make logging configuration files easier to use 63 days
http://bugs.python.org/issue6136 vsajip


logging.basicConfig(level='DEBUG', ... and setLevel("DEBUG") res 24 days
http://bugs.python.org/issue6314 vsajip
patch

trunk does not build with --enable-unicode=ucs4 37 days
http://bugs.python.org/issue6330 eric.smith
easy

nb_divide missing in docs 35 days
http://bugs.python.org/issue6336 georg.brandl


TimedRotatingFileHandler permission denied rename failure on Win 35 days
http://bugs.python.org/issue6343 vsajip


zipfile: Invalid argument when opening zero-sized files 11 days
http://bugs.python.org/issue6511 amaury.forgeotdarc


string.lowercase/uppercase/letters not affected by locale change 0 days
http://bugs.python.org/issue6525 georg.brandl


cmath documentation misleading: suggests existence of real() an 6 days
http://bugs.python.org/issue6548 marketdickinson
patch

Regex '\d' should not match unicode category 'No'. 4 days
http://bugs.python.org/issue6561 marketdickinson
patch, needs review

Error in Sec. 8.4 of Tutorial 0 days
http://bugs.python.org/issue6564 georg.brandl


unittest document bug (random.shuffle sequence) 0 days
http://bugs.python.org/issue6569 benjamin.peterson
patch

Help index 0 days
http://bugs.python.org/issue6571 georg.brandl


Manas Thapliyal wants to chat 0 days
http://bugs.python.org/issue6572 benjamin.peterson


set union method ignores arguments appearing after the original 2 days
http://bugs.python.org/issue6573 rhettinger
patch

Can't download docs 0 days
http://bugs.python.org/issue6575 georg.brandl


re docs: wrong link targets 0 days
http://bugs.python.org/issue6576 georg.brandl


Links wrongly targeting to builtin functions' instead of module 0 days
http://bugs.python.org/issue6577 georg.brandl


2 problems with 'Docs for other versions' section on left HTML d 0 days
http://bugs.python.org/issue6578 georg.brandl


inspect.py sys._getframe patch for Python 2.6 0 days
http://bugs.python.org/issue6581 michael.foord
patch, patch, needs review

configure.in forces specific autoconf version 1 days
http://bugs.python.org/issue6585 r.david.murray


Documentation of os.write and os.read are inaccurate. 2 days
http://bugs.python.org/issue6586 georg.brandl


Py3K can't set the browser's character encoding! (CGI) 0 days
http://bugs.python.org/issue6590 [PhysiC]


add reference to fcntl.ioctl in the socket module 1 days
http://bugs.python.org/issue6591 georg.brandl
patch

Documentation: gettext install link 1 days
http://bugs.python.org/issue6593 georg.brandl


Deprecate iterable.next in Python > 2.6.x when called with -3 op 1 days
http://bugs.python.org/issue6597 brett.cannon


Fractions do not support other Fractions as numerators or denomi 0 days
http://bugs.python.org/issue6601 marketdickinson


asctime causing python to crash 0 days
http://bugs.python.org/issue6607 alexandre.vassalotti


Hang using files named prn.txt, etc 2812 days
http://bugs.python.org/issue481171 ezio.melotti


Allow set swig include dirs in setup.py 2108 days
http://bugs.python.org/issue828336 wiget
patch

sendmsg() and recvmsg() for C socket module 1546 days
http://bugs.python.org/issue1194378 ezio.melotti
patch

telnetlib expect() and read_until() do not time out properly 1346 days
http://bugs.python.org/issue1360221 jackdied
patch

urllib/urllib2: HTTPS over (Squid) Proxy fails 1268 days
http://bugs.python.org/issue1424152 orsenthil
patch

urllib2+https+proxy not working 1231 days
http://bugs.python.org/issue1448934 orsenthil


Telnetlib dosn't accept u'only ascii' 714 days
http://bugs.python.org/issue1772794 jackdied




Top Issues Most Discussed (10)
______________________________

28 base64 module ignores non-alphabet characters 1212 days
open http://bugs.python.org/issue1466065

8 asyncore incorrect failure when connection is refused and using 9 days
open http://bugs.python.org/issue6550

8 Regexp 2.7 (modifications to current re 2.2.2) 472 days
open http://bugs.python.org/issue2636

7 MemoryError in AiX 64-bit build - PyMem_MALLOC failed 2 days
open http://bugs.python.org/issue6600

7 Make inf be almost equal to inf 6 days
open http://bugs.python.org/issue6567

7 OverflowError in RLock.acquire() 7 days
open http://bugs.python.org/issue6562

6 csv.Sniffer.sniff on data with doublequotes doesn't set up the 1 days
open http://bugs.python.org/issue6606

6 No update about automatic numbering of fields in format strings 5 days
open http://bugs.python.org/issue6579

6 Regex '\d' should not match unicode category 'No'. 4 days
closed http://bugs.python.org/issue6561

6 email.FeedParser.BufferedSubFile improperly handles "\r\n" 804 days
open http://bugs.python.org/issue1721862
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (07/31/09 - 08/07/09)
Python tracker at http://bugs.python.org/

To view or respond to any of the issues listed below, click on the issue
number. Do NOT respond to this message.


2315 open (+39) / 16175 closed (+16) / 18490 total (+55)

Open issues with patches: 919

Average duration of open issues: 657 days.
Median duration of open issues: 411 days.

Open Issues Breakdown
open 2283 (+39)
pending 31 ( +0)

Issues Created Or Reopened (55)
_______________________________

heapq.nsmallest and nlargest should be smarter/more usable/more 07/31/09
CLOSED http://bugs.python.org/issue6614 created jab


multiprocessing logging support test 08/01/09
http://bugs.python.org/issue6615 created OG7


PyList_APPEND (append without incref) 08/01/09
CLOSED http://bugs.python.org/issue6616 created ideasman42
patch

During compiling python 3.1 getting error Undefined symbol libin 08/01/09
http://bugs.python.org/issue6617 created thoratsandip


Typo in a listing in 5.2.9 of language reference 08/01/09
CLOSED http://bugs.python.org/issue6618 created gregorlingl


Remove duplicated function in Lib/inspect.py 08/01/09
CLOSED http://bugs.python.org/issue6619 created vincele
patch

Variable may be used before first being assigned to in Lib/local 08/01/09
CLOSED http://bugs.python.org/issue6620 created vincele
patch

[RFC] Remove leftover use of Carbon module from Lib/binhex.py 08/01/09
CLOSED http://bugs.python.org/issue6621 created vincele
patch

[RFC] wrong variable used in Lib/poplib.py 08/01/09
CLOSED http://bugs.python.org/issue6622 created vincele
patch

Lib/ftplib.py netrc class parsing problem 08/01/09
http://bugs.python.org/issue6623 created vincele
patch

PyArg_ParseTuple with "s" format and NUL: Bogus TypeError detail 08/01/09
CLOSED http://bugs.python.org/issue6624 created jafo


UnicodeEncodeError on pydoc's CLI 08/02/09
http://bugs.python.org/issue6625 created christoph
patch

show Python mimetypes module some love 08/02/09
http://bugs.python.org/issue6626 created jrus
patch

threading.local() does not work with C-created threads 08/02/09
http://bugs.python.org/issue6627 created Nikratio


IDLE freezes after encountering a syntax error 08/02/09
http://bugs.python.org/issue6628 created brian89


seek doesn't properly handle file buffer, leads to silent data c 08/03/09
CLOSED http://bugs.python.org/issue6629 created lorentey
patch

string.Template custom pattern not working 08/03/09
http://bugs.python.org/issue6630 created jcollado


urlparse.urlunsplit() can't handle relative files (for urllib*.o 08/03/09
http://bugs.python.org/issue6631 created albert


Include more fullwidth chars in the decimal codec 08/03/09
http://bugs.python.org/issue6632 created ezio.melotti


No handlers could be found for logger 08/03/09
CLOSED http://bugs.python.org/issue6633 created purpleidea


sys.exit() called from threads other than the main one: undocume 08/03/09
http://bugs.python.org/issue6634 created jgehrcke


Profiler doesn't print usage (indexError instead) 08/03/09
http://bugs.python.org/issue6635 created pr0gg3d
patch

Non-existant directory in sys.path prevents further imports 08/03/09
http://bugs.python.org/issue6636 created cemasoniv


non-empty defaultdict .copy() fails returning empty dict 08/03/09
CLOSED http://bugs.python.org/issue6637 created tomcl


optparse parse_args argument references wrong 08/04/09
http://bugs.python.org/issue6638 created kq1quick


turtle: _tkinter.TclError: invalid command name ".10170160" 08/04/09
http://bugs.python.org/issue6639 created srid


urlparse should parse mailto: URL headers as query parameters 08/04/09
http://bugs.python.org/issue6640 created mykmelez


strptime doesn't support %z format ? 08/04/09
http://bugs.python.org/issue6641 created eka


returning after forking a child thread doesn't call Py_Finalize 08/04/09
http://bugs.python.org/issue6642 created rnk
patch

joining a child that forks can deadlock in the forked child proc 08/04/09
http://bugs.python.org/issue6643 created rnk
patch

cmathmodule.c: Extra comma in enum - fails on AIX 08/04/09
CLOSED http://bugs.python.org/issue6644 created srid


multiprocessing build fails on AIX - /dev/urandom (or equivalent 08/04/09
http://bugs.python.org/issue6645 created srid


test_pickle fails on AIX -- 6.9999999999999994e-308 != 6.9999999 08/05/09
http://bugs.python.org/issue6646 created srid


warnings.catch_warnings is not thread-safe 08/05/09
http://bugs.python.org/issue6647 created gagenellina


codecs documentation does not mention surrogateescape 08/05/09
CLOSED http://bugs.python.org/issue6648 created Nikratio


idlelib/rpc.py missing exit status on exithook 08/05/09
http://bugs.python.org/issue6649 created gpolo
patch

sre_parse contains a confusing generic error message 08/05/09
http://bugs.python.org/issue6650 created torne
patch

Py3k's posixpath.relpath not compatible with ntpath.relpath 08/05/09
http://bugs.python.org/issue6651 created erickt


missing cmath functions 08/05/09
CLOSED http://bugs.python.org/issue6652 created pfeldman@verizon.net


Potential memory leak in multiprocessing 08/05/09
http://bugs.python.org/issue6653 created jnoller


Add "path" to the xmrlpc dispatcher method 08/05/09
http://bugs.python.org/issue6654 created krisvale


etree iterative find[text] 08/06/09
http://bugs.python.org/issue6655 created Digitalxero
patch

locale.format_string fails on escaped percentage 08/06/09
http://bugs.python.org/issue6656 created christoph
patch

Copy documentation section 08/06/09
http://bugs.python.org/issue6657 created Sheepherd


typo in buffer api docs 08/06/09
CLOSED http://bugs.python.org/issue6658 created ash


buffer c-api: memoryview object documentation 08/06/09
http://bugs.python.org/issue6659 created ash


Desire python.org documentation link to user contribution wiki ( 08/06/09
CLOSED http://bugs.python.org/issue6660 created keenethery


Transient test_multiprocessing failure 08/06/09
http://bugs.python.org/issue6661 created pitrou


HTMLParser.HTMLParser doesn't handle malformed charrefs 08/07/09
http://bugs.python.org/issue6662 created dayveday


re.findall does not always return a list of strings 08/07/09
http://bugs.python.org/issue6663 created pfeldman@verizon.net


readlines should understand Line Separator and Paragraph Separat 08/07/09
http://bugs.python.org/issue6664 created nyamatongwe


fnmatch fails on filenames containing \n character 08/07/09
http://bugs.python.org/issue6665 created rajcze


List of dirs to ignore in trace.py is applied only for the first 08/07/09
http://bugs.python.org/issue6666 created bogdan.opanchuk
patch

logging config - using of FileHandler's delay argument? 08/07/09
http://bugs.python.org/issue6667 created maro


locale.py: can't parse sr_RS@latin locale 08/07/09
http://bugs.python.org/issue6668 created VPeric




Issues Now Closed (32)
______________________

Backport set comprehensions 506 days
http://bugs.python.org/issue2334 alexandre.vassalotti
26backport

Extension module build fails for MinGW: missing vcvarsall.bat 465 days
http://bugs.python.org/issue2698 tarek


PyCF_DONT_IMPLY_DEDENT can be used to activate the with statemen 378 days
http://bugs.python.org/issue3438 gpolo
patch

Include Tcl/Tk 8.5.4 in the windows binary for the upcoming beta 352 days
http://bugs.python.org/issue3600 gpolo


Arrows key do not browse in the IDLE 313 days
http://bugs.python.org/issue3961 gpolo


IDLE.app (Mac) File Menu MIssing Options 249 days
http://bugs.python.org/issue4432 gpolo


multiprocessing.JoinableQueue task_done() issue 234 days
http://bugs.python.org/issue4660 jnoller


bug fix to prevent io.BytesIO from accepting arbitrary keyword a 149 days
http://bugs.python.org/issue5449 alexandre.vassalotti
patch

OverflowError in RLock.acquire() 12 days
http://bugs.python.org/issue6562 davidar


Make Decimal constructor accept all unicode decimal digits in in 4 days
http://bugs.python.org/issue6595 marketdickinson
patch

urllib2 bug on CentOS 5 days
http://bugs.python.org/issue6596 rpetrov


test_distutils subtest test_get_exe_bytes fails depending on exe 3 days
http://bugs.python.org/issue6604 tarek
patch

smtplib.SMTP.sendmail() rejected after quit(),connect() sequence 6 days
http://bugs.python.org/issue6605 amaury.forgeotdarc


HTMLParser cannot deal with mixture of arbitrary data and charac 1 days
http://bugs.python.org/issue6611 liudongmiao@gmail.com


heapq.nsmallest and nlargest should be smarter/more usable/more 0 days
http://bugs.python.org/issue6614 rhettinger


PyList_APPEND (append without incref) 1 days
http://bugs.python.org/issue6616 rhettinger
patch

Typo in a listing in 5.2.9 of language reference 2 days
http://bugs.python.org/issue6618 georg.brandl


Remove duplicated function in Lib/inspect.py 1 days
http://bugs.python.org/issue6619 marketdickinson
patch

Variable may be used before first being assigned to in Lib/local 3 days
http://bugs.python.org/issue6620 marketdickinson
patch

[RFC] Remove leftover use of Carbon module from Lib/binhex.py 1 days
http://bugs.python.org/issue6621 marketdickinson
patch

[RFC] wrong variable used in Lib/poplib.py 5 days
http://bugs.python.org/issue6622 marketdickinson
patch

PyArg_ParseTuple with "s" format and NUL: Bogus TypeError detail 0 days
http://bugs.python.org/issue6624 jafo


seek doesn't properly handle file buffer, leads to silent data c 4 days
http://bugs.python.org/issue6629 pitrou
patch

No handlers could be found for logger 2 days
http://bugs.python.org/issue6633 purpleidea


non-empty defaultdict .copy() fails returning empty dict 1 days
http://bugs.python.org/issue6637 rhettinger


cmathmodule.c: Extra comma in enum - fails on AIX 0 days
http://bugs.python.org/issue6644 marketdickinson


codecs documentation does not mention surrogateescape 1 days
http://bugs.python.org/issue6648 georg.brandl


missing cmath functions 0 days
http://bugs.python.org/issue6652 georg.brandl


typo in buffer api docs 0 days
http://bugs.python.org/issue6658 georg.brandl


Desire python.org documentation link to user contribution wiki ( 1 days
http://bugs.python.org/issue6660 keenethery


Mouse wheel crashes program 2102 days
http://bugs.python.org/issue834351 gpolo


add "reload" function to IDLE 1583 days
http://bugs.python.org/issue1175686 gpolo




Top Issues Most Discussed (10)
______________________________

9 heapq.nsmallest and nlargest should be smarter/more usable/more 0 days
closed http://bugs.python.org/issue6614

7 Include more fullwidth chars in the decimal codec 4 days
open http://bugs.python.org/issue6632

6 [RFC] wrong variable used in Lib/poplib.py 5 days
closed http://bugs.python.org/issue6622

5 show Python mimetypes module some love 5 days
open http://bugs.python.org/issue6626

5 json C serializer performance tied to structure depth on some s 10 days
open http://bugs.python.org/issue6594

5 OverflowError in RLock.acquire() 12 days
closed http://bugs.python.org/issue6562

5 asyncore incorrect failure when connection is refused and using 16 days
open http://bugs.python.org/issue6550

5 error: (10035, 'The socket operation could not complete without 466 days
open http://bugs.python.org/issue2710

5 Backport set literals 508 days
open http://bugs.python.org/issue2335

4 Desire python.org documentation link to user contribution wiki 1 days
closed http://bugs.python.org/issue6660
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (08/07/09 - 08/14/09)
Python tracker at http://bugs.python.org/

To view or respond to any of the issues listed below, click on the issue
number. Do NOT respond to this message.


2329 open (+26) / 16195 closed ( +8) / 18524 total (+34)

Open issues with patches: 925

Average duration of open issues: 659 days.
Median duration of open issues: 414 days.

Open Issues Breakdown
open 2297 (+26)
pending 31 ( +0)

Issues Created Or Reopened (34)
_______________________________

TarFile.getmembers fails at struct.unpack: unpack requires a str 08/07/09
http://bugs.python.org/issue6669 created srid


Printing the 'The Python Tutorial' 08/08/09
http://bugs.python.org/issue6670 created brimac


webbrowser.py doesn't respect xfce default browser 08/09/09
http://bugs.python.org/issue6671 created ava1ar
patch

Add Mingw recognition to pyport.h to allow building extensions 08/09/09
http://bugs.python.org/issue6672 created f0k


Py3.1 hangs in coroutine and eats up all memory 08/09/09
CLOSED http://bugs.python.org/issue6673 created scoder


Fatal error: deallocating None 08/10/09
CLOSED http://bugs.python.org/issue6674 created shashi


inf == inf (wrong IEEE 754 behaviour) 08/10/09
CLOSED http://bugs.python.org/issue6675 created Cyborg16


expat parser throws Memory Error when parsing multiple files 08/10/09
http://bugs.python.org/issue6676 created realpolitik


Place the term "delete" within the documentation for os.remove() 08/10/09
http://bugs.python.org/issue6677 created mcow


inspect.currentframe documentation omits optional depth paramete 08/10/09
http://bugs.python.org/issue6678 created llimllib


obsolete paragraph in re doc for re.sub 08/10/09
CLOSED http://bugs.python.org/issue6679 created MLModel


Python 3.1 fails to build when db.h contains non-UTF-8 character 08/10/09
CLOSED http://bugs.python.org/issue6680 created Arfrever
patch

email.parser clips trailing \n of multipart/mixed part if part e 08/10/09
http://bugs.python.org/issue6681 created gvanrossum


Default traceback does not handle PEP302 loaded modules 08/11/09
http://bugs.python.org/issue6682 created anders.blomdell@control.lth.se


smtplib authentication - try all mechanisms 08/11/09
http://bugs.python.org/issue6683 created shubes


"x / 1" and "x * 1" should return x 08/11/09
CLOSED http://bugs.python.org/issue6684 created mrjbq7


CGI module documentation references method 'toupper'; should be 08/11/09
http://bugs.python.org/issue6685 created troy


xml.sax.xmlreader.XMLReader.getProperty (xml.sax.handler.propert 08/11/09
http://bugs.python.org/issue6686 created cms103
patch

Move the special-case for integer objects out of PyBytes_FromObj 08/11/09
http://bugs.python.org/issue6687 created alexandre.vassalotti
patch, 26backport

Optimize PyBytes_FromObject. 08/11/09
http://bugs.python.org/issue6688 created alexandre.vassalotti
patch

subprocess doesn't pass arguments correctly on Linux when shell= 08/12/09
http://bugs.python.org/issue6689 created davidfraser
patch

BUILD_SET followed by COMPARE_OP (in) can be optimized if all it 08/12/09
http://bugs.python.org/issue6690 created alex


Support for nested classes and function for pyclbr 08/12/09
http://bugs.python.org/issue6691 created gpolo
patch

asyncore kqueue support 08/13/09
http://bugs.python.org/issue6692 created Ikinoki


New functions in site.py to get user/global site packages paths 08/13/09
http://bugs.python.org/issue6693 created tarek
patch

itertools documentation still contains references to ifilterfals 08/13/09
CLOSED http://bugs.python.org/issue6694 created alex.morega


PyXXX_ClearFreeList for dict, set, and list 08/13/09
http://bugs.python.org/issue6695 created matthiastroffaes
patch

Profile objects should be documented 08/13/09
http://bugs.python.org/issue6696 created honeyman


Python 3.1 segfaults when invalid UTF-8 characters are passed fr 08/13/09
http://bugs.python.org/issue6697 created Arfrever


IDLE no longer opens only an edit window when configured to do s 08/13/09
http://bugs.python.org/issue6698 created gpolo


IDLE: Warn user about overwriting a file that has a newer versio 08/13/09
http://bugs.python.org/issue6699 created gpolo
patch

inspect.getsource() returns incorrect source lines 08/14/09
http://bugs.python.org/issue6700 created gagenellina
patch

Make custom xmlrpc extension easier 08/14/09
http://bugs.python.org/issue6701 created bogdan.opanchuk
patch

Tkinter: modify xview of entry widget 08/14/09
CLOSED http://bugs.python.org/issue6702 created paolo




Issues Now Closed (22)
______________________

xview/yview of Tix.Grid is broken 705 days
http://bugs.python.org/issue1135 gpolo
patch

IDLE - use enumerate instead of zip(count(), ...) 399 days
http://bugs.python.org/issue3344 gpolo
patch

subprocess fails in select when descriptors are large 392 days
http://bugs.python.org/issue3392 benjamin.peterson
patch

Idle doesn't obey the new improved warnings arguements 327 days
http://bugs.python.org/issue3926 gpolo
patch

Idle hangs when given a nonexistent filename. 207 days
http://bugs.python.org/issue4985 gpolo
patch

IDLE to support reindent.py 190 days
http://bugs.python.org/issue5150 gpolo


Python 3 pdb: shows internal code, breakpoints don't work 78 days
http://bugs.python.org/issue6126 georg.brandl
patch

Missing Shell menu in Linux IDLE 67 days
http://bugs.python.org/issue6168 gpolo


Tkinter.Entry: fix for xview and some doc clarifications 73 days
http://bugs.python.org/issue6180 gpolo
patch

test_ttk_guionly buildbot test crash: Tcl_FinalizeNotifier: noti 18 days
http://bugs.python.org/issue6527 gpolo


2to3 fails to fix test.test_support 13 days
http://bugs.python.org/issue6583 benjamin.peterson


2to3 test_print_function_option fails on Windows 14 days
http://bugs.python.org/issue6599 benjamin.peterson
patch

Desire python.org documentation link to user contribution wiki ( 5 days
http://bugs.python.org/issue6660 keenethery


re.findall does not always return a list of strings 2 days
http://bugs.python.org/issue6663 pitrou


Py3.1 hangs in coroutine and eats up all memory 2 days
http://bugs.python.org/issue6673 alexandre.vassalotti


Fatal error: deallocating None 0 days
http://bugs.python.org/issue6674 benjamin.peterson


inf == inf (wrong IEEE 754 behaviour) 0 days
http://bugs.python.org/issue6675 marketdickinson


obsolete paragraph in re doc for re.sub 2 days
http://bugs.python.org/issue6679 georg.brandl


Python 3.1 fails to build when db.h contains non-UTF-8 character 2 days
http://bugs.python.org/issue6680 benjamin.peterson
patch

"x / 1" and "x * 1" should return x 0 days
http://bugs.python.org/issue6684 rhettinger


itertools documentation still contains references to ifilterfals 0 days
http://bugs.python.org/issue6694 georg.brandl


Tkinter: modify xview of entry widget 0 days
http://bugs.python.org/issue6702 gpolo




Top Issues Most Discussed (10)
______________________________

15 Regexp 2.7 (modifications to current re 2.2.2) 486 days
open http://bugs.python.org/issue2636

5 Python 3 pdb: shows internal code, breakpoints don't work 78 days
closed http://bugs.python.org/issue6126

5 urllib.quote() escapes characters unnecessarily and contrary to 486 days
open http://bugs.python.org/issue2637

4 inf == inf (wrong IEEE 754 behaviour) 0 days
closed http://bugs.python.org/issue6675

4 Py3.1 hangs in coroutine and eats up all memory 2 days
closed http://bugs.python.org/issue6673

4 subprocess fails in select when descriptors are large 392 days
closed http://bugs.python.org/issue3392

3 PyXXX_ClearFreeList for dict, set, and list 1 days
open http://bugs.python.org/issue6695

3 subprocess doesn't pass arguments correctly on Linux when shell 2 days
open http://bugs.python.org/issue6689

3 xml.sax.xmlreader.XMLReader.getProperty (xml.sax.handler.proper 3 days
open http://bugs.python.org/issue6686

3 email.parser clips trailing \n of multipart/mixed part if part 4 days
open http://bugs.python.org/issue6681

1 2 3 4 5 6 7  View All