[Python-Dev] Summary of Python tracker Issues
Python tracker
status at bugs.python.org
Fri Aug 19 18:07:22 CEST 2011
ACTIVITY SUMMARY (2011-08-12 - 2011-08-19)
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 2937 (+14)
closed 21630 (+28)
total 24567 (+42)
Open issues with patches: 1266
Issues opened (31)
==================
#12409: Moving "Documenting Python" to Devguide
http://bugs.python.org/issue12409 reopened by eric.araujo
#12745: Python2 or Python3 page
http://bugs.python.org/issue12745 opened by JBernardo
#12746: normalization is affected by unicode width
http://bugs.python.org/issue12746 opened by benjamin.peterson
#12749: lib re cannot match non-BMP ranges (all versions, all builds)
http://bugs.python.org/issue12749 opened by tchrist
#12750: datetime.strftime('%s') should respect tzinfo
http://bugs.python.org/issue12750 opened by Daniel.O'Connor
#12753: \N{...} neglects formal aliases and named sequences from Unico
http://bugs.python.org/issue12753 opened by tchrist
#12754: Add alternative random number generators
http://bugs.python.org/issue12754 opened by rhettinger
#12757: undefined name in doctest.py
http://bugs.python.org/issue12757 opened by georg.brandl
#12758: time.time() returns local time instead of UTC
http://bugs.python.org/issue12758 opened by maksbotan
#12759: "(?P=)" input for Tools/scripts/redemo.py throw an exception
http://bugs.python.org/issue12759 opened by fredeom
#12760: Add create mode to open()
http://bugs.python.org/issue12760 opened by David.Townshend
#12761: Typo in Doc/license.rst
http://bugs.python.org/issue12761 opened by jwilk
#12762: EnvironmentError_str contributes to unportable code
http://bugs.python.org/issue12762 opened by jwilk
#12764: segfault in ctypes.Struct with bad _fields_
http://bugs.python.org/issue12764 opened by amaury.forgeotdarc
#12765: test_packaging failure under Snow Leopard
http://bugs.python.org/issue12765 opened by pitrou
#12767: document threading.Condition.notify
http://bugs.python.org/issue12767 opened by eli.bendersky
#12768: docstrings for the threading module
http://bugs.python.org/issue12768 opened by eli.bendersky
#12769: String with NUL characters truncated by ctypes when assigning
http://bugs.python.org/issue12769 opened by Rafal.Dowgird
#12771: 2to3 -d adds extra whitespace
http://bugs.python.org/issue12771 opened by VPeric
#12772: fractional day attribute in datetime class
http://bugs.python.org/issue12772 opened by Miguel.de.Val.Borro
#12774: Warning -- multiprocessing.process._dangling was modified by t
http://bugs.python.org/issue12774 opened by ned.deily
#12775: immense performance problems related to the garbage collector
http://bugs.python.org/issue12775 opened by dsvensson
#12776: argparse: type conversion function should be called only once
http://bugs.python.org/issue12776 opened by arnau
#12777: Inconsistent use of VOLUME_NAME_* with GetFinalPathNameByHandl
http://bugs.python.org/issue12777 opened by pitrou
#12778: JSON-serializing a large container takes too much memory
http://bugs.python.org/issue12778 opened by pitrou
#12779: Update packaging documentation
http://bugs.python.org/issue12779 opened by eric.araujo
#12780: Clean up tests for pyc/pyo in __file__
http://bugs.python.org/issue12780 opened by eric.araujo
#12781: Mention SO_REUSEADDR near socket doc examples
http://bugs.python.org/issue12781 opened by sandro.tosi
#12782: Multiple context expressions do not support parentheses for co
http://bugs.python.org/issue12782 opened by Julian
#12783: test_posix failure on FreeBSD 6.4: test_get_and_set_scheduler_
http://bugs.python.org/issue12783 opened by neologix
#12785: list_distinfo_file is wrong
http://bugs.python.org/issue12785 opened by eric.araujo
Most recent 15 issues with no replies (15)
==========================================
#12785: list_distinfo_file is wrong
http://bugs.python.org/issue12785
#12783: test_posix failure on FreeBSD 6.4: test_get_and_set_scheduler_
http://bugs.python.org/issue12783
#12782: Multiple context expressions do not support parentheses for co
http://bugs.python.org/issue12782
#12776: argparse: type conversion function should be called only once
http://bugs.python.org/issue12776
#12772: fractional day attribute in datetime class
http://bugs.python.org/issue12772
#12771: 2to3 -d adds extra whitespace
http://bugs.python.org/issue12771
#12768: docstrings for the threading module
http://bugs.python.org/issue12768
#12759: "(?P=)" input for Tools/scripts/redemo.py throw an exception
http://bugs.python.org/issue12759
#12742: Add support for CESU-8 encoding
http://bugs.python.org/issue12742
#12739: read stuck with multithreading and simultaneous subprocess.Pop
http://bugs.python.org/issue12739
#12736: Request for python casemapping functions to use full not simpl
http://bugs.python.org/issue12736
#12735: request full Unicode collation support in std python library
http://bugs.python.org/issue12735
#12706: timeout sentinel in ftplib and poplib documentation
http://bugs.python.org/issue12706
#12684: profile does not dump stats on exception like cProfile does
http://bugs.python.org/issue12684
#12668: 3.2 What's New: it's integer->string, not the opposite
http://bugs.python.org/issue12668
Most recent 15 issues waiting for review (15)
=============================================
#12785: list_distinfo_file is wrong
http://bugs.python.org/issue12785
#12781: Mention SO_REUSEADDR near socket doc examples
http://bugs.python.org/issue12781
#12780: Clean up tests for pyc/pyo in __file__
http://bugs.python.org/issue12780
#12778: JSON-serializing a large container takes too much memory
http://bugs.python.org/issue12778
#12776: argparse: type conversion function should be called only once
http://bugs.python.org/issue12776
#12764: segfault in ctypes.Struct with bad _fields_
http://bugs.python.org/issue12764
#12761: Typo in Doc/license.rst
http://bugs.python.org/issue12761
#12760: Add create mode to open()
http://bugs.python.org/issue12760
#12740: Add struct.Struct.nmemb
http://bugs.python.org/issue12740
#12723: Provide an API in tkSimpleDialog for defining custom validatio
http://bugs.python.org/issue12723
#12720: Expose linux extended filesystem attributes
http://bugs.python.org/issue12720
#12708: multiprocessing.Pool is missing a starmap[_async]() method.
http://bugs.python.org/issue12708
#12691: tokenize.untokenize is broken
http://bugs.python.org/issue12691
#12684: profile does not dump stats on exception like cProfile does
http://bugs.python.org/issue12684
#12668: 3.2 What's New: it's integer->string, not the opposite
http://bugs.python.org/issue12668
Top 10 most discussed issues (10)
=================================
#12326: Linux 3: code should avoid using sys.platform == 'linux2'
http://bugs.python.org/issue12326 53 msgs
#10542: Py_UNICODE_NEXT and other macros for surrogates
http://bugs.python.org/issue10542 33 msgs
#12729: Python lib re cannot handle Unicode properly due to narrow/wid
http://bugs.python.org/issue12729 32 msgs
#12760: Add create mode to open()
http://bugs.python.org/issue12760 13 msgs
#12740: Add struct.Struct.nmemb
http://bugs.python.org/issue12740 12 msgs
#12775: immense performance problems related to the garbage collector
http://bugs.python.org/issue12775 12 msgs
#12749: lib re cannot match non-BMP ranges (all versions, all builds)
http://bugs.python.org/issue12749 11 msgs
#12394: packaging: generate scripts from callable (dotted paths)
http://bugs.python.org/issue12394 10 msgs
#12750: datetime.strftime('%s') should respect tzinfo
http://bugs.python.org/issue12750 9 msgs
#8668: Packaging: add a 'develop' command
http://bugs.python.org/issue8668 8 msgs
Issues closed (25)
==================
#8617: Better document user site-packages in site module doc
http://bugs.python.org/issue8617 closed by eric.araujo
#9173: logger statement not guarded in shutil._make_tarball
http://bugs.python.org/issue9173 closed by eric.araujo
#10745: setup.py install --user option undocumented
http://bugs.python.org/issue10745 closed by eric.araujo
#12204: str.upper converts to title
http://bugs.python.org/issue12204 closed by ezio.melotti
#12256: Link isinstance/issubclass doc to abc module
http://bugs.python.org/issue12256 closed by eric.araujo
#12646: zlib.Decompress.decompress/flush do not raise any exceptions w
http://bugs.python.org/issue12646 closed by nadeem.vawda
#12650: Subprocess leaks fd upon kill()
http://bugs.python.org/issue12650 closed by neologix
#12672: Some problems in documentation extending/newtypes.html
http://bugs.python.org/issue12672 closed by eli.bendersky
#12711: Explain tracker components in devguide
http://bugs.python.org/issue12711 closed by ezio.melotti
#12721: Chaotic use of helper functions in test_shutil for reading and
http://bugs.python.org/issue12721 closed by eric.araujo
#12725: Docs: Odd phrase "floating seconds" in socket.html
http://bugs.python.org/issue12725 closed by ezio.melotti
#12730: Python's casemapping functions are incorrect for non-BMP chars
http://bugs.python.org/issue12730 closed by ezio.melotti
#12732: Can't portably use Unicode in Python identifiers
http://bugs.python.org/issue12732 closed by python-dev
#12744: inefficient pickling of long integers on 64-bit builds
http://bugs.python.org/issue12744 closed by pitrou
#12747: Move devguide into cpython repo
http://bugs.python.org/issue12747 closed by eric.snow
#12748: Problems using IDLE accelerators with OS X Dvorak - Qwerty â
http://bugs.python.org/issue12748 closed by ned.deily
#12751: Use macros for surrogates in unicodeobject.c
http://bugs.python.org/issue12751 closed by benjamin.peterson
#12752: locale.normalize does not take unicode strings
http://bugs.python.org/issue12752 closed by barry
#12755: Service application crash in python25!PyObject_Malloc
http://bugs.python.org/issue12755 closed by haypo
#12756: datetime.datetime.utcnow should return a UTC timestamp
http://bugs.python.org/issue12756 closed by brett.cannon
#12763: test_posix failure on OpenIndiana
http://bugs.python.org/issue12763 closed by python-dev
#12766: strange interaction between __slots__ and class-level attribut
http://bugs.python.org/issue12766 closed by python-dev
#12770: Email problem on Windows XP SP3 32bits
http://bugs.python.org/issue12770 closed by brian.curtin
#12773: classes should have mutable docstrings
http://bugs.python.org/issue12773 closed by python-dev
#12784: Concatenation of strings returns the wrong string
http://bugs.python.org/issue12784 closed by haypo
More information about the Python-Dev
mailing list