[Python-Dev] Summary of Python tracker Issues (original) (raw)

Python tracker status at bugs.python.org
Fri Nov 1 18:07:35 CET 2013


ACTIVITY SUMMARY (2013-10-25 - 2013-11-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 counts and deltas: open 4217 (+18) closed 27029 (+64) total 31246 (+82)

Open issues with patches: 1955

Issues opened (49)

#19394: distutils.core.Extension: empty strings in library_dirs and in http://bugs.python.org/issue19394 opened by robotron

#19397: test_pydoc fails with -S http://bugs.python.org/issue19397 opened by pitrou

#19398: test_trace fails with -S http://bugs.python.org/issue19398 opened by pitrou

#19402: AbstractBasicAuthHandler http://bugs.python.org/issue19402 opened by Perry.Lorier

#19403: Make contextlib.redirect_stdout reentrant http://bugs.python.org/issue19403 opened by ncoghlan

#19404: Simplify per-instance control of help() output http://bugs.python.org/issue19404 opened by ncoghlan

#19406: PEP 453: add the ensurepip module http://bugs.python.org/issue19406 opened by ncoghlan

#19407: PEP 453: update the "Installing Python Modules" documentation http://bugs.python.org/issue19407 opened by ncoghlan

#19411: binascii.hexlify docs say it returns a string (it returns byte http://bugs.python.org/issue19411 opened by Devin Jeanpierre

#19412: Add docs for test.support.requires_docstrings decorator http://bugs.python.org/issue19412 opened by ncoghlan

#19414: iter(ordered_dict) yields keys not in dict in some circumstanc http://bugs.python.org/issue19414 opened by Nikratio

#19415: test_gdb fails when using --without-doc-strings on Fedora 19 http://bugs.python.org/issue19415 opened by ncoghlan

#19417: bdb test coverage http://bugs.python.org/issue19417 opened by Colin.Williams

#19419: Use abc.ABC in the collections ABC http://bugs.python.org/issue19419 opened by rhettinger

#19420: Leak in _hashopenssl.c http://bugs.python.org/issue19420 opened by skrah

#19422: Neither DTLS nor error for SSLSocket.sendto() of UDP socket http://bugs.python.org/issue19422 opened by christian.heimes

#19428: marshal: error cases are not documented http://bugs.python.org/issue19428 opened by haypo

#19429: OSError constructor does not handle errors correctly http://bugs.python.org/issue19429 opened by haypo

#19431: Document PyFrame_FastToLocals() and PyFrame_FastToLocalsWithEr http://bugs.python.org/issue19431 opened by haypo

#19433: Define PY_UINT64_T on Windows 32bit http://bugs.python.org/issue19433 opened by christian.heimes

#19434: Wrong documentation of MIMENonMultipart class http://bugs.python.org/issue19434 opened by vajrasky

#19437: More failures found by pyfailmalloc http://bugs.python.org/issue19437 opened by haypo

#19438: Where is NoneType in Python 3? http://bugs.python.org/issue19438 opened by mpb

#19439: Build _testembed on Windows http://bugs.python.org/issue19439 opened by zach.ware

#19440: Clean up test_capi http://bugs.python.org/issue19440 opened by zach.ware

#19441: itertools.tee improve documentation http://bugs.python.org/issue19441 opened by Alan.Cristhian

#19444: mmap.mmap() allocates a file descriptor that isn't CLOEXEC http://bugs.python.org/issue19444 opened by rfm

#19447: py_compile.compile raises if a file has bad encoding http://bugs.python.org/issue19447 opened by bkabrda

#19448: SSL: add OID / NID lookup http://bugs.python.org/issue19448 opened by christian.heimes

#19449: csv.DictWriter can't handle extra non-string fields http://bugs.python.org/issue19449 opened by tomas_grahn

#19450: Bug in sqlite in Windows binaries http://bugs.python.org/issue19450 opened by schlamar

#19451: urlparse accepts invalid hostnames http://bugs.python.org/issue19451 opened by daenney

#19453: pydoc.py doesn't detect IronPython, help(foo) can hang http://bugs.python.org/issue19453 opened by owlmonkey

#19454: devguide: Document what a "platform support" is http://bugs.python.org/issue19454 opened by techtonik

#19456: ntpath doesn't join paths correctly when a drive is present http://bugs.python.org/issue19456 opened by gvanrossum

#19459: Python does not support the GEORGIAN-PS charset http://bugs.python.org/issue19459 opened by Caolán.McNamara

#19460: Add test for MIMENonMultipart http://bugs.python.org/issue19460 opened by vajrasky

#19461: RawConfigParser modifies empty strings unconditionally http://bugs.python.org/issue19461 opened by Nacsa.Kristóf

#19462: Add remove_argument() method to argparse.ArgumentParser http://bugs.python.org/issue19462 opened by ustinov

#19463: assertGdbRepr depends on hash randomization / endianess http://bugs.python.org/issue19463 opened by christian.heimes

#19464: Remove warnings from Windows buildbot "clean" script http://bugs.python.org/issue19464 opened by zach.ware

#19465: selectors: provide a helper to choose a selector using constra http://bugs.python.org/issue19465 opened by haypo

#19466: Clear state of threads earlier in Python shutdown http://bugs.python.org/issue19466 opened by haypo

#19467: asyncore documentation: redirect users to the new asyncio modu http://bugs.python.org/issue19467 opened by haypo

#19468: Relax the type restriction on reloaded modules http://bugs.python.org/issue19468 opened by eric.snow

#19469: Duplicate namespace package portions (but not on Windows) http://bugs.python.org/issue19469 opened by eric.snow

#19470: email.header.Header - should not allow two newlines in a row http://bugs.python.org/issue19470 opened by hhm

#19472: inspect.getsource() raises a wrong exception type http://bugs.python.org/issue19472 opened by marco.buttu

#19474: Argument Clinic causing compiler warnings about uninitialized http://bugs.python.org/issue19474 opened by brett.cannon

Most recent 15 issues with no replies (15)

#19474: Argument Clinic causing compiler warnings about uninitialized http://bugs.python.org/issue19474

#19472: inspect.getsource() raises a wrong exception type http://bugs.python.org/issue19472

#19469: Duplicate namespace package portions (but not on Windows) http://bugs.python.org/issue19469

#19468: Relax the type restriction on reloaded modules http://bugs.python.org/issue19468

#19467: asyncore documentation: redirect users to the new asyncio modu http://bugs.python.org/issue19467

#19466: Clear state of threads earlier in Python shutdown http://bugs.python.org/issue19466

#19463: assertGdbRepr depends on hash randomization / endianess http://bugs.python.org/issue19463

#19460: Add test for MIMENonMultipart http://bugs.python.org/issue19460

#19456: ntpath doesn't join paths correctly when a drive is present http://bugs.python.org/issue19456

#19454: devguide: Document what a "platform support" is http://bugs.python.org/issue19454

#19453: pydoc.py doesn't detect IronPython, help(foo) can hang http://bugs.python.org/issue19453

#19441: itertools.tee improve documentation http://bugs.python.org/issue19441

#19440: Clean up test_capi http://bugs.python.org/issue19440

#19434: Wrong documentation of MIMENonMultipart class http://bugs.python.org/issue19434

#19431: Document PyFrame_FastToLocals() and PyFrame_FastToLocalsWithEr http://bugs.python.org/issue19431

Most recent 15 issues waiting for review (15)

#19466: Clear state of threads earlier in Python shutdown http://bugs.python.org/issue19466

#19464: Remove warnings from Windows buildbot "clean" script http://bugs.python.org/issue19464

#19460: Add test for MIMENonMultipart http://bugs.python.org/issue19460

#19449: csv.DictWriter can't handle extra non-string fields http://bugs.python.org/issue19449

#19448: SSL: add OID / NID lookup http://bugs.python.org/issue19448

#19447: py_compile.compile raises if a file has bad encoding http://bugs.python.org/issue19447

#19440: Clean up test_capi http://bugs.python.org/issue19440

#19439: Build _testembed on Windows http://bugs.python.org/issue19439

#19434: Wrong documentation of MIMENonMultipart class http://bugs.python.org/issue19434

#19420: Leak in _hashopenssl.c http://bugs.python.org/issue19420

#19419: Use abc.ABC in the collections ABC http://bugs.python.org/issue19419

#19417: bdb test coverage http://bugs.python.org/issue19417

#19406: PEP 453: add the ensurepip module http://bugs.python.org/issue19406

#19403: Make contextlib.redirect_stdout reentrant http://bugs.python.org/issue19403

#19398: test_trace fails with -S http://bugs.python.org/issue19398

Top 10 most discussed issues (10)

#19183: PEP 456 Secure and interchangeable hash algorithm http://bugs.python.org/issue19183 26 msgs

#19414: iter(ordered_dict) yields keys not in dict in some circumstanc http://bugs.python.org/issue19414 19 msgs

#19406: PEP 453: add the ensurepip module http://bugs.python.org/issue19406 12 msgs

#19412: Add docs for test.support.requires_docstrings decorator http://bugs.python.org/issue19412 11 msgs

#19227: test_multiprocessing_xxx hangs under Gentoo buildbots http://bugs.python.org/issue19227 10 msgs

#19465: selectors: provide a helper to choose a selector using constra http://bugs.python.org/issue19465 10 msgs

#4331: Add functools.partialmethod http://bugs.python.org/issue4331 9 msgs

#19433: Define PY_UINT64_T on Windows 32bit http://bugs.python.org/issue19433 8 msgs

#19063: Python 3.3.3 encodes emails containing non-ascii data as 7bit http://bugs.python.org/issue19063 7 msgs

#19437: More failures found by pyfailmalloc http://bugs.python.org/issue19437 7 msgs

Issues closed (64)

#11161: futures.ProcessPoolExecutor hangs http://bugs.python.org/issue11161 closed by bquinlan

#13234: os.listdir breaks with literal paths http://bugs.python.org/issue13234 closed by tim.golden

#13789: _tkinter does not build on Windows 7 http://bugs.python.org/issue13789 closed by terry.reedy

#14255: tempfile.gettempdir() didn't return the path with correct case http://bugs.python.org/issue14255 closed by tim.golden

#15634: Add serialized decorator to the threading module http://bugs.python.org/issue15634 closed by jjdominguezm

#15792: Fix compiler options for x64 builds on Windows http://bugs.python.org/issue15792 closed by tim.golden

#16427: Faster hash implementation http://bugs.python.org/issue16427 closed by serhiy.storchaka

#16809: Tk 8.6.0 introduces TypeError. (Tk 8.5.13 works) http://bugs.python.org/issue16809 closed by serhiy.storchaka

#16904: http.client.HTTPConnection.send double send data http://bugs.python.org/issue16904 closed by serhiy.storchaka

#17933: format str bug in urllib request.py http://bugs.python.org/issue17933 closed by r.david.murray

#17936: O(n**2) behaviour when adding/removing classes http://bugs.python.org/issue17936 closed by pitrou

#18408: Fixes crashes found by pyfailmalloc http://bugs.python.org/issue18408 closed by haypo

#18509: CJK decoders should return MBERR_EXCEPTION on PyUnicodeWriter http://bugs.python.org/issue18509 closed by haypo

#18683: Core dumps on CentOS http://bugs.python.org/issue18683 closed by schlamar

#18685: Restore re performance to pre-PEP393 level http://bugs.python.org/issue18685 closed by serhiy.storchaka

#18810: Stop doing stat calls in importlib.machinery.FileFinder to see http://bugs.python.org/issue18810 closed by brett.cannon

#19141: Windows Launcher fails to respect PATH http://bugs.python.org/issue19141 closed by vinay.sajip

#19172: selectors: add keys() method http://bugs.python.org/issue19172 closed by neologix

#19329: Faster compiling of charset regexpes http://bugs.python.org/issue19329 closed by serhiy.storchaka

#19330: Use public classes for contextlib.suppress and redirect_stdout http://bugs.python.org/issue19330 closed by python-dev

#19331: Revise PEP 8 recommendation for class names http://bugs.python.org/issue19331 closed by barry

#19332: Guard against changing dict during iteration http://bugs.python.org/issue19332 closed by rhettinger

#19339: telnetlib: time.monotonic() should be used instead of time.tim http://bugs.python.org/issue19339 closed by python-dev

#19349: Not so correct exception message when running venv http://bugs.python.org/issue19349 closed by python-dev

#19353: on RHEL6 simple build fails with test_linux_constants (test.te http://bugs.python.org/issue19353 closed by brett.cannon

#19373: Tkinter apps including IDLE may not display properly on OS X 1 http://bugs.python.org/issue19373 closed by ned.deily

#19375: Deprecate site-python in site.py http://bugs.python.org/issue19375 closed by pitrou

#19387: Explain and test the sre overlap table http://bugs.python.org/issue19387 closed by pitrou

#19389: find_file might return a different directory than the tested f http://bugs.python.org/issue19389 closed by ned.deily

#19390: clinic.py: unhandled syntax error http://bugs.python.org/issue19390 closed by larry

#19392: document importlib.reload() requires loader to be defined http://bugs.python.org/issue19392 closed by brett.cannon

#19393: symtable.symtable can return the wrong "top" SymbolTable http://bugs.python.org/issue19393 closed by python-dev

#19395: unpickled LZMACompressor is crashy http://bugs.python.org/issue19395 closed by nadeem.vawda

#19396: test_contextlib fails with -S http://bugs.python.org/issue19396 closed by ncoghlan

#19399: sporadic test_subprocess failure http://bugs.python.org/issue19399 closed by tim.peters

#19400: Extension module builds can fail with Xcode 5 on OS X 10.8+ http://bugs.python.org/issue19400 closed by ned.deily

#19401: Segmentation fault with float arithmatics on OS X Mavericks http://bugs.python.org/issue19401 closed by ned.deily

#19405: Fix outdated comments in the _sre module http://bugs.python.org/issue19405 closed by serhiy.storchaka

#19408: Regex with set of characters and groups raises error http://bugs.python.org/issue19408 closed by serhiy.storchaka

#19409: pkgutil isn't importable from a file or the REPL http://bugs.python.org/issue19409 closed by python-dev

#19410: Restore empty string special casing in importlib.machinery.Fil http://bugs.python.org/issue19410 closed by brett.cannon

#19413: Reload semantics changed unexpectedly in Python 3.3 http://bugs.python.org/issue19413 closed by eric.snow

#19416: NNTP page has incorrect links http://bugs.python.org/issue19416 closed by python-dev

#19418: audioop.c giving signed/unsigned warnings on Windows http://bugs.python.org/issue19418 closed by tim.golden

#19421: FileIO destructor imports indirectly the io module at exit http://bugs.python.org/issue19421 closed by haypo

#19423: permutations len issue http://bugs.python.org/issue19423 closed by amaury.forgeotdarc

#19424: _warnings: patch to avoid conversions from/to UTF-8 http://bugs.python.org/issue19424 closed by haypo

#19425: multiprocessing.Pool.map hangs if pickling argument raises an http://bugs.python.org/issue19425 closed by sbt

#19426: Opening a file in IDLE causes a crash or hang http://bugs.python.org/issue19426 closed by serhiy.storchaka

#19427: enhancement: dictionary maths http://bugs.python.org/issue19427 closed by r.david.murray

#19430: argparse replaces $ with $ (if in commandline) http://bugs.python.org/issue19430 closed by r.david.murray

#19432: test_multiprocessing_fork failures http://bugs.python.org/issue19432 closed by skrah

#19435: Directory traversal attack for CGIHTTPRequestHandler http://bugs.python.org/issue19435 closed by python-dev

#19436: Python 2.7 on Linux Ubuntu 12.04 LTS crashes on the help('modu http://bugs.python.org/issue19436 closed by ned.deily

#19442: Python crashes when a warning is emitted during shutdown http://bugs.python.org/issue19442 closed by python-dev

#19443: add to dict fails after 1,000,000 items on py 2.7.5 http://bugs.python.org/issue19443 closed by benjamin.peterson

#19445: heapq.heapify is n log(n), not linear http://bugs.python.org/issue19445 closed by rhettinger

#19446: Integer division for negative numbers http://bugs.python.org/issue19446 closed by georg.brandl

#19452: ElementTree iterparse documentation http://bugs.python.org/issue19452 closed by eli.bendersky

#19455: LoggerAdapter class lacks documented "setLevel" method http://bugs.python.org/issue19455 closed by vinay.sajip

#19457: test.test_codeccallbacks.CodecCallbackTest.test_xmlcharrefrepl http://bugs.python.org/issue19457 closed by serhiy.storchaka

#19458: spam http://bugs.python.org/issue19458 closed by r.david.murray

#19471: pandas DataFrame access results in segfault http://bugs.python.org/issue19471 closed by ezio.melotti

#19473: Expose cache validation check in FileFinder http://bugs.python.org/issue19473 closed by brett.cannon



More information about the Python-Dev mailing list