[Python-Dev] Summary of Python tracker Issues (original) (raw)
Python tracker status at bugs.python.org
Fri Jul 13 18:07:18 CEST 2012
- Previous message: [Python-Dev] Python-Dev Digest, Vol 108, Issue 14
- Next message: [Python-Dev] PEP 0424: A method for exposing a length hint
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ACTIVITY SUMMARY (2012-07-06 - 2012-07-13) 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 3520 (+25) closed 23603 (+57) total 27123 (+82)
Open issues with patches: 1485
Issues opened (58)
#14826: urllib2.urlopen fails to load URL http://bugs.python.org/issue14826 reopened by rosslagerwall
#15264: PyErr_SetFromErrnoWithFilenameObject() undocumented http://bugs.python.org/issue15264 opened by pitrou
#15266: Perform the same checks as PyPI for Description field http://bugs.python.org/issue15266 opened by cjerdonek
#15267: tempfile.TemporaryFile and httplib incompatibility http://bugs.python.org/issue15267 opened by tzs
#15268: curses configure checks fail if only /usr/include/ncursesw/cur http://bugs.python.org/issue15268 opened by doko
#15269: Document dircmp.left and dircmp.right http://bugs.python.org/issue15269 opened by cjerdonek
#15270: "Economy of Expression" section outdated http://bugs.python.org/issue15270 opened by cjerdonek
#15271: argparse: repeatedly specifying the same argument ignores the http://bugs.python.org/issue15271 opened by mapleoin
#15272: pkgutil.find_loader accepts invalid module names http://bugs.python.org/issue15272 opened by ncoghlan
#15273: Remove unnecessarily random behavior from test_unparse.py http://bugs.python.org/issue15273 opened by larry
#15275: isinstance is called a more times that needed in ntpath http://bugs.python.org/issue15275 opened by mandel
#15276: unicode format does not really work in Python 2.x http://bugs.python.org/issue15276 opened by Ariel.Ben-Yehuda
#15278: UnicodeDecodeError when readline in codecs.py http://bugs.python.org/issue15278 opened by lovelylain
#15279: Spurious unittest warnings http://bugs.python.org/issue15279 opened by lukasz.langa
#15280: Don't use builtins as variable names in urllib.request http://bugs.python.org/issue15280 opened by bbrazil
#15285: test_timeout failure when system on IPv4 10.x.x.x subnet http://bugs.python.org/issue15285 opened by flox
#15286: normpath does not work with local literal paths http://bugs.python.org/issue15286 opened by mandel
#15292: import hook behavior documentation improvement http://bugs.python.org/issue15292 opened by iko
#15295: Document PEP 420 namespace packages http://bugs.python.org/issue15295 opened by brett.cannon
#15297: pkgutil.iter_importers() includes an ImpImporter http://bugs.python.org/issue15297 opened by cjerdonek
#15298: _sysconfigdata is generated in srcdir, not builddir http://bugs.python.org/issue15298 opened by doko
#15299: pkgutil.ImpImporter(None).iter_modules() does not search sys.p http://bugs.python.org/issue15299 opened by cjerdonek
#15301: os.chown: OverflowError: Python int too large to convert to C http://bugs.python.org/issue15301 opened by do1
#15302: Use argparse instead of getopt in test.regrtest http://bugs.python.org/issue15302 opened by cjerdonek
#15303: Minor revision to the <BaseWidget._setup> method in Tkinter http://bugs.python.org/issue15303 opened by Drew.French
#15304: Wrong path in test.support.temp_cwd() error message http://bugs.python.org/issue15304 opened by cjerdonek
#15305: Test harness unnecessarily disambiguating twice http://bugs.python.org/issue15305 opened by cjerdonek
#15307: Patch for --symlink support in pyvenv with framework python http://bugs.python.org/issue15307 opened by ronaldoussoren
#15308: IDLE - add an "Interrupt Execution" to shell menu http://bugs.python.org/issue15308 opened by serwy
#15310: urllib: Support for multiple WWW-Authenticate headers and/or m http://bugs.python.org/issue15310 opened by almost
#15311: Developer Guide doesn't get updated once a day http://bugs.python.org/issue15311 opened by cjerdonek
#15313: IDLE - remove all bare excepts http://bugs.python.org/issue15313 opened by serwy
#15314: Use importlib instead of pkgutil in runpy http://bugs.python.org/issue15314 opened by ncoghlan
#15315: Can't build Python extension with mingw32 on Windows http://bugs.python.org/issue15315 opened by cmcqueen1975
#15317: Source installation sets incorrect permissions for Grammar3.2. http://bugs.python.org/issue15317 opened by tpievila
#15318: IDLE - sys.stdin is writeable http://bugs.python.org/issue15318 opened by serwy
#15320: thread-safety issue in regrtest.main() http://bugs.python.org/issue15320 opened by cjerdonek
#15321: bdist_wininst installers may terminate with "close failed in f http://bugs.python.org/issue15321 opened by mhammond
#15322: sysconfig.get_config_var('srcdir') returns unexpected value http://bugs.python.org/issue15322 opened by cjerdonek
#15323: Provide target name in output message when Mock.assert_called_ http://bugs.python.org/issue15323 opened by Brian.Jones
#15324: --match does not work for regrtest http://bugs.python.org/issue15324 opened by cjerdonek
#15325: --fromfile does not work for regrtest http://bugs.python.org/issue15325 opened by cjerdonek
#15326: --random does not work for regrtest http://bugs.python.org/issue15326 opened by cjerdonek
#15327: Argparse: main arguments and subparser arguments indistinguish http://bugs.python.org/issue15327 opened by Ingo.Fischer
#15328: datetime.strptime slow http://bugs.python.org/issue15328 opened by Lars.Nordin
#15329: clarify which deque methods are thread-safe http://bugs.python.org/issue15329 opened by cjerdonek
#15331: Missing codec aliases for bytes-bytes codecs http://bugs.python.org/issue15331 opened by ncoghlan
#15332: 2to3 should fix bad indentation (or warn about it) http://bugs.python.org/issue15332 opened by jwilk
#15334: access denied for HKEY_PERFORMANCE_DATA http://bugs.python.org/issue15334 opened by jkloth
#15335: IDLE - debugger steps through run.py internals http://bugs.python.org/issue15335 opened by serwy
#15336: Argparse required arguments incorrectly displayed as optional http://bugs.python.org/issue15336 opened by rhettinger
#15337: The cmd module incorrectly lists "help" as an undocument comma http://bugs.python.org/issue15337 opened by rhettinger
#15338: test_UNC_path failure in test_import http://bugs.python.org/issue15338 opened by pitrou
#15339: document the threading "facts of life" in Python http://bugs.python.org/issue15339 opened by cjerdonek
#15340: OSError with "import random" when /dev/urandom doesn't exist ( http://bugs.python.org/issue15340 opened by iwienand
#15343: "pydoc -w " writes out page with empty "Package Conte http://bugs.python.org/issue15343 opened by christopherthemagnificent
#15344: devinabox: failure when running make_a_box multiple times http://bugs.python.org/issue15344 opened by eric.snow
#15345: HOWTOs Argparse tutorial - code example raises SyntaxError http://bugs.python.org/issue15345 opened by simon.hayward
Most recent 15 issues with no replies (15)
#15345: HOWTOs Argparse tutorial - code example raises SyntaxError http://bugs.python.org/issue15345
#15343: "pydoc -w " writes out page with empty "Package Conte http://bugs.python.org/issue15343
#15340: OSError with "import random" when /dev/urandom doesn't exist ( http://bugs.python.org/issue15340
#15337: The cmd module incorrectly lists "help" as an undocument comma http://bugs.python.org/issue15337
#15336: Argparse required arguments incorrectly displayed as optional http://bugs.python.org/issue15336
#15334: access denied for HKEY_PERFORMANCE_DATA http://bugs.python.org/issue15334
#15327: Argparse: main arguments and subparser arguments indistinguish http://bugs.python.org/issue15327
#15326: --random does not work for regrtest http://bugs.python.org/issue15326
#15325: --fromfile does not work for regrtest http://bugs.python.org/issue15325
#15321: bdist_wininst installers may terminate with "close failed in f http://bugs.python.org/issue15321
#15303: Minor revision to the <BaseWidget._setup> method in Tkinter http://bugs.python.org/issue15303
#15280: Don't use builtins as variable names in urllib.request http://bugs.python.org/issue15280
#15278: UnicodeDecodeError when readline in codecs.py http://bugs.python.org/issue15278
#15275: isinstance is called a more times that needed in ntpath http://bugs.python.org/issue15275
#15269: Document dircmp.left and dircmp.right http://bugs.python.org/issue15269
Most recent 15 issues waiting for review (15)
#15345: HOWTOs Argparse tutorial - code example raises SyntaxError http://bugs.python.org/issue15345
#15334: access denied for HKEY_PERFORMANCE_DATA http://bugs.python.org/issue15334
#15323: Provide target name in output message when Mock.assert_called_ http://bugs.python.org/issue15323
#15320: thread-safety issue in regrtest.main() http://bugs.python.org/issue15320
#15318: IDLE - sys.stdin is writeable http://bugs.python.org/issue15318
#15311: Developer Guide doesn't get updated once a day http://bugs.python.org/issue15311
#15310: urllib: Support for multiple WWW-Authenticate headers and/or m http://bugs.python.org/issue15310
#15308: IDLE - add an "Interrupt Execution" to shell menu http://bugs.python.org/issue15308
#15307: Patch for --symlink support in pyvenv with framework python http://bugs.python.org/issue15307
#15304: Wrong path in test.support.temp_cwd() error message http://bugs.python.org/issue15304
#15302: Use argparse instead of getopt in test.regrtest http://bugs.python.org/issue15302
#15299: pkgutil.ImpImporter(None).iter_modules() does not search sys.p http://bugs.python.org/issue15299
#15298: _sysconfigdata is generated in srcdir, not builddir http://bugs.python.org/issue15298
#15286: normpath does not work with local literal paths http://bugs.python.org/issue15286
#15280: Don't use builtins as variable names in urllib.request http://bugs.python.org/issue15280
Top 10 most discussed issues (10)
#15318: IDLE - sys.stdin is writeable http://bugs.python.org/issue15318 22 msgs
#14814: Implement PEP 3144 (the ipaddress module) http://bugs.python.org/issue14814 20 msgs
#14826: urllib2.urlopen fails to load URL http://bugs.python.org/issue14826 17 msgs
#15320: thread-safety issue in regrtest.main() http://bugs.python.org/issue15320 14 msgs
#15302: Use argparse instead of getopt in test.regrtest http://bugs.python.org/issue15302 10 msgs
#4832: IDLE does not supply a default ext of .py on Windows or OS X f http://bugs.python.org/issue4832 9 msgs
#15144: Possible integer overflow in operations with addresses and siz http://bugs.python.org/issue15144 9 msgs
#15231: update PyPI upload doc to say --no-raw passed to rst2html.py http://bugs.python.org/issue15231 9 msgs
#15338: test_UNC_path failure in test_import http://bugs.python.org/issue15338 9 msgs
#15285: test_timeout failure when system on IPv4 10.x.x.x subnet http://bugs.python.org/issue15285 8 msgs
Issues closed (53)
#5931: Python runtime name hardcoded in wsgiref.simple_server http://bugs.python.org/issue5931 closed by orsenthil
#9867: Interrupted system calls are not retried http://bugs.python.org/issue9867 closed by pitrou
#10248: Fix resource warnings in test_xmlrpclib http://bugs.python.org/issue10248 closed by bbrazil
#11153: urllib2 basic auth parser handle unquoted realm in WWW-Authent http://bugs.python.org/issue11153 closed by orsenthil
#11319: Command line option -t (and -tt) does not work for a particula http://bugs.python.org/issue11319 closed by gvanrossum
#11624: distutils should support a custom list of exported symbols for http://bugs.python.org/issue11624 closed by dholth
#11796: Comprehensions in a class definition mostly cannot access clas http://bugs.python.org/issue11796 closed by flox
#12081: Remove distributed copy of libffi http://bugs.python.org/issue12081 closed by loewis
#12927: test_ctypes: segfault with suncc http://bugs.python.org/issue12927 closed by skrah
#13532: In IDLE, sys.stdout and sys.stderr can write any pickleable ob http://bugs.python.org/issue13532 closed by loewis
#13686: Some notes on the docs of multiprocessing http://bugs.python.org/issue13686 closed by eli.bendersky
#13959: Re-implement parts of imp in pure Python http://bugs.python.org/issue13959 closed by brett.cannon
#14190: Minor C API documentation bugs http://bugs.python.org/issue14190 closed by eli.bendersky
#14241: io.UnsupportedOperation.new(io.UnsupportedOperation) fails http://bugs.python.org/issue14241 closed by Mark.Shannon
#14590: ConfigParser doesn't strip inline comment when delimiter occur http://bugs.python.org/issue14590 closed by lukasz.langa
#14990: detect_encoding should fail with SyntaxError on invalid encodi http://bugs.python.org/issue14990 closed by flox
#15053: imp.lock_held() "Changed in Python 3.3" mention accidentally o http://bugs.python.org/issue15053 closed by brett.cannon
#15056: Have imp.cache_from_source() raise NotImplementedError when ca http://bugs.python.org/issue15056 closed by brett.cannon
#15110: strange Tracebacks with importlib http://bugs.python.org/issue15110 closed by pitrou
#15111: Wrong ImportError message with importlib http://bugs.python.org/issue15111 closed by brett.cannon
#15167: Re-implement imp.get_magic() in pure Python http://bugs.python.org/issue15167 closed by brett.cannon
#15242: PyImport_GetMagicTag() should use the same const char * as sys http://bugs.python.org/issue15242 closed by eric.snow
#15247: io.open() is inconsistent re os.open() http://bugs.python.org/issue15247 closed by pitrou
#15256: Typo in error message http://bugs.python.org/issue15256 closed by brett.cannon
#15259: "Helping with Documentation" references missing dailybuild.py http://bugs.python.org/issue15259 closed by ned.deily
#15260: Mention how to order Misc/NEWS entries http://bugs.python.org/issue15260 closed by ned.deily
#15262: Idle does not show traceback in other threads http://bugs.python.org/issue15262 closed by terry.reedy
#15265: random.sample() docs unclear on k < len(population) http://bugs.python.org/issue15265 closed by rhettinger
#15274: Patch for issue 5765: stack overflow evaluating eval("()" * 30 http://bugs.python.org/issue15274 closed by ag6502
#15277: Fix resource leak in support.py:_is_ipv6_enabled http://bugs.python.org/issue15277 closed by rosslagerwall
#15281: pyvenv --symlinks option is a no-op? http://bugs.python.org/issue15281 closed by python-dev
#15282: pysetup still installed http://bugs.python.org/issue15282 closed by pitrou
#15283: pyvenv says nothing on success http://bugs.python.org/issue15283 closed by vinay.sajip
#15284: Handle ipv6 not being enabled in test_socket http://bugs.python.org/issue15284 closed by bbrazil
#15287: support.TESTFN was modified by test_builtin http://bugs.python.org/issue15287 closed by flox
#15288: Clarify the pkgutil.walk_packages() note http://bugs.python.org/issue15288 closed by brett.cannon
#15289: Adding getitem as a class method doesn't work as expected http://bugs.python.org/issue15289 closed by eric.snow
#15290: setAttribute() can fail http://bugs.python.org/issue15290 closed by loewis
#15291: test_ast leaks memory a lot http://bugs.python.org/issue15291 closed by pitrou
#15293: AST nodes do not support garbage collection http://bugs.python.org/issue15293 closed by python-dev
#15294: regression with nested namespace packages http://bugs.python.org/issue15294 closed by pitrou
#15296: Minidom can't create ASCII representation http://bugs.python.org/issue15296 closed by eli.bendersky
#15300: test directory doubly-nested running tests with -j/--multiproc http://bugs.python.org/issue15300 closed by pitrou
#15306: Python3 segfault? (works in Python2) http://bugs.python.org/issue15306 closed by amaury.forgeotdarc
#15309: buffer/memoryview slice assignment uses only memcpy http://bugs.python.org/issue15309 closed by skrah
#15312: Serial library not found http://bugs.python.org/issue15312 closed by ezio.melotti
#15316: runpy swallows ImportError information with relative imports http://bugs.python.org/issue15316 closed by amaury.forgeotdarc
#15319: IDLE - readline, isatty, and input broken http://bugs.python.org/issue15319 closed by loewis
#15330: allow deque to act as a thread-safe circular buffer http://bugs.python.org/issue15330 closed by rhettinger
#15333: import on Windows will recompile a pyc file created on Unix http://bugs.python.org/issue15333 closed by pitrou
#15341: Cplex and python http://bugs.python.org/issue15341 closed by amaury.forgeotdarc
#15342: os.path.join behavior http://bugs.python.org/issue15342 closed by ned.deily
#1616125: Cached globals+builtins lookup optimization http://bugs.python.org/issue1616125 closed by ag6502
- Previous message: [Python-Dev] Python-Dev Digest, Vol 108, Issue 14
- Next message: [Python-Dev] PEP 0424: A method for exposing a length hint
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]