Summary of Python tracker Issues
ACTIVITY SUMMARY (2013-06-07 - 2013-06-14) 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 4042 (+18) closed 25946 (+41) total 29988 (+59) Open issues with patches: 1795 Issues opened (41) ================== #17947: Code, test, and doc review for PEP-0435 Enum http://bugs.python.org/issue17947 reopened by ncoghlan #18159: ConfigParser getters not available on SectionProxy http://bugs.python.org/issue18159 opened by JBernardo #18161: call fchdir if subprocess.Popen(cwd=integer|fileobject) http://bugs.python.org/issue18161 opened by mmarkk #18162: Add index attribute to IndexError http://bugs.python.org/issue18162 opened by brett.cannon #18163: Add a 'key' attribute to KeyError http://bugs.python.org/issue18163 opened by brett.cannon #18164: Embedding Python doc incorrectly refers to LINKFORSHARED http://bugs.python.org/issue18164 opened by ned.deily #18165: Add 'unexpected_type' to TypeError http://bugs.python.org/issue18165 opened by brett.cannon #18166: 'value' attribute for ValueError http://bugs.python.org/issue18166 opened by brett.cannon #18167: cgi.FieldStorage fails to handle multipart/form-data when \r\n http://bugs.python.org/issue18167 opened by catlee #18168: plistlib output self-sorted dictionary http://bugs.python.org/issue18168 opened by halfjuice #18170: define built-in exceptions in Python code http://bugs.python.org/issue18170 opened by brett.cannon #18173: Add MixedTypeKey to reprlib http://bugs.python.org/issue18173 opened by ncoghlan #18174: Make regrtest with --huntrleaks check for fd leaks http://bugs.python.org/issue18174 opened by sbt #18176: Builtins documentation refers to old version of UCD. http://bugs.python.org/issue18176 opened by belopolsky #18177: Incorect quote marks in code section-headers in PDF version of http://bugs.python.org/issue18177 opened by icedream91 #18178: Redefinition of malloc(3) family of functions at build time http://bugs.python.org/issue18178 opened by cvs-src #18179: SMTP.local_hostname is undocumented http://bugs.python.org/issue18179 opened by jonash #18181: super vs. someclass.__getattribute__ http://bugs.python.org/issue18181 opened by ronaldoussoren #18182: xml.dom.createElement() does not take implicit namespaces into http://bugs.python.org/issue18182 opened by Alexander.Tobias.Heinrich #18184: Add range check for %c in PyUnicode_FromFormat http://bugs.python.org/issue18184 opened by serhiy.storchaka #18185: Error in test_set.TestVariousIteratorArgs.test_inline_methods http://bugs.python.org/issue18185 opened by syeberman #18188: ERROR: test_no_optimize_flag on Mageia Linux Cauldron x86-64 w http://bugs.python.org/issue18188 opened by shlomif #18189: IDLE Improvements: Unit test for Delegator.py http://bugs.python.org/issue18189 opened by JayKrish #18191: urllib2/urllib.parse.splitport does not handle IPv6 correctly http://bugs.python.org/issue18191 opened by jd #18192: Move imp.get_magic() to importlib http://bugs.python.org/issue18192 opened by brett.cannon #18193: Move imp.reload() to importlib http://bugs.python.org/issue18193 opened by brett.cannon #18194: Move imp.source_from_cache/cache_from_source to importlib http://bugs.python.org/issue18194 opened by brett.cannon #18195: error when deep copying module is confusing http://bugs.python.org/issue18195 opened by mrjbq7 #18197: insufficient error checking causes crash on windows http://bugs.python.org/issue18197 opened by maxdeliso #18199: Windows: support path longer than 260 bytes using "\\?\" prefi http://bugs.python.org/issue18199 opened by Voo #18201: distutils write into symlinks instead of replacing them http://bugs.python.org/issue18201 opened by mgorny #18202: Minor fixes for test_coding http://bugs.python.org/issue18202 opened by serhiy.storchaka #18203: Replace calls to malloc() with PyMem_Malloc() http://bugs.python.org/issue18203 opened by haypo #18206: license url in site.py should always use X.Y.Z form of version http://bugs.python.org/issue18206 opened by py.user #18207: OpenSSL may ignore seconds in notAfter http://bugs.python.org/issue18207 opened by christian.heimes #18209: Bytearray type not supported as a mutable object in the fcntl. http://bugs.python.org/issue18209 opened by vxgmichel #18211: -Werror=statement-after-declaration problem http://bugs.python.org/issue18211 opened by ronaldoussoren #18212: No way to check whether Future is finished? http://bugs.python.org/issue18212 opened by cool-RR #18213: py-bt errors on backtrace with PyRun_SimpleString and friends http://bugs.python.org/issue18213 opened by pmuldoon #18214: Stop purging modules which are garbage collected before shutdo http://bugs.python.org/issue18214 opened by sbt #18215: Script to test multiple versions of OpenSSL http://bugs.python.org/issue18215 opened by christian.heimes Most recent 15 issues with no replies (15) ========================================== #18215: Script to test multiple versions of OpenSSL http://bugs.python.org/issue18215 #18214: Stop purging modules which are garbage collected before shutdo http://bugs.python.org/issue18214 #18212: No way to check whether Future is finished? http://bugs.python.org/issue18212 #18211: -Werror=statement-after-declaration problem http://bugs.python.org/issue18211 #18209: Bytearray type not supported as a mutable object in the fcntl. http://bugs.python.org/issue18209 #18207: OpenSSL may ignore seconds in notAfter http://bugs.python.org/issue18207 #18202: Minor fixes for test_coding http://bugs.python.org/issue18202 #18189: IDLE Improvements: Unit test for Delegator.py http://bugs.python.org/issue18189 #18184: Add range check for %c in PyUnicode_FromFormat http://bugs.python.org/issue18184 #18173: Add MixedTypeKey to reprlib http://bugs.python.org/issue18173 #18166: 'value' attribute for ValueError http://bugs.python.org/issue18166 #18165: Add 'unexpected_type' to TypeError http://bugs.python.org/issue18165 #18161: call fchdir if subprocess.Popen(cwd=integer|fileobject) http://bugs.python.org/issue18161 #18144: FD leak in urllib2 http://bugs.python.org/issue18144 #18137: format(float, str): integer overflow for huge precision http://bugs.python.org/issue18137 Most recent 15 issues waiting for review (15) ============================================= #18214: Stop purging modules which are garbage collected before shutdo http://bugs.python.org/issue18214 #18202: Minor fixes for test_coding http://bugs.python.org/issue18202 #18197: insufficient error checking causes crash on windows http://bugs.python.org/issue18197 #18193: Move imp.reload() to importlib http://bugs.python.org/issue18193 #18191: urllib2/urllib.parse.splitport does not handle IPv6 correctly http://bugs.python.org/issue18191 #18189: IDLE Improvements: Unit test for Delegator.py http://bugs.python.org/issue18189 #18185: Error in test_set.TestVariousIteratorArgs.test_inline_methods http://bugs.python.org/issue18185 #18184: Add range check for %c in PyUnicode_FromFormat http://bugs.python.org/issue18184 #18181: super vs. someclass.__getattribute__ http://bugs.python.org/issue18181 #18179: SMTP.local_hostname is undocumented http://bugs.python.org/issue18179 #18176: Builtins documentation refers to old version of UCD. http://bugs.python.org/issue18176 #18174: Make regrtest with --huntrleaks check for fd leaks http://bugs.python.org/issue18174 #18167: cgi.FieldStorage fails to handle multipart/form-data when \r\n http://bugs.python.org/issue18167 #18164: Embedding Python doc incorrectly refers to LINKFORSHARED http://bugs.python.org/issue18164 #18155: csv.Sniffer.has_header doesn't escape characters used in regex http://bugs.python.org/issue18155 Top 10 most discussed issues (10) ================================= #17947: Code, test, and doc review for PEP-0435 Enum http://bugs.python.org/issue17947 16 msgs #18181: super vs. someclass.__getattribute__ http://bugs.python.org/issue18181 11 msgs #3329: API for setting the memory allocator used by Python http://bugs.python.org/issue3329 10 msgs #17860: subprocess docs lack info how to use output result http://bugs.python.org/issue17860 8 msgs #18149: filecmp.cmp() incorrect results when previously compared file http://bugs.python.org/issue18149 7 msgs #18163: Add a 'key' attribute to KeyError http://bugs.python.org/issue18163 7 msgs #10581: Review and document string format accepted in numeric data typ http://bugs.python.org/issue10581 6 msgs #14455: plistlib unable to read json and binary plist files http://bugs.python.org/issue14455 6 msgs #18188: ERROR: test_no_optimize_flag on Mageia Linux Cauldron x86-64 w http://bugs.python.org/issue18188 6 msgs #18203: Replace calls to malloc() with PyMem_Malloc() http://bugs.python.org/issue18203 6 msgs Issues closed (38) ================== #5492: Error on leaving IDLE with quit() or exit() under Linux http://bugs.python.org/issue5492 closed by roger.serwy #6632: Include more chars in the decimal codec http://bugs.python.org/issue6632 closed by belopolsky #10382: Command line error marker misplaced on unicode entry http://bugs.python.org/issue10382 closed by belopolsky #14797: Deprecate imp.find_module()/load_module() http://bugs.python.org/issue14797 closed by brett.cannon #14813: Can't build under VS2008 anymore http://bugs.python.org/issue14813 closed by christian.heimes #15239: Abandoned Tools/unicode/mkstringprep.py http://bugs.python.org/issue15239 closed by serhiy.storchaka #15767: add ModuleNotFoundError http://bugs.python.org/issue15767 closed by brett.cannon #16102: uuid._netbios_getnode() is outdated http://bugs.python.org/issue16102 closed by serhiy.storchaka #17010: Windows launcher ignores active virtual environment http://bugs.python.org/issue17010 closed by vinay.sajip #17354: TypeError when running setup.py upload --show-response http://bugs.python.org/issue17354 closed by berker.peksag #17511: Idle find function closes after each find operation http://bugs.python.org/issue17511 closed by roger.serwy #17691: Fix test discovery for test_univnewlines.py http://bugs.python.org/issue17691 closed by ezio.melotti #17838: Can't assign a different value for sys.stdin in IDLE http://bugs.python.org/issue17838 closed by roger.serwy #17903: Python launcher for windows should search path for #!/usr/bin/ http://bugs.python.org/issue17903 closed by vinay.sajip #18038: Unhelpful error message on invalid encoding specification http://bugs.python.org/issue18038 closed by serhiy.storchaka #18048: Merging test_pep263.py and test_coding.py http://bugs.python.org/issue18048 closed by serhiy.storchaka #18055: Stop using imp in IDLE http://bugs.python.org/issue18055 closed by brett.cannon #18126: Update links to NumPy resources in documentation http://bugs.python.org/issue18126 closed by ezio.melotti #18150: Duplicate test inside TestSingleDispatch http://bugs.python.org/issue18150 closed by lukasz.langa #18157: remove usage of imp.load_module() from pydoc http://bugs.python.org/issue18157 closed by brett.cannon #18160: Packaging more coherent Python http://bugs.python.org/issue18160 closed by ezio.melotti #18169: struct.pack() behaves strangely for 'L' on 64bit Linux http://bugs.python.org/issue18169 closed by skrah #18171: os.path.expanduser does not use the system encoding http://bugs.python.org/issue18171 closed by r.david.murray #18172: New easter egg: insecure string pickle http://bugs.python.org/issue18172 closed by brian.curtin #18175: os.listdir(fd) leaks fd on error http://bugs.python.org/issue18175 closed by larry #18180: Refleak in test_imp on Windows http://bugs.python.org/issue18180 closed by sbt #18183: Calling .lower() on certain unicode string raises SystemError http://bugs.python.org/issue18183 closed by benjamin.peterson #18186: 2.x subprocess contains set notation http://bugs.python.org/issue18186 closed by berker.peksag #18187: Fix broken link in Doc/library/venv.rst http://bugs.python.org/issue18187 closed by ned.deily #18190: RuntimeError raised with re.search + re.DOTALL on empty string http://bugs.python.org/issue18190 closed by serhiy.storchaka #18196: IDLE: forward apply patch for handling SystemExit http://bugs.python.org/issue18196 closed by roger.serwy #18198: unittest discover should provide a way to define discovery at http://bugs.python.org/issue18198 closed by michael.foord #18200: Update stdlib to use ModuleNotFoundError http://bugs.python.org/issue18200 closed by brett.cannon #18204: distutils error showing upload error message http://bugs.python.org/issue18204 closed by berker.peksag #18205: PyOS_ReadlineFunctionPointer violates PyMem_Malloc() API: the http://bugs.python.org/issue18205 closed by haypo #18208: Wrong bytecode generated for 'in' operation http://bugs.python.org/issue18208 closed by amaury.forgeotdarc #18210: Problem creating extension in python3.3 with mingw32 http://bugs.python.org/issue18210 closed by amaury.forgeotdarc #18158: Delete test_importhooks http://bugs.python.org/issue18158 closed by brett.cannon
participants (1)
-
Python tracker