ACTIVITY SUMMARY (2011-01-07 - 2011-01-14)
Python tracker at http://bugs.python.org/

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

Issues counts and deltas:
  open    2498 ( -3)
  closed 20192 (+54)
  total  22690 (+51)

Open issues with patches: 1049 


Issues opened (35)
==================

#1602: windows console doesn't print or input Unicode
http://bugs.python.org/issue1602  reopened by tim.golden

#8844: Condition.wait() doesn't raise KeyboardInterrupt
http://bugs.python.org/issue8844  reopened by haypo

#8957: strptime(.., '%c') fails to parse output of strftime('%c', ..)
http://bugs.python.org/issue8957  reopened by belopolsky

#10116: Sporadic failures in test_urllibnet
http://bugs.python.org/issue10116  reopened by pitrou

#10854: Output DLL name in error message of ImportError when DLL is mi
http://bugs.python.org/issue10854  reopened by techtonik

#10855: wave.Wave_read.close() doesn't release file
http://bugs.python.org/issue10855  reopened by pjcreath

#10860: Handle empty port after port delimiter in httplib
http://bugs.python.org/issue10860  opened by sligocki

#10866: Add sethostname()
http://bugs.python.org/issue10866  opened by rosslagerwall

#10867: mmap.flush() issue msync() even if mapping was created with  p
http://bugs.python.org/issue10867  opened by mmarkk

#10868: ABCMeta.register() should work as a decorator
http://bugs.python.org/issue10868  opened by kerio

#10872: Add mode to TextIOWrapper repr
http://bugs.python.org/issue10872  opened by georg.brandl

#10874: test_urllib2 shouldn't use is operator for comparing strings
http://bugs.python.org/issue10874  opened by Trundle

#10878: asyncore does not react properly on close()
http://bugs.python.org/issue10878  opened by tgeorgiev

#10879: cgi memory usage
http://bugs.python.org/issue10879  opened by v+python

#10880: do_mkvalue and 'boolean'
http://bugs.python.org/issue10880  opened by IROV

#10882: Add os.sendfile()
http://bugs.python.org/issue10882  opened by rosslagerwall

#10883: urllib: socket is not closed explicitly
http://bugs.python.org/issue10883  opened by haypo

#10884: pkgutil EggInfoDistribution requirements for .egg-info metadat
http://bugs.python.org/issue10884  opened by pumazi

#10885: multiprocessing docs
http://bugs.python.org/issue10885  opened by rosslagerwall

#10886: Unhelpful backtrace for multiprocessing.Queue
http://bugs.python.org/issue10886  opened by torsten

#10887: Add link to development ML
http://bugs.python.org/issue10887  opened by techtonik

#10888: os.stat(filepath).st_mode gives wrong 'executable permission' 
http://bugs.python.org/issue10888  opened by jeroen.dobbelaere

#10891: Tweak sorting howto to eliminate redundancy
http://bugs.python.org/issue10891  opened by eric.araujo

#10894: Making stdlib APIs private
http://bugs.python.org/issue10894  opened by SilentGhost

#10895: Private stdlib API: getopt, getpass, glob, gzip, genericpath, 
http://bugs.python.org/issue10895  opened by SilentGhost

#10897: UNIX mmap unnecessarily dup() file descriptor
http://bugs.python.org/issue10897  opened by lorenz

#10898: posixmodule.c redefines FSTAT
http://bugs.python.org/issue10898  opened by alanh

#10900: bz2 module fails to uncompress large files
http://bugs.python.org/issue10900  opened by wrobell

#10903: ZipExtFile:_update_crc fails for CRC >= 0x80000000
http://bugs.python.org/issue10903  opened by arindam

#10904: PYTHONIOENCODING is not in manpage
http://bugs.python.org/issue10904  opened by pebbe

#10905: zipfile: fix arcname with leading '///' or '..'
http://bugs.python.org/issue10905  opened by zhigang

#10906: wsgiref should mention that CGI scripts usually expect HTTPS v
http://bugs.python.org/issue10906  opened by techtonik

#10907: OS X installer: warn users of buggy Tcl/Tk in OS X 10.6
http://bugs.python.org/issue10907  opened by ned.deily

#10908: Improvements to trace._Ignore
http://bugs.python.org/issue10908  opened by SilentGhost

#775321: plistlib error handling
http://bugs.python.org/issue775321  reopened by eric.araujo



Most recent 15 issues with no replies (15)
==========================================

#10908: Improvements to trace._Ignore
http://bugs.python.org/issue10908

#10906: wsgiref should mention that CGI scripts usually expect HTTPS v
http://bugs.python.org/issue10906

#10904: PYTHONIOENCODING is not in manpage
http://bugs.python.org/issue10904

#10903: ZipExtFile:_update_crc fails for CRC >= 0x80000000
http://bugs.python.org/issue10903

#10898: posixmodule.c redefines FSTAT
http://bugs.python.org/issue10898

#10891: Tweak sorting howto to eliminate redundancy
http://bugs.python.org/issue10891

#10887: Add link to development ML
http://bugs.python.org/issue10887

#10886: Unhelpful backtrace for multiprocessing.Queue
http://bugs.python.org/issue10886

#10885: multiprocessing docs
http://bugs.python.org/issue10885

#10883: urllib: socket is not closed explicitly
http://bugs.python.org/issue10883

#10866: Add sethostname()
http://bugs.python.org/issue10866

#10850: inconsistent behavior concerning multiprocessing.manager.BaseM
http://bugs.python.org/issue10850

#10847: Distutils drops -fno-strict-aliasing when CFLAGS are set
http://bugs.python.org/issue10847

#10837: Issue catching KeyboardInterrupt while reading stdin
http://bugs.python.org/issue10837

#10836: TypeError during exception handling in urllib.request.urlretri
http://bugs.python.org/issue10836



Most recent 15 issues waiting for review (15)
=============================================

#10908: Improvements to trace._Ignore
http://bugs.python.org/issue10908

#10907: OS X installer: warn users of buggy Tcl/Tk in OS X 10.6
http://bugs.python.org/issue10907

#10905: zipfile: fix arcname with leading '///' or '..'
http://bugs.python.org/issue10905

#10897: UNIX mmap unnecessarily dup() file descriptor
http://bugs.python.org/issue10897

#10895: Private stdlib API: getopt, getpass, glob, gzip, genericpath, 
http://bugs.python.org/issue10895

#10891: Tweak sorting howto to eliminate redundancy
http://bugs.python.org/issue10891

#10885: multiprocessing docs
http://bugs.python.org/issue10885

#10884: pkgutil EggInfoDistribution requirements for .egg-info metadat
http://bugs.python.org/issue10884

#10882: Add os.sendfile()
http://bugs.python.org/issue10882

#10874: test_urllib2 shouldn't use is operator for comparing strings
http://bugs.python.org/issue10874

#10872: Add mode to TextIOWrapper repr
http://bugs.python.org/issue10872

#10868: ABCMeta.register() should work as a decorator
http://bugs.python.org/issue10868

#10866: Add sethostname()
http://bugs.python.org/issue10866

#10860: Handle empty port after port delimiter in httplib
http://bugs.python.org/issue10860

#10855: wave.Wave_read.close() doesn't release file
http://bugs.python.org/issue10855



Top 10 most discussed issues (10)
=================================

#1602: windows console doesn't print or input Unicode
http://bugs.python.org/issue1602  14 msgs

#7229: Manual entry for time.daylight can be misleading
http://bugs.python.org/issue7229  13 msgs

#2650: re.escape should not escape underscore
http://bugs.python.org/issue2650  11 msgs

#10868: ABCMeta.register() should work as a decorator
http://bugs.python.org/issue10868  11 msgs

#10882: Add os.sendfile()
http://bugs.python.org/issue10882  11 msgs

#10225: Fix doctest runable examples in python manual
http://bugs.python.org/issue10225  10 msgs

#7322: Socket timeout can cause file-like readline() method to lose d
http://bugs.python.org/issue7322   9 msgs

#8957: strptime(.., '%c') fails to parse output of strftime('%c', ..)
http://bugs.python.org/issue8957   9 msgs

#10828: Cannot use nonascii utf8 in names of files imported from
http://bugs.python.org/issue10828   9 msgs

#9566: Compilation warnings under x64 Windows
http://bugs.python.org/issue9566   8 msgs



Issues closed (54)
==================

#2710: error: (10035, 'The socket operation could not complete withou
http://bugs.python.org/issue2710  closed by terry.reedy

#4953: cgi module cannot handle POST with multipart/form-data in 3.x
http://bugs.python.org/issue4953  closed by haypo

#5109: array.array constructor very slow when passed an array object.
http://bugs.python.org/issue5109  closed by belopolsky

#7662: time.utcoffset()
http://bugs.python.org/issue7662  closed by belopolsky

#8020: Crash in Py_ADDRESS_IN_RANGE macro
http://bugs.python.org/issue8020  closed by pitrou

#8771: Socket freezing under load issue on Mac.
http://bugs.python.org/issue8771  closed by amcgregor

#8871: --user-access-control=auto has no effect
http://bugs.python.org/issue8871  closed by techtonik

#9118: help() on a property descriptor launches interactive help
http://bugs.python.org/issue9118  closed by belopolsky

#9717: operator module - "in place" operators documentation
http://bugs.python.org/issue9717  closed by rhettinger

#9844: calling nonexisting function under __INSURE__
http://bugs.python.org/issue9844  closed by eli.bendersky

#10013: fix `./libpython2.6.so: undefined reference to `_PyParser_Gram
http://bugs.python.org/issue10013  closed by SilentGhost

#10042: total_ordering stack overflow
http://bugs.python.org/issue10042  closed by rhettinger

#10174: multiprocessing expects sys.stdout to have a fileno/close meth
http://bugs.python.org/issue10174  closed by pitrou

#10357: ** and "mapping" are poorly defined in python docs
http://bugs.python.org/issue10357  closed by rhettinger

#10394: subprocess Popen deadlock
http://bugs.python.org/issue10394  closed by pitrou

#10533: Need example of using __missing__
http://bugs.python.org/issue10533  closed by rhettinger

#10556: test_zipimport_support mucks up with modules
http://bugs.python.org/issue10556  closed by ncoghlan

#10577: (Fancy) URL opener stuck when trying to open redirected url
http://bugs.python.org/issue10577  closed by pitrou

#10648: Extend peepholer to reverse loads or stores instead of build/u
http://bugs.python.org/issue10648  closed by rhettinger

#10686: email.Generator should use unknown-8bit encoded words for head
http://bugs.python.org/issue10686  closed by r.david.murray

#10808: ssl unwrap fails with Error 0
http://bugs.python.org/issue10808  closed by pitrou

#10813: Suppress adding decimal point for places=0 in moneyfmt()
http://bugs.python.org/issue10813  closed by rhettinger

#10820: 3.2 Makefile changes for versioned scripts break OS X framewor
http://bugs.python.org/issue10820  closed by ned.deily

#10822: test_getgroups failure under Solaris
http://bugs.python.org/issue10822  closed by pitrou

#10827: Functions in time module should support year < 1900 when accep
http://bugs.python.org/issue10827  closed by belopolsky

#10841: binary stdio
http://bugs.python.org/issue10841  closed by haypo

#10849: Backport test/__main__
http://bugs.python.org/issue10849  closed by georg.brandl

#10851: further extend ssl SNI and ciphers API
http://bugs.python.org/issue10851  closed by grooverdan

#10856: documentation for ImportError parameters and attributes
http://bugs.python.org/issue10856  closed by georg.brandl

#10858: Make source code links less prominent
http://bugs.python.org/issue10858  closed by rhettinger

#10859: Is GeneratorContextManager public?
http://bugs.python.org/issue10859  closed by pitrou

#10861: urllib2 sporadically falsely claims infinite redirect
http://bugs.python.org/issue10861  closed by pitrou

#10862: Complete your registration to Python tracker -- key     yq3FVw0zXb
http://bugs.python.org/issue10862  closed by eric.araujo

#10863: zlib.compress() fails with string
http://bugs.python.org/issue10863  closed by georg.brandl

#10864: time.strftime("%Y"): limitation of 4 digits on OpenIndiana (So
http://bugs.python.org/issue10864  closed by haypo

#10865: chroot-ing breaks encodings.idna
http://bugs.python.org/issue10865  closed by georg.brandl

#10869: ast.increment_lineno() increments root node twice
http://bugs.python.org/issue10869  closed by georg.brandl

#10870: Last line of argparse code samples can not be read on Windows
http://bugs.python.org/issue10870  closed by georg.brandl

#10871: argparse example use "file" instead of "open"
http://bugs.python.org/issue10871  closed by georg.brandl

#10873: String formatting example invalid
http://bugs.python.org/issue10873  closed by eric.smith

#10875: Update Regular Expression HOWTO
http://bugs.python.org/issue10875  closed by terry.reedy

#10876: Zipfile crashes when zip password is set to 610/844/numerous o
http://bugs.python.org/issue10876  closed by pitrou

#10877: Make Tools (and subdirs) a package (and subpackages)
http://bugs.python.org/issue10877  closed by georg.brandl

#10881: test_site and macframework builds fails
http://bugs.python.org/issue10881  closed by ixokai

#10889: Fix range slicing and indexing to handle lengths > sys.maxsize
http://bugs.python.org/issue10889  closed by ncoghlan

#10890: IDLE Freezing
http://bugs.python.org/issue10890  closed by ned.deily

#10892: segfault with "del X.__abstractmethods__"
http://bugs.python.org/issue10892  closed by benjamin.peterson

#10893: The docs mark staticmethod as a function
http://bugs.python.org/issue10893  closed by rhettinger

#10896: trace module compares directories as strings (--ignore-dir)
http://bugs.python.org/issue10896  closed by SilentGhost

#10899: No function type annotations in the standard library
http://bugs.python.org/issue10899  closed by rhettinger

#10901: Python 3 MIME generator dies if not given boundary
http://bugs.python.org/issue10901  closed by SilentGhost

#10902: Doc type: "run_*" instead of "run*" on http://docs.python.org/
http://bugs.python.org/issue10902  closed by eli.bendersky

#1488934: file.write + closed pipe = no error
http://bugs.python.org/issue1488934  closed by pitrou

#1777412: datetime.strftime dislikes years before 1900
http://bugs.python.org/issue1777412  closed by haypo
_______________________________________________
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/archive%40mail-archive.com

Reply via email to