ACTIVITY SUMMARY (2011-08-26 - 2011-09-02)
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    2967 ( +4)
  closed 21701 (+36)
  total  24668 (+40)

Open issues with patches: 1283 


Issues opened (32)
==================

#12837: Patch for issue #12810 removed a valid check on socket ancilla
http://bugs.python.org/issue12837  reopened by brett.cannon

#12848: pickle.py treats 32bit lengths as signed, but _pickle.c as uns
http://bugs.python.org/issue12848  opened by pitrou

#12849: urllib2 headers issue
http://bugs.python.org/issue12849  opened by shubhojeet.ghosh

#12850: [PATCH] stm.atomic
http://bugs.python.org/issue12850  opened by arigo

#12851: ctypes: getbuffer() never provides strides
http://bugs.python.org/issue12851  opened by skrah

#12852: POSIX level issues in posixmodule.c on OpenBSD 5.0
http://bugs.python.org/issue12852  opened by rpointel

#12853: global name 'r' is not defined in upload.py
http://bugs.python.org/issue12853  opened by reowen

#12854: PyOS_Readline usage in tokenizer ignores sys.stdin/sys.stdout
http://bugs.python.org/issue12854  opened by Albert.Zeyer

#12855: linebreak sequences should be better documented
http://bugs.python.org/issue12855  opened by Matthew.Boehm

#12856: tempfile PRNG reuse between parent and child process
http://bugs.python.org/issue12856  opened by ferringb

#12857: Expose called function on frame object
http://bugs.python.org/issue12857  opened by eric.snow

#12858: crypt.mksalt: use ssl.RAND_pseudo_bytes() if available
http://bugs.python.org/issue12858  opened by haypo

#12860: http client attempts to send a readable object twice
http://bugs.python.org/issue12860  opened by langmartin

#12861: PyOS_Readline uses single lock
http://bugs.python.org/issue12861  opened by Albert.Zeyer

#12862: ConfigParser does not implement "comments need to be preceded 
http://bugs.python.org/issue12862  opened by DanielFortunov

#12863: py32 > Lib > xml.minidom > usage feedback > overrides
http://bugs.python.org/issue12863  opened by GPU.Group

#12864: 2to3 creates illegal code on import a.b inside a package
http://bugs.python.org/issue12864  opened by simohe

#12866: Want to submit our Audioop.c patch for 24bit audio
http://bugs.python.org/issue12866  opened by Peder.Jørgensen

#12869: PyOS_StdioReadline is printing the prompt on stderr
http://bugs.python.org/issue12869  opened by Albert.Zeyer

#12870: Regex object should have introspection methods
http://bugs.python.org/issue12870  opened by mattchaput

#12871: Disable sched_get_priority_min/max if Python is compiled        witho
http://bugs.python.org/issue12871  opened by haypo

#12872: --with-tsc crashes on ppc64
http://bugs.python.org/issue12872  opened by dmalcolm

#12873: 2to3 incorrectly handles multi-line imports from __future__
http://bugs.python.org/issue12873  opened by Arfrever

#12875: backport re.compile flags default value documentation
http://bugs.python.org/issue12875  opened by eli.bendersky

#12876: Make Test Error : ImportError: No module named _sha256
http://bugs.python.org/issue12876  opened by wah meng

#12878: io.StringIO doesn't provide a __dict__ field
http://bugs.python.org/issue12878  opened by ericp

#12880: ctypes: clearly document how structure bit fields are allocate
http://bugs.python.org/issue12880  opened by meadori

#12881: ctypes: segfault with large structure field names
http://bugs.python.org/issue12881  opened by meadori

#12882: mmap crash on Windows
http://bugs.python.org/issue12882  opened by itabhijitb

#12883: xml.sax.xmlreader.AttributesImpl allows empty string as attrib
http://bugs.python.org/issue12883  opened by Michael.Sulyaev

#12885: distutils.filelist.findall() fails on broken symlink in Py2.x
http://bugs.python.org/issue12885  opened by Alexander.Dutton

#12886: datetime.strptime parses input wrong
http://bugs.python.org/issue12886  opened by heidar.rafn



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

#12885: distutils.filelist.findall() fails on broken symlink in Py2.x
http://bugs.python.org/issue12885

#12883: xml.sax.xmlreader.AttributesImpl allows empty string as attrib
http://bugs.python.org/issue12883

#12881: ctypes: segfault with large structure field names
http://bugs.python.org/issue12881

#12880: ctypes: clearly document how structure bit fields are allocate
http://bugs.python.org/issue12880

#12873: 2to3 incorrectly handles multi-line imports from __future__
http://bugs.python.org/issue12873

#12872: --with-tsc crashes on ppc64
http://bugs.python.org/issue12872

#12869: PyOS_StdioReadline is printing the prompt on stderr
http://bugs.python.org/issue12869

#12866: Want to submit our Audioop.c patch for 24bit audio
http://bugs.python.org/issue12866

#12864: 2to3 creates illegal code on import a.b inside a package
http://bugs.python.org/issue12864

#12863: py32 > Lib > xml.minidom > usage feedback > overrides
http://bugs.python.org/issue12863

#12862: ConfigParser does not implement "comments need to be preceded 
http://bugs.python.org/issue12862

#12860: http client attempts to send a readable object twice
http://bugs.python.org/issue12860

#12858: crypt.mksalt: use ssl.RAND_pseudo_bytes() if available
http://bugs.python.org/issue12858

#12854: PyOS_Readline usage in tokenizer ignores sys.stdin/sys.stdout
http://bugs.python.org/issue12854

#12851: ctypes: getbuffer() never provides strides
http://bugs.python.org/issue12851



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

#12872: --with-tsc crashes on ppc64
http://bugs.python.org/issue12872

#12857: Expose called function on frame object
http://bugs.python.org/issue12857

#12856: tempfile PRNG reuse between parent and child process
http://bugs.python.org/issue12856

#12855: linebreak sequences should be better documented
http://bugs.python.org/issue12855

#12852: POSIX level issues in posixmodule.c on OpenBSD 5.0
http://bugs.python.org/issue12852

#12850: [PATCH] stm.atomic
http://bugs.python.org/issue12850

#12842: Docs: first parameter of tp_richcompare() always has the corre
http://bugs.python.org/issue12842

#12841: Incorrect tarfile.py extraction
http://bugs.python.org/issue12841

#12837: Patch for issue #12810 removed a valid check on socket ancilla
http://bugs.python.org/issue12837

#12832: The documentation for the print function should explain/point 
http://bugs.python.org/issue12832

#12822: NewGIL should use CLOCK_MONOTONIC if possible.
http://bugs.python.org/issue12822

#12820: Tests for Lib/xml/dom/minicompat.py
http://bugs.python.org/issue12820

#12819: PEP 393 - Flexible Unicode String Representation
http://bugs.python.org/issue12819

#12818: email.utils.formataddr incorrectly quotes parens inside quoted
http://bugs.python.org/issue12818

#12817: test_multiprocessing: io.BytesIO() requires bytearray buffers
http://bugs.python.org/issue12817



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

#12852: POSIX level issues in posixmodule.c on OpenBSD 5.0
http://bugs.python.org/issue12852  15 msgs

#12736: Request for python casemapping functions to use full not simpl
http://bugs.python.org/issue12736  15 msgs

#2636: Adding a new regex module (compatible with re)
http://bugs.python.org/issue2636  14 msgs

#12855: linebreak sequences should be better documented
http://bugs.python.org/issue12855  10 msgs

#12729: Python lib re cannot handle Unicode properly due to narrow/wid
http://bugs.python.org/issue12729   9 msgs

#12850: [PATCH] stm.atomic
http://bugs.python.org/issue12850   9 msgs

#12735: request full Unicode collation support in std python library
http://bugs.python.org/issue12735   7 msgs

#12837: Patch for issue #12810 removed a valid check on socket ancilla
http://bugs.python.org/issue12837   7 msgs

#12841: Incorrect tarfile.py extraction
http://bugs.python.org/issue12841   6 msgs

#12876: Make Test Error : ImportError: No module named _sha256
http://bugs.python.org/issue12876   6 msgs



Issues closed (36)
==================

#6069: casting error from ctypes array to structure
http://bugs.python.org/issue6069  closed by meadori

#6980: fix ctypes build failure on armel-linux-gnueabi with -mfloat-a
http://bugs.python.org/issue6980  closed by meadori

#8296: multiprocessing.Pool hangs when issuing KeyboardInterrupt
http://bugs.python.org/issue8296  closed by vinay.sajip

#8409: gettext should honor $LOCPATH environment variable
http://bugs.python.org/issue8409  closed by barry

#9651: ctypes crash when writing zerolength string buffer to file
http://bugs.python.org/issue9651  closed by amaury.forgeotdarc

#9923: mailcap module may not work on non-POSIX platforms if MAILCAPS
http://bugs.python.org/issue9923  closed by ncoghlan

#10086: test_sysconfig failure when prefix matches /site
http://bugs.python.org/issue10086  closed by eric.araujo

#11241: ctypes: subclassing an already subclassed ArrayType generates 
http://bugs.python.org/issue11241  closed by amaury.forgeotdarc

#11564: pickle not 64-bit ready
http://bugs.python.org/issue11564  closed by pitrou

#11879: TarFile.chown: should use TarInfo.uid if user lookup fails
http://bugs.python.org/issue11879  closed by lars.gustaebel

#11920: ctypes: Strange bitfield structure sizing issue
http://bugs.python.org/issue11920  closed by meadori

#12195: Little documentation of annotations
http://bugs.python.org/issue12195  closed by rhettinger

#12287: ossaudiodev: stack corruption with FD >= FD_SETSIZE
http://bugs.python.org/issue12287  closed by neologix

#12472: Build failure on IRIX
http://bugs.python.org/issue12472  closed by neologix

#12494: subprocess: check_output() doesn't close pipes on error
http://bugs.python.org/issue12494  closed by haypo

#12636: IDLE ignores -*- coding -*- with -r option
http://bugs.python.org/issue12636  closed by haypo

#12720: Expose linux extended filesystem attributes
http://bugs.python.org/issue12720  closed by python-dev

#12742: Add support for CESU-8 encoding
http://bugs.python.org/issue12742  closed by ezio.melotti

#12793: allow filters in os.walk
http://bugs.python.org/issue12793  closed by rhettinger

#12802: Windows error code 267 should be mapped to ENOTDIR, not EINVAL
http://bugs.python.org/issue12802  closed by pitrou

#12829: pyexpat segmentation fault caused by multiple calls to Parse()
http://bugs.python.org/issue12829  closed by ned.deily

#12835: Missing SSLSocket.sendmsg() wrapper allows programs to send un
http://bugs.python.org/issue12835  closed by ncoghlan

#12839: zlibmodule cannot handle Z_VERSION_ERROR zlib error
http://bugs.python.org/issue12839  closed by nadeem.vawda

#12843: file object read* methods in append mode overflows
http://bugs.python.org/issue12843  closed by amaury.forgeotdarc

#12846: unicodedata.normalize turkish letter problem
http://bugs.python.org/issue12846  closed by terry.reedy

#12847: crash with negative PUT in pickle
http://bugs.python.org/issue12847  closed by pitrou

#12859: readline implementation doesn't release the GIL
http://bugs.python.org/issue12859  closed by Albert.Zeyer

#12865: import SimpleHTTPServer
http://bugs.python.org/issue12865  closed by amaury.forgeotdarc

#12867: linecache.getline() Returning Error
http://bugs.python.org/issue12867  closed by ned.deily

#12868: test_faulthandler.test_stack_overflow() failed on OpenBSD
http://bugs.python.org/issue12868  closed by neologix

#12874: Rearrange descriptions of builtin types in the Library referen
http://bugs.python.org/issue12874  closed by ezio.melotti

#12877: Popen(...).stdout.seek(...) throws "Illegal seek"
http://bugs.python.org/issue12877  closed by haypo

#12879: "method-wrapper" objects are difficult to inspect
http://bugs.python.org/issue12879  closed by benjamin.peterson

#12884: Re
http://bugs.python.org/issue12884  closed by ezio.melotti

#1462440: socket and threading: udp multicast setsockopt fails
http://bugs.python.org/issue1462440  closed by neologix

#10946: bdist doesn’t pass --skip-build on to subcommands
http://bugs.python.org/issue10946  closed by eric.araujo
_______________________________________________
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