Movatterモバイル変換


[0]ホーム

URL:


[Python-Dev] Summary of Python tracker Issues

Python trackerstatus at bugs.python.org
Fri Feb 24 18:07:36 CET 2012


ACTIVITY SUMMARY (2012-02-17 - 2012-02-24)Python tracker athttp://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    3277 (+20)  closed 22611 (+44)  total  25888 (+64)Open issues with patches: 1406 Issues opened (46)==================#13637: binascii.a2b_* functions could accept unicode stringshttp://bugs.python.org/issue13637  reopened by r.david.murray#13641: decoding functions in the base64 module could accept unicode shttp://bugs.python.org/issue13641  reopened by r.david.murray#14044: IncompleteRead error with urllib2 or urllib.request -- fine wihttp://bugs.python.org/issue14044  opened by Alex Quinn#14046: argparse: assertion failure if optional argument has square/rohttp://bugs.python.org/issue14046  opened by oxplot#14049: execfile() fails on files that use global variables inside funhttp://bugs.python.org/issue14049  opened by techtonik#14050: Tutorial, list.sort() and items comparabilityhttp://bugs.python.org/issue14050  opened by sandro.tosi#14055: Implement __sizeof__ for etree Elementhttp://bugs.python.org/issue14055  opened by loewis#14056: Misc doc changes for tarfilehttp://bugs.python.org/issue14056  opened by eric.araujo#14057: Speedup sysconfig startuphttp://bugs.python.org/issue14057  opened by haypo#14059: Implement multiprocessing.Barrierhttp://bugs.python.org/issue14059  opened by anacrolix#14060: Implement a CSP-style channelhttp://bugs.python.org/issue14060  opened by anacrolix#14061: Clean up archiving code in shutilhttp://bugs.python.org/issue14061  opened by eric.araujo#14062: UTF-8 Email Subject problemhttp://bugs.python.org/issue14062  opened by msladek#14065: Element should support cyclic GChttp://bugs.python.org/issue14065  opened by loewis#14067: Avoid more stat() calls in importlibhttp://bugs.python.org/issue14067  opened by pitrou#14069: In extensions (?...) the lookbehind assertion cannot choose behttp://bugs.python.org/issue14069  opened by py.user#14070: Idea: Add a flag to reload from source, e.g. reload(module, ighttp://bugs.python.org/issue14070  opened by timClicks#14071: allow more than one hash seed per process (move _Py_HashSecrethttp://bugs.python.org/issue14071  opened by gregory.p.smith#14072: urlparse on tel: URI-s misses the scheme in some caseshttp://bugs.python.org/issue14072  opened by ivan_herman#14074: argparse does not allow nargs>1 for positional arguments but dhttp://bugs.python.org/issue14074  opened by tshepang#14075: argparse: unused method?http://bugs.python.org/issue14075  opened by tshepang#14076: sqlite3 module ignores placeholers in CREATE TRIGGER codehttp://bugs.python.org/issue14076  opened by GuGu#14078: Add 'sourceline' property to xml.etree Elementshttp://bugs.python.org/issue14078  opened by leonov#14080: Sporadic test_imp failurehttp://bugs.python.org/issue14080  opened by pitrou#14081: Allow "maxsplit" argument to str.split() to be passed as a keyhttp://bugs.python.org/issue14081  opened by ncoghlan#14082: shutil doesn't support extended attributeshttp://bugs.python.org/issue14082  opened by pitrou#14085: PyUnicode_WRITE: "comparison is always true" warningshttp://bugs.python.org/issue14085  opened by skrah#14087: multiprocessing.Condition.wait_for missinghttp://bugs.python.org/issue14087  opened by sbt#14088: sys.executable generating canonical pathhttp://bugs.python.org/issue14088  opened by alvesjnr#14089: Patch to increase fractions lib test coveragehttp://bugs.python.org/issue14089  opened by Oleg.Plakhotnyuk#14092: __name__ inconsistently applied in class definitionhttp://bugs.python.org/issue14092  opened by eukreign#14093: Mercurial version information not appearing in Windows buildshttp://bugs.python.org/issue14093  opened by vinay.sajip#14094: nt.realpath() should use GetFinalPathNameByHandle() when availhttp://bugs.python.org/issue14094  opened by haypo#14095: type_new() removes __qualname__ from the input dictionaryhttp://bugs.python.org/issue14095  opened by haypo#14097: Improve the "introduction" page of the tutorialhttp://bugs.python.org/issue14097  opened by ezio.melotti#14098: provide public C-API for reading/setting sys.exc_info()http://bugs.python.org/issue14098  opened by scoder#14099: ZipFile.open() should not reopen the underlying filehttp://bugs.python.org/issue14099  opened by kasal#14100: Add a missing info to PEP 393 + link from whatsnew 3.3http://bugs.python.org/issue14100  opened by tshepang#14101: example function in tertools.count docstring is misindentedhttp://bugs.python.org/issue14101  opened by zbysz#14102: argparse: add ability to create a man pagehttp://bugs.python.org/issue14102  opened by Daniel.Walsh#14103: argparse: add ability to create a bash_completion scripthttp://bugs.python.org/issue14103  opened by Daniel.Walsh#14104: Implement time.monotonic() on Mac OS Xhttp://bugs.python.org/issue14104  opened by haypo#14105: Breakpoints in debug lost if line is inserted; IDLEhttp://bugs.python.org/issue14105  opened by ltaylor934#14106: Distutils manifest: recursive-(include|exclude) matches suffixhttp://bugs.python.org/issue14106  opened by nadeem.vawda#14107: Debian bigmem buildbot hanging in test_bigmemhttp://bugs.python.org/issue14107  opened by nadeem.vawda#14073: allow per-thread atexit()http://bugs.python.org/issue14073  opened by tarekMost recent 15 issues with no replies (15)==========================================#14107: Debian bigmem buildbot hanging in test_bigmemhttp://bugs.python.org/issue14107#14106: Distutils manifest: recursive-(include|exclude) matches suffixhttp://bugs.python.org/issue14106#14105: Breakpoints in debug lost if line is inserted; IDLEhttp://bugs.python.org/issue14105#14104: Implement time.monotonic() on Mac OS Xhttp://bugs.python.org/issue14104#14094: nt.realpath() should use GetFinalPathNameByHandle() when availhttp://bugs.python.org/issue14094#14089: Patch to increase fractions lib test coveragehttp://bugs.python.org/issue14089#14082: shutil doesn't support extended attributeshttp://bugs.python.org/issue14082#14078: Add 'sourceline' property to xml.etree Elementshttp://bugs.python.org/issue14078#14076: sqlite3 module ignores placeholers in CREATE TRIGGER codehttp://bugs.python.org/issue14076#14074: argparse does not allow nargs>1 for positional arguments but dhttp://bugs.python.org/issue14074#14072: urlparse on tel: URI-s misses the scheme in some caseshttp://bugs.python.org/issue14072#14069: In extensions (?...) the lookbehind assertion cannot choose behttp://bugs.python.org/issue14069#14065: Element should support cyclic GChttp://bugs.python.org/issue14065#14062: UTF-8 Email Subject problemhttp://bugs.python.org/issue14062#14055: Implement __sizeof__ for etree Elementhttp://bugs.python.org/issue14055Most recent 15 issues waiting for review (15)=============================================#14106: Distutils manifest: recursive-(include|exclude) matches suffixhttp://bugs.python.org/issue14106#14101: example function in tertools.count docstring is misindentedhttp://bugs.python.org/issue14101#14100: Add a missing info to PEP 393 + link from whatsnew 3.3http://bugs.python.org/issue14100#14099: ZipFile.open() should not reopen the underlying filehttp://bugs.python.org/issue14099#14098: provide public C-API for reading/setting sys.exc_info()http://bugs.python.org/issue14098#14097: Improve the "introduction" page of the tutorialhttp://bugs.python.org/issue14097#14095: type_new() removes __qualname__ from the input dictionaryhttp://bugs.python.org/issue14095#14093: Mercurial version information not appearing in Windows buildshttp://bugs.python.org/issue14093#14089: Patch to increase fractions lib test coveragehttp://bugs.python.org/issue14089#14088: sys.executable generating canonical pathhttp://bugs.python.org/issue14088#14087: multiprocessing.Condition.wait_for missinghttp://bugs.python.org/issue14087#14085: PyUnicode_WRITE: "comparison is always true" warningshttp://bugs.python.org/issue14085#14081: Allow "maxsplit" argument to str.split() to be passed as a keyhttp://bugs.python.org/issue14081#14078: Add 'sourceline' property to xml.etree Elementshttp://bugs.python.org/issue14078#14075: argparse: unused method?http://bugs.python.org/issue14075Top 10 most discussed issues (10)=================================#13703: Hash collision security issuehttp://bugs.python.org/issue13703  25 msgs#14080: Sporadic test_imp failurehttp://bugs.python.org/issue14080  13 msgs#6884: Impossible to include file in sdist that starts with 'build' ohttp://bugs.python.org/issue6884  11 msgs#13641: decoding functions in the base64 module could accept unicode shttp://bugs.python.org/issue13641  11 msgs#13405: Add DTrace probeshttp://bugs.python.org/issue13405   9 msgs#14073: allow per-thread atexit()http://bugs.python.org/issue14073   9 msgs#13447: Add tests for some scripts in Tools/scriptshttp://bugs.python.org/issue13447   8 msgs#13873: SIGBUS in test_big_buffer() of test_zlib on Debian bigmem builhttp://bugs.python.org/issue13873   8 msgs#14088: sys.executable generating canonical pathhttp://bugs.python.org/issue14088   8 msgs#2377: Replace __import__ w/ importlib.__import__http://bugs.python.org/issue2377   7 msgsIssues closed (45)==================#1659: Tests needing network flag?http://bugs.python.org/issue1659  closed by eric.araujo#6039: cygwin compilers should not check compiler versionshttp://bugs.python.org/issue6039  closed by eric.araujo#6807: No such file or directory: 'msisupport.dll' in msi.pyhttp://bugs.python.org/issue6807  closed by loewis#7813: Bug in command-line module launcherhttp://bugs.python.org/issue7813  closed by eric.araujo#7966: mhlib does not emit deprecation warninghttp://bugs.python.org/issue7966  closed by eric.araujo#8033: sqlite: broken long integer handling for arguments to user-defhttp://bugs.python.org/issue8033  closed by python-dev#9691: sdist includes files that are not in MANIFEST.inhttp://bugs.python.org/issue9691  closed by eric.araujo#10580: Minor grammar change in Python’s MSI installerhttp://bugs.python.org/issue10580  closed by loewis#11689: sqlite: Incorrect unit test fails to detect failurehttp://bugs.python.org/issue11689  closed by python-dev#12406: msi.py needs updating for Python 3.3http://bugs.python.org/issue12406  closed by loewis#12627: Implement PEP 394: The "python" Command on Unix-Like Systemshttp://bugs.python.org/issue12627  closed by ned.deily#12702: shutil.copytree() should use os.lutimes() to copy the metadatahttp://bugs.python.org/issue12702  closed by petri.lehtinen#12817: test_multiprocessing: io.BytesIO() requires bytearray buffershttp://bugs.python.org/issue12817  closed by skrah#13909: Ordering of free variables in dis is dependent on dict orderinhttp://bugs.python.org/issue13909  closed by Mark.Shannon#13974: packaging: test for set_platform()http://bugs.python.org/issue13974  closed by eric.araujo#13978: OSError exception in multiprocessing module when using os.remohttp://bugs.python.org/issue13978  closed by neologix#14001: CVE-2012-0845 Python v2.7.2 / v3.2.2 (SimpleXMLRPCServer): DoShttp://bugs.python.org/issue14001  closed by neologix#14004: Distutils filelist selects too many files on Windowshttp://bugs.python.org/issue14004  closed by eric.araujo#14005: IDLE Crash when running/saving a filehttp://bugs.python.org/issue14005  closed by ned.deily#14020: Improve HTMLParser dochttp://bugs.python.org/issue14020  closed by ezio.melotti#14023: bytes implied to be mutablehttp://bugs.python.org/issue14023  closed by terry.reedy#14038: Packaging test support code raises exceptionhttp://bugs.python.org/issue14038  closed by eric.araujo#14040: Deprecate some of the module file formatshttp://bugs.python.org/issue14040  closed by pitrou#14043: Speed-up importlib's _FileFinderhttp://bugs.python.org/issue14043  closed by pitrou#14045: In regex pattern long unicode character isn't recognized by rehttp://bugs.python.org/issue14045  closed by loewis#14047: UTF-8 Email Headerhttp://bugs.python.org/issue14047  closed by eric.araujo#14048: calendar bug related to September 2-14, 1752http://bugs.python.org/issue14048  closed by mark.dickinson#14051: Cannot set attributes on staticmethodhttp://bugs.python.org/issue14051  closed by python-dev#14052: importlib mixes up '.' and os.getcwd()http://bugs.python.org/issue14052  closed by brett.cannon#14053: Make patchcheck work with MQhttp://bugs.python.org/issue14053  closed by nadeem.vawda#14054: test_importlib failures under Windowshttp://bugs.python.org/issue14054  closed by brett.cannon#14058: test_sys has started failinghttp://bugs.python.org/issue14058  closed by vinay.sajip#14063: test_importlib failure on Mac OS Xhttp://bugs.python.org/issue14063  closed by pitrou#14064: collections module imported twice in urllib/parse.pyhttp://bugs.python.org/issue14064  closed by benjamin.peterson#14066: Crash in imputil.imp.find_module when a *directory* exists withttp://bugs.python.org/issue14066  closed by dmalcolm#14068: problem with re splithttp://bugs.python.org/issue14068  closed by ezio.melotti#14077: sporadic test_multiprocessing failurehttp://bugs.python.org/issue14077  closed by neologix#14079: Problems with recent test_subprocess changeshttp://bugs.python.org/issue14079  closed by vinay.sajip#14083: Use local timezone offset by default in datetime.timezonehttp://bugs.python.org/issue14083  closed by ncoghlan#14084: test_imp resource leakhttp://bugs.python.org/issue14084  closed by pitrou#14086: str(KeyError("Foo")) Unexpected Resulthttp://bugs.python.org/issue14086  closed by vencabot_teppoo#14090: Bus error on test_big_buffer() of test_zlib, buildbot AMD64 dehttp://bugs.python.org/issue14090  closed by nadeem.vawda#14091: python subprocess hangs if script called from another directorhttp://bugs.python.org/issue14091  closed by Massimo.Paladin#14096: IDLE quits unexpectedly when some keys are pressedhttp://bugs.python.org/issue14096  closed by guxianminer#1173134: improvement of the script adaptation for the win32 platformhttp://bugs.python.org/issue1173134  closed by eric.araujo


More information about the Python-Devmailing list

[8]ページ先頭

©2009-2025 Movatter.jp