Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Python: Dev

Summary of Python tracker Issues

 

 

First page Previous page 1 2 3 4 5 6 7 8 Next page Last page  View All Python dev RSS feed   Index | Next | Previous | View Threaded


status at bugs

Aug 27, 2010, 9:07 AM

Post #26 of 192 (5537 views)
Permalink
Summary of Python tracker Issues [In reply to]

ACTIVITY SUMMARY (2010-08-20 - 2010-08-27)
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 stats:
open 2560 (+41)
closed 18924 (+114)
total 21484 (+52)

Open issues with patches: 1093


Issues opened (41)
==================

#7005: ConfigParser does not handle options without values
http://bugs.python.org/issue7005 reopened by fdrake

#8589: test_warnings.CEnvironmentVariableTests.test_nonascii fails un
http://bugs.python.org/issue8589 reopened by flox

#9287: Minor fix in test_file2k.OtherFileTests.testOpenDir
http://bugs.python.org/issue9287 reopened by eric.araujo

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

#9652: Tidy argparse default output
http://bugs.python.org/issue9652 opened by Tom.Browder

#9653: New default argparse output to be added
http://bugs.python.org/issue9653 opened by Tom.Browder

#9654: merge PC/getpathp.c into Modules/getpath.c
http://bugs.python.org/issue9654 opened by amaury.forgeotdarc

#9660: PEP 383: socket module doesn't handle undecodable protocol or
http://bugs.python.org/issue9660 opened by baikie

#9662: ctypes not building under OS X because of ffi_closure_free not
http://bugs.python.org/issue9662 opened by brett.cannon

#9663: importlib should exclusively open bytecode files
http://bugs.python.org/issue9663 opened by brett.cannon

#9664: Make gzip module not require that underlying file object suppo
http://bugs.python.org/issue9664 opened by doko

#9665: Buid issues on Cygwin - _curses, _curses_panel, and _io
http://bugs.python.org/issue9665 opened by brian.curtin

#9667: NetBSD curses KEY_* constants
http://bugs.python.org/issue9667 opened by bgreen

#9668: strings in json.dump in '' instead of ""
http://bugs.python.org/issue9668 opened by refresh

#9669: regexp: zero-width matches in MIN_UNTIL
http://bugs.python.org/issue9669 opened by arigo

#9670: Exceed Recursion Limit in Thread
http://bugs.python.org/issue9670 opened by jaredlang

#9671: test_executable_without_cwd fails: AssertionError: 1 != 47
http://bugs.python.org/issue9671 opened by srid

#9672: test_xpickle fails on Windows: invokes pythonx.y instead of py
http://bugs.python.org/issue9672 opened by srid

#9673: Entry Widget Not Editable under Windows XP
http://bugs.python.org/issue9673 opened by firatozgul

#9674: make install DESTDIR=/home/blah fails when the prefix specifie
http://bugs.python.org/issue9674 opened by mailtome

#9675: segfault: PyDict_SetItem: Assertion `value' failed.
http://bugs.python.org/issue9675 opened by flox

#9677: "Global Module Index" link dead
http://bugs.python.org/issue9677 opened by brett.cannon

#9678: uuid._ifconfig_getnode can't work on NetBSD
http://bugs.python.org/issue9678 opened by shimizukawa

#9679: unicode DNS names in urllib, urlopen
http://bugs.python.org/issue9679 opened by loewis

#9682: socket.create_connection error message for domain subpart with
http://bugs.python.org/issue9682 opened by r.david.murray

#9683: Dead code in py3k inspect module
http://bugs.python.org/issue9683 opened by Trundle

#9685: tuples should remember their hash value
http://bugs.python.org/issue9685 opened by dtorp

#9686: asyncore infinite loop on raise
http://bugs.python.org/issue9686 opened by mmw

#9687: dbmmodule.c:dbm_contains fails on 64bit big-endian (test_dbm.p
http://bugs.python.org/issue9687 opened by dmalcolm

#9691: sdist includes files that are not in MANIFEST.in
http://bugs.python.org/issue9691 opened by ronaldoussoren

#9692: UnicodeDecodeError in ElementTree.tostring()
http://bugs.python.org/issue9692 opened by uis

#9693: asynchat push_callable() patch
http://bugs.python.org/issue9693 opened by giampaolo.rodola

#9694: argparse: Default Help Message Lists Required Args As Optional
http://bugs.python.org/issue9694 opened by benschmaus

#9695: Return from generators in Python 3.2
http://bugs.python.org/issue9695 opened by Yury.Selivanov

#9696: xdrlib's pack_int generates DeprecationWarnings for negative i
http://bugs.python.org/issue9696 opened by dep

#9698: When reusing an handler, urllib(2)'s digest authentication fai
http://bugs.python.org/issue9698 opened by Luci.Stanescu

#9699: invalid call of Windows API _popen() generating The input line
http://bugs.python.org/issue9699 opened by sorin

#9700: semaphore errors on AIX 6.1
http://bugs.python.org/issue9700 opened by sable

#9701: Update ZSH profile on Mac OS installation
http://bugs.python.org/issue9701 opened by solevis

#1172011: BaseCookie should call value_decode from __getitem__
http://bugs.python.org/issue1172011 reopened by r.david.murray

#877904: freeze: problems excluding site
http://bugs.python.org/issue877904 reopened by r.david.murray



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

#9701: Update ZSH profile on Mac OS installation
http://bugs.python.org/issue9701

#9700: semaphore errors on AIX 6.1
http://bugs.python.org/issue9700

#9698: When reusing an handler, urllib(2)'s digest authentication fai
http://bugs.python.org/issue9698

#9693: asynchat push_callable() patch
http://bugs.python.org/issue9693

#9691: sdist includes files that are not in MANIFEST.in
http://bugs.python.org/issue9691

#9678: uuid._ifconfig_getnode can't work on NetBSD
http://bugs.python.org/issue9678

#9671: test_executable_without_cwd fails: AssertionError: 1 != 47
http://bugs.python.org/issue9671

#9669: regexp: zero-width matches in MIN_UNTIL
http://bugs.python.org/issue9669

#9667: NetBSD curses KEY_* constants
http://bugs.python.org/issue9667

#9664: Make gzip module not require that underlying file object suppo
http://bugs.python.org/issue9664

#9647: os.confstr() does not handle value changing length between cal
http://bugs.python.org/issue9647

#9645: PEP 383: os.pathconf() does not accept surrogateescape argumen
http://bugs.python.org/issue9645

#9644: PEP 383: os.statvfs() does not accept surrogateescape argument
http://bugs.python.org/issue9644

#9625: argparse: Problem with defaults for variable nargs
http://bugs.python.org/issue9625

#9621: Graphviz output for 2to3 fixer patterns
http://bugs.python.org/issue9621



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

#9701: Update ZSH profile on Mac OS installation
http://bugs.python.org/issue9701

#9700: semaphore errors on AIX 6.1
http://bugs.python.org/issue9700

#9695: Return from generators in Python 3.2
http://bugs.python.org/issue9695

#9693: asynchat push_callable() patch
http://bugs.python.org/issue9693

#9687: dbmmodule.c:dbm_contains fails on 64bit big-endian (test_dbm.p
http://bugs.python.org/issue9687

#9683: Dead code in py3k inspect module
http://bugs.python.org/issue9683

#9678: uuid._ifconfig_getnode can't work on NetBSD
http://bugs.python.org/issue9678

#9677: "Global Module Index" link dead
http://bugs.python.org/issue9677

#9675: segfault: PyDict_SetItem: Assertion `value' failed.
http://bugs.python.org/issue9675

#9674: make install DESTDIR=/home/blah fails when the prefix specifie
http://bugs.python.org/issue9674

#9665: Buid issues on Cygwin - _curses, _curses_panel, and _io
http://bugs.python.org/issue9665

#9660: PEP 383: socket module doesn't handle undecodable protocol or
http://bugs.python.org/issue9660

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

#9645: PEP 383: os.pathconf() does not accept surrogateescape argumen
http://bugs.python.org/issue9645

#9644: PEP 383: os.statvfs() does not accept surrogateescape argument
http://bugs.python.org/issue9644



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

#9694: argparse: Default Help Message Lists Required Args As Optional
http://bugs.python.org/issue9694 11 msgs

#9665: Buid issues on Cygwin - _curses, _curses_panel, and _io
http://bugs.python.org/issue9665 10 msgs

#7415: PyUnicode_FromEncodedObject() uses PyObject_AsCharBuffer()
http://bugs.python.org/issue7415 9 msgs

#9119: Python download page needs to mention crypto code in Windows i
http://bugs.python.org/issue9119 8 msgs

#9377: socket, PEP 383: Mishandling of non-ASCII bytes in host/domain
http://bugs.python.org/issue9377 8 msgs

#2830: Copy cgi.escape() to html
http://bugs.python.org/issue2830 7 msgs

#4508: distutils compiler not handling spaces in path to output/src f
http://bugs.python.org/issue4508 6 msgs

#9650: format codes in time.strptime docstrings
http://bugs.python.org/issue9650 6 msgs

#9653: New default argparse output to be added
http://bugs.python.org/issue9653 6 msgs

#9674: make install DESTDIR=/home/blah fails when the prefix specifie
http://bugs.python.org/issue9674 6 msgs



Issues closed (114)
===================

#1081824: Rewrite of docs for compiler.visitor
http://bugs.python.org/issue1081824 closed by georg.brandl

#1748015: Module-level stack scopes have incorrect bindings.
http://bugs.python.org/issue1748015 closed by georg.brandl

#1502517: crash in expat when compiling with --enable-profiling
http://bugs.python.org/issue1502517 closed by BreamoreBoy

#1434: SocketServer creates non-blocking files
http://bugs.python.org/issue1434 closed by georg.brandl

#1503: test_xmlrpc is still flakey
http://bugs.python.org/issue1503 closed by georg.brandl

#2218: Enhanced hotshot profiler with high-resolution timer
http://bugs.python.org/issue2218 closed by georg.brandl

#2268: Fold slice constants
http://bugs.python.org/issue2268 closed by rhettinger

#2521: ABC caches should use weak refs
http://bugs.python.org/issue2521 closed by benjamin.peterson

#2595: Multiple integer overflows in imgfile extension module lead to
http://bugs.python.org/issue2595 closed by georg.brandl

#2899: Fixers find, rfind, etc in 'string' module
http://bugs.python.org/issue2899 closed by georg.brandl

#3246: configure: WARNING: sys/socket.h: present but cannot be compil
http://bugs.python.org/issue3246 closed by georg.brandl

#3417: make the fix_dict fixer smarter
http://bugs.python.org/issue3417 closed by benjamin.peterson

#3444: add warnings for intra-package imports
http://bugs.python.org/issue3444 closed by eric.araujo

#3710: Reference leak in thread._local
http://bugs.python.org/issue3710 closed by pitrou

#3825: Major reworking of Python 2.5.2 re module
http://bugs.python.org/issue3825 closed by georg.brandl

#4320: optparse: "1 2 3" should be seen as one string
http://bugs.python.org/issue4320 closed by georg.brandl

#4327: Patch: simplify complex constant assignment statements
http://bugs.python.org/issue4327 closed by georg.brandl

#4475: More verbose error message for Py_FindMethod
http://bugs.python.org/issue4475 closed by georg.brandl

#4500: Compiler warnings when compiling Python 3.0 with a C89 compile
http://bugs.python.org/issue4500 closed by georg.brandl

#4594: Can't compile with -O3, on ARM, with gcc 3.4.4
http://bugs.python.org/issue4594 closed by georg.brandl

#4596: 2to3 does not fail as early as possible.
http://bugs.python.org/issue4596 closed by georg.brandl

#4659: compilation warning in Modules/zipimport.c
http://bugs.python.org/issue4659 closed by georg.brandl

#4973: calendar formatyearpage returns bytes, not str
http://bugs.python.org/issue4973 closed by georg.brandl

#5556: interactive interpreter, source encoding
http://bugs.python.org/issue5556 closed by r.david.murray

#5911: built-in compile() should take encoding option.
http://bugs.python.org/issue5911 closed by benjamin.peterson

#7453: HPUX 11.00: socketmodule.c -- error 1588: "AI_PASSIVE" undefin
http://bugs.python.org/issue7453 closed by georg.brandl

#7579: Patch to add docstrings to msvcrt
http://bugs.python.org/issue7579 closed by brian.curtin

#7742: please avoid 'which' in Modules/ld_so_aix
http://bugs.python.org/issue7742 closed by skrah

#7871: Duplicate test method in test_heapq
http://bugs.python.org/issue7871 closed by rhettinger

#8250: Implement pkgutil APIs as described in PEP 376
http://bugs.python.org/issue8250 closed by eric.araujo

#8403: dis.dis gives different results if Ctrl-C is pressed
http://bugs.python.org/issue8403 closed by rhettinger

#8695: Issue while installing Python 2.6.5 in IBM AIX 6.1
http://bugs.python.org/issue8695 closed by BreamoreBoy

#8750: Many of MutableSet's methods assume that the other parameter i
http://bugs.python.org/issue8750 closed by stutzbach

#8781: 32-bit wchar_t doesn't need to be unsigned to be usable (I thi
http://bugs.python.org/issue8781 closed by stutzbach

#9061: cgi.escape Can Lead To XSS Vulnerabilities
http://bugs.python.org/issue9061 closed by benjamin.peterson

#9129: DoS smtpd module vulnerability
http://bugs.python.org/issue9129 closed by giampaolo.rodola

#9157: Allow inspection of used decorators on a function
http://bugs.python.org/issue9157 closed by rhettinger

#9171: sysconfig module does not support -m option
http://bugs.python.org/issue9171 closed by eric.araujo

#9208: SMTPHandler in the logging module does not handle unicode stri
http://bugs.python.org/issue9208 closed by vinay.sajip

#9214: Most Set methods of KeysView and ItemsView do not work right
http://bugs.python.org/issue9214 closed by rhettinger

#433024: SRE: (?flag) isn't properly scoped
http://bugs.python.org/issue433024 closed by georg.brandl

#433027: SRE: (?-flag) is not supported.
http://bugs.python.org/issue433027 closed by georg.brandl

#9501: Logging shutdown regressions with weakrefs
http://bugs.python.org/issue9501 closed by vinay.sajip

#9512: logging.handlers.RotatingFileHandler - mode argument not respe
http://bugs.python.org/issue9512 closed by vinay.sajip

#9572: IOError or OSError in test_multiprocessing
http://bugs.python.org/issue9572 closed by brett.cannon

#9601: ftplib should accept 250 on MKD
http://bugs.python.org/issue9601 closed by giampaolo.rodola

#9617: Buffered IO shouldn't ignore incoming signals during a partial
http://bugs.python.org/issue9617 closed by pitrou

#9618: IDLE shell ignores all but first statement
http://bugs.python.org/issue9618 closed by terry.reedy

#9620: Python 2.7 IDLE fails on OS X 10.6
http://bugs.python.org/issue9620 closed by terry.reedy

#9622: Allow to set profile/trace function globally
http://bugs.python.org/issue9622 closed by terry.reedy

#9648: 2to3 doesn't convert "file" usage to an "open" equivalent
http://bugs.python.org/issue9648 closed by benjamin.peterson

#9649: wrong default for sort_keys in json module documentation
http://bugs.python.org/issue9649 closed by georg.brandl

#9655: urllib2 fails to retrieve a url which is handled correctly by
http://bugs.python.org/issue9655 closed by orsenthil

#9656: compiler module provides wrong AST for extended slice of lengt
http://bugs.python.org/issue9656 closed by benjamin.peterson

#9657: Add circular imports test
http://bugs.python.org/issue9657 closed by pitrou

#9658: weakref.proxy unequal to its referent in 2.x
http://bugs.python.org/issue9658 closed by georg.brandl

#9659: frozenset, when subclassed will yield warning upon call to sup
http://bugs.python.org/issue9659 closed by benjamin.peterson

#9661: 2to3 except fixer does the wrong thing for certain raise state
http://bugs.python.org/issue9661 closed by benjamin.peterson

#9666: 'hasattr' fix to suppress only AttributeError
http://bugs.python.org/issue9666 closed by benjamin.peterson

#9676: Keyword to disambiguate python version
http://bugs.python.org/issue9676 closed by eric.araujo

#9680: Add in declaration order support for the dictionary passed in
http://bugs.python.org/issue9680 closed by r.david.murray

#9681: small typo in online documentation
http://bugs.python.org/issue9681 closed by georg.brandl

#9684: PC/pyconfig.h should define SIZEOF_WCHAR_T
http://bugs.python.org/issue9684 closed by stutzbach

#9688: object.__basicsize__ is erroneously 0 on big-endian 64-bit mac
http://bugs.python.org/issue9688 closed by benjamin.peterson

#9689: threading.Timer poorly documented
http://bugs.python.org/issue9689 closed by georg.brandl

#9690: Cannot distinguish b"str" from "str" in ast module.
http://bugs.python.org/issue9690 closed by benjamin.peterson

#9697: python 2.3.4 installation error on 64 bit env
http://bugs.python.org/issue9697 closed by eric.araujo

#9702: Python violates most users expectations via the modification d
http://bugs.python.org/issue9702 closed by loewis

#1027206: unicode DNS names in socket, urllib, urlopen
http://bugs.python.org/issue1027206 closed by loewis

#1223976: error locale.getlocale() with LANGUAGE=eu_ES
http://bugs.python.org/issue1223976 closed by lemburg

#231540: threads and profiler don't work together
http://bugs.python.org/issue231540 closed by georg.brandl

#1390197: tempfile misses usecase which requirs renaming
http://bugs.python.org/issue1390197 closed by georg.brandl

#1078245: Python2.4: building '_socket' extension fails with `INET_ADD
http://bugs.python.org/issue1078245 closed by BreamoreBoy

#1495488: make altinstall installs pydoc
http://bugs.python.org/issue1495488 closed by BreamoreBoy

#1194222: parsedate and Y2K
http://bugs.python.org/issue1194222 closed by r.david.murray

#1149447: bsddb wrapper does not export some low-level functions
http://bugs.python.org/issue1149447 closed by BreamoreBoy

#1589266: bdist_sunpkg distutils command
http://bugs.python.org/issue1589266 closed by eric.araujo

#1578999: PyArg_ParseTuple corrections
http://bugs.python.org/issue1578999 closed by BreamoreBoy

#1563079: code.InteractiveConsole() and closed sys.stdout
http://bugs.python.org/issue1563079 closed by BreamoreBoy

#1459279: sgmllib.SGMLparser and hexadecimal numeric character refs
http://bugs.python.org/issue1459279 closed by BreamoreBoy

#1524938: PEP MemoryError with a lot of available memory gc not called
http://bugs.python.org/issue1524938 closed by loewis

#1492240: Socket-object convenience function: getpeercred().
http://bugs.python.org/issue1492240 closed by BreamoreBoy

#1525343: Webserver TypeError: expected read buffer, NoneType found
http://bugs.python.org/issue1525343 closed by BreamoreBoy

#1230484: tokenize bug
http://bugs.python.org/issue1230484 closed by BreamoreBoy

#1433886: pointer aliasing causes core dump, with workaround
http://bugs.python.org/issue1433886 closed by benjamin.peterson

#1182788: ZipFile __del__/close problem with longint/long files
http://bugs.python.org/issue1182788 closed by amaury.forgeotdarc

#1122916: incorrect handle of declaration in markupbase
http://bugs.python.org/issue1122916 closed by BreamoreBoy

#1721518: Small case which hangs
http://bugs.python.org/issue1721518 closed by georg.brandl

#1527597: New module: miniconf
http://bugs.python.org/issue1527597 closed by BreamoreBoy

#1057417: New BaseSMTPServer module
http://bugs.python.org/issue1057417 closed by benjamin.peterson

#658749: asyncore connect() and winsock errors
http://bugs.python.org/issue658749 closed by giampaolo.rodola

#1254125: Python interpreter unnecessarily linked against c++ runtime
http://bugs.python.org/issue1254125 closed by BreamoreBoy

#1252236: Simplying Tkinter's event loop
http://bugs.python.org/issue1252236 closed by BreamoreBoy

#1233785: getpass.getpass() performs differently on Windows vs *nix
http://bugs.python.org/issue1233785 closed by BreamoreBoy

#1234473: configure: error: cannot compute sizeof (int), 77
http://bugs.python.org/issue1234473 closed by BreamoreBoy

#1489246: 2.4.3 fails to find Tcl/Tk on Solaris 10 x86_64
http://bugs.python.org/issue1489246 closed by BreamoreBoy

#1394135: Deleting first item causes anydbm.first() to fail
http://bugs.python.org/issue1394135 closed by BreamoreBoy

#1291169: mmap with unsigned int offset and cross build for ppc
http://bugs.python.org/issue1291169 closed by BreamoreBoy

#1465838: HP-UX11i: illegal combination of compilation and link flags
http://bugs.python.org/issue1465838 closed by georg.brandl

#843590: 'macintosh' encoding alias for 'mac_roman'
http://bugs.python.org/issue843590 closed by benjamin.peterson

#1637120: Python 2.5 fails to build on AIX 5.3 (xlc_r compiler)
http://bugs.python.org/issue1637120 closed by georg.brandl

#1303673: traceback on trying to load a hotshot stats file
http://bugs.python.org/issue1303673 closed by BreamoreBoy

#1205568: Compile fails on Darwin8 with --with-cxx=g++
http://bugs.python.org/issue1205568 closed by BreamoreBoy

#433029: SRE: posix classes aren't supported
http://bugs.python.org/issue433029 closed by georg.brandl

#1306253: Python 2.4.2c1 fails to build on 64-bit Solaris 10
http://bugs.python.org/issue1306253 closed by BreamoreBoy

#433030: SRE: Atomic Grouping (?>...) is not supported
http://bugs.python.org/issue433030 closed by georg.brandl

#1504333: sgmllib should allow angle brackets in quoted values
http://bugs.python.org/issue1504333 closed by BreamoreBoy

#1209447: os.path.join() fails if 2nd arg is a UNC path
http://bugs.python.org/issue1209447 closed by jpe

#849097: Request: getpos() for sgmllib
http://bugs.python.org/issue849097 closed by BreamoreBoy

#1608267: Create the DESTDIR as part of the make install process
http://bugs.python.org/issue1608267 closed by BreamoreBoy

#1229646: httplib error checking.
http://bugs.python.org/issue1229646 closed by BreamoreBoy

#1610654: cgi.py multipart/form-data
http://bugs.python.org/issue1610654 closed by BreamoreBoy

#1337876: Inconsistent use of buffer interface in string and unicode
http://bugs.python.org/issue1337876 closed by georg.brandl

#1581906: test_sqlite fails on OS X if test_ctypes is run
http://bugs.python.org/issue1581906 closed by BreamoreBoy
_______________________________________________
Python-Dev mailing list
Python-Dev [at] python
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com


tjreedy at udel

Aug 27, 2010, 2:35 PM

Post #27 of 192 (5532 views)
Permalink
Re: Summary of Python tracker Issues [In reply to]

On 8/27/2010 12:07 PM, Python tracker wrote:

> Issues stats:
> open 2560 (+41)
> closed 18924 (+114)

I believe this is at least the 4th consecutive report in which closures
outnumber opens. Total open is, at the moment, 2493, down from about
2700, or maybe more, a couple of months ago. The simplification of
having 2.7 on maintenance and 2.6 out of bug maintenance helps.

--
Terry Jan Reedy

_______________________________________________
Python-Dev mailing list
Python-Dev [at] python
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com


status at bugs

Sep 3, 2010, 9:07 AM

Post #28 of 192 (5498 views)
Permalink
Summary of Python tracker Issues [In reply to]

ACTIVITY SUMMARY (2010-08-27 - 2010-09-03)
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 stats:
open 2569 (+41)
closed 18970 (+40)
total 21539 (+55)

Open issues with patches: 1091


Issues opened (41)
==================

#5217: testExtractDir (test.test_zipfile.TestWithDirectory) fails whe
http://bugs.python.org/issue5217 reopened by eric.araujo

#9706: ssl errors checking
http://bugs.python.org/issue9706 opened by giampaolo.rodola

#9707: Reworked threading.local reference implementation
http://bugs.python.org/issue9707 opened by pitrou

#9708: cElementTree iterparse does not support "parser" argument
http://bugs.python.org/issue9708 opened by adrian_nye

#9709: test_distutils warning: initfunc exported twice on Windows
http://bugs.python.org/issue9709 opened by skrah

#9713: Py_CompileString fails on non decode-able paths.
http://bugs.python.org/issue9713 opened by ideasman42

#9714: urllib2 digest authentication doesn't work when connecting to
http://bugs.python.org/issue9714 opened by warpr

#9716: The inittab modules cannot be packages
http://bugs.python.org/issue9716 opened by kayhayen

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

#9719: build_ssl.py: cannot find 'asm64/*.*'
http://bugs.python.org/issue9719 opened by srid

#9720: zipfile writes incorrect local file header for large files in
http://bugs.python.org/issue9720 opened by craigds

#9721: urlparse.urljoin() cuts off last base character with semicolon
http://bugs.python.org/issue9721 opened by calvin

#9722: PyObject_Print with Visual Studio 2010
http://bugs.python.org/issue9722 opened by Krauzi

#9723: pipes.quote() needs to be documented
http://bugs.python.org/issue9723 opened by brandon-rhodes

#9725: urllib.request.FancyURLopener won't connect to pages requiring
http://bugs.python.org/issue9725 opened by petr6.6

#9727: Add callbacks to be invoked when locale changes
http://bugs.python.org/issue9727 opened by ncoghlan

#9728: Docs point to FAQ Section 3, but FAQs are not numbered
http://bugs.python.org/issue9728 opened by stutzbach

#9729: Unconnected SSLSocket.{send,recv} raises TypeError: 'member_de
http://bugs.python.org/issue9729 opened by spiv

#9730: base64 docs refers to strings instead of bytes
http://bugs.python.org/issue9730 opened by JingCheng.LIU

#9731: Add ABCMeta.has_methods and tests that use it
http://bugs.python.org/issue9731 opened by stutzbach

#9732: Addition of getattr_static for inspect module
http://bugs.python.org/issue9732 opened by michael.foord

#9733: Can't iterate over multiprocessing.managers.DictProxy
http://bugs.python.org/issue9733 opened by jjconti

#9736: doctest.DocTestSuite doesn't handle test globs correctly
http://bugs.python.org/issue9736 opened by j1m

#9738: Document the encoding of functions bytes arguments of the C AP
http://bugs.python.org/issue9738 opened by haypo

#9739: Output of help(...) is wider than 80 characters
http://bugs.python.org/issue9739 opened by casevh

#9740: Support for HTTP 1.1 persistent connections throughout the sta
http://bugs.python.org/issue9740 opened by ipatrol

#9741: msgfmt.py generates invalid mo because msgfmt.make() does not
http://bugs.python.org/issue9741 opened by timothy.ty.lee

#9742: Python 2.7: math module fails to build on Solaris 9
http://bugs.python.org/issue9742 opened by mhenriq

#9743: __call__.__call__ chain cause crash when long enough
http://bugs.python.org/issue9743 opened by modchan

#9745: MSVC .pdb files not created by python 2.7 distutils
http://bugs.python.org/issue9745 opened by jpe

#9746: All sequence types support .index and .count
http://bugs.python.org/issue9746 opened by stutzbach

#9747: os.getresgid() documentation mentions "user ids", not "group i
http://bugs.python.org/issue9747 opened by Red HamsterX

#9748: .inputrc magic-space breaks interactive mode
http://bugs.python.org/issue9748 opened by stephenk

#9750: sqlite3 iterdump fails on column with reserved name
http://bugs.python.org/issue9750 opened by Marko.Kohtala

#9751: _PyInstance_Lookup() defeats its purpose
http://bugs.python.org/issue9751 opened by arigo

#9752: MSVC Compiler warning in Python\import.c
http://bugs.python.org/issue9752 opened by stutzbach

#9754: assertWarns and assertWarnsRegexp
http://bugs.python.org/issue9754 opened by pitrou

#9755: Fix refcounting details in Py3k C API documentation
http://bugs.python.org/issue9755 opened by ncoghlan

#9756: Crash with custom __getattribute__
http://bugs.python.org/issue9756 opened by flox

#9757: Add context manager protocol to memoryviews
http://bugs.python.org/issue9757 opened by pitrou

#1367631: maximum length not enforced in cgi.parse()
http://bugs.python.org/issue1367631 reopened by r.david.murray



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

#9757: Add context manager protocol to memoryviews
http://bugs.python.org/issue9757

#9755: Fix refcounting details in Py3k C API documentation
http://bugs.python.org/issue9755

#9752: MSVC Compiler warning in Python\import.c
http://bugs.python.org/issue9752

#9748: .inputrc magic-space breaks interactive mode
http://bugs.python.org/issue9748

#9747: os.getresgid() documentation mentions "user ids", not "group i
http://bugs.python.org/issue9747

#9746: All sequence types support .index and .count
http://bugs.python.org/issue9746

#9745: MSVC .pdb files not created by python 2.7 distutils
http://bugs.python.org/issue9745

#9741: msgfmt.py generates invalid mo because msgfmt.make() does not
http://bugs.python.org/issue9741

#9736: doctest.DocTestSuite doesn't handle test globs correctly
http://bugs.python.org/issue9736

#9733: Can't iterate over multiprocessing.managers.DictProxy
http://bugs.python.org/issue9733

#9728: Docs point to FAQ Section 3, but FAQs are not numbered
http://bugs.python.org/issue9728

#9727: Add callbacks to be invoked when locale changes
http://bugs.python.org/issue9727

#9725: urllib.request.FancyURLopener won't connect to pages requiring
http://bugs.python.org/issue9725

#9720: zipfile writes incorrect local file header for large files in
http://bugs.python.org/issue9720

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



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

#9757: Add context manager protocol to memoryviews
http://bugs.python.org/issue9757

#9754: assertWarns and assertWarnsRegexp
http://bugs.python.org/issue9754

#9750: sqlite3 iterdump fails on column with reserved name
http://bugs.python.org/issue9750

#9741: msgfmt.py generates invalid mo because msgfmt.make() does not
http://bugs.python.org/issue9741

#9739: Output of help(...) is wider than 80 characters
http://bugs.python.org/issue9739

#9738: Document the encoding of functions bytes arguments of the C AP
http://bugs.python.org/issue9738

#9732: Addition of getattr_static for inspect module
http://bugs.python.org/issue9732

#9721: urlparse.urljoin() cuts off last base character with semicolon
http://bugs.python.org/issue9721

#9720: zipfile writes incorrect local file header for large files in
http://bugs.python.org/issue9720

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

#9707: Reworked threading.local reference implementation
http://bugs.python.org/issue9707

#9706: ssl errors checking
http://bugs.python.org/issue9706

#9701: Update ZSH profile on Mac OS installation
http://bugs.python.org/issue9701

#9693: asynchat push_callable() patch
http://bugs.python.org/issue9693

#9687: dbmmodule.c:dbm_contains fails on 64bit big-endian (test_dbm.p
http://bugs.python.org/issue9687



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

#9706: ssl errors checking
http://bugs.python.org/issue9706 10 msgs

#9754: assertWarns and assertWarnsRegexp
http://bugs.python.org/issue9754 7 msgs

#9042: Gettext cache and classes
http://bugs.python.org/issue9042 6 msgs

#9212: dict_keys purports to implement the Set ABC, but is missing th
http://bugs.python.org/issue9212 6 msgs

#9732: Addition of getattr_static for inspect module
http://bugs.python.org/issue9732 6 msgs

#9205: Parent process hanging in multiprocessing if children terminat
http://bugs.python.org/issue9205 5 msgs

#9377: socket, PEP 383: Mishandling of non-ASCII bytes in host/domain
http://bugs.python.org/issue9377 5 msgs

#9731: Add ABCMeta.has_methods and tests that use it
http://bugs.python.org/issue9731 5 msgs

#9742: Python 2.7: math module fails to build on Solaris 9
http://bugs.python.org/issue9742 5 msgs

#7231: Windows installer does not add \Scripts folder to the path
http://bugs.python.org/issue7231 4 msgs



Issues closed (40)
==================

#1512791: module wave does no rounding
http://bugs.python.org/issue1512791 closed by mark.dickinson

#1652: subprocess should have an option to restore SIGPIPE to default
http://bugs.python.org/issue1652 closed by gregory.p.smith

#1868: threading.local doesn't free attrs when assigning thread exits
http://bugs.python.org/issue1868 closed by pitrou

#3101: global function _add_one_to_index_C
http://bugs.python.org/issue3101 closed by pitrou

#3985: removed string module use in distutils
http://bugs.python.org/issue3985 closed by eric.araujo

#4319: optparse and non-ascii help strings
http://bugs.python.org/issue4319 closed by r.david.murray

#4835: SIZEOF_SOCKET_T not defined
http://bugs.python.org/issue4835 closed by pitrou

#5362: Add configure option to disable Py3k warnings
http://bugs.python.org/issue5362 closed by brett.cannon

#5553: Py_LOCAL_INLINE(type) doesn't actually inline except using MSC
http://bugs.python.org/issue5553 closed by stutzbach

#7141: 2to3 should add from __future__ import print_statement
http://bugs.python.org/issue7141 closed by benjamin.peterson

#7415: PyUnicode_FromEncodedObject() uses PyObject_AsCharBuffer()
http://bugs.python.org/issue7415 closed by pitrou

#8420: Objects/setobject.c contains unsafe code
http://bugs.python.org/issue8420 closed by rhettinger

#8990: array constructor and array.fromstring should accept bytearray
http://bugs.python.org/issue8990 closed by pitrou

#9053: distutils compiles extensions so that Python.h cannot be found
http://bugs.python.org/issue9053 closed by exarkun

#9155: Reserve COMPARE_OP for rich comparisons
http://bugs.python.org/issue9155 closed by rhettinger

#9549: Remove sys.setdefaultencoding()
http://bugs.python.org/issue9549 closed by pitrou

#9634: Add timeout parameter to Queue.join()
http://bugs.python.org/issue9634 closed by rhettinger

#9664: Make gzip module not require that underlying file object suppo
http://bugs.python.org/issue9664 closed by terry.reedy

#9677: "Global Module Index" link dead
http://bugs.python.org/issue9677 closed by georg.brandl

#9695: Return from generators in Python 3.2
http://bugs.python.org/issue9695 closed by georg.brandl

#9700: semaphore errors on AIX 6.1
http://bugs.python.org/issue9700 closed by pitrou

#9703: default param values
http://bugs.python.org/issue9703 closed by georg.brandl

#9704: 3.2 - zlib.pc.in is missing in source tree
http://bugs.python.org/issue9704 closed by loewis

#9705: limit dict.update() to a given list of keys
http://bugs.python.org/issue9705 closed by benjamin.peterson

#9710: 2to3 could remove "-*- coding: utf-8 -*-"
http://bugs.python.org/issue9710 closed by georg.brandl

#9711: ssl.SSLSocket's keyfile argument seems to be ignored if specif
http://bugs.python.org/issue9711 closed by giampaolo.rodola

#9712: tokenize yield an ERRORTOKEN if the identifier starts with a n
http://bugs.python.org/issue9712 closed by benjamin.peterson

#9715: io doc improvements
http://bugs.python.org/issue9715 closed by pitrou

#9718: Python Interpreter Crash
http://bugs.python.org/issue9718 closed by pitrou

#9724: help('nonlocal') missing
http://bugs.python.org/issue9724 closed by benjamin.peterson

#9726: logging.handlers.RotatingFileHandler: implement "preserve log
http://bugs.python.org/issue9726 closed by vinay.sajip

#9734: ABC issubclass/isinstance leaks in Python 2
http://bugs.python.org/issue9734 closed by benjamin.peterson

#9735: cheatsheet outdated
http://bugs.python.org/issue9735 closed by eric.araujo

#9737: Del on memoryview crashes CPython
http://bugs.python.org/issue9737 closed by pitrou

#9744: calling __getattribute__ with wrong instance causes hang up
http://bugs.python.org/issue9744 closed by benjamin.peterson

#9749: tuple-to-list conversion
http://bugs.python.org/issue9749 closed by rhettinger

#9753: test_socket.testDup, testFromFd fail on Windows
http://bugs.python.org/issue9753 closed by stutzbach

#1372650: Cookie and multiple names
http://bugs.python.org/issue1372650 closed by BreamoreBoy

#1111130: tkSimpleDialog broken on MacOS X (Aqua Tk)
http://bugs.python.org/issue1111130 closed by r.david.murray

#808164: socket.close() doesn't play well with __del__
http://bugs.python.org/issue808164 closed by stutzbach
_______________________________________________
Python-Dev mailing list
Python-Dev [at] python
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com


victor.stinner at haypocalc

Sep 3, 2010, 9:30 AM

Post #29 of 192 (5496 views)
Permalink
Re: Summary of Python tracker Issues [In reply to]

Le vendredi 03 septembre 2010 18:07:45, Python tracker a écrit :
> ACTIVITY SUMMARY (2010-08-27 - 2010-09-03)
> Python tracker at http://bugs.python.org/

Remember also the buildbot report:
http://code.google.com/p/bbreport/wiki/PythonBuildbotReport

Eg. there are some "no space left on device" on "x86 XP-5 *" build slaves.

--
Victor Stinner
http://www.haypocalc.com/
_______________________________________________
Python-Dev mailing list
Python-Dev [at] python
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com


p.f.moore at gmail

Sep 3, 2010, 9:41 AM

Post #30 of 192 (5487 views)
Permalink
Re: Summary of Python tracker Issues [In reply to]

On 3 September 2010 17:30, Victor Stinner <victor.stinner [at] haypocalc> wrote:
> Remember also the buildbot report:
> http://code.google.com/p/bbreport/wiki/PythonBuildbotReport
>
> Eg. there are some "no space left on device" on "x86 XP-5 *" build slaves.

Thanks, I wasn't aware of that. I'll look into those issues.
Paul.
_______________________________________________
Python-Dev mailing list
Python-Dev [at] python
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com


status at bugs

Sep 10, 2010, 9:08 AM

Post #31 of 192 (5474 views)
Permalink
Summary of Python tracker Issues [In reply to]

ACTIVITY SUMMARY (2010-09-03 - 2010-09-10)
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 stats:
open 2554 (+46)
closed 19050 (+69)
total 21604 (+65)

Open issues with patches: 1078


Issues opened (46)
==================

#8420: Objects/setobject.c contains unsafe code
http://bugs.python.org/issue8420 reopened by eric.araujo

#9129: DoS smtpd module vulnerability
http://bugs.python.org/issue9129 reopened by giampaolo.rodola

#9261: include higher (../../) dirs fails
http://bugs.python.org/issue9261 reopened by eric.araujo

#9759: GzipFile object should raise ValueError on .read() after .clos
http://bugs.python.org/issue9759 opened by ack

#9761: stale .pyc files aren't cleaned out
http://bugs.python.org/issue9761 opened by Steve.Thompson

#9762: build failures
http://bugs.python.org/issue9762 opened by pitrou

#9763: Crashes upon run after syntax error encountered in OSX 10.5.8
http://bugs.python.org/issue9763 opened by william.barr

#9764: Tools/buildbot/external.bat should download and built tix
http://bugs.python.org/issue9764 opened by stutzbach

#9765: tcl-8 vs tcl8
http://bugs.python.org/issue9765 opened by stutzbach

#9769: PyUnicode_FromFormatV() doesn't handle non-ascii text correctl
http://bugs.python.org/issue9769 opened by haypo

#9770: curses.isblank function doesn't match ctype.h
http://bugs.python.org/issue9770 opened by kevinpt

#9771: add an optional "default" argument to tokenize.detect_encoding
http://bugs.python.org/issue9771 opened by flox

#9772: test_pep277 failure on AMD64 debian parallel buildbot
http://bugs.python.org/issue9772 opened by flox

#9773: test_tarfile fails because of inaccurate mtime on AMD64 debian
http://bugs.python.org/issue9773 opened by flox

#9774: test_smtpnet fails with "[110] Connection timed out" on AMD64
http://bugs.python.org/issue9774 opened by flox

#9775: Multiprocessing, logging and atexit play not well together
http://bugs.python.org/issue9775 opened by aronacher

#9778: Make hash values the same width as a pointer (or Py_ssize_t)
http://bugs.python.org/issue9778 opened by pitrou

#9779: argparse.ArgumentParser not support unicode in print help
http://bugs.python.org/issue9779 opened by gkraser

#9782: _multiprocessing.c warnings under 64-bit Windows
http://bugs.python.org/issue9782 opened by pitrou

#9783: _elementtree.c warnings under 64-bit Windows
http://bugs.python.org/issue9783 opened by pitrou

#9784: _msi.c warnings under 64-bit Windows
http://bugs.python.org/issue9784 opened by pitrou

#9786: Native TLS support for pthreads
http://bugs.python.org/issue9786 opened by krisvale

#9787: Release the TLS lock during allocations
http://bugs.python.org/issue9787 opened by krisvale

#9788: atexit and execution order
http://bugs.python.org/issue9788 opened by giampaolo.rodola

#9790: ntpath contains imports inside functions
http://bugs.python.org/issue9790 opened by brian.curtin

#9791: nntplib.py lacks a test suite
http://bugs.python.org/issue9791 opened by giampaolo.rodola

#9795: nntplib.NNTP should support the context protocol
http://bugs.python.org/issue9795 opened by pitrou

#9796: Add summary tables for unittest API
http://bugs.python.org/issue9796 opened by eric.araujo

#9800: Fast path for small int-indexing of lists and tuples
http://bugs.python.org/issue9800 opened by pitrou

#9801: Can not use append/extend to lists in a multiprocessing manage
http://bugs.python.org/issue9801 opened by Jimbofbx

#9802: Document 'stability' of builtin min() and max()
http://bugs.python.org/issue9802 opened by mattheww

#9803: IDLE closes with save while breakpoint open
http://bugs.python.org/issue9803 opened by Jimbofbx

#9807: deriving configuration information for different builds with t
http://bugs.python.org/issue9807 opened by doko

#9808: Implement os.getlogin on Windows
http://bugs.python.org/issue9808 opened by janglin

#9809: Wrong Registery Entries on win64
http://bugs.python.org/issue9809 opened by GreYFoX

#9810: bzip2 build sometimes fails (VS8.0)
http://bugs.python.org/issue9810 opened by ocean-city

#9811: strftime strips '%' from unknown format codes on OS X
http://bugs.python.org/issue9811 opened by sverrejoh

#9812: cPickle segfault with nested dicts in threaded env
http://bugs.python.org/issue9812 opened by kdombrowski

#9814: subprocess isn't friendly to other Python implementations with
http://bugs.python.org/issue9814 opened by dino.viehland

#9815: test_tarfile sometimes ends with error "Cannot remoe dir"
http://bugs.python.org/issue9815 opened by ocean-city

#9817: expat copyright/license file is missing
http://bugs.python.org/issue9817 opened by doko

#9818: build files to build Lib/distutils/command/wininst-9.0* are mi
http://bugs.python.org/issue9818 opened by doko

#9820: Windows : os.listdir(b'.') doesn't raise an error for unencoda
http://bugs.python.org/issue9820 opened by haypo

#9821: Support PEP 383 on Windows: mbcs support of surrogateescape er
http://bugs.python.org/issue9821 opened by haypo

#9822: windows batch files are dependent on cmd current directory
http://bugs.python.org/issue9822 opened by sorin

#1058305: HTMLParser.locatestartagend regex too stringent
http://bugs.python.org/issue1058305 reopened by r.david.murray



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

#9818: build files to build Lib/distutils/command/wininst-9.0* are mi
http://bugs.python.org/issue9818

#9817: expat copyright/license file is missing
http://bugs.python.org/issue9817

#9815: test_tarfile sometimes ends with error "Cannot remoe dir"
http://bugs.python.org/issue9815

#9814: subprocess isn't friendly to other Python implementations with
http://bugs.python.org/issue9814

#9810: bzip2 build sometimes fails (VS8.0)
http://bugs.python.org/issue9810

#9803: IDLE closes with save while breakpoint open
http://bugs.python.org/issue9803

#9800: Fast path for small int-indexing of lists and tuples
http://bugs.python.org/issue9800

#9790: ntpath contains imports inside functions
http://bugs.python.org/issue9790

#9783: _elementtree.c warnings under 64-bit Windows
http://bugs.python.org/issue9783

#9782: _multiprocessing.c warnings under 64-bit Windows
http://bugs.python.org/issue9782

#9779: argparse.ArgumentParser not support unicode in print help
http://bugs.python.org/issue9779

#9774: test_smtpnet fails with "[110] Connection timed out" on AMD64
http://bugs.python.org/issue9774

#9773: test_tarfile fails because of inaccurate mtime on AMD64 debian
http://bugs.python.org/issue9773

#9772: test_pep277 failure on AMD64 debian parallel buildbot
http://bugs.python.org/issue9772

#9771: add an optional "default" argument to tokenize.detect_encoding
http://bugs.python.org/issue9771



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

#9822: windows batch files are dependent on cmd current directory
http://bugs.python.org/issue9822

#9815: test_tarfile sometimes ends with error "Cannot remoe dir"
http://bugs.python.org/issue9815

#9812: cPickle segfault with nested dicts in threaded env
http://bugs.python.org/issue9812

#9808: Implement os.getlogin on Windows
http://bugs.python.org/issue9808

#9807: deriving configuration information for different builds with t
http://bugs.python.org/issue9807

#9802: Document 'stability' of builtin min() and max()
http://bugs.python.org/issue9802

#9800: Fast path for small int-indexing of lists and tuples
http://bugs.python.org/issue9800

#9787: Release the TLS lock during allocations
http://bugs.python.org/issue9787

#9786: Native TLS support for pthreads
http://bugs.python.org/issue9786

#9775: Multiprocessing, logging and atexit play not well together
http://bugs.python.org/issue9775

#9771: add an optional "default" argument to tokenize.detect_encoding
http://bugs.python.org/issue9771

#9769: PyUnicode_FromFormatV() doesn't handle non-ascii text correctl
http://bugs.python.org/issue9769

#9765: tcl-8 vs tcl8
http://bugs.python.org/issue9765

#9750: sqlite3 iterdump fails on column with reserved name
http://bugs.python.org/issue9750

#9741: msgfmt.py generates invalid mo because msgfmt.make() does not
http://bugs.python.org/issue9741



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

#4026: fcntl extension fails to build on AIX 6.1
http://bugs.python.org/issue4026 14 msgs

#9598: untabify.py fails on files that contain non-ascii characters
http://bugs.python.org/issue9598 12 msgs

#9730: base64 docs refers to strings instead of bytes
http://bugs.python.org/issue9730 11 msgs

#941346: AIX shared library fix
http://bugs.python.org/issue941346 10 msgs

#9807: deriving configuration information for different builds with t
http://bugs.python.org/issue9807 9 msgs

#9662: ctypes not building under OS X because of ffi_closure_free not
http://bugs.python.org/issue9662 8 msgs

#9761: stale .pyc files aren't cleaned out
http://bugs.python.org/issue9761 7 msgs

#9778: Make hash values the same width as a pointer (or Py_ssize_t)
http://bugs.python.org/issue9778 7 msgs

#9786: Native TLS support for pthreads
http://bugs.python.org/issue9786 7 msgs

#8372: socket: Buffer overrun while reading unterminated AF_UNIX addr
http://bugs.python.org/issue8372 6 msgs



Issues closed (69)
==================

#3805: sslobj.read py3k takes odd arguments
http://bugs.python.org/issue3805 closed by pitrou

#3899: test_ssl.py doesn't properly test ssl integration with asyncor
http://bugs.python.org/issue3899 closed by pitrou

#3978: ZipFileExt.read() can be incredibly slow; patch included
http://bugs.python.org/issue3978 closed by pitrou

#4194: default subprocess.Popen buffer size
http://bugs.python.org/issue4194 closed by pitrou

#4941: Tell GCC Py_DECREF is unlikely to call the destructor
http://bugs.python.org/issue4941 closed by pitrou

#4947: sys.stdout fails to use default encoding as advertised
http://bugs.python.org/issue4947 closed by haypo

#5506: io.BytesIO doesn't support the buffer protocol
http://bugs.python.org/issue5506 closed by pitrou

#5985: Implement os.path.samefile and os.path.sameopenfile on Windows
http://bugs.python.org/issue5985 closed by ocean-city

#6394: getppid support in os module on Windows
http://bugs.python.org/issue6394 closed by amaury.forgeotdarc

#6656: locale.format_string fails on escaped percentage
http://bugs.python.org/issue6656 closed by r.david.murray

#6768: asyncore file_wrapper leaking file descriptors?
http://bugs.python.org/issue6768 closed by giampaolo.rodola

#7451: improve json decoding performance
http://bugs.python.org/issue7451 closed by pitrou

#7566: Add ntpath.sameopenfile support for Windows
http://bugs.python.org/issue7566 closed by brian.curtin

#7736: os.listdir hangs since opendir() and closedir() do not release
http://bugs.python.org/issue7736 closed by pitrou

#7862: fileio.c: ValueError vs. IOError with impossible operations
http://bugs.python.org/issue7862 closed by pitrou

#7889: random produces different output on different architectures
http://bugs.python.org/issue7889 closed by rhettinger

#8312: Add post/pre hooks for distutils commands
http://bugs.python.org/issue8312 closed by eric.araujo

#8324: add a distutils test command
http://bugs.python.org/issue8324 closed by eric.araujo

#8574: transient_internet() (test_support): use socket.setdefaulttime
http://bugs.python.org/issue8574 closed by pitrou

#8597: build out-of-line asm on Windows
http://bugs.python.org/issue8597 closed by skrah

#8734: msvcrt get_osfhandle crash on bad FD
http://bugs.python.org/issue8734 closed by pitrou

#8956: Incorrect ValueError message for subprocess.Popen.send_signal(
http://bugs.python.org/issue8956 closed by brian.curtin

#9025: Non-uniformity in randrange for large arguments.
http://bugs.python.org/issue9025 closed by rhettinger

#9188: test_gdb fails for UCS2 builds with UCS2 gdb
http://bugs.python.org/issue9188 closed by pitrou

#9193: PEP 3149 (versioned .so files) reference implementation
http://bugs.python.org/issue9193 closed by barry

#9199: distutils upload command crashes when displaying server respon
http://bugs.python.org/issue9199 closed by eric.araujo

#9225: Replace DUP_TOPX with DUP_TOP_TWO
http://bugs.python.org/issue9225 closed by pitrou

#9270: distutils.util.getplatform and sysconfig.getplatform differ
http://bugs.python.org/issue9270 closed by eric.araujo

#9293: Unsupported IO operations should raise UnsupportedOperation
http://bugs.python.org/issue9293 closed by pitrou

#9324: signal.signal(bogus_signal, handler) segfaults on Windows
http://bugs.python.org/issue9324 closed by brian.curtin

#9379: random.randrange behaviour problems
http://bugs.python.org/issue9379 closed by rhettinger

#9410: Add Unladen Swallow's optimizations to Python 3's pickle.
http://bugs.python.org/issue9410 closed by pitrou

#9503: print statement hangs Windows service
http://bugs.python.org/issue9503 closed by amaury.forgeotdarc

#9581: PosixGroupsTester fails as root
http://bugs.python.org/issue9581 closed by pitrou

#9707: Reworked threading.local reference implementation
http://bugs.python.org/issue9707 closed by pitrou

#9719: build_ssl.py: cannot find 'asm64/*.*'
http://bugs.python.org/issue9719 closed by loewis

#9747: os.getresgid() documentation mentions "user ids", not "group i
http://bugs.python.org/issue9747 closed by georg.brandl

#9748: .inputrc magic-space breaks interactive mode
http://bugs.python.org/issue9748 closed by amaury.forgeotdarc

#9752: MSVC Compiler warning in Python\import.c
http://bugs.python.org/issue9752 closed by stutzbach

#9754: assertWarns and assertWarnsRegexp
http://bugs.python.org/issue9754 closed by pitrou

#9757: Add context manager protocol to memoryviews
http://bugs.python.org/issue9757 closed by pitrou

#9758: ioctl mutable buffer copying problem
http://bugs.python.org/issue9758 closed by pitrou

#9760: Suggestion for improving with documentation
http://bugs.python.org/issue9760 closed by georg.brandl

#9766: warnings has "onceregistry" and "once_registry"
http://bugs.python.org/issue9766 closed by brett.cannon

#9767: Failures in json doc examples
http://bugs.python.org/issue9767 closed by georg.brandl

#9768: IDLE / Black frame in active window
http://bugs.python.org/issue9768 closed by ned.deily

#9776: Inconsistent spacing in fcntl.fcntl docstring
http://bugs.python.org/issue9776 closed by georg.brandl

#9777: test_socket.GeneralModuleTests.test_idna should require the "n
http://bugs.python.org/issue9777 closed by pitrou

#9780: fill character cannot be '{'
http://bugs.python.org/issue9780 closed by georg.brandl

#9781: Dead link in Italian Tutorial
http://bugs.python.org/issue9781 closed by benjamin.peterson

#9785: _PyUnicode_New(), throw and memory problem
http://bugs.python.org/issue9785 closed by Trigve.Siver

#9789: Explicit buffer release for memoryview objects
http://bugs.python.org/issue9789 closed by ncoghlan

#9792: create_connection() recasts timeout errors
http://bugs.python.org/issue9792 closed by pitrou

#9793: Typo fix in What's New for 3.2: dynmaic -> dynamic
http://bugs.python.org/issue9793 closed by eric.araujo

#9794: socket.create_connection context manager
http://bugs.python.org/issue9794 closed by giampaolo.rodola

#9797: wrong assumption in pystate.c
http://bugs.python.org/issue9797 closed by pitrou

#9798: time.tzset() doesn't properly reset the time.timezone variable
http://bugs.python.org/issue9798 closed by eric.araujo

#9799: Compilation error for branch py3k on AIX 6
http://bugs.python.org/issue9799 closed by pitrou

#9804: ascii() does not always join surrogate pairs
http://bugs.python.org/issue9804 closed by pitrou

#9805: Documentation on old-style formatting of dicts is overly restr
http://bugs.python.org/issue9805 closed by r.david.murray

#9806: no need to try loading posix extensions without SOABI
http://bugs.python.org/issue9806 closed by benjamin.peterson

#9813: Module Name Changed
http://bugs.python.org/issue9813 closed by brett.cannon

#9816: random.jumpahead and PRNG sequence independence
http://bugs.python.org/issue9816 closed by rhettinger

#9819: TESTFN_UNICODE and TESTFN_UNDECODABLE
http://bugs.python.org/issue9819 closed by haypo

#1552880: [Python2] Use utf-8 in the import machinery on Windows to supp
http://bugs.python.org/issue1552880 closed by loewis

#1718574: build_clib --build-clib/--build-temp option bugs
http://bugs.python.org/issue1718574 closed by eric.araujo

#1100562: deepcopying listlike and dictlike objects
http://bugs.python.org/issue1100562 closed by pitrou

#1053365: nntplib: add support for NNTP over SSL
http://bugs.python.org/issue1053365 closed by pitrou

#1479626: Uninstall does not clean registry
http://bugs.python.org/issue1479626 closed by brian.curtin
_______________________________________________
Python-Dev mailing list
Python-Dev [at] python
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com


status at bugs

Sep 17, 2010, 9:09 AM

Post #32 of 192 (5452 views)
Permalink
Summary of Python tracker Issues [In reply to]

ACTIVITY SUMMARY (2010-09-10 - 2010-09-17)
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 stats:
open 2541 (+42)
closed 19128 (+69)
total 21669 (+65)

Open issues with patches: 1060


Issues opened (42)
==================

#9824: SimpleCookie should escape commas and semi-colons
http://bugs.python.org/issue9824 opened by spookylukey

#9831: test_distutils fails on MacOSX 10.6
http://bugs.python.org/issue9831 opened by cartman

#9838: Inadequate C-API to Python 3 I/O objects
http://bugs.python.org/issue9838 opened by pv

#9841: sysconfig and distutils.sysconfig differ in subtle ways
http://bugs.python.org/issue9841 opened by eric.araujo

#9842: Document ... used in recursive repr of containers
http://bugs.python.org/issue9842 opened by eric.araujo

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

#9845: Allow changing the method in urllib.request.Request
http://bugs.python.org/issue9845 opened by tarek

#9846: ZipExtFile provides no mechanism for closing the underlying fi
http://bugs.python.org/issue9846 opened by john.admanski

#9849: Argparse needs better error handling for nargs
http://bugs.python.org/issue9849 opened by Jason.Baker

#9850: obsolete macpath module dangerously broken and should be remov
http://bugs.python.org/issue9850 opened by ned.deily

#9851: multiprocessing socket timeout will break client
http://bugs.python.org/issue9851 opened by hume

#9852: test_ctypes fail with clang
http://bugs.python.org/issue9852 opened by cartman

#9854: SocketIO should return None on EWOULDBLOCK
http://bugs.python.org/issue9854 opened by pitrou

#9856: Change object.__format__(s) where s is non-empty to a Deprecat
http://bugs.python.org/issue9856 opened by eric.smith

#9857: SkipTest in tearDown is reported an as an error
http://bugs.python.org/issue9857 opened by pitrou

#9858: Python and C implementations of io are out of sync
http://bugs.python.org/issue9858 opened by pitrou

#9859: Add tests to verify API match of modules with 2 implementation
http://bugs.python.org/issue9859 opened by stutzbach

#9860: Building python outside of source directory fails
http://bugs.python.org/issue9860 opened by belopolsky

#9861: subprocess module changed exposed attributes
http://bugs.python.org/issue9861 opened by pclinch

#9862: test_subprocess hangs on AIX
http://bugs.python.org/issue9862 opened by sable

#9864: email.utils.{parsedate,parsedate_tz} should have better return
http://bugs.python.org/issue9864 opened by pitrou

#9865: OrderedDict doesn't implement __sizeof__
http://bugs.python.org/issue9865 opened by pitrou

#9866: Inconsistencies in tracing list comprehensions
http://bugs.python.org/issue9866 opened by belopolsky

#9867: Interrupted system calls are not retried
http://bugs.python.org/issue9867 opened by aronacher

#9868: test_locale leaves locale changed
http://bugs.python.org/issue9868 opened by ocean-city

#9869: long_subtype_new segfault in pure-Python code
http://bugs.python.org/issue9869 opened by cwitty

#9871: IDLE dies when using some regex
http://bugs.python.org/issue9871 opened by Popa.Claudiu

#9873: Allow bytes in some APIs that use string literals internally
http://bugs.python.org/issue9873 opened by ncoghlan

#9874: Message.attach() loses empty attachments
http://bugs.python.org/issue9874 opened by raph [at] mankin

#9875: Garbage output when running setup.py on Windows
http://bugs.python.org/issue9875 opened by exarkun

#9876: ConfigParser can't interpolate values from other sections
http://bugs.python.org/issue9876 opened by asolovyov

#9877: Expose sysconfig._get_makefile_filename() in public API
http://bugs.python.org/issue9877 opened by barry

#9878: Avoid parsing pyconfig.h and Makefile by autogenerating extens
http://bugs.python.org/issue9878 opened by barry

#9880: Python 2.7 Won't Build: SystemError: unknown opcode
http://bugs.python.org/issue9880 opened by Tom.Browder

#9882: abspath from directory
http://bugs.python.org/issue9882 opened by ipatrol

#9883: minidom: AttributeError: DocumentFragment instance has no attr
http://bugs.python.org/issue9883 opened by Aubrey.Barnard

#9884: The 4th parameter of method always None or 0 on x64 Windows.
http://bugs.python.org/issue9884 opened by J2.NETe

#9886: Make operator.itemgetter/attrgetter/methodcaller easier to dis
http://bugs.python.org/issue9886 opened by ncoghlan

#9887: distutil's build_scripts doesn't read utf-8 in all locales
http://bugs.python.org/issue9887 opened by hagen

#460474: codecs.StreamWriter: reset() on close()
http://bugs.python.org/issue460474 reopened by r.david.murray

#767645: incorrect os.path.supports_unicode_filenames
http://bugs.python.org/issue767645 reopened by haypo

#1076515: shutil.move clobbers read-only files.
http://bugs.python.org/issue1076515 reopened by brian.curtin



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

#9887: distutil's build_scripts doesn't read utf-8 in all locales
http://bugs.python.org/issue9887

#9886: Make operator.itemgetter/attrgetter/methodcaller easier to dis
http://bugs.python.org/issue9886

#9884: The 4th parameter of method always None or 0 on x64 Windows.
http://bugs.python.org/issue9884

#9883: minidom: AttributeError: DocumentFragment instance has no attr
http://bugs.python.org/issue9883

#9882: abspath from directory
http://bugs.python.org/issue9882

#9871: IDLE dies when using some regex
http://bugs.python.org/issue9871

#9869: long_subtype_new segfault in pure-Python code
http://bugs.python.org/issue9869

#9862: test_subprocess hangs on AIX
http://bugs.python.org/issue9862

#9861: subprocess module changed exposed attributes
http://bugs.python.org/issue9861

#9856: Change object.__format__(s) where s is non-empty to a Deprecat
http://bugs.python.org/issue9856

#9852: test_ctypes fail with clang
http://bugs.python.org/issue9852

#9803: IDLE closes with save while breakpoint open
http://bugs.python.org/issue9803

#9800: Fast path for small int-indexing of lists and tuples
http://bugs.python.org/issue9800

#9790: ntpath contains imports inside functions
http://bugs.python.org/issue9790

#9774: test_smtpnet fails with "[110] Connection timed out" on AMD64
http://bugs.python.org/issue9774



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

#9877: Expose sysconfig._get_makefile_filename() in public API
http://bugs.python.org/issue9877

#9865: OrderedDict doesn't implement __sizeof__
http://bugs.python.org/issue9865

#9854: SocketIO should return None on EWOULDBLOCK
http://bugs.python.org/issue9854

#9845: Allow changing the method in urllib.request.Request
http://bugs.python.org/issue9845

#9824: SimpleCookie should escape commas and semi-colons
http://bugs.python.org/issue9824

#9822: windows batch files are dependent on cmd current directory
http://bugs.python.org/issue9822

#9815: test_tarfile sometimes ends with error "Cannot remove dir"
http://bugs.python.org/issue9815

#9812: cPickle segfault with nested dicts in threaded env
http://bugs.python.org/issue9812

#9810: bzip2 build sometimes fails (VS8.0)
http://bugs.python.org/issue9810

#9808: Implement os.getlogin on Windows
http://bugs.python.org/issue9808

#9807: deriving configuration information for different builds with t
http://bugs.python.org/issue9807

#9802: Document 'stability' of builtin min() and max()
http://bugs.python.org/issue9802

#9800: Fast path for small int-indexing of lists and tuples
http://bugs.python.org/issue9800

#9787: Release the TLS lock during allocations
http://bugs.python.org/issue9787

#9786: Native TLS support for pthreads
http://bugs.python.org/issue9786



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

#9867: Interrupted system calls are not retried
http://bugs.python.org/issue9867 18 msgs

#9807: deriving configuration information for different builds with t
http://bugs.python.org/issue9807 14 msgs

#9858: Python and C implementations of io are out of sync
http://bugs.python.org/issue9858 12 msgs

#767645: incorrect os.path.supports_unicode_filenames
http://bugs.python.org/issue767645 12 msgs

#2636: Regexp 2.7 (modifications to current re 2.2.2)
http://bugs.python.org/issue2636 10 msgs

#8746: os.chflags() and os.lchflags() are not built when they should
http://bugs.python.org/issue8746 9 msgs

#9786: Native TLS support for pthreads
http://bugs.python.org/issue9786 9 msgs

#9880: Python 2.7 Won't Build: SystemError: unknown opcode
http://bugs.python.org/issue9880 9 msgs

#9815: test_tarfile sometimes ends with error "Cannot remove dir"
http://bugs.python.org/issue9815 8 msgs

#9810: bzip2 build sometimes fails (VS8.0)
http://bugs.python.org/issue9810 7 msgs



Issues closed (69)
==================

#1178: IDLE - add "paste code" functionality
http://bugs.python.org/issue1178 closed by BreamoreBoy

#1552: fromfd() and socketpair() should return wrapped sockets
http://bugs.python.org/issue1552 closed by pitrou

#3030: compiler warning on HP-UX
http://bugs.python.org/issue3030 closed by BreamoreBoy

#3053: test_shutil fails under AIX
http://bugs.python.org/issue3053 closed by pitrou

#4617: SyntaxError when free variable name is also an exception targe
http://bugs.python.org/issue4617 closed by amaury.forgeotdarc

#4837: Omits MACHINE and DEBUG when building tix8.4.3
http://bugs.python.org/issue4837 closed by BreamoreBoy

#5016: FileIO.seekable() can return False
http://bugs.python.org/issue5016 closed by haypo

#5629: PEP 0 date and revision not being set
http://bugs.python.org/issue5629 closed by brett.cannon

#5934: fix gcc warnings: explicit type conversion for uid/gid in posi
http://bugs.python.org/issue5934 closed by haypo

#6627: threading.local() does not work with C-created threads
http://bugs.python.org/issue6627 closed by ncoghlan

#6893: defaultdict example in py3 doc should mention the new Counter
http://bugs.python.org/issue6893 closed by rhettinger

#7093: xmlrpclib.ServerProxy() doesn't support unicode uri
http://bugs.python.org/issue7093 closed by haypo

#7994: object.__format__ should reject format strings
http://bugs.python.org/issue7994 closed by eric.smith

#8197: Fatal error on thread creation in low memory condition: local
http://bugs.python.org/issue8197 closed by haypo

#8796: Deprecate codecs.open()
http://bugs.python.org/issue8796 closed by lemburg

#8835: buildbot: support.transient_internet() doesn't catch DNS socke
http://bugs.python.org/issue8835 closed by pitrou

#8921: 2.7rc1: test_ttk failures on OSX 10.4
http://bugs.python.org/issue8921 closed by ned.deily

#9210: remove --with-wctype-functions configure option
http://bugs.python.org/issue9210 closed by amaury.forgeotdarc

#9212: dict_keys purports to implement the Set ABC, but is missing th
http://bugs.python.org/issue9212 closed by stutzbach

#9213: range purports to implement the Sequence ABC, but is missing i
http://bugs.python.org/issue9213 closed by stutzbach

#9313: distutils error on MSVC older than 8
http://bugs.python.org/issue9313 closed by ocean-city

#9315: The trace module lacks unit tests
http://bugs.python.org/issue9315 closed by belopolsky

#9318: Py3k compilation on old MSVC
http://bugs.python.org/issue9318 closed by ocean-city

#9402: pyexpat: replace PyObject_DEL() by Py_DECREF() to fix a crash
http://bugs.python.org/issue9402 closed by haypo

#9579: In 3.x, os.confstr() returns garbage if value is longer than 2
http://bugs.python.org/issue9579 closed by haypo

#9580: os.confstr() doesn't decode result according to PEP 383
http://bugs.python.org/issue9580 closed by haypo

#9608: Re-phrase best way of using exceptions in doanddont.rst
http://bugs.python.org/issue9608 closed by r.david.murray

#9632: Remove sys.setfilesystemencoding()
http://bugs.python.org/issue9632 closed by haypo

#9662: ctypes not building under OS X because of ffi_closure_free not
http://bugs.python.org/issue9662 closed by ronaldoussoren

#9728: Docs point to FAQ Section 3, but FAQs are not numbered
http://bugs.python.org/issue9728 closed by stutzbach

#9729: Unconnected SSLSocket.{send,recv} raises TypeError: 'member_de
http://bugs.python.org/issue9729 closed by pitrou

#9769: PyUnicode_FromFormatV() doesn't handle non-ascii text correctl
http://bugs.python.org/issue9769 closed by haypo

#9809: Wrong Registery Entries on win64
http://bugs.python.org/issue9809 closed by loewis

#9817: expat copyright/license file is missing
http://bugs.python.org/issue9817 closed by doko

#9818: build files to build Lib/distutils/command/wininst-9.0* are mi
http://bugs.python.org/issue9818 closed by doko

#9820: Windows : os.listdir(b'.') doesn't raise an errorfor unencodab
http://bugs.python.org/issue9820 closed by haypo

#9821: Support PEP 383 on Windows: mbcs support of surrogateescape er
http://bugs.python.org/issue9821 closed by haypo

#9823: OrderedDict is comparable to dict
http://bugs.python.org/issue9823 closed by benjamin.peterson

#9825: OrderedDict ref cycles cause memory leak
http://bugs.python.org/issue9825 closed by rhettinger

#9826: OrderedDict ref cycles break repr()
http://bugs.python.org/issue9826 closed by rhettinger

#9827: Clarify LogRecord documentation
http://bugs.python.org/issue9827 closed by vinay.sajip

#9828: Repeated Py_Initialize and Py_Finalize usage brings fatal erro
http://bugs.python.org/issue9828 closed by pitrou

#9829: Unexpected Fraction.from_float() Behavior
http://bugs.python.org/issue9829 closed by r.david.murray

#9830: Python 2.7 x64 not properly installed on Windows 7 (registry)
http://bugs.python.org/issue9830 closed by r.david.murray

#9832: test_unicodedata fails on MacOSX 10.6
http://bugs.python.org/issue9832 closed by ned.deily

#9833: test_ttk_guionly fails on MacOSX 10.6
http://bugs.python.org/issue9833 closed by flox

#9834: PySequence_GetSlice() lacks a NULL check
http://bugs.python.org/issue9834 closed by benjamin.peterson

#9835: ZipFile unix external attributes incorrect for entry written w
http://bugs.python.org/issue9835 closed by amaury.forgeotdarc

#9836: Refleak in PyUnicode_FormatV
http://bugs.python.org/issue9836 closed by haypo

#9837: ZipFileExt.read() reads more data than requested
http://bugs.python.org/issue9837 closed by pitrou

#9839: Test issue
http://bugs.python.org/issue9839 closed by loewis

#9840: Recursive Repr
http://bugs.python.org/issue9840 closed by rhettinger

#9843: imp documentation redundancy with acquire_lock and release_loc
http://bugs.python.org/issue9843 closed by benjamin.peterson

#9847: Binary strings never compare equal to raw/normal strings
http://bugs.python.org/issue9847 closed by flox

#9848: setup.py contains needless references to built-in _weakref mod
http://bugs.python.org/issue9848 closed by brett.cannon

#9853: Wrong signature for SSLSocket.recvfrom and SSLSocket.sendto
http://bugs.python.org/issue9853 closed by pitrou

#9855: Complex number slicing neither works nor causes an error on im
http://bugs.python.org/issue9855 closed by eric.smith

#9863: threading, signals, atexit: different execution with different
http://bugs.python.org/issue9863 closed by r.david.murray

#9870: compile and nested scopes
http://bugs.python.org/issue9870 closed by georg.brandl

#9872: `a.b.my_function is not b.my_function` when `a` and `b` are bo
http://bugs.python.org/issue9872 closed by benjamin.peterson

#9879: Tracker Won't Accept New Bugs
http://bugs.python.org/issue9879 closed by ned.deily

#9881: PySSL_SSLread loops until data is available, even in non-block
http://bugs.python.org/issue9881 closed by pitrou

#9885: Function Round does not work properly in some conditions
http://bugs.python.org/issue9885 closed by r.david.murray

#1651427: readline needs termcap on my FC6
http://bugs.python.org/issue1651427 closed by BreamoreBoy

#1659705: Python extension problems after re-install
http://bugs.python.org/issue1659705 closed by elfin24fw

#416670: MatchObjects not deepcopy()able
http://bugs.python.org/issue416670 closed by BreamoreBoy

#941346: AIX shared library fix
http://bugs.python.org/issue941346 closed by pitrou

#1538778: pyo's are not overwritten by different optimization levels
http://bugs.python.org/issue1538778 closed by barry

#1648923: HP-UX: -lcurses missing for readline.so
http://bugs.python.org/issue1648923 closed by BreamoreBoy
_______________________________________________
Python-Dev mailing list
Python-Dev [at] python
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com


status at bugs

Sep 24, 2010, 9:14 AM

Post #33 of 192 (5431 views)
Permalink
Summary of Python tracker Issues [In reply to]

ACTIVITY SUMMARY (2010-09-17 - 2010-09-24)
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 stats:
open 2533 (+42)
closed 19189 (+57)
total 21722 (+53)

Open issues with patches: 1061


Issues opened (42)
==================

#1763: Winpath module - easy access to Windows directories like My Do
http://bugs.python.org/issue1763 reopened by r.david.murray

#6627: threading.local() does not work with C-created threads
http://bugs.python.org/issue6627 reopened by Nikratio

#9441: increase logging handlers test coverage
http://bugs.python.org/issue9441 reopened by r.david.murray

#9552: ssl build under Windows always rebuilds OpenSSL
http://bugs.python.org/issue9552 reopened by ocean-city

#9877: Expose sysconfig._get_makefile_filename() in public API
http://bugs.python.org/issue9877 reopened by eric.araujo

#9889: PyUnicode_FormatV and Py_UNICODE*?
http://bugs.python.org/issue9889 opened by mkleehammer

#9890: Visual C++ Runtime Library Error is there a fix?
http://bugs.python.org/issue9890 opened by Hydro56

#9891: Minor doc typo at datamodel.rst: "list" -> "alist"
http://bugs.python.org/issue9891 opened by rbp

#9893: Usefulness of the Misc/Vim/ files?
http://bugs.python.org/issue9893 opened by pitrou

#9896: Introspectable range objects
http://bugs.python.org/issue9896 opened by durban

#9897: multiprocessing problems
http://bugs.python.org/issue9897 opened by hume

#9903: test_concurrent_futures writes on stderr
http://bugs.python.org/issue9903 opened by pitrou

#9904: Cosmetic issues that may warrant a fix in symtable.h/c
http://bugs.python.org/issue9904 opened by eli.bendersky

#9905: subprocess.Popen fails with stdout=PIPE, stderr=PIPE if standa
http://bugs.python.org/issue9905 opened by Thomas.Claveirole

#9907: interactive mode TAB does not insert on OS X built with editli
http://bugs.python.org/issue9907 opened by ned.deily

#9909: request for calendar.dayofyear() function
http://bugs.python.org/issue9909 opened by jfinkels

#9910: Add Py_SetPath API for embeddint python
http://bugs.python.org/issue9910 opened by krisvale

#9912: Fail when vsvarsall.bat produces stderr
http://bugs.python.org/issue9912 opened by flub

#9913: Misc/SpecialBuilds.txt is out of date
http://bugs.python.org/issue9913 opened by belopolsky

#9914: trace/profile conflict with the use of sys.modules[__name__]
http://bugs.python.org/issue9914 opened by belopolsky

#9915: speeding up sorting with a key
http://bugs.python.org/issue9915 opened by stutzbach

#9917: resource max value represented as signed when should be unsign
http://bugs.python.org/issue9917 opened by r.david.murray

#9919: gdbinit lineno result is one line in excess
http://bugs.python.org/issue9919 opened by qpatata

#9920: test_cmath on atan fails on AIX
http://bugs.python.org/issue9920 opened by sable

#9921: os.path.join('x','') behavior
http://bugs.python.org/issue9921 opened by rgrig

#9922: subprocess.getstatusoutput can fail with utf8 UnicodeDecodeErr
http://bugs.python.org/issue9922 opened by debatem1

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

#9924: sqlite3 SELECT does not BEGIN a transaction, but should accord
http://bugs.python.org/issue9924 opened by zzzeek

#9925: Idle doesn't launch
http://bugs.python.org/issue9925 opened by Stephan.Bellegy

#9926: Wrapped TestSuite subclass does not get __call__ executed
http://bugs.python.org/issue9926 opened by loewis

#9927: Leak around GetFinalPathNameByHandle (Windows)
http://bugs.python.org/issue9927 opened by ocean-city

#9929: subprocess.Popen unbuffered not work
http://bugs.python.org/issue9929 opened by ocean-city

#9931: test_ttk_guionly hangs on XP5
http://bugs.python.org/issue9931 opened by ocean-city

#9934: Python Docs Typo
http://bugs.python.org/issue9934 opened by Retro

#9935: Faster pickling of instances
http://bugs.python.org/issue9935 opened by pitrou

#9936: trace misreports "missing" lines
http://bugs.python.org/issue9936 opened by belopolsky

#9937: _winreg.EnumValue causes MemoryError
http://bugs.python.org/issue9937 opened by kzmi

#9938: Documentation for argparse interactive use
http://bugs.python.org/issue9938 opened by jayt

#9939: Add a pipe type (FIFO) to the io module
http://bugs.python.org/issue9939 opened by pitrou

#9940: Strange error reporting with "with" statement
http://bugs.python.org/issue9940 opened by pitrou

#1724822: provide a shlex.split alternative for Windows shell syntax
http://bugs.python.org/issue1724822 reopened by r.david.murray

#678250: test_mmap failling on AIX
http://bugs.python.org/issue678250 reopened by r.david.murray



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

#9940: Strange error reporting with "with" statement
http://bugs.python.org/issue9940

#9938: Documentation for argparse interactive use
http://bugs.python.org/issue9938

#9935: Faster pickling of instances
http://bugs.python.org/issue9935

#9934: Python Docs Typo
http://bugs.python.org/issue9934

#9931: test_ttk_guionly hangs on XP5
http://bugs.python.org/issue9931

#9914: trace/profile conflict with the use of sys.modules[__name__]
http://bugs.python.org/issue9914

#9913: Misc/SpecialBuilds.txt is out of date
http://bugs.python.org/issue9913

#9909: request for calendar.dayofyear() function
http://bugs.python.org/issue9909

#9904: Cosmetic issues that may warrant a fix in symtable.h/c
http://bugs.python.org/issue9904

#9903: test_concurrent_futures writes on stderr
http://bugs.python.org/issue9903

#9891: Minor doc typo at datamodel.rst: "list" -> "alist"
http://bugs.python.org/issue9891

#9889: PyUnicode_FormatV and Py_UNICODE*?
http://bugs.python.org/issue9889

#9886: Make operator.itemgetter/attrgetter/methodcaller easier to dis
http://bugs.python.org/issue9886

#9883: minidom: AttributeError: DocumentFragment instance has no attr
http://bugs.python.org/issue9883

#9861: subprocess module changed exposed attributes
http://bugs.python.org/issue9861



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

#9936: trace misreports "missing" lines
http://bugs.python.org/issue9936

#9935: Faster pickling of instances
http://bugs.python.org/issue9935

#9929: subprocess.Popen unbuffered not work
http://bugs.python.org/issue9929

#9927: Leak around GetFinalPathNameByHandle (Windows)
http://bugs.python.org/issue9927

#9922: subprocess.getstatusoutput can fail with utf8 UnicodeDecodeErr
http://bugs.python.org/issue9922

#9919: gdbinit lineno result is one line in excess
http://bugs.python.org/issue9919

#9915: speeding up sorting with a key
http://bugs.python.org/issue9915

#9912: Fail when vsvarsall.bat produces stderr
http://bugs.python.org/issue9912

#9910: Add Py_SetPath API for embeddint python
http://bugs.python.org/issue9910

#9909: request for calendar.dayofyear() function
http://bugs.python.org/issue9909

#9907: interactive mode TAB does not insert on OS X built with editli
http://bugs.python.org/issue9907

#9896: Introspectable range objects
http://bugs.python.org/issue9896

#9891: Minor doc typo at datamodel.rst: "list" -> "alist"
http://bugs.python.org/issue9891

#9877: Expose sysconfig._get_makefile_filename() in public API
http://bugs.python.org/issue9877

#9869: long_subtype_new segfault in pure-Python code
http://bugs.python.org/issue9869



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

#8998: add crypto routines to stdlib
http://bugs.python.org/issue8998 39 msgs

#9552: ssl build under Windows always rebuilds OpenSSL
http://bugs.python.org/issue9552 17 msgs

#9630: Reencode filenames when setting the filesystem encoding
http://bugs.python.org/issue9630 10 msgs

#6627: threading.local() does not work with C-created threads
http://bugs.python.org/issue6627 9 msgs

#9360: nntplib cleanup
http://bugs.python.org/issue9360 8 msgs

#9864: email.utils.{parsedate,parsedate_tz} should have better return
http://bugs.python.org/issue9864 8 msgs

#9939: Add a pipe type (FIFO) to the io module
http://bugs.python.org/issue9939 8 msgs

#2200: find_executable fails to find .bat files on win32
http://bugs.python.org/issue2200 7 msgs

#9583: Document startup option/environment interaction
http://bugs.python.org/issue9583 7 msgs

#678250: test_mmap failling on AIX
http://bugs.python.org/issue678250 7 msgs



Issues closed (57)
==================

#1142: code sample showing errors reading large files with py 2.5/3.0
http://bugs.python.org/issue1142 closed by amaury.forgeotdarc

#1441: Cycles through ob_type aren't freed
http://bugs.python.org/issue1441 closed by benjamin.peterson

#1458: installer crashes on attempted cancellation
http://bugs.python.org/issue1458 closed by BreamoreBoy

#1518: Fast globals/builtins access (patch)
http://bugs.python.org/issue1518 closed by BreamoreBoy

#1532: Refleak run of test_tcl fails
http://bugs.python.org/issue1532 closed by BreamoreBoy

#1605: Semi autogenerated _types module
http://bugs.python.org/issue1605 closed by gvanrossum

#1686: string.Template.safe_substitute fail when overriding pattern
http://bugs.python.org/issue1686 closed by flox

#1794: Hot keys must work in any keyboard layout
http://bugs.python.org/issue1794 closed by r.david.murray

#1866: const arg for PyInt_FromString
http://bugs.python.org/issue1866 closed by ncoghlan

#2027: Module containing C implementations of common text algorithms
http://bugs.python.org/issue2027 closed by BreamoreBoy

#2236: Distutils' mkpath implementation ignoring the "mode" parameter
http://bugs.python.org/issue2236 closed by orsenthil

#2643: mmap_object_dealloc calls time-consuming msync(), although clo
http://bugs.python.org/issue2643 closed by pitrou

#8432: buildbot: test_send_signal of test_subprocess failure
http://bugs.python.org/issue8432 closed by pitrou

#9131: test_set_reprs in test_pprint is fragile
http://bugs.python.org/issue9131 closed by stutzbach

#9252: PyImport_Import calls __import__ with dummy fromlist
http://bugs.python.org/issue9252 closed by brett.cannon

#9582: documentation line needs rewording
http://bugs.python.org/issue9582 closed by benjamin.peterson

#9597: mac: Install 2to3 in /usr/local/bin
http://bugs.python.org/issue9597 closed by ned.deily

#9786: Native TLS support for pthreads
http://bugs.python.org/issue9786 closed by krisvale

#9790: ntpath contains imports inside functions
http://bugs.python.org/issue9790 closed by brian.curtin

#9808: Implement os.getlogin on Windows
http://bugs.python.org/issue9808 closed by janglin

#9810: bzip2 build sometimes fails (VS8.0)
http://bugs.python.org/issue9810 closed by ocean-city

#9851: multiprocessing socket timeout will break client
http://bugs.python.org/issue9851 closed by jnoller

#9865: OrderedDict doesn't implement __sizeof__
http://bugs.python.org/issue9865 closed by rhettinger

#9868: test_locale leaves locale changed
http://bugs.python.org/issue9868 closed by ocean-city

#9875: Garbage output when running setup.py on Windows
http://bugs.python.org/issue9875 closed by eric.araujo

#9887: distutil's build_scripts doesn't read utf-8 in all locales
http://bugs.python.org/issue9887 closed by eric.araujo

#9888: int overflow in datetime causes seg fault from datetime.ctime(
http://bugs.python.org/issue9888 closed by amaury.forgeotdarc

#9892: Event spends less time in wait() than requested
http://bugs.python.org/issue9892 closed by pitrou

#9894: wrong errno check
http://bugs.python.org/issue9894 closed by pitrou

#9895: Speed up test_subprocess
http://bugs.python.org/issue9895 closed by pitrou

#9898: cProfile.runctx doesn't allow sort argument
http://bugs.python.org/issue9898 closed by amaury.forgeotdarc

#9899: tkinter test_font fails on OS X with Aqua Tk
http://bugs.python.org/issue9899 closed by pitrou

#9900: Threading Bug or misuse of the api ?
http://bugs.python.org/issue9900 closed by Rob.Watson

#9901: GIL destruction can fail
http://bugs.python.org/issue9901 closed by pitrou

#9902: test_undecodable_env failure
http://bugs.python.org/issue9902 closed by pitrou

#9906: including elementary mathematical functions in default types
http://bugs.python.org/issue9906 closed by rhettinger

#9908: os.stat() fails on bytes paths under Windows 7
http://bugs.python.org/issue9908 closed by pitrou

#9911: doc copyedits
http://bugs.python.org/issue9911 closed by georg.brandl

#9916: errno module is missing some symbols
http://bugs.python.org/issue9916 closed by barry

#9918: Installation "make test", two fails if non-ascii path
http://bugs.python.org/issue9918 closed by pitrou

#9928: weird oddity with bz2 context manager
http://bugs.python.org/issue9928 closed by pitrou

#9930: Incorrect semantics of __radd__ method for builtin types
http://bugs.python.org/issue9930 closed by mark.dickinson

#9932: List of sets initialization behavior problems
http://bugs.python.org/issue9932 closed by eric.smith

#9933: os module does not have the documented EX_NOTFOUND attribute
http://bugs.python.org/issue9933 closed by georg.brandl

#1672853: Error reading files larger than 4GB
http://bugs.python.org/issue1672853 closed by amaury.forgeotdarc

#1744752: Newline skipped in "for line in file" for huge file
http://bugs.python.org/issue1744752 closed by rhettinger

#1327971: HTTPResponse instance has no attribute 'fileno'
http://bugs.python.org/issue1327971 closed by orsenthil

#1633863: AIX: configure ignores $CC
http://bugs.python.org/issue1633863 closed by pitrou

#1729930: 2.5.1 latest svn fails test_curses and test_timeout
http://bugs.python.org/issue1729930 closed by BreamoreBoy

#1739789: Accelerate attr dict lookups
http://bugs.python.org/issue1739789 closed by rhettinger

#1752919: Exception in HTMLParser for special JavaScript code
http://bugs.python.org/issue1752919 closed by BreamoreBoy

#1451466: reading very large files
http://bugs.python.org/issue1451466 closed by amaury.forgeotdarc

#1730136: tkFont.__eq__ gives type error
http://bugs.python.org/issue1730136 closed by amaury.forgeotdarc

#1706323: Updated ASTVisitor Classes
http://bugs.python.org/issue1706323 closed by amaury.forgeotdarc

#1732367: Document the constants in the socket module
http://bugs.python.org/issue1732367 closed by BreamoreBoy

#1675951: Performance for small reads and fix seek problem
http://bugs.python.org/issue1675951 closed by pitrou

#1708652: Exact matching
http://bugs.python.org/issue1708652 closed by rhettinger
_______________________________________________
Python-Dev mailing list
Python-Dev [at] python
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com


brett at python

Sep 24, 2010, 11:00 AM

Post #34 of 192 (5436 views)
Permalink
Re: Summary of Python tracker Issues [In reply to]

I think every week where more bugs are closed than opened should be
celebrated! =) Thanks to everyone who closed something this week (and
to those that filed good bug reports).

On Fri, Sep 24, 2010 at 09:14, Python tracker <status [at] bugs> wrote:
>
> ACTIVITY SUMMARY (2010-09-17 - 2010-09-24)
> 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 stats:
>  open    2533 (+42)
>  closed 19189 (+57)
>  total  21722 (+53)
>
> Open issues with patches: 1061
>
>
> Issues opened (42)
> ==================
>
> #1763: Winpath module - easy access to Windows directories like My Do
> http://bugs.python.org/issue1763  reopened by r.david.murray
>
> #6627: threading.local() does not work with C-created threads
> http://bugs.python.org/issue6627  reopened by Nikratio
>
> #9441: increase logging handlers test coverage
> http://bugs.python.org/issue9441  reopened by r.david.murray
>
> #9552: ssl build under Windows always rebuilds OpenSSL
> http://bugs.python.org/issue9552  reopened by ocean-city
>
> #9877: Expose sysconfig._get_makefile_filename() in public API
> http://bugs.python.org/issue9877  reopened by eric.araujo
>
> #9889: PyUnicode_FormatV and Py_UNICODE*?
> http://bugs.python.org/issue9889  opened by mkleehammer
>
> #9890: Visual C++ Runtime Library Error is there a fix?
> http://bugs.python.org/issue9890  opened by Hydro56
>
> #9891: Minor doc typo at datamodel.rst: "list" -> "alist"
> http://bugs.python.org/issue9891  opened by rbp
>
> #9893: Usefulness of the Misc/Vim/ files?
> http://bugs.python.org/issue9893  opened by pitrou
>
> #9896: Introspectable range objects
> http://bugs.python.org/issue9896  opened by durban
>
> #9897: multiprocessing problems
> http://bugs.python.org/issue9897  opened by hume
>
> #9903: test_concurrent_futures writes on stderr
> http://bugs.python.org/issue9903  opened by pitrou
>
> #9904: Cosmetic issues that may warrant a fix in symtable.h/c
> http://bugs.python.org/issue9904  opened by eli.bendersky
>
> #9905: subprocess.Popen fails with stdout=PIPE, stderr=PIPE if standa
> http://bugs.python.org/issue9905  opened by Thomas.Claveirole
>
> #9907: interactive mode TAB does not insert on OS X built with editli
> http://bugs.python.org/issue9907  opened by ned.deily
>
> #9909: request for calendar.dayofyear() function
> http://bugs.python.org/issue9909  opened by jfinkels
>
> #9910: Add Py_SetPath API for embeddint python
> http://bugs.python.org/issue9910  opened by krisvale
>
> #9912: Fail when vsvarsall.bat produces stderr
> http://bugs.python.org/issue9912  opened by flub
>
> #9913: Misc/SpecialBuilds.txt  is out of date
> http://bugs.python.org/issue9913  opened by belopolsky
>
> #9914: trace/profile conflict with the use of sys.modules[__name__]
> http://bugs.python.org/issue9914  opened by belopolsky
>
> #9915: speeding up sorting with a key
> http://bugs.python.org/issue9915  opened by stutzbach
>
> #9917: resource max value represented as signed when should be unsign
> http://bugs.python.org/issue9917  opened by r.david.murray
>
> #9919: gdbinit lineno result is one line in excess
> http://bugs.python.org/issue9919  opened by qpatata
>
> #9920: test_cmath on atan fails on AIX
> http://bugs.python.org/issue9920  opened by sable
>
> #9921: os.path.join('x','') behavior
> http://bugs.python.org/issue9921  opened by rgrig
>
> #9922: subprocess.getstatusoutput can fail with utf8 UnicodeDecodeErr
> http://bugs.python.org/issue9922  opened by debatem1
>
> #9923: mailcap module may not work on non-POSIX platforms if MAILCAPS
> http://bugs.python.org/issue9923  opened by gnofi
>
> #9924: sqlite3 SELECT does not BEGIN a transaction, but should accord
> http://bugs.python.org/issue9924  opened by zzzeek
>
> #9925: Idle doesn't launch
> http://bugs.python.org/issue9925  opened by Stephan.Bellegy
>
> #9926: Wrapped TestSuite subclass does not get __call__ executed
> http://bugs.python.org/issue9926  opened by loewis
>
> #9927: Leak around GetFinalPathNameByHandle (Windows)
> http://bugs.python.org/issue9927  opened by ocean-city
>
> #9929: subprocess.Popen unbuffered not work
> http://bugs.python.org/issue9929  opened by ocean-city
>
> #9931: test_ttk_guionly hangs on XP5
> http://bugs.python.org/issue9931  opened by ocean-city
>
> #9934: Python Docs Typo
> http://bugs.python.org/issue9934  opened by Retro
>
> #9935: Faster pickling of instances
> http://bugs.python.org/issue9935  opened by pitrou
>
> #9936: trace misreports "missing" lines
> http://bugs.python.org/issue9936  opened by belopolsky
>
> #9937: _winreg.EnumValue causes MemoryError
> http://bugs.python.org/issue9937  opened by kzmi
>
> #9938: Documentation for argparse interactive use
> http://bugs.python.org/issue9938  opened by jayt
>
> #9939: Add a pipe type (FIFO) to the io module
> http://bugs.python.org/issue9939  opened by pitrou
>
> #9940: Strange error reporting with "with" statement
> http://bugs.python.org/issue9940  opened by pitrou
>
> #1724822: provide a shlex.split alternative for Windows shell syntax
> http://bugs.python.org/issue1724822  reopened by r.david.murray
>
> #678250: test_mmap failling on AIX
> http://bugs.python.org/issue678250  reopened by r.david.murray
>
>
>
> Most recent 15 issues with no replies (15)
> ==========================================
>
> #9940: Strange error reporting with "with" statement
> http://bugs.python.org/issue9940
>
> #9938: Documentation for argparse interactive use
> http://bugs.python.org/issue9938
>
> #9935: Faster pickling of instances
> http://bugs.python.org/issue9935
>
> #9934: Python Docs Typo
> http://bugs.python.org/issue9934
>
> #9931: test_ttk_guionly hangs on XP5
> http://bugs.python.org/issue9931
>
> #9914: trace/profile conflict with the use of sys.modules[__name__]
> http://bugs.python.org/issue9914
>
> #9913: Misc/SpecialBuilds.txt  is out of date
> http://bugs.python.org/issue9913
>
> #9909: request for calendar.dayofyear() function
> http://bugs.python.org/issue9909
>
> #9904: Cosmetic issues that may warrant a fix in symtable.h/c
> http://bugs.python.org/issue9904
>
> #9903: test_concurrent_futures writes on stderr
> http://bugs.python.org/issue9903
>
> #9891: Minor doc typo at datamodel.rst: "list" -> "alist"
> http://bugs.python.org/issue9891
>
> #9889: PyUnicode_FormatV and Py_UNICODE*?
> http://bugs.python.org/issue9889
>
> #9886: Make operator.itemgetter/attrgetter/methodcaller easier to dis
> http://bugs.python.org/issue9886
>
> #9883: minidom: AttributeError: DocumentFragment instance has no attr
> http://bugs.python.org/issue9883
>
> #9861: subprocess module changed exposed attributes
> http://bugs.python.org/issue9861
>
>
>
> Most recent 15 issues waiting for review (15)
> =============================================
>
> #9936: trace misreports "missing" lines
> http://bugs.python.org/issue9936
>
> #9935: Faster pickling of instances
> http://bugs.python.org/issue9935
>
> #9929: subprocess.Popen unbuffered not work
> http://bugs.python.org/issue9929
>
> #9927: Leak around GetFinalPathNameByHandle (Windows)
> http://bugs.python.org/issue9927
>
> #9922: subprocess.getstatusoutput can fail with utf8 UnicodeDecodeErr
> http://bugs.python.org/issue9922
>
> #9919: gdbinit lineno result is one line in excess
> http://bugs.python.org/issue9919
>
> #9915: speeding up sorting with a key
> http://bugs.python.org/issue9915
>
> #9912: Fail when vsvarsall.bat produces stderr
> http://bugs.python.org/issue9912
>
> #9910: Add Py_SetPath API for embeddint python
> http://bugs.python.org/issue9910
>
> #9909: request for calendar.dayofyear() function
> http://bugs.python.org/issue9909
>
> #9907: interactive mode TAB does not insert on OS X built with editli
> http://bugs.python.org/issue9907
>
> #9896: Introspectable range objects
> http://bugs.python.org/issue9896
>
> #9891: Minor doc typo at datamodel.rst: "list" -> "alist"
> http://bugs.python.org/issue9891
>
> #9877: Expose sysconfig._get_makefile_filename() in public API
> http://bugs.python.org/issue9877
>
> #9869: long_subtype_new segfault in pure-Python code
> http://bugs.python.org/issue9869
>
>
>
> Top 10 most discussed issues (10)
> =================================
>
> #8998: add crypto routines to stdlib
> http://bugs.python.org/issue8998  39 msgs
>
> #9552: ssl build under Windows always rebuilds OpenSSL
> http://bugs.python.org/issue9552  17 msgs
>
> #9630: Reencode filenames when setting the filesystem encoding
> http://bugs.python.org/issue9630  10 msgs
>
> #6627: threading.local() does not work with C-created threads
> http://bugs.python.org/issue6627   9 msgs
>
> #9360: nntplib cleanup
> http://bugs.python.org/issue9360   8 msgs
>
> #9864: email.utils.{parsedate,parsedate_tz} should have better return
> http://bugs.python.org/issue9864   8 msgs
>
> #9939: Add a pipe type (FIFO) to the io module
> http://bugs.python.org/issue9939   8 msgs
>
> #2200: find_executable fails to find .bat files on win32
> http://bugs.python.org/issue2200   7 msgs
>
> #9583: Document startup option/environment interaction
> http://bugs.python.org/issue9583   7 msgs
>
> #678250: test_mmap failling on AIX
> http://bugs.python.org/issue678250   7 msgs
>
>
>
> Issues closed (57)
> ==================
>
> #1142: code sample showing errors reading large files with py 2.5/3.0
> http://bugs.python.org/issue1142  closed by amaury.forgeotdarc
>
> #1441: Cycles through ob_type aren't freed
> http://bugs.python.org/issue1441  closed by benjamin.peterson
>
> #1458: installer crashes on attempted cancellation
> http://bugs.python.org/issue1458  closed by BreamoreBoy
>
> #1518: Fast globals/builtins access (patch)
> http://bugs.python.org/issue1518  closed by BreamoreBoy
>
> #1532: Refleak run of test_tcl fails
> http://bugs.python.org/issue1532  closed by BreamoreBoy
>
> #1605: Semi autogenerated _types module
> http://bugs.python.org/issue1605  closed by gvanrossum
>
> #1686: string.Template.safe_substitute fail when overriding  pattern
> http://bugs.python.org/issue1686  closed by flox
>
> #1794: Hot keys must work in any keyboard layout
> http://bugs.python.org/issue1794  closed by r.david.murray
>
> #1866: const arg for PyInt_FromString
> http://bugs.python.org/issue1866  closed by ncoghlan
>
> #2027: Module containing C implementations of common text algorithms
> http://bugs.python.org/issue2027  closed by BreamoreBoy
>
> #2236: Distutils' mkpath implementation ignoring the "mode" parameter
> http://bugs.python.org/issue2236  closed by orsenthil
>
> #2643: mmap_object_dealloc calls time-consuming msync(), although clo
> http://bugs.python.org/issue2643  closed by pitrou
>
> #8432: buildbot: test_send_signal of test_subprocess failure
> http://bugs.python.org/issue8432  closed by pitrou
>
> #9131: test_set_reprs in test_pprint is fragile
> http://bugs.python.org/issue9131  closed by stutzbach
>
> #9252: PyImport_Import calls __import__ with dummy fromlist
> http://bugs.python.org/issue9252  closed by brett.cannon
>
> #9582: documentation line needs rewording
> http://bugs.python.org/issue9582  closed by benjamin.peterson
>
> #9597: mac: Install 2to3 in /usr/local/bin
> http://bugs.python.org/issue9597  closed by ned.deily
>
> #9786: Native TLS support for pthreads
> http://bugs.python.org/issue9786  closed by krisvale
>
> #9790: ntpath contains imports inside functions
> http://bugs.python.org/issue9790  closed by brian.curtin
>
> #9808: Implement os.getlogin on Windows
> http://bugs.python.org/issue9808  closed by janglin
>
> #9810: bzip2 build sometimes fails (VS8.0)
> http://bugs.python.org/issue9810  closed by ocean-city
>
> #9851: multiprocessing socket timeout will break client
> http://bugs.python.org/issue9851  closed by jnoller
>
> #9865: OrderedDict doesn't implement __sizeof__
> http://bugs.python.org/issue9865  closed by rhettinger
>
> #9868: test_locale leaves locale changed
> http://bugs.python.org/issue9868  closed by ocean-city
>
> #9875: Garbage output when running setup.py on Windows
> http://bugs.python.org/issue9875  closed by eric.araujo
>
> #9887: distutil's build_scripts doesn't read utf-8 in all locales
> http://bugs.python.org/issue9887  closed by eric.araujo
>
> #9888: int overflow in datetime causes seg fault from datetime.ctime(
> http://bugs.python.org/issue9888  closed by amaury.forgeotdarc
>
> #9892: Event spends less time in wait() than requested
> http://bugs.python.org/issue9892  closed by pitrou
>
> #9894: wrong errno check
> http://bugs.python.org/issue9894  closed by pitrou
>
> #9895: Speed up test_subprocess
> http://bugs.python.org/issue9895  closed by pitrou
>
> #9898: cProfile.runctx doesn't allow sort argument
> http://bugs.python.org/issue9898  closed by amaury.forgeotdarc
>
> #9899: tkinter test_font fails on OS X with Aqua Tk
> http://bugs.python.org/issue9899  closed by pitrou
>
> #9900: Threading Bug or misuse of the api ?
> http://bugs.python.org/issue9900  closed by Rob.Watson
>
> #9901: GIL destruction can fail
> http://bugs.python.org/issue9901  closed by pitrou
>
> #9902: test_undecodable_env failure
> http://bugs.python.org/issue9902  closed by pitrou
>
> #9906: including elementary mathematical functions in default types
> http://bugs.python.org/issue9906  closed by rhettinger
>
> #9908: os.stat() fails on bytes paths under Windows 7
> http://bugs.python.org/issue9908  closed by pitrou
>
> #9911: doc copyedits
> http://bugs.python.org/issue9911  closed by georg.brandl
>
> #9916: errno module is missing some symbols
> http://bugs.python.org/issue9916  closed by barry
>
> #9918: Installation "make test", two fails if non-ascii path
> http://bugs.python.org/issue9918  closed by pitrou
>
> #9928: weird oddity with bz2 context manager
> http://bugs.python.org/issue9928  closed by pitrou
>
> #9930: Incorrect semantics of __radd__ method for builtin types
> http://bugs.python.org/issue9930  closed by mark.dickinson
>
> #9932: List of sets initialization behavior problems
> http://bugs.python.org/issue9932  closed by eric.smith
>
> #9933: os module does not have the documented EX_NOTFOUND attribute
> http://bugs.python.org/issue9933  closed by georg.brandl
>
> #1672853: Error reading files larger than 4GB
> http://bugs.python.org/issue1672853  closed by amaury.forgeotdarc
>
> #1744752: Newline skipped in "for line in file" for huge file
> http://bugs.python.org/issue1744752  closed by rhettinger
>
> #1327971: HTTPResponse instance has no attribute 'fileno'
> http://bugs.python.org/issue1327971  closed by orsenthil
>
> #1633863: AIX: configure ignores $CC
> http://bugs.python.org/issue1633863  closed by pitrou
>
> #1729930: 2.5.1 latest svn fails test_curses and test_timeout
> http://bugs.python.org/issue1729930  closed by BreamoreBoy
>
> #1739789: Accelerate attr dict lookups
> http://bugs.python.org/issue1739789  closed by rhettinger
>
> #1752919: Exception in HTMLParser for special JavaScript code
> http://bugs.python.org/issue1752919  closed by BreamoreBoy
>
> #1451466: reading very large files
> http://bugs.python.org/issue1451466  closed by amaury.forgeotdarc
>
> #1730136: tkFont.__eq__ gives type error
> http://bugs.python.org/issue1730136  closed by amaury.forgeotdarc
>
> #1706323: Updated ASTVisitor Classes
> http://bugs.python.org/issue1706323  closed by amaury.forgeotdarc
>
> #1732367: Document the constants in the socket module
> http://bugs.python.org/issue1732367  closed by BreamoreBoy
>
> #1675951: Performance for small reads and fix seek problem
> http://bugs.python.org/issue1675951  closed by pitrou
>
> #1708652: Exact matching
> http://bugs.python.org/issue1708652  closed by rhettinger
> _______________________________________________
> Python-Dev mailing list
> Python-Dev [at] python
> http://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe: http://mail.python.org/mailman/options/python-dev/brett%40python.org
>
_______________________________________________
Python-Dev mailing list
Python-Dev [at] python
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com


status at bugs

Oct 1, 2010, 9:12 AM

Post #35 of 192 (5414 views)
Permalink
Summary of Python tracker Issues [In reply to]

ACTIVITY SUMMARY (2010-09-24 - 2010-10-01)
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 stats:
open 2548 (+45)
closed 19241 (+50)
total 21789 (+67)

Open issues with patches: 1072


Issues opened (45)
==================

#9899: tkinter test_font fails on OS X with Aqua Tk
http://bugs.python.org/issue9899 reopened by pitrou

#9941: Unify trace and profile interfaces
http://bugs.python.org/issue9941 opened by belopolsky

#9942: Allow memory sections to be OS MERGEABLE
http://bugs.python.org/issue9942 opened by hunteke

#9943: TypeError message became less helpful in Python 2.7
http://bugs.python.org/issue9943 opened by gjb1002

#9948: findCaller is slow and loses case information on Windows
http://bugs.python.org/issue9948 opened by aronacher

#9949: os.path.realpath on Windows does not follow symbolic links
http://bugs.python.org/issue9949 opened by stutzbach

#9951: introduce bytes.hex method
http://bugs.python.org/issue9951 opened by wiggin15

#9955: multiprocessing.Pipe segmentation fault when recv of unpicklab
http://bugs.python.org/issue9955 opened by Zbynek.Winkler

#9957: SpooledTemporayFile.truncate should take size parameter
http://bugs.python.org/issue9957 opened by rfk

#9960: test_structmembers fails on s390x (bigendian 64-bit): int/Py_s
http://bugs.python.org/issue9960 opened by dmalcolm

#9962: GzipFile doesn't have peek()
http://bugs.python.org/issue9962 opened by pitrou

#9964: Test failures with -OO
http://bugs.python.org/issue9964 opened by michael.foord

#9965: Loading malicious pickle may cause excessive memory usage
http://bugs.python.org/issue9965 opened by alexandre.vassalotti

#9967: encoded_word regular expression in email.header.decode_header(
http://bugs.python.org/issue9967 opened by tkikuchi

#9968: Let cgi.FieldStorage have named uploaded file
http://bugs.python.org/issue9968 opened by phep

#9969: tokenize: add support for tokenizing 'str' objects
http://bugs.python.org/issue9969 opened by meador.inge

#9971: Optimize BufferedReader.readinto
http://bugs.python.org/issue9971 opened by stutzbach

#9972: PyGILState_XXX missing in Python builds without threads
http://bugs.python.org/issue9972 opened by dalcinl

#9973: Sometimes buildbot fails to cleanup working copy
http://bugs.python.org/issue9973 opened by ocean-city

#9974: tokenizer.untokenize not invariant with line continuations
http://bugs.python.org/issue9974 opened by Brian.Bossé

#9975: Incorrect use of flowinfo and scope_id in IPv6 sockaddr tuple
http://bugs.python.org/issue9975 opened by vnebehaj

#9976: Make TestCase._formatMessage public
http://bugs.python.org/issue9976 opened by mattheww

#9977: TestCase.assertItemsEqual's description of differences
http://bugs.python.org/issue9977 opened by mattheww

#9978: test_os failures on XP-4 buildbot
http://bugs.python.org/issue9978 opened by pitrou

#9980: str(float) failure
http://bugs.python.org/issue9980 opened by Kiriakos.Vlahos

#9981: let make_buildinfo use a temporary directory on windows
http://bugs.python.org/issue9981 opened by krisvale

#9985: difflib.SequenceMatcher has slightly buggy and undocumented ca
http://bugs.python.org/issue9985 opened by marienz

#9986: PDF files of python docs have text missing
http://bugs.python.org/issue9986 opened by amberj

#9988: test_warnings fails with PYTHONFSENCODING=latin-1 on UNIX/BSD
http://bugs.python.org/issue9988 opened by haypo

#9989: ctypes bitfield problem
http://bugs.python.org/issue9989 opened by stutzbach

#9990: PyMemoryView_FromObject alters the Py_buffer after calling PyO
http://bugs.python.org/issue9990 opened by kermode

#9991: xmlrpc client ssl check faulty
http://bugs.python.org/issue9991 opened by jniehof

#9992: Command line arguments are not correctly decodedif locale and
http://bugs.python.org/issue9992 opened by haypo

#9993: shutil.move fails on symlink source
http://bugs.python.org/issue9993 opened by jniehof

#9995: "setup.py register sdist upload" requires pass to be saved
http://bugs.python.org/issue9995 opened by techtonik

#9996: binascii should convert unicode strings
http://bugs.python.org/issue9996 opened by wiggin15

#9997: function named 'top' gets unexpected namespace/scope behaviour
http://bugs.python.org/issue9997 opened by iivvoo

#9998: find_library should search LD_LIBRARY_PATH on linux
http://bugs.python.org/issue9998 opened by jniehof

#9999: test_shutil cross-file-system tests are fragile (may not test
http://bugs.python.org/issue9999 opened by r.david.murray

#10000: mark more tests as CPython specific
http://bugs.python.org/issue10000 opened by amaury.forgeotdarc

#10001: ~Py_buffer.obj field is undocumented, though not hidden
http://bugs.python.org/issue10001 opened by kermode

#10002: Installer doesn't install on Windows Server 2008 DataCenter R2
http://bugs.python.org/issue10002 opened by joblack

#10003: signal.SIGBREAK regression on windows
http://bugs.python.org/issue10003 opened by gz

#10006: non-Pythonic fate of __abstractmethods__
http://bugs.python.org/issue10006 opened by Yaroslav.Halchenko

#10007: Visual C++ cannot build _ssl and _hashlib if newer OpenSSL is
http://bugs.python.org/issue10007 opened by ocean-city



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

#10006: non-Pythonic fate of __abstractmethods__
http://bugs.python.org/issue10006

#9998: find_library should search LD_LIBRARY_PATH on linux
http://bugs.python.org/issue9998

#9995: "setup.py register sdist upload" requires pass to be saved
http://bugs.python.org/issue9995

#9991: xmlrpc client ssl check faulty
http://bugs.python.org/issue9991

#9990: PyMemoryView_FromObject alters the Py_buffer after calling PyO
http://bugs.python.org/issue9990

#9977: TestCase.assertItemsEqual's description of differences
http://bugs.python.org/issue9977

#9976: Make TestCase._formatMessage public
http://bugs.python.org/issue9976

#9975: Incorrect use of flowinfo and scope_id in IPv6 sockaddr tuple
http://bugs.python.org/issue9975

#9974: tokenizer.untokenize not invariant with line continuations
http://bugs.python.org/issue9974

#9973: Sometimes buildbot fails to cleanup working copy
http://bugs.python.org/issue9973

#9972: PyGILState_XXX missing in Python builds without threads
http://bugs.python.org/issue9972

#9971: Optimize BufferedReader.readinto
http://bugs.python.org/issue9971

#9967: encoded_word regular expression in email.header.decode_header(
http://bugs.python.org/issue9967

#9960: test_structmembers fails on s390x (bigendian 64-bit): int/Py_s
http://bugs.python.org/issue9960

#9955: multiprocessing.Pipe segmentation fault when recv of unpicklab
http://bugs.python.org/issue9955



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

#10003: signal.SIGBREAK regression on windows
http://bugs.python.org/issue10003

#9998: find_library should search LD_LIBRARY_PATH on linux
http://bugs.python.org/issue9998

#9996: binascii should convert unicode strings
http://bugs.python.org/issue9996

#9993: shutil.move fails on symlink source
http://bugs.python.org/issue9993

#9992: Command line arguments are not correctly decodedif locale and
http://bugs.python.org/issue9992

#9991: xmlrpc client ssl check faulty
http://bugs.python.org/issue9991

#9985: difflib.SequenceMatcher has slightly buggy and undocumented ca
http://bugs.python.org/issue9985

#9981: let make_buildinfo use a temporary directory on windows
http://bugs.python.org/issue9981

#9978: test_os failures on XP-4 buildbot
http://bugs.python.org/issue9978

#9975: Incorrect use of flowinfo and scope_id in IPv6 sockaddr tuple
http://bugs.python.org/issue9975

#9973: Sometimes buildbot fails to cleanup working copy
http://bugs.python.org/issue9973

#9967: encoded_word regular expression in email.header.decode_header(
http://bugs.python.org/issue9967

#9964: Test failures with -OO
http://bugs.python.org/issue9964

#9962: GzipFile doesn't have peek()
http://bugs.python.org/issue9962

#9960: test_structmembers fails on s390x (bigendian 64-bit): int/Py_s
http://bugs.python.org/issue9960



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

#9980: str(float) failure
http://bugs.python.org/issue9980 35 msgs

#9873: Allow bytes in some APIs that use string literals internally
http://bugs.python.org/issue9873 12 msgs

#9962: GzipFile doesn't have peek()
http://bugs.python.org/issue9962 10 msgs

#8445: buildbot: test_ttk_guionly failures (test_traversal, test_tab_
http://bugs.python.org/issue8445 9 msgs

#8670: c_types.c_wchar should not assume that sizeof(wchar_t) == size
http://bugs.python.org/issue8670 9 msgs

#1589: New SSL module doesn't seem to verify hostname against commonN
http://bugs.python.org/issue1589 8 msgs

#3873: Unpickling is really slow
http://bugs.python.org/issue3873 7 msgs

#9784: _msi.c warnings under 64-bit Windows
http://bugs.python.org/issue9784 7 msgs

#9942: Allow memory sections to be OS MERGEABLE
http://bugs.python.org/issue9942 7 msgs

#4111: Add Systemtap/DTrace probes
http://bugs.python.org/issue4111 6 msgs



Issues closed (50)
==================

#1491: BaseHTTPServer incorrectly implements response code 100
http://bugs.python.org/issue1491 closed by orsenthil

#3612: Add some missing basic types in ctypes.wintypes
http://bugs.python.org/issue3612 closed by ocean-city

#3674: test_dbm_ndbm skip is unexpected on win32?
http://bugs.python.org/issue3674 closed by ocean-city

#4684: sys.exit() exits program when non-daemonic threads are still r
http://bugs.python.org/issue4684 closed by twouters

#6608: asctime does not check its input
http://bugs.python.org/issue6608 closed by belopolsky

#7110: Output test failures on stderr in regrtest.py
http://bugs.python.org/issue7110 closed by r.david.murray

#7346: Redirected stdout fires [Errno 9]
http://bugs.python.org/issue7346 closed by amaury.forgeotdarc

#7397: __import__ docs should reference importlib.import_module
http://bugs.python.org/issue7397 closed by brett.cannon

#8274: test_run failing
http://bugs.python.org/issue8274 closed by eric.araujo

#8521: Allow some winreg functions to accept named arguments
http://bugs.python.org/issue8521 closed by brian.curtin

#8831: recv and recvfrom on UDP socket do not return/throw exception
http://bugs.python.org/issue8831 closed by loewis

#9082: warnings.filterwarnings doesn't work with -O
http://bugs.python.org/issue9082 closed by brett.cannon

#9090: Error code 10035 calling socket.recv() on a socket with a time
http://bugs.python.org/issue9090 closed by pitrou

#9360: nntplib cleanup
http://bugs.python.org/issue9360 closed by pitrou

#9562: Slightly misleading wording in documentation of dict.update
http://bugs.python.org/issue9562 closed by georg.brandl

#9568: test_urllib2_localnet fails on OS X 10.3
http://bugs.python.org/issue9568 closed by ronaldoussoren

#9594: typo on Mac/Makefile.in? s/pythonw/python/
http://bugs.python.org/issue9594 closed by ronaldoussoren

#9602: PyObject_AsCharBuffer() should only accept read-only objects
http://bugs.python.org/issue9602 closed by pitrou

#9628: runtests.sh -x doesn't work with more than two args (sed error
http://bugs.python.org/issue9628 closed by r.david.murray

#9630: Reencode filenames when setting the filesystem encoding
http://bugs.python.org/issue9630 closed by haypo

#9701: Update ZSH profile on Mac OS installation
http://bugs.python.org/issue9701 closed by ronaldoussoren

#9841: sysconfig and distutils.sysconfig differ in subtle ways
http://bugs.python.org/issue9841 closed by eric.araujo

#9869: long_subtype_new segfault in pure-Python code
http://bugs.python.org/issue9869 closed by mark.dickinson

#9910: Add Py_SetPath API for embedding python
http://bugs.python.org/issue9910 closed by krisvale

#9934: Python Docs Typo
http://bugs.python.org/issue9934 closed by brian.curtin

#9940: Strange error reporting with "with" statement
http://bugs.python.org/issue9940 closed by benjamin.peterson

#9944: Typo in doc for itertools recipe of consume
http://bugs.python.org/issue9944 closed by georg.brandl

#9945: Improper locking in logging
http://bugs.python.org/issue9945 closed by vinay.sajip

#9946: lock use in logging
http://bugs.python.org/issue9946 closed by georg.brandl

#9947: Weird locking in logging config system
http://bugs.python.org/issue9947 closed by vinay.sajip

#9950: socket.sendall() crash when receiving a signal
http://bugs.python.org/issue9950 closed by pitrou

#9952: Martin Rinehart wants to stay in touch on LinkedIn
http://bugs.python.org/issue9952 closed by loewis

#9953: 2 scripts running from crontab simultaneously reference the sa
http://bugs.python.org/issue9953 closed by exarkun

#9954: include sqlite3.exe in PythonXX/Scripts
http://bugs.python.org/issue9954 closed by loewis

#9956: memoryview type documentation lacks versionadded
http://bugs.python.org/issue9956 closed by benjamin.peterson

#9958: (c)elementTree missing children
http://bugs.python.org/issue9958 closed by amaury.forgeotdarc

#9959: int(math.log(4,2)) == 1 instead of 2
http://bugs.python.org/issue9959 closed by mark.dickinson

#9961: Identity Crisis! variable assignment using strftime fails comp
http://bugs.python.org/issue9961 closed by exarkun

#9963: test_sysconfig when LDFLAGS defined in the user's environment
http://bugs.python.org/issue9963 closed by pitrou

#9966: platform : a boolean to know easily when a system is posix
http://bugs.python.org/issue9966 closed by brian.curtin

#9970: PyMemoryView_FromBuffer is not documented
http://bugs.python.org/issue9970 closed by pitrou

#9979: Create PyUnicode_AsWideCharString() function
http://bugs.python.org/issue9979 closed by haypo

#9982: Pointer problem in initializing array of arrays
http://bugs.python.org/issue9982 closed by pitrou

#9983: please add a large NOTE explaining that urllib does not perfor
http://bugs.python.org/issue9983 closed by pitrou

#9984: please add a large NOTE explaining that urllib2 does not perfo
http://bugs.python.org/issue9984 closed by pitrou

#9987: usenetrc option broken
http://bugs.python.org/issue9987 closed by pitrou

#9994: Python becoming orphaned over ssh
http://bugs.python.org/issue9994 closed by gregory.p.smith

#10004: email/quoprimime.py Exception (with patch)
http://bugs.python.org/issue10004 closed by r.david.murray

#10005: Postgresql calls undefined method in __str__
http://bugs.python.org/issue10005 closed by r.david.murray

#1595365: Urllib2 user-agent header added by an opener is "frozen"
http://bugs.python.org/issue1595365 closed by orsenthil


status at bugs

Oct 8, 2010, 9:13 AM

Post #36 of 192 (5384 views)
Permalink
Summary of Python tracker Issues [In reply to]

ACTIVITY SUMMARY (2010-10-01 - 2010-10-08)
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 stats:
open 2557 (+37)
closed 19276 (+30)
total 21833 (+44)

Open issues with patches: 1071


Issues opened (37)
==================

#10008: Two links point to same place
http://bugs.python.org/issue10008 opened by ocean-city

#10009: Automated MSI installation does not work
http://bugs.python.org/issue10009 opened by amaury.forgeotdarc

#10011: `except` doesn't use `isinstance`
http://bugs.python.org/issue10011 opened by cool-RR

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

#10014: sys.path[0] is incorrect if PYTHONFSENCODING is used
http://bugs.python.org/issue10014 opened by haypo

#10015: Creating a multiproccess.pool.ThreadPool from a child thread b
http://bugs.python.org/issue10015 opened by Michael.Olson

#10016: shutil.copyfile -- allow sparse copying
http://bugs.python.org/issue10016 opened by karaken12

#10017: pprint.pprint raises TypeError on dictionaries with user-defin
http://bugs.python.org/issue10017 opened by arno

#10018: IDLE not loading in xp pro due to tcl issue
http://bugs.python.org/issue10018 opened by Grant.Andrew

#10019: json.dumps with indent = 0 not adding newlines
http://bugs.python.org/issue10019 opened by dpjanes

#10020: docs for sqlite3 describe functions not available without reco
http://bugs.python.org/issue10020 opened by doughellmann

#10021: Format parser is too permissive
http://bugs.python.org/issue10021 opened by belopolsky

#10022: Emit more information in decoded SSL certificates
http://bugs.python.org/issue10022 opened by pitrou

#10023: test_lib2to3 leaks under 3.1
http://bugs.python.org/issue10023 opened by pitrou

#10024: Outdated advice in C-API tutorial?
http://bugs.python.org/issue10024 opened by pitrou

#10025: random.seed not initialized as advertised
http://bugs.python.org/issue10025 opened by goddard

#10027: os.lstat/os.stat don't set st_nlink on Windows
http://bugs.python.org/issue10027 opened by brian.curtin

#10028: test_concurrent_futures fails on Windows Server 2003
http://bugs.python.org/issue10028 opened by brian.curtin

#10029: "Equivalent to" code for zip is wrong in Python 3
http://bugs.python.org/issue10029 opened by max

#10030: Patch for zip decryption speedup
http://bugs.python.org/issue10030 opened by shashank

#10031: Withdraw anti-recommendation of relative imports from document
http://bugs.python.org/issue10031 opened by dsdale24

#10036: compiler warnings for various modules on Ubuntu x86
http://bugs.python.org/issue10036 opened by jfinkels

#10037: multiprocessing.pool processes started by worker handler stops
http://bugs.python.org/issue10037 opened by asksol

#10038: Returntype of json.loads() on strings
http://bugs.python.org/issue10038 opened by llnik

#10039: python é.py fails with UnicodeEncodeError if PYTHONFSENCODING
http://bugs.python.org/issue10039 opened by haypo

#10040: GZipFile failure on large files
http://bugs.python.org/issue10040 opened by Robert.Rohde

#10041: socket.makefile(mode = 'r').readline() silently removes carria
http://bugs.python.org/issue10041 opened by kaizhu

#10042: total_ordering stack overflow
http://bugs.python.org/issue10042 opened by francescor

#10043: UnboundLocalError with local variable set by setattr, caused b
http://bugs.python.org/issue10043 opened by ssc

#10044: small int optimization
http://bugs.python.org/issue10044 opened by pitrou

#10045: poor cStringIO.StringO seek performance
http://bugs.python.org/issue10045 opened by boogenhagn

#10046: Correction to atexit documentation
http://bugs.python.org/issue10046 opened by Jason.Baker

#10047: python-2.6.6 coredump running newspipe
http://bugs.python.org/issue10047 opened by wiz

#10048: urllib.request documentation confusing
http://bugs.python.org/issue10048 opened by pitrou

#10049: Add a "no-op" (null) context manager to contextlib
http://bugs.python.org/issue10049 opened by hniksic

#10050: urllib.request still has old 2.x urllib primitives
http://bugs.python.org/issue10050 opened by pitrou

#10051: distutils fail to install unicode-encoded files with POSIX loc
http://bugs.python.org/issue10051 opened by mgorny



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

#10051: distutils fail to install unicode-encoded files with POSIX loc
http://bugs.python.org/issue10051

#10050: urllib.request still has old 2.x urllib primitives
http://bugs.python.org/issue10050

#10048: urllib.request documentation confusing
http://bugs.python.org/issue10048

#10039: python é.py fails with UnicodeEncodeError if PYTHONFSENCODING
http://bugs.python.org/issue10039

#10037: multiprocessing.pool processes started by worker handler stops
http://bugs.python.org/issue10037

#10036: compiler warnings for various modules on Ubuntu x86
http://bugs.python.org/issue10036

#10025: random.seed not initialized as advertised
http://bugs.python.org/issue10025

#10023: test_lib2to3 leaks under 3.1
http://bugs.python.org/issue10023

#10022: Emit more information in decoded SSL certificates
http://bugs.python.org/issue10022

#10018: IDLE not loading in xp pro due to tcl issue
http://bugs.python.org/issue10018

#10017: pprint.pprint raises TypeError on dictionaries with user-defin
http://bugs.python.org/issue10017

#10009: Automated MSI installation does not work
http://bugs.python.org/issue10009

#10008: Two links point to same place
http://bugs.python.org/issue10008

#9998: find_library should search LD_LIBRARY_PATH on linux
http://bugs.python.org/issue9998

#9995: "setup.py register sdist upload" requires pass to be saved
http://bugs.python.org/issue9995



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

#10049: Add a "no-op" (null) context manager to contextlib
http://bugs.python.org/issue10049

#10045: poor cStringIO.StringO seek performance
http://bugs.python.org/issue10045

#10044: small int optimization
http://bugs.python.org/issue10044

#10041: socket.makefile(mode = 'r').readline() silently removes carria
http://bugs.python.org/issue10041

#10039: python é.py fails with UnicodeEncodeError if PYTHONFSENCODING
http://bugs.python.org/issue10039

#10037: multiprocessing.pool processes started by worker handler stops
http://bugs.python.org/issue10037

#10030: Patch for zip decryption speedup
http://bugs.python.org/issue10030

#10028: test_concurrent_futures fails on Windows Server 2003
http://bugs.python.org/issue10028

#10027: os.lstat/os.stat don't set st_nlink on Windows
http://bugs.python.org/issue10027

#10019: json.dumps with indent = 0 not adding newlines
http://bugs.python.org/issue10019

#10016: shutil.copyfile -- allow sparse copying
http://bugs.python.org/issue10016

#10014: sys.path[0] is incorrect if PYTHONFSENCODING is used
http://bugs.python.org/issue10014

#9998: find_library should search LD_LIBRARY_PATH on linux
http://bugs.python.org/issue9998

#9993: shutil.move fails on symlink source
http://bugs.python.org/issue9993

#9992: Command line arguments are not correctly decodedif locale and
http://bugs.python.org/issue9992



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

#10044: small int optimization
http://bugs.python.org/issue10044 22 msgs

#4661: email.parser: impossible to read messages encoded in a differe
http://bugs.python.org/issue4661 14 msgs

#10049: Add a "no-op" (null) context manager to contextlib
http://bugs.python.org/issue10049 12 msgs

#9800: Fast path for small int-indexing of lists and tuples
http://bugs.python.org/issue9800 9 msgs

#10021: Format parser is too permissive
http://bugs.python.org/issue10021 9 msgs

#6302: email.header.decode_header data types are inconsistent and inc
http://bugs.python.org/issue6302 8 msgs

#9873: urllib.parse: Allow bytes in some APIs that use string literal
http://bugs.python.org/issue9873 7 msgs

#10029: "Equivalent to" code for zip is wrong in Python 3
http://bugs.python.org/issue10029 7 msgs

#5088: optparse: inconsistent default value for append actions
http://bugs.python.org/issue5088 6 msgs

#9017: doctest option flag to enable/disable some chunk of doctests?
http://bugs.python.org/issue9017 6 msgs



Issues closed (30)
==================

#2982: more tests for pyexpat
http://bugs.python.org/issue2982 closed by amaury.forgeotdarc

#4487: Add utf8 alias for email charsets
http://bugs.python.org/issue4487 closed by r.david.murray

#7789: Issue using datetime with format()
http://bugs.python.org/issue7789 closed by belopolsky

#8017: c_char_p.value does not return a bytes object in Windows.
http://bugs.python.org/issue8017 closed by ocean-city

#8190: Add a PyPI XML-RPC client module
http://bugs.python.org/issue8190 closed by eric.araujo

#8584: test_multiprocessing skips some tests
http://bugs.python.org/issue8584 closed by brian.curtin

#8670: c_types.c_wchar should not assume that sizeof(wchar_t) == size
http://bugs.python.org/issue8670 closed by haypo

#8980: distutils.tests.test_register.RegisterTestCase.test_strict fai
http://bugs.python.org/issue8980 closed by tarek

#9060: Python/dup2.c doesn't compile on (at least) newlib
http://bugs.python.org/issue9060 closed by amaury.forgeotdarc

#9065: tarfile: default root:root ownership is incorrect.
http://bugs.python.org/issue9065 closed by lars.gustaebel

#9272: CGIHTTPServer poisons os.environ
http://bugs.python.org/issue9272 closed by orsenthil

#9533: metaclass can't derive from ABC
http://bugs.python.org/issue9533 closed by benjamin.peterson

#9759: GzipFile object should raise ValueError on .read() after .clos
http://bugs.python.org/issue9759 closed by pitrou

#9903: test_concurrent_futures writes on stderr
http://bugs.python.org/issue9903 closed by bquinlan

#9936: trace misreports "missing" lines
http://bugs.python.org/issue9936 closed by belopolsky

#9978: Better wait for slow machine in test_os (_kill_with_event)
http://bugs.python.org/issue9978 closed by ocean-city

#9989: ctypes bitfield problem
http://bugs.python.org/issue9989 closed by ocean-city

#9996: binascii should convert unicode strings
http://bugs.python.org/issue9996 closed by r.david.murray

#10003: signal.SIGBREAK regression on windows
http://bugs.python.org/issue10003 closed by brian.curtin

#10006: non-Pythonic fate of __abstractmethods__
http://bugs.python.org/issue10006 closed by benjamin.peterson

#10010: ".. index::" position
http://bugs.python.org/issue10010 closed by orsenthil

#10012: httplib shadows builtin, assumes strings
http://bugs.python.org/issue10012 closed by orsenthil

#10026: xml.dom.pulldom strange behavior
http://bugs.python.org/issue10026 closed by georg.brandl

#10032: os.setuid and os.setgid have unexpected influence on serial mo
http://bugs.python.org/issue10032 closed by ned.deily

#10033: can't run unittest because of issubclass
http://bugs.python.org/issue10033 closed by ned.deily

#10034: Readline doc issue
http://bugs.python.org/issue10034 closed by georg.brandl

#10035: sgmllib fail to parse html containing <!- .... ->
http://bugs.python.org/issue10035 closed by georg.brandl

#1050268: rfc822.parseaddr is broken, breaks sendmail call in smtplib
http://bugs.python.org/issue1050268 closed by r.david.murray

#845560: imaplib: traceback from _checkquote with empty string
http://bugs.python.org/issue845560 closed by r.david.murray

#1210680: Split email headers near a space
http://bugs.python.org/issue1210680 closed by r.david.murray


status at bugs

Oct 15, 2010, 9:08 AM

Post #37 of 192 (5382 views)
Permalink
Summary of Python tracker Issues [In reply to]

ACTIVITY SUMMARY (2010-10-08 - 2010-10-15)
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 stats:
open 2554 (+34)
closed 19344 (+63)
total 21898 (+65)

Open issues with patches: 1065


Issues opened (34)
==================

#7140: imp.new_module does not function correctly if the module is re
http://bugs.python.org/issue7140 reopened by benjamin.peterson

#10052: Python/dtoa.c:158: #error "Failed to find an exact-width 32-bi
http://bugs.python.org/issue10052 opened by akitada

#10053: Don’t close fd when FileIO.__init__ fails
http://bugs.python.org/issue10053 opened by ocean-city

#10058: Unclear PyString_AsStringAndSize return value
http://bugs.python.org/issue10058 opened by Nikratio

#10060: python.exe crashes or hangs on help() modules when bad modules
http://bugs.python.org/issue10060 opened by devplayer

#10064: link to page with documentation bugs
http://bugs.python.org/issue10064 opened by techtonik

#10066: xmlrpclib does not handle some non-printable characters proper
http://bugs.python.org/issue10066 opened by gyorkop

#10070: 2to3 wishes for already-2to3'ed files
http://bugs.python.org/issue10070 opened by hfuru

#10071: Should not release GIL while running RegEnumValue
http://bugs.python.org/issue10071 opened by ocean-city

#10072: ftplib documentation is unclear
http://bugs.python.org/issue10072 opened by rafe.kettler

#10073: calendar.isleap() not checking parameter type
http://bugs.python.org/issue10073 opened by shadikka

#10076: Regex objects became uncopyable in 2.5
http://bugs.python.org/issue10076 opened by Michael.Shields

#10077: Python 3.1: site error is not logged
http://bugs.python.org/issue10077 opened by haypo

#10079: idlelib for Python 3 with Guilherme Polo GSoC enhancements
http://bugs.python.org/issue10079 opened by Bruce.Sherwood

#10080: Py_Initialize crashes when stdout has been redirected with fre
http://bugs.python.org/issue10080 opened by Mitchell.Stokes

#10084: SSL support for asyncore
http://bugs.python.org/issue10084 opened by pitrou

#10086: test_sysconfig failure with site-packages
http://bugs.python.org/issue10086 opened by hfuru

#10087: HTML calendar is broken
http://bugs.python.org/issue10087 opened by belopolsky

#10089: Add support for arbitrary -X options
http://bugs.python.org/issue10089 opened by pitrou

#10090: python -m locale fails on OSX
http://bugs.python.org/issue10090 opened by belopolsky

#10092: calendar does not restore locale properly
http://bugs.python.org/issue10092 opened by belopolsky

#10093: Warn when files are not explicitly closed
http://bugs.python.org/issue10093 opened by pitrou

#10094: test_urllib.py fails in py3k r85440 with RuntimeError
http://bugs.python.org/issue10094 opened by barry

#10098: intermittent failure in test_os
http://bugs.python.org/issue10098 opened by pitrou

#10104: test_socket failures on Debian unstable
http://bugs.python.org/issue10104 opened by pitrou

#10107: Quitting IDLE on Mac doesn't save unsaved code
http://bugs.python.org/issue10107 opened by Bruce.Sherwood

#10108: ExpatError not property wrapped
http://bugs.python.org/issue10108 opened by leos

#10109: itertools.product with infinite iterator cause MemoryError.
http://bugs.python.org/issue10109 opened by falsetru

#10110: Queue doesn't recognize it is full after shrinking maxsize
http://bugs.python.org/issue10110 opened by jaraco

#10111: Minor problems with PyFileObject documentation (Doc/c-api/file
http://bugs.python.org/issue10111 opened by pebolle

#10112: Use -Wl,--dynamic-list=x.list, not -Xlinker -export-dynamic
http://bugs.python.org/issue10112 opened by jankratochvil

#10114: compile() doesn't support the PEP 383 (surrogates)
http://bugs.python.org/issue10114 opened by haypo

#10115: accept4 can fail with errno 90
http://bugs.python.org/issue10115 opened by pitrou

#10116: Sporadic failures in test_urllibnet
http://bugs.python.org/issue10116 opened by ixokai



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

#10114: compile() doesn't support the PEP 383 (surrogates)
http://bugs.python.org/issue10114

#10112: Use -Wl,--dynamic-list=x.list, not -Xlinker -export-dynamic
http://bugs.python.org/issue10112

#10111: Minor problems with PyFileObject documentation (Doc/c-api/file
http://bugs.python.org/issue10111

#10110: Queue doesn't recognize it is full after shrinking maxsize
http://bugs.python.org/issue10110

#10109: itertools.product with infinite iterator cause MemoryError.
http://bugs.python.org/issue10109

#10092: calendar does not restore locale properly
http://bugs.python.org/issue10092

#10090: python -m locale fails on OSX
http://bugs.python.org/issue10090

#10077: Python 3.1: site error is not logged
http://bugs.python.org/issue10077

#10064: link to page with documentation bugs
http://bugs.python.org/issue10064

#10058: Unclear PyString_AsStringAndSize return value
http://bugs.python.org/issue10058

#10051: distutils fail to install unicode-encoded files with POSIX loc
http://bugs.python.org/issue10051

#10050: urllib.request still has old 2.x urllib primitives
http://bugs.python.org/issue10050

#10048: urllib.request documentation confusing
http://bugs.python.org/issue10048

#10037: multiprocessing.pool processes started by worker handler stops
http://bugs.python.org/issue10037

#10036: compiler warnings for various modules on Ubuntu x86
http://bugs.python.org/issue10036



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

#10114: compile() doesn't support the PEP 383 (surrogates)
http://bugs.python.org/issue10114

#10111: Minor problems with PyFileObject documentation (Doc/c-api/file
http://bugs.python.org/issue10111

#10110: Queue doesn't recognize it is full after shrinking maxsize
http://bugs.python.org/issue10110

#10093: Warn when files are not explicitly closed
http://bugs.python.org/issue10093

#10089: Add support for arbitrary -X options
http://bugs.python.org/issue10089

#10087: HTML calendar is broken
http://bugs.python.org/issue10087

#10079: idlelib for Python 3 with Guilherme Polo GSoC enhancements
http://bugs.python.org/issue10079

#10077: Python 3.1: site error is not logged
http://bugs.python.org/issue10077

#10076: Regex objects became uncopyable in 2.5
http://bugs.python.org/issue10076

#10072: ftplib documentation is unclear
http://bugs.python.org/issue10072

#10071: Should not release GIL while running RegEnumValue
http://bugs.python.org/issue10071

#10066: xmlrpclib does not handle some non-printable characters proper
http://bugs.python.org/issue10066

#10053: Don’t close fd when FileIO.__init__ fails
http://bugs.python.org/issue10053

#10049: Add a "no-op" (null) context manager to contextlib
http://bugs.python.org/issue10049

#10044: small int optimization
http://bugs.python.org/issue10044



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

#8863: Display Python backtrace on SIGSEGV, SIGFPE and fatal error
http://bugs.python.org/issue8863 16 msgs

#10093: Warn when files are not explicitly closed
http://bugs.python.org/issue10093 14 msgs

#1553375: Add traceback.print_full_exception()
http://bugs.python.org/issue1553375 14 msgs

#10070: 2to3 wishes for already-2to3'ed files
http://bugs.python.org/issue10070 11 msgs

#10049: Add a "no-op" (null) context manager to contextlib
http://bugs.python.org/issue10049 9 msgs

#4388: test_cmd_line fails on MacOS X
http://bugs.python.org/issue4388 8 msgs

#10008: Two links point to same place
http://bugs.python.org/issue10008 8 msgs

#10089: Add support for arbitrary -X options
http://bugs.python.org/issue10089 8 msgs

#7944: Use the 'with' statement in conjunction with 'open' throughout
http://bugs.python.org/issue7944 7 msgs

#8998: add crypto routines to stdlib
http://bugs.python.org/issue8998 7 msgs



Issues closed (63)
==================

#1051: certificate in Lib/test/test_ssl.py expires in February 2013
http://bugs.python.org/issue1051 closed by pitrou

#1708: improvements for linecache
http://bugs.python.org/issue1708 closed by r.david.murray

#2830: Copy cgi.escape() to html
http://bugs.python.org/issue2830 closed by georg.brandl

#3865: explain that profilers should be used for profiling, not bench
http://bugs.python.org/issue3865 closed by georg.brandl

#5355: Expat parser error constants are string descriptions
http://bugs.python.org/issue5355 closed by georg.brandl

#6417: multiprocessing Process examples: print and getppid
http://bugs.python.org/issue6417 closed by georg.brandl

#6825: Minor documentation bug with os.path.split
http://bugs.python.org/issue6825 closed by georg.brandl

#7285: multiprocessing module, example code error
http://bugs.python.org/issue7285 closed by orsenthil

#7287: import hook demo does not work
http://bugs.python.org/issue7287 closed by benjamin.peterson

#7516: Flag "-3" is silently ignored when running "regrtest.py -j2"
http://bugs.python.org/issue7516 closed by pitrou

#7523: add SOCK_NONBLOCK and SOCK_CLOEXEC to socket module
http://bugs.python.org/issue7523 closed by pitrou

#7642: Minor improvement to os.system doc
http://bugs.python.org/issue7642 closed by georg.brandl

#7771: dict view comparison methods are not documented
http://bugs.python.org/issue7771 closed by georg.brandl

#8267: Tutorial section on dictionary keys recommends sort instead of
http://bugs.python.org/issue8267 closed by georg.brandl

#9003: urllib.request and http.client should allow certificate checki
http://bugs.python.org/issue9003 closed by pitrou

#9013: Implement tzinfo.dst() method in timezone
http://bugs.python.org/issue9013 closed by belopolsky

#9093: Tools/README is out of date
http://bugs.python.org/issue9093 closed by georg.brandl

#9183: Intern UTC timezone
http://bugs.python.org/issue9183 closed by belopolsky

#9409: doctest in python2.7 can't handle non-ascii characters
http://bugs.python.org/issue9409 closed by flox

#9774: test_smtpnet fails with "[110] Connection timed out" on AMD64
http://bugs.python.org/issue9774 closed by pitrou

#9964: Test failures with -OO
http://bugs.python.org/issue9964 closed by georg.brandl

#9988: test_warnings fails with PYTHONFSENCODING=latin-1 on UNIX/BSD
http://bugs.python.org/issue9988 closed by haypo

#9992: Command-line arguments are not correctly decoded if locale and
http://bugs.python.org/issue9992 closed by haypo

#10011: `except` doesn't use `isinstance`
http://bugs.python.org/issue10011 closed by terry.reedy

#10014: sys.path[0] is incorrect if PYTHONFSENCODING is used
http://bugs.python.org/issue10014 closed by haypo

#10018: IDLE not loading in xp pro due to tcl issue
http://bugs.python.org/issue10018 closed by terry.reedy

#10029: "Equivalent to" code for zip is wrong in Python 3
http://bugs.python.org/issue10029 closed by rhettinger

#10039: python é.py fails with UnicodeEncodeError if PYTHONFSENCODING
http://bugs.python.org/issue10039 closed by haypo

#10045: poor cStringIO.StringO seek performance
http://bugs.python.org/issue10045 closed by fdrake

#10046: Correction to atexit documentation
http://bugs.python.org/issue10046 closed by georg.brandl

#10054: select extension does not build on platforms where uintptr_t i
http://bugs.python.org/issue10054 closed by pitrou

#10055: C99 code in _json.c
http://bugs.python.org/issue10055 closed by pitrou

#10056: Can't build tkinter with libtk 8.6
http://bugs.python.org/issue10056 closed by pitrou

#10057: Unclear if exception should be set
http://bugs.python.org/issue10057 closed by jankratochvil

#10059: add the method `index` to collections.deque
http://bugs.python.org/issue10059 closed by Simon.Liedtke

#10061: ** operator yielding wrong result for negative numbers
http://bugs.python.org/issue10061 closed by orsenthil

#10062: Python 3.2 does not build on systems which do not have sem_tim
http://bugs.python.org/issue10062 closed by pitrou

#10065: future_builtins' docstring lacks some functions
http://bugs.python.org/issue10065 closed by orsenthil

#10067: itertools' docs put izip_longest in the "terminating on the sh
http://bugs.python.org/issue10067 closed by rhettinger

#10068: global objects created in some module are not destroyed when l
http://bugs.python.org/issue10068 closed by benjamin.peterson

#10069: 2to3 crash in fix_urllib.py
http://bugs.python.org/issue10069 closed by benjamin.peterson

#10074: dictobject.c: crash in Py_XDECREF
http://bugs.python.org/issue10074 closed by benjamin.peterson

#10075: Get session cache stats from SSLContext
http://bugs.python.org/issue10075 closed by pitrou

#10078: Documentation: 'Postive' should be 'Positive'
http://bugs.python.org/issue10078 closed by benjamin.peterson

#10081: 'import' operator doesn't work with unicode non 7-bit ASCII mo
http://bugs.python.org/issue10081 closed by brett.cannon

#10082: PyRun_SimpleFile crashes application
http://bugs.python.org/issue10082 closed by loewis

#10083: locale.currency() uses different formatting than system locale
http://bugs.python.org/issue10083 closed by eric.smith

#10085: Memory allocation for primitive types
http://bugs.python.org/issue10085 closed by pitrou

#10088: pdb can't re-set variables
http://bugs.python.org/issue10088 closed by giampaolo.rodola

#10091: ast.literal_eval does not handled new set literals
http://bugs.python.org/issue10091 closed by georg.brandl

#10095: Support undecodable filenames in the parser API
http://bugs.python.org/issue10095 closed by haypo

#10096: Question regarding python migration
http://bugs.python.org/issue10096 closed by orsenthil

#10097: platform.uname gives UnicodeError for non-ASCII computer names
http://bugs.python.org/issue10097 closed by lemburg

#10099: socket.fromfd() documentation problem
http://bugs.python.org/issue10099 closed by orsenthil

#10100: fromfd is now available on all platforms
http://bugs.python.org/issue10100 closed by orsenthil

#10101: a bug in built-in function round() ?
http://bugs.python.org/issue10101 closed by benjamin.peterson

#10102: mktime adding an hour in April (naive struct)?
http://bugs.python.org/issue10102 closed by belopolsky

#10103: use the SOABI for GNU/kfreeBSD and the GNU Hurd
http://bugs.python.org/issue10103 closed by doko

#10105: Strings failing to print
http://bugs.python.org/issue10105 closed by eric.araujo

#10106: missing packages
http://bugs.python.org/issue10106 closed by brett.cannon

#10113: UnicodeDecodeError in mimetypes.guess_type on Windows
http://bugs.python.org/issue10113 closed by r.david.murray

#1710703: zipfile.ZipFile behavior inconsistent.
http://bugs.python.org/issue1710703 closed by georg.brandl

#10063: file:// scheme will stop accessing via ftp protocol
http://bugs.python.org/issue10063 closed by orsenthil


status at bugs

Oct 22, 2010, 9:08 AM

Post #38 of 192 (5355 views)
Permalink
Summary of Python tracker Issues [In reply to]

ACTIVITY SUMMARY (2010-10-15 - 2010-10-22)
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 stats:
open 2494 (+32)
closed 19460 (+110)
total 21954 (+56)

Open issues with patches: 1039


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

#3367: Uninitialized value read in parsetok.c
http://bugs.python.org/issue3367 reopened by skrah

#10117: Tools/scripts/reindent.py fails on non-UTF-8 encodings
http://bugs.python.org/issue10117 opened by belopolsky

#10118: Tkinter does not find font
http://bugs.python.org/issue10118 opened by mark.saaltink

#10121: test_multiprocessing stuck in test_make_pool if run in a loop
http://bugs.python.org/issue10121 opened by sandro.tosi

#10126: test_distutils failure with --enable-shared
http://bugs.python.org/issue10126 opened by pitrou

#10128: multiprocessing.Pool throws exception with __main__.py
http://bugs.python.org/issue10128 opened by Michael.Olson

#10130: Create epub format docs and offer them on the download page
http://bugs.python.org/issue10130 opened by georg.brandl

#10131: deepcopying an xml.dom.minidom.Document generates an invalid X
http://bugs.python.org/issue10131 opened by flox

#10133: multiprocessing: conn_recv_string() broken error handling
http://bugs.python.org/issue10133 opened by hfuru

#10134: test_email failures on Windows: end of line issue?
http://bugs.python.org/issue10134 opened by haypo

#10136: kill_python doesn't work with short path
http://bugs.python.org/issue10136 opened by ocean-city

#10138: calendar module does not support years outside [1, 9999] range
http://bugs.python.org/issue10138 opened by belopolsky

#10141: SocketCan support
http://bugs.python.org/issue10141 opened by instigatorirc

#10142: Support for SEEK_HOLE/SEEK_DATA
http://bugs.python.org/issue10142 opened by jcea

#10143: Update "os.pathconf" values
http://bugs.python.org/issue10143 opened by jcea

#10145: float.is_integer is undocumented
http://bugs.python.org/issue10145 opened by ralph.corderoy

#10148: st_mtime differs after shutil.copy2
http://bugs.python.org/issue10148 opened by shaurz

#10149: Data truncation in expat parser
http://bugs.python.org/issue10149 opened by Maciek.J

#10153: Memory leak in pythonrun.c
http://bugs.python.org/issue10153 opened by skrah

#10154: locale.normalize strips "-" from UTF-8, which fails on Mac
http://bugs.python.org/issue10154 opened by ixokai

#10155: Add fixups for encoding problems to wsgiref
http://bugs.python.org/issue10155 opened by aclover

#10156: Initialization of globals in unicodeobject.c
http://bugs.python.org/issue10156 opened by skrah

#10157: Memory leak (r70152)
http://bugs.python.org/issue10157 opened by skrah

#10158: BadInternalCall running test_multiprocessing
http://bugs.python.org/issue10158 opened by rthalley

#10160: operator.attrgetter slower than lambda after adding dotted nam
http://bugs.python.org/issue10160 opened by tzot

#10161: unittest: use ascii() instead of repr() to display values on e
http://bugs.python.org/issue10161 opened by haypo

#10164: Add an assertBytesEqual to unittest and use it for bytes asser
http://bugs.python.org/issue10164 opened by r.david.murray

#10167: ESET Trojan Alert [python-3.1.2.amd64 ON Win7-64]
http://bugs.python.org/issue10167 opened by Mr.Collins

#10169: socket.sendto raises incorrect exception when passed incorrect
http://bugs.python.org/issue10169 opened by exarkun

#10170: Relationship between turtle speed setting and actual speed is
http://bugs.python.org/issue10170 opened by belopolsky

#10171: Ugly buttons in some Tkinter objects in Windows
http://bugs.python.org/issue10171 opened by rafe.kettler

#10172: code block has no syntax coloring
http://bugs.python.org/issue10172 opened by wcyang



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

#10172: code block has no syntax coloring
http://bugs.python.org/issue10172

#10171: Ugly buttons in some Tkinter objects in Windows
http://bugs.python.org/issue10171

#10170: Relationship between turtle speed setting and actual speed is
http://bugs.python.org/issue10170

#10169: socket.sendto raises incorrect exception when passed incorrect
http://bugs.python.org/issue10169

#10161: unittest: use ascii() instead of repr() to display values on e
http://bugs.python.org/issue10161

#10138: calendar module does not support years outside [1, 9999] range
http://bugs.python.org/issue10138

#10136: kill_python doesn't work with short path
http://bugs.python.org/issue10136

#10133: multiprocessing: conn_recv_string() broken error handling
http://bugs.python.org/issue10133

#10130: Create epub format docs and offer them on the download page
http://bugs.python.org/issue10130

#10118: Tkinter does not find font
http://bugs.python.org/issue10118

#10112: Use -Wl,--dynamic-list=x.list, not -Xlinker -export-dynamic
http://bugs.python.org/issue10112

#10090: python -m locale fails on OSX
http://bugs.python.org/issue10090

#10077: Python 3.1: site error is not logged
http://bugs.python.org/issue10077

#10050: urllib.request still has old 2.x urllib primitives
http://bugs.python.org/issue10050

#10048: urllib.request documentation confusing
http://bugs.python.org/issue10048



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

#10164: Add an assertBytesEqual to unittest and use it for bytes asser
http://bugs.python.org/issue10164

#10161: unittest: use ascii() instead of repr() to display values on e
http://bugs.python.org/issue10161

#10160: operator.attrgetter slower than lambda after adding dotted nam
http://bugs.python.org/issue10160

#10157: Memory leak (r70152)
http://bugs.python.org/issue10157

#10156: Initialization of globals in unicodeobject.c
http://bugs.python.org/issue10156

#10155: Add fixups for encoding problems to wsgiref
http://bugs.python.org/issue10155

#10153: Memory leak in pythonrun.c
http://bugs.python.org/issue10153

#10149: Data truncation in expat parser
http://bugs.python.org/issue10149

#10141: SocketCan support
http://bugs.python.org/issue10141

#10136: kill_python doesn't work with short path
http://bugs.python.org/issue10136

#10134: test_email failures on Windows: end of line issue?
http://bugs.python.org/issue10134

#10133: multiprocessing: conn_recv_string() broken error handling
http://bugs.python.org/issue10133

#10128: multiprocessing.Pool throws exception with __main__.py
http://bugs.python.org/issue10128

#10117: Tools/scripts/reindent.py fails on non-UTF-8 encodings
http://bugs.python.org/issue10117

#10115: accept4 can fail with errno 90
http://bugs.python.org/issue10115



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

#9807: deriving configuration information for different builds with t
http://bugs.python.org/issue9807 14 msgs

#10126: test_distutils failure with --enable-shared
http://bugs.python.org/issue10126 13 msgs

#9377: socket, PEP 383: Mishandling of non-ASCII bytes in host/domain
http://bugs.python.org/issue9377 11 msgs

#7061: Improve 24.5. turtle doc
http://bugs.python.org/issue7061 9 msgs

#6011: python doesn't build if prefix contains non-ascii characters
http://bugs.python.org/issue6011 6 msgs

#10027: os.lstat/os.stat don't set st_nlink on Windows
http://bugs.python.org/issue10027 6 msgs

#10134: test_email failures on Windows: end of line issue?
http://bugs.python.org/issue10134 6 msgs

#10156: Initialization of globals in unicodeobject.c
http://bugs.python.org/issue10156 6 msgs

#10160: operator.attrgetter slower than lambda after adding dotted nam
http://bugs.python.org/issue10160 6 msgs

#9670: Exceed Recursion Limit in Thread
http://bugs.python.org/issue9670 5 msgs



Issues closed (110)
===================

#1343: XMLGenerator: nice <empty/> elements
http://bugs.python.org/issue1343 closed by r.david.murray

#1945: Document back ported C functions
http://bugs.python.org/issue1945 closed by georg.brandl

#3077: h2py char literal doesn't work
http://bugs.python.org/issue3077 closed by georg.brandl

#3356: some tests fail with 'make EXTRA_CFLAGS="-DPy_DEBUG"' (test_di
http://bugs.python.org/issue3356 closed by pitrou

#3482: re.split, re.sub and re.subn should support flags
http://bugs.python.org/issue3482 closed by r.david.murray

#3486: bytes.join does not accept a sequence of bytearrays
http://bugs.python.org/issue3486 closed by georg.brandl

#3964: quiet the freeze makefile
http://bugs.python.org/issue3964 closed by georg.brandl

#4086: support %z format in time.strftime and _strptime?
http://bugs.python.org/issue4086 closed by georg.brandl

#4117: missing update() in _Screen.setup() of Lib/turtle.py
http://bugs.python.org/issue4117 closed by belopolsky

#4352: imp.find_module() fails with a UnicodeDecodeError when called
http://bugs.python.org/issue4352 closed by haypo

#4388: test_cmd_line fails on MacOS X
http://bugs.python.org/issue4388 closed by haypo

#4499: redefinition of TILDE macro on AIX platform
http://bugs.python.org/issue4499 closed by r.david.murray

#4785: json.JSONDecoder() strict argument undocumented and potentiall
http://bugs.python.org/issue4785 closed by georg.brandl

#4829: confusing error for file("foo", "w++")
http://bugs.python.org/issue4829 closed by georg.brandl

#4968: Clarify inspect.is<callable> method docs
http://bugs.python.org/issue4968 closed by georg.brandl

#5117: os.path.relpath problem with root directory
http://bugs.python.org/issue5117 closed by ocean-city

#5121: PyRun_InteractiveLoop disagrees with documentation?
http://bugs.python.org/issue5121 closed by georg.brandl

#5212: Incorrect note about md5 in hmac module documentation
http://bugs.python.org/issue5212 closed by georg.brandl

#5510: patches for Modules/socketmodule.c for NetBSD
http://bugs.python.org/issue5510 closed by gregory.p.smith

#5762: AttributeError: 'NoneType' object has no attribute 'replace'
http://bugs.python.org/issue5762 closed by georg.brandl

#5962: Ambiguity about the semantics of sys.exit() and os._exit() in
http://bugs.python.org/issue5962 closed by georg.brandl

#6014: No shell prompt when a graphics window that was started from I
http://bugs.python.org/issue6014 closed by ned.deily

#6098: xml.dom.minidom incorrectly claims DOM Level 3 conformance
http://bugs.python.org/issue6098 closed by georg.brandl

#6364: freeze tool broken in Python 3.x
http://bugs.python.org/issue6364 closed by georg.brandl

#6460: test failure in test_xmlrpc on Gentoo in trunk
http://bugs.python.org/issue6460 closed by r.david.murray

#6763: Crash on mac os x leopard in mimetypes.guess_type (or PyObject
http://bugs.python.org/issue6763 closed by ronaldoussoren

#6798: Argument for sys.settrace() callbacks documented incorrectly
http://bugs.python.org/issue6798 closed by georg.brandl

#7096: test_curses fails on 3.1 when run under regrtest
http://bugs.python.org/issue7096 closed by r.david.murray

#7303: pkgutil lacks documentation for useful functions
http://bugs.python.org/issue7303 closed by georg.brandl

#7450: document that os.chmod accepts an octal digit mode
http://bugs.python.org/issue7450 closed by georg.brandl

#7473: Compile error when building a 3-way universal framework when a
http://bugs.python.org/issue7473 closed by ronaldoussoren

#7759: mhlib fails on Btrfs filesystem (test_mhlib failure)
http://bugs.python.org/issue7759 closed by nascheme

#7790: struct_time documentation entry should point to the table defi
http://bugs.python.org/issue7790 closed by georg.brandl

#8335: distutils test_build_ext's test_get_outputs fails in bootstrap
http://bugs.python.org/issue8335 closed by eric.araujo

#8465: re: Backreferences vs. escapes: a silent failure solved
http://bugs.python.org/issue8465 closed by r.david.murray

#8556: Confusing string formatting examples
http://bugs.python.org/issue8556 closed by georg.brandl

#8611: Python3 doesn't support locale different than utf8 and an non-
http://bugs.python.org/issue8611 closed by haypo

#8686: "This isn't defined beyond that" phrase is not friendly to non
http://bugs.python.org/issue8686 closed by georg.brandl

#8725: Python3: use ASCII for the file system encoding on initfsencod
http://bugs.python.org/issue8725 closed by haypo

#8811: fixing sqlite3 docs for py3k
http://bugs.python.org/issue8811 closed by georg.brandl

#8855: Shelve documentation lacks security warning
http://bugs.python.org/issue8855 closed by georg.brandl

#8968: token type constants are not documented
http://bugs.python.org/issue8968 closed by georg.brandl

#8999: Add Mercurial support to patchcheck
http://bugs.python.org/issue8999 closed by georg.brandl

#9054: pyexpat configured with "--with-system-expat" is incompatible
http://bugs.python.org/issue9054 closed by georg.brandl

#9086: Wrong linking terminology in windows FAQ
http://bugs.python.org/issue9086 closed by georg.brandl

#9095: patchcheck should handle extraneous whitespace in .rst files
http://bugs.python.org/issue9095 closed by georg.brandl

#9105: pickle security note should be more prominent
http://bugs.python.org/issue9105 closed by georg.brandl

#9112: argparse missing documentation for error() method
http://bugs.python.org/issue9112 closed by georg.brandl

#9117: class syntax not fully documented in reference manual
http://bugs.python.org/issue9117 closed by georg.brandl

#9138: Tutorial: classes intro paragraph icky
http://bugs.python.org/issue9138 closed by georg.brandl

#9167: argv double encoding on OSX
http://bugs.python.org/issue9167 closed by r.david.murray

#9195: Link in docs from "String Formatting Operations" to "Template
http://bugs.python.org/issue9195 closed by georg.brandl

#9204: The documentation of PyType_Type in py3k mentions types.TypeTy
http://bugs.python.org/issue9204 closed by georg.brandl

#9237: Add sys.call_tracing to on-line sys module documentation
http://bugs.python.org/issue9237 closed by georg.brandl

#9289: test_long_key(test_winreg) fails on win2k + py2.x
http://bugs.python.org/issue9289 closed by ocean-city

#9308: Remove redundant coding cookies from 3.x stdlib
http://bugs.python.org/issue9308 closed by belopolsky

#9425: Rewrite import machinery to work with unicode paths
http://bugs.python.org/issue9425 closed by haypo

#9539: python-2.6.4: test failure in test_distutils due to linking to
http://bugs.python.org/issue9539 closed by eric.araujo

#9683: Dead code in py3k inspect module
http://bugs.python.org/issue9683 closed by georg.brandl

#9713: Py_CompileString fails on non decode-able paths.
http://bugs.python.org/issue9713 closed by haypo

#9730: base64 docs refers to strings instead of bytes
http://bugs.python.org/issue9730 closed by georg.brandl

#9778: Make hash values the same width as a pointer (or Py_ssize_t)
http://bugs.python.org/issue9778 closed by benjamin.peterson

#9791: nntplib.py lacks a test suite
http://bugs.python.org/issue9791 closed by sandro.tosi

#9801: Can not use append/extend to lists in a multiprocessing manage
http://bugs.python.org/issue9801 closed by georg.brandl

#9862: PIPE_BUF is invalid on AIX
http://bugs.python.org/issue9862 closed by r.david.murray

#9919: gdbinit lineno result is one line in excess
http://bugs.python.org/issue9919 closed by georg.brandl

#9997: function named 'top' gets unexpected namespace/scope behaviour
http://bugs.python.org/issue9997 closed by benjamin.peterson

#10024: Outdated advice in C-API tutorial?
http://bugs.python.org/issue10024 closed by georg.brandl

#10051: distutils fail to install unicode-encoded files with POSIX loc
http://bugs.python.org/issue10051 closed by eric.araujo

#10058: C-API Intro should be more explicit about error return codes
http://bugs.python.org/issue10058 closed by georg.brandl

#10064: link to page with documentation bugs
http://bugs.python.org/issue10064 closed by georg.brandl

#10072: ftplib documentation is unclear
http://bugs.python.org/issue10072 closed by georg.brandl

#10073: calendar.isleap() not checking parameter type
http://bugs.python.org/issue10073 closed by belopolsky

#10089: Add support for arbitrary -X options
http://bugs.python.org/issue10089 closed by pitrou

#10092: calendar does not restore locale properly
http://bugs.python.org/issue10092 closed by georg.brandl

#10098: intermittent failure in test_os
http://bugs.python.org/issue10098 closed by brian.curtin

#10109: itertools.product with infinite iterator cause MemoryError.
http://bugs.python.org/issue10109 closed by terry.reedy

#10111: Minor problems with PyFileObject documentation (Doc/c-api/file
http://bugs.python.org/issue10111 closed by georg.brandl

#10114: compile() doesn't support the PEP 383 (surrogates)
http://bugs.python.org/issue10114 closed by haypo

#10119: test_urllibnet failure when using support.transient_internet
http://bugs.python.org/issue10119 closed by orsenthil

#10120: concurrent.futures module is not installed properly
http://bugs.python.org/issue10120 closed by bquinlan

#10122: Documentation typo fix and a side question
http://bugs.python.org/issue10122 closed by georg.brandl

#10123: test_doctest failure with ASCII filesystem encoding
http://bugs.python.org/issue10123 closed by haypo

#10124: obvious typo in cporting HOWTO
http://bugs.python.org/issue10124 closed by georg.brandl

#10125: Closing a file within its writelines method causes segfault
http://bugs.python.org/issue10125 closed by benjamin.peterson

#10127: ssl.SSLSocket().close() does not close the connection
http://bugs.python.org/issue10127 closed by pitrou

#10129: Curious 'name not defined error' with 'python -m'
http://bugs.python.org/issue10129 closed by georg.brandl

#10132: mkpkg.py is missing
http://bugs.python.org/issue10132 closed by tarek

#10135: Format specifier 'n' not working
http://bugs.python.org/issue10135 closed by eric.smith

#10137: Patch to IDLE for Python 2.7, at Guido's request
http://bugs.python.org/issue10137 closed by terry.reedy

#10139: regex A|B : both A and B match, but B is wrongly preferred
http://bugs.python.org/issue10139 closed by georg.brandl

#10140: Tools/scripts/pathfix.py: add option to preserve timestamps
http://bugs.python.org/issue10140 closed by orsenthil

#10144: Buffering bug after calling curses function
http://bugs.python.org/issue10144 closed by ned.deily

#10146: Incorrect regex generation in translate_pattern
http://bugs.python.org/issue10146 closed by eric.araujo

#10147: Python Documentation bugs
http://bugs.python.org/issue10147 closed by georg.brandl

#10150: Local references not released after exception
http://bugs.python.org/issue10150 closed by georg.brandl

#10151: Docs: can globals() be updated?
http://bugs.python.org/issue10151 closed by georg.brandl

#10152: symtable.c: ste_tmpname uninitialized
http://bugs.python.org/issue10152 closed by benjamin.peterson

#10159: rlcompleter's tests depend on dict order
http://bugs.python.org/issue10159 closed by georg.brandl

#10162: mimetypes read_windows_registry should tolerate permissions er
http://bugs.python.org/issue10162 closed by brian.curtin

#10163: 7/200 and 7%200 show weird results
http://bugs.python.org/issue10163 closed by georg.brandl

#10165: char overwrite mode is by default on in Python console under V
http://bugs.python.org/issue10165 closed by brian.curtin

#10166: maximum recursion depth exceeded in lib\pstats.py
http://bugs.python.org/issue10166 closed by georg.brandl

#10168: tkinter.Canvas.coords should return a list, not a map
http://bugs.python.org/issue10168 closed by eric.araujo

#808129: Change --changelog to accept files
http://bugs.python.org/issue808129 closed by eric.araujo

#1203650: Allow larger programs to be frozen under Win32
http://bugs.python.org/issue1203650 closed by georg.brandl

#459007: Document sys.path on Windows
http://bugs.python.org/issue459007 closed by georg.brandl

#1528363: forward in turtle module may cause incorrect display
http://bugs.python.org/issue1528363 closed by belopolsky

#1531775: HTTPSConnection request hangs
http://bugs.python.org/issue1531775 closed by orsenthil

#1699594: shlex fails to parse strings correctly
http://bugs.python.org/issue1699594 closed by georg.brandl
_______________________________________________
Python-Dev mailing list
Python-Dev [at] python
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com


solipsis at pitrou

Oct 22, 2010, 10:04 AM

Post #39 of 192 (5344 views)
Permalink
Re: Summary of Python tracker Issues [In reply to]

On Fri, 22 Oct 2010 18:08:20 +0200 (CEST)
Python tracker <status [at] bugs> wrote:
>
> ACTIVITY SUMMARY (2010-10-15 - 2010-10-22)
> 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 stats:
> open 2494 (+32)
> closed 19460 (+110)
> total 21954 (+56)

The figures in parentheses look wrong. Last week, the stats said:

> Issues stats:
> open 2557 (+37)
> closed 19276 (+30)
> total 21833 (+44)

So, logically, this week's stats should say:

open 2494 (-63)
closed 19460 (+184)
total 21954 (+121)

Regards

Antoine.


_______________________________________________
Python-Dev mailing list
Python-Dev [at] python
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com


martin at v

Oct 23, 2010, 11:07 AM

Post #40 of 192 (5342 views)
Permalink
Re: Summary of Python tracker Issues [In reply to]

>> Issues stats:
>> open 2494 (+32)
>> closed 19460 (+110)
>> total 21954 (+56)
>
> The figures in parentheses look wrong. Last week, the stats said:

No: they just mean something different that you think.

+32 doesn't mean that there are now 32 more open issues than
last week, but that 32 issue have been opened-and-not-closed
in the week.

You can see these 32 issues further down in the message.

Regards,
Martin
_______________________________________________
Python-Dev mailing list
Python-Dev [at] python
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com


status at bugs

Oct 29, 2010, 9:07 AM

Post #41 of 192 (5343 views)
Permalink
Summary of Python tracker Issues [In reply to]

ACTIVITY SUMMARY (2010-10-22 - 2010-10-29)
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 stats:
open 2496 (+41)
closed 19519 (+56)
total 22015 (+61)

Open issues with patches: 1038


Issues opened (41)
==================

#9935: Faster pickling of instances
http://bugs.python.org/issue9935 reopened by pitrou

#10173: Don't pickle TestCase instances in test_multiprocessing
http://bugs.python.org/issue10173 opened by pitrou

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

#10175: vs version for win32 compilation of extension modules is undoc
http://bugs.python.org/issue10175 opened by tfogal

#10177: PyUnicode_AsWideCharString and PyMem_Free
http://bugs.python.org/issue10177 opened by ocean-city

#10179: os.stat fails on mapped network drive
http://bugs.python.org/issue10179 opened by pitrou

#10180: File objects should not pickleable
http://bugs.python.org/issue10180 opened by pitrou

#10181: get_shape0 in memoryobject.c not checked for error return
http://bugs.python.org/issue10181 opened by rupole

#10182: match_start truncates large values
http://bugs.python.org/issue10182 opened by loewis

#10183: test_concurrent_futures failure on Windows
http://bugs.python.org/issue10183 opened by pitrou

#10184: tarfile touches directories twice
http://bugs.python.org/issue10184 opened by loewis

#10188: tempfile.TemporaryDirectory may throw errors at shutdown
http://bugs.python.org/issue10188 opened by ncoghlan

#10189: SyntaxError: no binding for nonlocal doesn't contain a useful
http://bugs.python.org/issue10189 opened by alex

#10190: Can argparse._AttributeHolder._get_kwargs become a public API?
http://bugs.python.org/issue10190 opened by dsuch

#10191: scripts files are not RECORDed.
http://bugs.python.org/issue10191 opened by Atsushi.Odagiri

#10195: Memory allocation fault-injection?
http://bugs.python.org/issue10195 opened by dmalcolm

#10196: distutils.get_python_lib() returns /usr/local/python3/dist-pac
http://bugs.python.org/issue10196 opened by Bruce.Sherwood

#10197: subprocess.getoutput fails on win32
http://bugs.python.org/issue10197 opened by jldm

#10199: Move Demo/turtle under Lib/
http://bugs.python.org/issue10199 opened by belopolsky

#10202: ftplib doesn't check close status after sending file
http://bugs.python.org/issue10202 opened by nagle

#10203: sqlite3.Row doesn't support sequence protocol
http://bugs.python.org/issue10203 opened by pfalcon

#10205: Can't have two tags with the same QName
http://bugs.python.org/issue10205 opened by bersace

#10206: python program starting with unmatched quote spews spaces to s
http://bugs.python.org/issue10206 opened by r.david.murray

#10211: BufferObject doesn't support new buffer interface
http://bugs.python.org/issue10211 opened by krisvale

#10212: struct.unpack and cStringIO.StringIO don't support new buffer
http://bugs.python.org/issue10212 opened by krisvale

#10213: tests shouldn't fail with unset timezone
http://bugs.python.org/issue10213 opened by djc

#10217: python-2.7.amd64.msi install fails
http://bugs.python.org/issue10217 opened by Manfred.Bartz

#10219: BufferedReader.read1 does not check for closed file
http://bugs.python.org/issue10219 opened by amaury.forgeotdarc

#10220: Make generator state easier to introspect
http://bugs.python.org/issue10220 opened by ncoghlan

#10221: {}.pop('a') raises non-standard KeyError exception
http://bugs.python.org/issue10221 opened by djc

#10224: Build 3.x documentation using python3.x
http://bugs.python.org/issue10224 opened by belopolsky

#10225: Fix doctest runable examples in python manual
http://bugs.python.org/issue10225 opened by belopolsky

#10226: urlparse example is wrong
http://bugs.python.org/issue10226 opened by belopolsky

#10227: Improve performance of MemoryView slicing
http://bugs.python.org/issue10227 opened by krisvale

#10228: Refleak run of test_dbm fails when several dbm modules are ava
http://bugs.python.org/issue10228 opened by pitrou

#10229: Refleak run of test_gettext fails
http://bugs.python.org/issue10229 opened by pitrou

#10230: test_tarfile failure (test_extractall) on AMD64 debian paralle
http://bugs.python.org/issue10230 opened by haypo

#10231: SimpleHTTPRequestHandler directory bugs
http://bugs.python.org/issue10231 opened by hfuru

#10232: Tkinter issues with Scrollbar and custom widget list
http://bugs.python.org/issue10232 opened by Robert.Lerche

#10233: fix test_tarfile ResourceWarnings
http://bugs.python.org/issue10233 opened by pitrou

#1610654: cgi.py multipart/form-data
http://bugs.python.org/issue1610654 reopened by r.david.murray



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

#10233: fix test_tarfile ResourceWarnings
http://bugs.python.org/issue10233

#10232: Tkinter issues with Scrollbar and custom widget list
http://bugs.python.org/issue10232

#10231: SimpleHTTPRequestHandler directory bugs
http://bugs.python.org/issue10231

#10228: Refleak run of test_dbm fails when several dbm modules are ava
http://bugs.python.org/issue10228

#10219: BufferedReader.read1 does not check for closed file
http://bugs.python.org/issue10219

#10205: Can't have two tags with the same QName
http://bugs.python.org/issue10205

#10183: test_concurrent_futures failure on Windows
http://bugs.python.org/issue10183

#10182: match_start truncates large values
http://bugs.python.org/issue10182

#10181: get_shape0 in memoryobject.c not checked for error return
http://bugs.python.org/issue10181

#10177: PyUnicode_AsWideCharString and PyMem_Free
http://bugs.python.org/issue10177

#10173: Don't pickle TestCase instances in test_multiprocessing
http://bugs.python.org/issue10173

#10170: Relationship between turtle speed setting and actual speed is
http://bugs.python.org/issue10170

#10169: socket.sendto raises incorrect exception when passed incorrect
http://bugs.python.org/issue10169

#10138: calendar module does not support years outside [1, 9999] range
http://bugs.python.org/issue10138

#10136: kill_python doesn't work with short path
http://bugs.python.org/issue10136



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

#10233: fix test_tarfile ResourceWarnings
http://bugs.python.org/issue10233

#10229: Refleak run of test_gettext fails
http://bugs.python.org/issue10229

#10227: Improve performance of MemoryView slicing
http://bugs.python.org/issue10227

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

#10221: {}.pop('a') raises non-standard KeyError exception
http://bugs.python.org/issue10221

#10212: struct.unpack and cStringIO.StringIO don't support new buffer
http://bugs.python.org/issue10212

#10211: BufferObject doesn't support new buffer interface
http://bugs.python.org/issue10211

#10206: python program starting with unmatched quote spews spaces to s
http://bugs.python.org/issue10206

#10205: Can't have two tags with the same QName
http://bugs.python.org/issue10205

#10199: Move Demo/turtle under Lib/
http://bugs.python.org/issue10199

#10189: SyntaxError: no binding for nonlocal doesn't contain a useful
http://bugs.python.org/issue10189

#10184: tarfile touches directories twice
http://bugs.python.org/issue10184

#10180: File objects should not pickleable
http://bugs.python.org/issue10180

#10179: os.stat fails on mapped network drive
http://bugs.python.org/issue10179

#10173: Don't pickle TestCase instances in test_multiprocessing
http://bugs.python.org/issue10173



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

#4111: Add Systemtap/DTrace probes
http://bugs.python.org/issue4111 15 msgs

#10199: Move Demo/turtle under Lib/
http://bugs.python.org/issue10199 12 msgs

#6715: xz compressor support
http://bugs.python.org/issue6715 11 msgs

#10227: Improve performance of MemoryView slicing
http://bugs.python.org/issue10227 9 msgs

#10179: os.stat fails on mapped network drive
http://bugs.python.org/issue10179 8 msgs

#10224: Build 3.x documentation using python3.x
http://bugs.python.org/issue10224 8 msgs

#6011: python doesn't build if prefix contains non-ascii characters
http://bugs.python.org/issue6011 7 msgs

#7061: Improve 24.5. turtle doc
http://bugs.python.org/issue7061 7 msgs

#10142: Support for SEEK_HOLE/SEEK_DATA
http://bugs.python.org/issue10142 7 msgs

#10180: File objects should not pickleable
http://bugs.python.org/issue10180 7 msgs



Issues closed (56)
==================

#2703: SimpleXMLRPCDispatcher.__init__ is not python2.4-backward-comp
http://bugs.python.org/issue2703 closed by georg.brandl

#3018: tkinter demos fixed
http://bugs.python.org/issue3018 closed by georg.brandl

#3362: locale.getpreferredencoding() gives bus error on Mac OS X 10.4
http://bugs.python.org/issue3362 closed by ned.deily

#4828: patch suggestion for webbrowser
http://bugs.python.org/issue4828 closed by georg.brandl

#5027: xml namespace not understood by xml.sax.saxutils.XMLGenerator
http://bugs.python.org/issue5027 closed by pitrou

#5178: Add context manager for temporary directory
http://bugs.python.org/issue5178 closed by ncoghlan

#5251: contextlib.nested inconsistent with, well, nested with stateme
http://bugs.python.org/issue5251 closed by ncoghlan

#5437: Singleton MemoryError can hold traceback data and locals indef
http://bugs.python.org/issue5437 closed by pitrou

#5639: Support TLS SNI extension in ssl module
http://bugs.python.org/issue5639 closed by pitrou

#5688: inability to ignore multiline warnings -- request to add re.DO
http://bugs.python.org/issue5688 closed by georg.brandl

#5975: csv unix file format ('\n' line terminator)
http://bugs.python.org/issue5975 closed by georg.brandl

#6008: Idle should be installed as `idle3.1` and not `idle3`
http://bugs.python.org/issue6008 closed by ned.deily

#6518: Enable 'with' statement in ossaudiodev module
http://bugs.python.org/issue6518 closed by georg.brandl

#6645: multiprocessing build fails on AIX - /dev/urandom (or equivale
http://bugs.python.org/issue6645 closed by jnoller

#6668: locale.py: can't parse sr_RS [at] lati locale
http://bugs.python.org/issue6668 closed by r.david.murray

#7167: Smarter FTP passive mode
http://bugs.python.org/issue7167 closed by georg.brandl

#7696: Improve Memoryview/Buffer documentation
http://bugs.python.org/issue7696 closed by benjamin.peterson

#7761: telnetlib Telnet.interact fails on Windows but not Linux
http://bugs.python.org/issue7761 closed by r.david.murray

#8332: regrtest single TestClass/test_method
http://bugs.python.org/issue8332 closed by sandro.tosi

#8423: tiger buildbot: test_pep277 failures
http://bugs.python.org/issue8423 closed by haypo

#8755: idle crash UnicodeDecodeError utf-8 codec
http://bugs.python.org/issue8755 closed by ned.deily

#8761: PyUnicode_CompareWithASCIIString name is not mangled (UCS2, UC
http://bugs.python.org/issue8761 closed by haypo

#8777: Add threading.Barrier
http://bugs.python.org/issue8777 closed by krisvale

#8852: _socket fails to build on OpenSolaris x64
http://bugs.python.org/issue8852 closed by pitrou

#9295: test_close_open_print_buffered(test_file) sometimes crashes
http://bugs.python.org/issue9295 closed by pitrou

#9762: PEP 3149 related build failures
http://bugs.python.org/issue9762 closed by barry

#10049: Add a "no-op" (null) context manager to contextlib
http://bugs.python.org/issue10049 closed by ncoghlan

#10077: Python 3.1: site error is not logged
http://bugs.python.org/issue10077 closed by haypo

#10093: Warn when files are not explicitly closed
http://bugs.python.org/issue10093 closed by pitrou

#10143: Update "os.pathconf" values
http://bugs.python.org/issue10143 closed by jcea

#10153: Memory leak in pythonrun.c
http://bugs.python.org/issue10153 closed by skrah

#10161: unittest: use ascii() instead of repr() to display values on e
http://bugs.python.org/issue10161 closed by haypo

#10176: telnetlib.Telnet.read_very_eager() performance
http://bugs.python.org/issue10176 closed by r.david.murray

#10178: PEP 378 uses replace where translate may work better
http://bugs.python.org/issue10178 closed by rhettinger

#10185: Py_hash_t declaration needed in _testcapimodule
http://bugs.python.org/issue10185 closed by pitrou

#10186: Invalid SyntaxError pointer offset
http://bugs.python.org/issue10186 closed by benjamin.peterson

#10187: exec encode unicode to utf-8 str automatically in GBK environm
http://bugs.python.org/issue10187 closed by loewis

#10192: 'from urllib.parse import *' does not import urlencode functio
http://bugs.python.org/issue10192 closed by orsenthil

#10193: Simplify instrospection used by turtle module
http://bugs.python.org/issue10193 closed by belopolsky

#10194: Add gc.remap() function to the gc module.
http://bugs.python.org/issue10194 closed by pingebretson

#10198: wave module writes corrupt wav file for zero-length writeframe
http://bugs.python.org/issue10198 closed by georg.brandl

#10200: Documentation: "link use"?
http://bugs.python.org/issue10200 closed by georg.brandl

#10201: Fix building of socket module under Solaris
http://bugs.python.org/issue10201 closed by pitrou

#10204: exec string fails with trailing whitespace
http://bugs.python.org/issue10204 closed by benjamin.peterson

#10207: test_file2k crashes under Windows
http://bugs.python.org/issue10207 closed by pitrou

#10208: add mazovia.py to encodings/
http://bugs.python.org/issue10208 closed by lemburg

#10209: Mac OS X: Decompose filenames on encode, and precompose filena
http://bugs.python.org/issue10209 closed by haypo

#10210: os.get_exec_path() should not produce any warning
http://bugs.python.org/issue10210 closed by haypo

#10214: Misc/python-mode.el is out of date.
http://bugs.python.org/issue10214 closed by barry

#10215: Mac Python 3.1 installer does less than earlier installers
http://bugs.python.org/issue10215 closed by r.david.murray

#10216: json.loads() on str erroneously returns str
http://bugs.python.org/issue10216 closed by pitrou

#10218: Add a return value to threading.Condition.wait()
http://bugs.python.org/issue10218 closed by georg.brandl

#10222: 3.2 on AIX - Unexpected text ',' encountered.
http://bugs.python.org/issue10222 closed by georg.brandl

#10223: socket.gethostname() fail
http://bugs.python.org/issue10223 closed by EcmaXp

#1349106: email.Generator does not separate headers with "\r\n"
http://bugs.python.org/issue1349106 closed by r.david.murray

#1772788: chr(128) in u'only ascii' -> TypeError with misleading msg
http://bugs.python.org/issue1772788 closed by georg.brandl
_______________________________________________
Python-Dev mailing list
Python-Dev [at] python
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com


status at bugs

Nov 5, 2010, 10:08 AM

Post #42 of 192 (5285 views)
Permalink
Summary of Python tracker Issues [In reply to]

ACTIVITY SUMMARY (2010-10-29 - 2010-11-05)
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 2514 (+17)
closed 19597 (+78)
total 22111 (+95)

Open issues with patches: 1044


Issues opened (56)
==================

#5251: contextlib.nested inconsistent with, well, nested with stateme
http://bugs.python.org/issue5251 reopened by ncoghlan

#10236: Sporadic failures of test_ssl
http://bugs.python.org/issue10236 opened by ixokai

#10237: failure in Barrier tests
http://bugs.python.org/issue10237 opened by pitrou

#10238: ctypes not building under OS X 10.6 with LLVM/Clang 2.8
http://bugs.python.org/issue10238 opened by brett.cannon

#10239: multiprocessing signal defect
http://bugs.python.org/issue10239 opened by Neal.Becker

#10240: dict.update.__doc__ is misleading
http://bugs.python.org/issue10240 opened by ivank

#10241: gc fixes for module m_copy attribute
http://bugs.python.org/issue10241 opened by nascheme

#10242: unittest's assertItemsEqual() method makes too many assumption
http://bugs.python.org/issue10242 opened by rhettinger

#10245: Fix resource warnings in test_telnetlib
http://bugs.python.org/issue10245 opened by bbrazil

#10248: Fix resource warnings in test_xmlrpclib
http://bugs.python.org/issue10248 opened by bbrazil

#10252: Fix resource warnings in distutils
http://bugs.python.org/issue10252 opened by bbrazil

#10254: unicodedata.normalize('NFC', s) regression
http://bugs.python.org/issue10254 opened by valhallasw

#10255: refleak in initstdio
http://bugs.python.org/issue10255 opened by nascheme

#10259: Entry text not set if all of 'Font', 'Foreground' and 'Justify
http://bugs.python.org/issue10259 opened by iarspider

#10260: Add a threading.Condition.wait_for() method
http://bugs.python.org/issue10260 opened by krisvale

#10261: tarfile iterator without members caching
http://bugs.python.org/issue10261 opened by karstenw

#10262: Add --disable-abi-flags option to `configure`
http://bugs.python.org/issue10262 opened by Arfrever

#10267: test_ttk_guionly leaks many references
http://bugs.python.org/issue10267 opened by pitrou

#10270: Fix resource warnings in test_threading
http://bugs.python.org/issue10270 opened by bbrazil

#10271: warnings.showwarning should allow any callable object
http://bugs.python.org/issue10271 opened by lekma

#10272: SSL handshake timeouts not caught by transient_internet
http://bugs.python.org/issue10272 opened by pitrou

#10273: Clean-up Unittest API
http://bugs.python.org/issue10273 opened by rhettinger

#10274: imaplib should provide a means to validate a remote server ssl
http://bugs.python.org/issue10274 opened by db

#10276: zlib crc32/adler32 buffer length truncation (64-bit)
http://bugs.python.org/issue10276 opened by nvawda

#10278: add time.wallclock() method
http://bugs.python.org/issue10278 opened by krisvale

#10282: IMPLEMENTATION token differently delt with in NNTP capability
http://bugs.python.org/issue10282 opened by jelie

#10284: NNTP should accept bytestrings for username and password
http://bugs.python.org/issue10284 opened by jelie

#10287: NNTP authentication should check capabilities
http://bugs.python.org/issue10287 opened by jelie

#10288: Remove deprecated C "character" handling macros ISUPPER() etc
http://bugs.python.org/issue10288 opened by dmalcolm

#10289: Document magic methods called by built-in functions
http://bugs.python.org/issue10289 opened by eric.araujo

#10291: Clean-up turtledemo in-package documentation
http://bugs.python.org/issue10291 opened by belopolsky

#10292: tarinfo should use relative symlinks
http://bugs.python.org/issue10292 opened by magcius

#10296: ctypes catches BreakPoint error on windows 32
http://bugs.python.org/issue10296 opened by krisvale

#10297: decimal module documentation is misguiding
http://bugs.python.org/issue10297 opened by hafiza.jameel

#10298: zipfile: incorrect comment size will prevent extracting
http://bugs.python.org/issue10298 opened by rep

#10299: Add index with links section for built-in functions
http://bugs.python.org/issue10299 opened by nestor

#10302: Add class-functions to hash many small objects with hashlib
http://bugs.python.org/issue10302 opened by ebfe

#10303: small inconsistency in tutorial
http://bugs.python.org/issue10303 opened by maltehelmert

#10304: error in tutorial triple-string example
http://bugs.python.org/issue10304 opened by maltehelmert

#10305: Cleanup up ResourceWarnings in multiprocessing
http://bugs.python.org/issue10305 opened by brian.curtin

#10308: Modules/getpath.c bugs
http://bugs.python.org/issue10308 opened by hfuru

#10309: dlmalloc.c needs _GNU_SOURCE for mremap()
http://bugs.python.org/issue10309 opened by hfuru

#10310: signed:1 bitfields rarely make sense
http://bugs.python.org/issue10310 opened by hfuru

#10311: Signal handlers must preserve errno
http://bugs.python.org/issue10311 opened by hfuru

#10312: intcatcher() can deadlock
http://bugs.python.org/issue10312 opened by hfuru

#10318: "make altinstall" installs many files with incorrect shebangs
http://bugs.python.org/issue10318 opened by allan

#10319: SocketServer.TCPServer truncates responses on close (in some s
http://bugs.python.org/issue10319 opened by jrodman2

#10320: printf %qd is nonstandard
http://bugs.python.org/issue10320 opened by hfuru

#10321: Add support for Message objects and binary data to smtplib.sen
http://bugs.python.org/issue10321 opened by r.david.murray

#10323: Final state of underlying sequence in islice
http://bugs.python.org/issue10323 opened by shashank

#10324: Modules/binascii.c: simplify expressions
http://bugs.python.org/issue10324 opened by nikai

#10325: PY_LLONG_MAX & co - preprocessor constants or not?
http://bugs.python.org/issue10325 opened by hfuru

#10326: Can't pickle unittest.TestCase instances
http://bugs.python.org/issue10326 opened by michael.foord

#10327: Abnormal SSL timeouts when using socket timeouts - once again
http://bugs.python.org/issue10327 opened by pakal

#10328: re.sub[n] doesn't seem to handle /Z replacements correctly in
http://bugs.python.org/issue10328 opened by Alexander.Schmolck

#10329: trace.py and unicode in Python 3
http://bugs.python.org/issue10329 opened by doerwalter



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

#10329: trace.py and unicode in Python 3
http://bugs.python.org/issue10329

#10328: re.sub[n] doesn't seem to handle /Z replacements correctly in
http://bugs.python.org/issue10328

#10326: Can't pickle unittest.TestCase instances
http://bugs.python.org/issue10326

#10325: PY_LLONG_MAX & co - preprocessor constants or not?
http://bugs.python.org/issue10325

#10324: Modules/binascii.c: simplify expressions
http://bugs.python.org/issue10324

#10321: Add support for Message objects and binary data to smtplib.sen
http://bugs.python.org/issue10321

#10320: printf %qd is nonstandard
http://bugs.python.org/issue10320

#10319: SocketServer.TCPServer truncates responses on close (in some s
http://bugs.python.org/issue10319

#10312: intcatcher() can deadlock
http://bugs.python.org/issue10312

#10310: signed:1 bitfields rarely make sense
http://bugs.python.org/issue10310

#10309: dlmalloc.c needs _GNU_SOURCE for mremap()
http://bugs.python.org/issue10309

#10308: Modules/getpath.c bugs
http://bugs.python.org/issue10308

#10303: small inconsistency in tutorial
http://bugs.python.org/issue10303

#10298: zipfile: incorrect comment size will prevent extracting
http://bugs.python.org/issue10298

#10297: decimal module documentation is misguiding
http://bugs.python.org/issue10297



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

#10329: trace.py and unicode in Python 3
http://bugs.python.org/issue10329

#10324: Modules/binascii.c: simplify expressions
http://bugs.python.org/issue10324

#10321: Add support for Message objects and binary data to smtplib.sen
http://bugs.python.org/issue10321

#10312: intcatcher() can deadlock
http://bugs.python.org/issue10312

#10311: Signal handlers must preserve errno
http://bugs.python.org/issue10311

#10310: signed:1 bitfields rarely make sense
http://bugs.python.org/issue10310

#10308: Modules/getpath.c bugs
http://bugs.python.org/issue10308

#10299: Add index with links section for built-in functions
http://bugs.python.org/issue10299

#10298: zipfile: incorrect comment size will prevent extracting
http://bugs.python.org/issue10298

#10292: tarinfo should use relative symlinks
http://bugs.python.org/issue10292

#10288: Remove deprecated C "character" handling macros ISUPPER() etc
http://bugs.python.org/issue10288

#10278: add time.wallclock() method
http://bugs.python.org/issue10278

#10276: zlib crc32/adler32 buffer length truncation (64-bit)
http://bugs.python.org/issue10276

#10270: Fix resource warnings in test_threading
http://bugs.python.org/issue10270

#10267: test_ttk_guionly leaks many references
http://bugs.python.org/issue10267



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

#10273: Clean-up Unittest API
http://bugs.python.org/issue10273 19 msgs

#10284: NNTP should accept bytestrings for username and password
http://bugs.python.org/issue10284 18 msgs

#2636: Regexp 2.7 (modifications to current re 2.2.2)
http://bugs.python.org/issue2636 16 msgs

#1926: NNTPS support in nntplib
http://bugs.python.org/issue1926 12 msgs

#7061: Improve 24.5. turtle doc
http://bugs.python.org/issue7061 12 msgs

#9611: FileIO not 64-bit safe under Windows
http://bugs.python.org/issue9611 11 msgs

#10278: add time.wallclock() method
http://bugs.python.org/issue10278 11 msgs

#9377: socket, PEP 383: Mishandling of non-ASCII bytes in host/domain
http://bugs.python.org/issue9377 10 msgs

#10181: Problems with Py_buffer management in memoryobject.c (and else
http://bugs.python.org/issue10181 10 msgs

#10311: Signal handlers must preserve errno
http://bugs.python.org/issue10311 10 msgs



Issues closed (78)
==================

#3699: test_bigaddrspace broken
http://bugs.python.org/issue3699 closed by pitrou

#4403: regression from 2.6: smtplib.py requiring ascii for sending me
http://bugs.python.org/issue4403 closed by r.david.murray

#4510: ValueError for list.remove() not very helpful
http://bugs.python.org/issue4510 closed by benjamin.peterson

#5573: multiprocessing Pipe poll() and recv() semantics.
http://bugs.python.org/issue5573 closed by asksol

#5729: Allows tabs for indenting JSON output
http://bugs.python.org/issue5729 closed by rhettinger

#6081: str.format_map()
http://bugs.python.org/issue6081 closed by eric.smith

#6706: asyncore's accept() is broken
http://bugs.python.org/issue6706 closed by giampaolo.rodola

#7059: 'checking getaddrinfo bug' doesn't output the result during ./
http://bugs.python.org/issue7059 closed by benjamin.peterson

#7266: test_lib2to3 failure under Windows
http://bugs.python.org/issue7266 closed by benjamin.peterson

#7402: Improve reduce example in doanddont.rst
http://bugs.python.org/issue7402 closed by rhettinger

#7447: Sum() doc and behavior mismatch
http://bugs.python.org/issue7447 closed by rhettinger

#7547: test_timeout should skip, not fail, when the remote host is no
http://bugs.python.org/issue7547 closed by pitrou

#7826: support caching for 2to3
http://bugs.python.org/issue7826 closed by benjamin.peterson

#9340: argparse parse_known_args does not work with subparsers
http://bugs.python.org/issue9340 closed by bethard

#9352: argparse eats characters when parsing multiple merged short op
http://bugs.python.org/issue9352 closed by bethard

#9353: argparse __all__ is incomplete
http://bugs.python.org/issue9353 closed by bethard

#9355: argparse add_mutually_exclusive_group more than once has incor
http://bugs.python.org/issue9355 closed by bethard

#9553: test_argparse.py: 80 failures if COLUMNS env var set to a valu
http://bugs.python.org/issue9553 closed by bethard

#9675: segfault: PyDict_SetItem: Assertion `value' failed.
http://bugs.python.org/issue9675 closed by jcea

#9733: Can't iterate over multiprocessing.managers.DictProxy
http://bugs.python.org/issue9733 closed by asksol

#9779: argparse.ArgumentParser not support unicode in print help
http://bugs.python.org/issue9779 closed by bethard

#9886: Make operator.itemgetter/attrgetter/methodcaller easier to dis
http://bugs.python.org/issue9886 closed by rhettinger

#9926: Wrapped TestSuite subclass does not get __call__ executed
http://bugs.python.org/issue9926 closed by michael.foord

#9981: let make_buildinfo use a temporary directory on windows
http://bugs.python.org/issue9981 closed by krisvale

#10025: random.seed not initialized as advertised
http://bugs.python.org/issue10025 closed by rhettinger

#10038: json.loads() on str should return unicode, not str
http://bugs.python.org/issue10038 closed by barry

#10110: Queue doesn't recognize it is full after shrinking maxsize
http://bugs.python.org/issue10110 closed by rhettinger

#10157: Refleaks in pythonrun.c
http://bugs.python.org/issue10157 closed by ocean-city

#10160: operator.attrgetter slower than lambda after adding dotted nam
http://bugs.python.org/issue10160 closed by pitrou

#10171: Ugly buttons in some Tkinter objects in Windows
http://bugs.python.org/issue10171 closed by eric.araujo

#10173: Don't pickle TestCase instances in test_multiprocessing
http://bugs.python.org/issue10173 closed by pitrou

#10177: PyUnicode_AsWideCharString and PyMem_Free
http://bugs.python.org/issue10177 closed by terry.reedy

#10184: tarfile touches directories twice
http://bugs.python.org/issue10184 closed by loewis

#10199: Move Demo/turtle under Lib/
http://bugs.python.org/issue10199 closed by belopolsky

#10221: {}.pop('a') raises non-standard KeyError exception
http://bugs.python.org/issue10221 closed by rhettinger

#10230: test_tarfile failure (test_extractall) on AMD64 debian paralle
http://bugs.python.org/issue10230 closed by georg.brandl

#10233: fix test_tarfile ResourceWarnings
http://bugs.python.org/issue10233 closed by pitrou

#10235: test_argparse depends on the COLUMNS environment variable
http://bugs.python.org/issue10235 closed by pitrou

#10243: Packaged Pythons
http://bugs.python.org/issue10243 closed by loewis

#10244: PEP100 has broken links
http://bugs.python.org/issue10244 closed by fijall

#10246: uu.encode fd leak if arguments are filenames
http://bugs.python.org/issue10246 closed by pitrou

#10247: mold builder
http://bugs.python.org/issue10247 closed by pitrou

#10249: Fix resource warnings in test_unicodedata
http://bugs.python.org/issue10249 closed by pitrou

#10250: Fix resource warnings in test_urllib2_localnet
http://bugs.python.org/issue10250 closed by pitrou

#10251: Fix resource warnings in test_file
http://bugs.python.org/issue10251 closed by pitrou

#10253: Fix fd leak in fileio.c and test resource warnings
http://bugs.python.org/issue10253 closed by pitrou

#10257: Fix resource warnings in test_os
http://bugs.python.org/issue10257 closed by brian.curtin

#10258: Fix resource warnings in test_tokenize
http://bugs.python.org/issue10258 closed by brian.curtin

#10263: "python -m site" does not print path details
http://bugs.python.org/issue10263 closed by ned.deily

#10264: Fix resource warnings in test_smtplib
http://bugs.python.org/issue10264 closed by benjamin.peterson

#10265: Fix fd leak in sunau
http://bugs.python.org/issue10265 closed by pitrou

#10266: uu.decode fd leak if in_file is a filename
http://bugs.python.org/issue10266 closed by pitrou

#10268: Add --enable-loadable-sqlite-extensions option to `configure`
http://bugs.python.org/issue10268 closed by benjamin.peterson

#10269: Fix some resource warnings in test_sax
http://bugs.python.org/issue10269 closed by benjamin.peterson

#10275: how to know that a module is a module, a function is a functio
http://bugs.python.org/issue10275 closed by brian.curtin

#10277: sax leaks a fd if source is a filename
http://bugs.python.org/issue10277 closed by benjamin.peterson

#10279: test_gc failure on Windows x64
http://bugs.python.org/issue10279 closed by pitrou

#10280: nntp_version set to the most recent advertised version
http://bugs.python.org/issue10280 closed by pitrou

#10281: Exception raised when an NNTP overview field is absent
http://bugs.python.org/issue10281 closed by pitrou

#10283: New parameter for an NNTP newsgroup pattern in LIST ACTIVE
http://bugs.python.org/issue10283 closed by pitrou

#10285: Other status field flags in documentation for NNTP LIST comman
http://bugs.python.org/issue10285 closed by pitrou

#10286: URLOpener => URLopener x2 in fix_urllib.py
http://bugs.python.org/issue10286 closed by georg.brandl

#10290: Fix resource warnings in distutils
http://bugs.python.org/issue10290 closed by brian.curtin

#10293: PyMemoryView object has obsolete members
http://bugs.python.org/issue10293 closed by pitrou

#10294: Lib/test/test_unicode_file.py contains dead code
http://bugs.python.org/issue10294 closed by brett.cannon

#10295: _socket.pyd uses winsock2, select.pyd uses winsock 1
http://bugs.python.org/issue10295 closed by krisvale

#10300: Documentation of three PyDict_* functions
http://bugs.python.org/issue10300 closed by benjamin.peterson

#10301: Zipfile cannot be used in "with" Statement
http://bugs.python.org/issue10301 closed by benjamin.peterson

#10306: Weakref callback exceptions should be turned into warnings.
http://bugs.python.org/issue10306 closed by oddthinking

#10307: compile error in readline.c
http://bugs.python.org/issue10307 closed by orsenthil

#10313: Reassure user: test_os BytesWarning is OK
http://bugs.python.org/issue10313 closed by r.david.murray

#10314: Improve JSON encoding with sort_keys=True
http://bugs.python.org/issue10314 closed by pitrou

#10315: smtplib.SMTP_SSL new in 2.6
http://bugs.python.org/issue10315 closed by georg.brandl

#10316: tkFileDialog.askopenfilenames scrambling multiple file selecti
http://bugs.python.org/issue10316 closed by ned.deily

#10317: Add TurtleShell to turtle
http://bugs.python.org/issue10317 closed by rhettinger

#10322: sys.argv and quoted arguments on command line
http://bugs.python.org/issue10322 closed by fcr

#960325: "--require <feature>" option for configure/make (fail if buil
http://bugs.python.org/issue960325 closed by terry.reedy

#10256: Fix resource warnings in test_pkgimport
http://bugs.python.org/issue10256 closed by brian.curtin
_______________________________________________
Python-Dev mailing list
Python-Dev [at] python
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com


ezio.melotti at gmail

Nov 5, 2010, 9:44 PM

Post #43 of 192 (5278 views)
Permalink
Re: Summary of Python tracker Issues [In reply to]

Hi,

On 05/11/2010 19.08, Python tracker wrote:
> ACTIVITY SUMMARY (2010-10-29 - 2010-11-05)
> 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 2514 (+17)
> closed 19597 (+78)
> total 22111 (+95)

as suggested in recent mails[0][1] I changed these values to represent
the deltas with the previous week.
Now let's try to keep the "open" delta negative ;)

Best Regards,
Ezio Melotti

[0]: http://mail.python.org/pipermail/python-dev/2010-October/104840.html
[1]: http://mail.python.org/pipermail/python-dev/2010-September/104054.html
_______________________________________________
Python-Dev mailing list
Python-Dev [at] python
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com


g.brandl at gmx

Nov 6, 2010, 7:38 AM

Post #44 of 192 (5279 views)
Permalink
Re: Summary of Python tracker Issues [In reply to]

Am 06.11.2010 05:44, schrieb Ezio Melotti:
> Hi,
>
> On 05/11/2010 19.08, Python tracker wrote:
>> ACTIVITY SUMMARY (2010-10-29 - 2010-11-05)
>> 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 2514 (+17)
>> closed 19597 (+78)
>> total 22111 (+95)
>
> as suggested in recent mails[0][1] I changed these values to represent
> the deltas with the previous week.
> Now let's try to keep the "open" delta negative ;)

That is a worthy goal, however the difference between the "open" and "closed"
deltas is already quite an achievement and shows that our triage works.

Georg

--
Thus spake the Lord: Thou shalt indent with four spaces. No more, no less.
Four shall be the number of spaces thou shalt indent, and the number of thy
indenting shall be four. Eight shalt thou not indent, nor either indent thou
two, excepting that thou then proceed to four. Tabs are right out.

_______________________________________________
Python-Dev mailing list
Python-Dev [at] python
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com


rdmurray at bitdance

Nov 6, 2010, 8:42 AM

Post #45 of 192 (5278 views)
Permalink
Re: Summary of Python tracker Issues [In reply to]

On Sat, 06 Nov 2010 15:38:22 +0100, Georg Brandl <g.brandl [at] gmx> wrote:
> Am 06.11.2010 05:44, schrieb Ezio Melotti:
> > Hi,
> >
> > On 05/11/2010 19.08, Python tracker wrote:
> >> ACTIVITY SUMMARY (2010-10-29 - 2010-11-05)
> >> 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 2514 (+17)
> >> closed 19597 (+78)
> >> total 22111 (+95)
> >
> > as suggested in recent mails[0][1] I changed these values to represent
> > the deltas with the previous week.
> > Now let's try to keep the "open" delta negative ;)
>
> That is a worthy goal, however the difference between the "open" and "closed"
> deltas is already quite an achievement and shows that our triage works.

Agreed.

We did have negative open deltas for several weeks running in October.
Kudos to everyone involved, and lets do it some more :) I'm looking
forward to making a non-trivial dent in the open count during the bug
weekend on the 20th/21st.

--
R. David Murray www.bitdance.com
_______________________________________________
Python-Dev mailing list
Python-Dev [at] python
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com


tjreedy at udel

Nov 6, 2010, 10:01 AM

Post #46 of 192 (5271 views)
Permalink
Re: Summary of Python tracker Issues [In reply to]

On 11/6/2010 11:42 AM, R. David Murray wrote:
> On Sat, 06 Nov 2010 15:38:22 +0100, Georg Brandl<g.brandl [at] gmx> wrote:
>> Am 06.11.2010 05:44, schrieb Ezio Melotti:
>>> Hi,
>>>
>>> On 05/11/2010 19.08, Python tracker wrote:
>>>> ACTIVITY SUMMARY (2010-10-29 - 2010-11-05)
>>>> 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 2514 (+17)

This seems wrong. A default search for open issues returns 2452 and it
was about the same yesterday just a few hours after the report.

>>>> closed 19597 (+78)
>>>> total 22111 (+95)
>>>
>>> as suggested in recent mails[0][1] I changed these values to represent
>>> the deltas with the previous week.
>>> Now let's try to keep the "open" delta negative ;)

Since there were more issues closed than opened I think it really was.
Anyway, we are down 300 from the 2750 peak.

>> That is a worthy goal, however the difference between the "open" and "closed"
>> deltas is already quite an achievement and shows that our triage works.
>
> Agreed.
>
> We did have negative open deltas for several weeks running in October.
> Kudos to everyone involved, and lets do it some more :) I'm looking
> forward to making a non-trivial dent in the open count during the bug
> weekend on the 20th/21st.


--
Terry Jan Reedy

_______________________________________________
Python-Dev mailing list
Python-Dev [at] python
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com


ezio.melotti at gmail

Nov 6, 2010, 10:25 AM

Post #47 of 192 (5274 views)
Permalink
Re: Summary of Python tracker Issues [In reply to]

On 06/11/2010 19.01, Terry Reedy wrote:
> On 11/6/2010 11:42 AM, R. David Murray wrote:
>> On Sat, 06 Nov 2010 15:38:22 +0100, Georg Brandl<g.brandl [at] gmx>
>> wrote:
>>> Am 06.11.2010 05:44, schrieb Ezio Melotti:
>>>> Hi,
>>>>
>>>> On 05/11/2010 19.08, Python tracker wrote:
>>>>> ACTIVITY SUMMARY (2010-10-29 - 2010-11-05)
>>>>> 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 2514 (+17)
>
> This seems wrong. A default search for open issues returns 2452 and it
> was about the same yesterday just a few hours after the report.
>

That's because the "open" count includes about 25 languishing and 39
pending issues (technically they are still open).

>>>>> closed 19597 (+78)
>>>>> total 22111 (+95)
>>>>
>>>> as suggested in recent mails[0][1] I changed these values to represent
>>>> the deltas with the previous week.
>>>> Now let's try to keep the "open" delta negative ;)
>
> Since there were more issues closed than opened I think it really was.
> Anyway, we are down 300 from the 2750 peak.
>
>>> That is a worthy goal, however the difference between the "open" and
>>> "closed"
>>> deltas is already quite an achievement and shows that our triage works.

Yes, even if having a negative delta would be best, having the "closed"
delta higher than then "open" one is still very good.
So congrats to everyone who worked and works to make this possible.

>>
>> Agreed.
>>
>> We did have negative open deltas for several weeks running in October.
>> Kudos to everyone involved, and lets do it some more :) I'm looking
>> forward to making a non-trivial dent in the open count during the bug
>> weekend on the 20th/21st.
>
Best Regards,
Ezio Melotti
_______________________________________________
Python-Dev mailing list
Python-Dev [at] python
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com


rrr at ronadam

Nov 6, 2010, 12:18 PM

Post #48 of 192 (5274 views)
Permalink
Re: Summary of Python tracker Issues [In reply to]

On 11/06/2010 12:01 PM, Terry Reedy wrote:
> On 11/6/2010 11:42 AM, R. David Murray wrote:
>> On Sat, 06 Nov 2010 15:38:22 +0100, Georg Brandl<g.brandl [at] gmx> wrote:
>>> Am 06.11.2010 05:44, schrieb Ezio Melotti:
>>>> Hi,
>>>>
>>>> On 05/11/2010 19.08, Python tracker wrote:
>>>>> ACTIVITY SUMMARY (2010-10-29 - 2010-11-05)
>>>>> 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 2514 (+17)
>
> This seems wrong. A default search for open issues returns 2452 and it
> was about the same yesterday just a few hours after the report.
>
>>>>> closed 19597 (+78)
>>>>> total 22111 (+95)
>>>>
>>>> as suggested in recent mails[0][1] I changed these values to represent
>>>> the deltas with the previous week.
>>>> Now let's try to keep the "open" delta negative ;)
>
> Since there were more issues closed than opened I think it really was.
> Anyway, we are down 300 from the 2750 peak.

Current status from the tracker...

don't care: 22134
not closed: 2491
not selected: 1

open: 2451
languishing: 25
pending: 39
closed: 19604


That gives us...

2451 open
1 not selected
39 pending
25 languishing
----
2516 Total open


2451 open
39 languishing
1 not selected
----
2491 total "not closed"


19604 closed
2491 not closed
39 pending
-----
22134 Total issues



My guess as to how this got this way, is that different fields were merged
at some time where the meanings didn't quite match up. <shrug>


It would be nicer if...

closed + not_closed = total issues

closed + open + not_selected = total issues


Pending and languishing should be keywords or sub categories of open.

Cheers,
Ron





_______________________________________________
Python-Dev mailing list
Python-Dev [at] python
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com


rrr at ronadam

Nov 6, 2010, 12:18 PM

Post #49 of 192 (5274 views)
Permalink
Re: Summary of Python tracker Issues [In reply to]

On 11/06/2010 12:01 PM, Terry Reedy wrote:
> On 11/6/2010 11:42 AM, R. David Murray wrote:
>> On Sat, 06 Nov 2010 15:38:22 +0100, Georg Brandl<g.brandl [at] gmx> wrote:
>>> Am 06.11.2010 05:44, schrieb Ezio Melotti:
>>>> Hi,
>>>>
>>>> On 05/11/2010 19.08, Python tracker wrote:
>>>>> ACTIVITY SUMMARY (2010-10-29 - 2010-11-05)
>>>>> 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 2514 (+17)
>
> This seems wrong. A default search for open issues returns 2452 and it
> was about the same yesterday just a few hours after the report.
>
>>>>> closed 19597 (+78)
>>>>> total 22111 (+95)
>>>>
>>>> as suggested in recent mails[0][1] I changed these values to represent
>>>> the deltas with the previous week.
>>>> Now let's try to keep the "open" delta negative ;)
>
> Since there were more issues closed than opened I think it really was.
> Anyway, we are down 300 from the 2750 peak.

Current status from the tracker...

don't care: 22134
not closed: 2491
not selected: 1

open: 2451
languishing: 25
pending: 39
closed: 19604


That gives us...

2451 open
1 not selected
39 pending
25 languishing
----
2516 Total open


2451 open
39 languishing
1 not selected
----
2491 total "not closed"


19604 closed
2491 not closed
39 pending
-----
22134 Total issues



My guess as to how this got this way, is that different fields were merged
at some time where the meanings didn't quite match up. <shrug>


It would be nicer if...

closed + not_closed = total issues

closed + open + not_selected = total issues


Pending and languishing should be keywords or sub categories of open.

Cheers,
Ron






_______________________________________________
Python-Dev mailing list
Python-Dev [at] python
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com


rrr at ronadam

Nov 6, 2010, 12:30 PM

Post #50 of 192 (5136 views)
Permalink
Re: Summary of Python tracker Issues [In reply to]

> Current status from the tracker...
>
> don't care: 22134
> not closed: 2491
> not selected: 1
>
> open: 2451
> languishing: 25
> pending: 39
> closed: 19604
>
>
> That gives us...
>
> 2451 open
> 1 not selected
> 39 pending
> 25 languishing
> ----
> 2516 Total open
>
>
> 2451 open
> 39 languishing

Should be 39 pending here, not languishing.

--Ron

> 1 not selected
> ----
> 2491 total "not closed"
>
>
> 19604 closed
> 2491 not closed
> 39 pending
> -----
> 22134 Total issues

_______________________________________________
Python-Dev mailing list
Python-Dev [at] python
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com

First page Previous page 1 2 3 4 5 6 7 8 Next page Last page  View All Python dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.