[Python-Dev] Summary of Python tracker Issues (original) (raw)
Python tracker status at bugs.python.org
Fri Sep 13 18:07:33 CEST 2013
- Previous message: [Python-Dev] Summary of Python tracker Issues
- Next message: [Python-Dev] Summary of Python tracker Issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ACTIVITY SUMMARY (2013-09-06 - 2013-09-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 4212 (+17) closed 26571 (+48) total 30783 (+65)
Open issues with patches: 1935
Issues opened (46)
#18939: Venv docs regarding original python install http://bugs.python.org/issue18939 reopened by gwideman
#18948: deliberately crashing tests should prevent core dumps http://bugs.python.org/issue18948 opened by pitrou
#18950: Miscellaneous fixes for the sunau module http://bugs.python.org/issue18950 opened by serhiy.storchaka
#18951: In unittest.TestCase.assertRegex change "re" and "regex" to "r http://bugs.python.org/issue18951 opened by py.user
#18955: Confusing documentation in Lib/importlib/util.py http://bugs.python.org/issue18955 opened by vajrasky
#18956: Document useful functions in ‘pydoc’ module http://bugs.python.org/issue18956 opened by bignose
#18958: Exception('No JSON object could be decoded') when parsing a va http://bugs.python.org/issue18958 opened by Gallaecio
#18959: Create a "Superseded modules" section in standard library ToC http://bugs.python.org/issue18959 opened by ncoghlan
#18960: First line can be executed twice http://bugs.python.org/issue18960 opened by serhiy.storchaka
#18961: Non-UTF8 encoding line http://bugs.python.org/issue18961 opened by serhiy.storchaka
#18965: 2to3 can produce illegal bytes literals http://bugs.python.org/issue18965 opened by serhiy.storchaka
#18966: Threads within multiprocessing Process terminate early http://bugs.python.org/issue18966 opened by pietvo
#18967: Find a less conflict prone approach to Misc/NEWS http://bugs.python.org/issue18967 opened by ncoghlan
#18968: Find a way to detect incorrectly skipped tests http://bugs.python.org/issue18968 opened by ncoghlan
#18969: test suite: enable faulthandler timeout in assert_python http://bugs.python.org/issue18969 opened by neologix
#18970: run_setup() behavior differs from cli invocation of setup.py http://bugs.python.org/issue18970 opened by l
#18971: Use argparse in the profile/cProfile modules http://bugs.python.org/issue18971 opened by serhiy.storchaka
#18972: Use argparse in email example scripts http://bugs.python.org/issue18972 opened by serhiy.storchaka
#18973: Use argparse in the calendar module http://bugs.python.org/issue18973 opened by serhiy.storchaka
#18974: Use argparse in the diff script http://bugs.python.org/issue18974 opened by serhiy.storchaka
#18975: timeit: Use thousands separators and print number of loops per http://bugs.python.org/issue18975 opened by jstasiak
#18976: distutils/command/build_ext passes wrong linker flags http://bugs.python.org/issue18976 opened by Benedikt.Morbach
#18977: The -t option has no effect in for uu command-line http://bugs.python.org/issue18977 opened by serhiy.storchaka
#18978: Allow urllib.request.Request subclasses to override method http://bugs.python.org/issue18978 opened by jason.coombs
#18979: Use argparse in the uu module http://bugs.python.org/issue18979 opened by serhiy.storchaka
#18981: Typo in the ctypes tests http://bugs.python.org/issue18981 opened by Anoop.Thomas.Mathew
#18982: Add tests for CLI of the calendar module http://bugs.python.org/issue18982 opened by serhiy.storchaka
#18983: Specify time unit for timeit CLI http://bugs.python.org/issue18983 opened by serhiy.storchaka
#18985: Improve the documentation in fcntl module http://bugs.python.org/issue18985 opened by vajrasky
#18986: Add a case-insensitive case-preserving dict http://bugs.python.org/issue18986 opened by pitrou
#18987: distutils.utils.get_platform() for 32-bit Python on a 64-bit m http://bugs.python.org/issue18987 opened by sferencik
#18989: reuse of enum names in class creation inconsistent http://bugs.python.org/issue18989 opened by ethan.furman
#18990: Remove unnecessary API inconsistency from ElementTree.XMLPullP http://bugs.python.org/issue18990 opened by scoder
#18993: There is an overshadowed and invalid test in testmock.py http://bugs.python.org/issue18993 opened by vajrasky
#18994: Inside fcntl module, we does not check the return code of all_ http://bugs.python.org/issue18994 opened by vajrasky
#18995: Enum does not work with reversed http://bugs.python.org/issue18995 opened by vajrasky
#18996: unittest: more helpful truncating long strings http://bugs.python.org/issue18996 opened by serhiy.storchaka
#18998: iter() not working in ElementTree http://bugs.python.org/issue18998 opened by Kronuz
#18999: Robustness issues in multiprocessing.{get,set}_start_method http://bugs.python.org/issue18999 opened by larsmans
#19001: test_gdb fails on Fedora buildbot http://bugs.python.org/issue19001 opened by pitrou
#19003: email.generator.BytesGenerator corrupts data by changing line http://bugs.python.org/issue19003 opened by Alexander.Kruppa
#19005: PyIter_Next crashes if passed a non-iterator http://bugs.python.org/issue19005 opened by abacabadabacaba
#19006: UnitTest docs should have a single list of assertions http://bugs.python.org/issue19006 opened by roysmith
#19007: precise time.time() under Windows 8 http://bugs.python.org/issue19007 opened by pitrou
#19009: Enhance HTTPResponse.readline() performance http://bugs.python.org/issue19009 opened by kristjan.jonsson
#19010: Make XMLPullParser in ElementTree inherit from XMLParser http://bugs.python.org/issue19010 opened by scoder
Most recent 15 issues with no replies (15)
#19010: Make XMLPullParser in ElementTree inherit from XMLParser http://bugs.python.org/issue19010
#19005: PyIter_Next crashes if passed a non-iterator http://bugs.python.org/issue19005
#19003: email.generator.BytesGenerator corrupts data by changing line http://bugs.python.org/issue19003
#19001: test_gdb fails on Fedora buildbot http://bugs.python.org/issue19001
#18996: unittest: more helpful truncating long strings http://bugs.python.org/issue18996
#18994: Inside fcntl module, we does not check the return code of all_ http://bugs.python.org/issue18994
#18985: Improve the documentation in fcntl module http://bugs.python.org/issue18985
#18982: Add tests for CLI of the calendar module http://bugs.python.org/issue18982
#18981: Typo in the ctypes tests http://bugs.python.org/issue18981
#18979: Use argparse in the uu module http://bugs.python.org/issue18979
#18977: The -t option has no effect in for uu command-line http://bugs.python.org/issue18977
#18976: distutils/command/build_ext passes wrong linker flags http://bugs.python.org/issue18976
#18974: Use argparse in the diff script http://bugs.python.org/issue18974
#18972: Use argparse in email example scripts http://bugs.python.org/issue18972
#18971: Use argparse in the profile/cProfile modules http://bugs.python.org/issue18971
Most recent 15 issues waiting for review (15)
#19009: Enhance HTTPResponse.readline() performance http://bugs.python.org/issue19009
#18999: Robustness issues in multiprocessing.{get,set}_start_method http://bugs.python.org/issue18999
#18996: unittest: more helpful truncating long strings http://bugs.python.org/issue18996
#18995: Enum does not work with reversed http://bugs.python.org/issue18995
#18994: Inside fcntl module, we does not check the return code of all_ http://bugs.python.org/issue18994
#18993: There is an overshadowed and invalid test in testmock.py http://bugs.python.org/issue18993
#18990: Remove unnecessary API inconsistency from ElementTree.XMLPullP http://bugs.python.org/issue18990
#18989: reuse of enum names in class creation inconsistent http://bugs.python.org/issue18989
#18986: Add a case-insensitive case-preserving dict http://bugs.python.org/issue18986
#18985: Improve the documentation in fcntl module http://bugs.python.org/issue18985
#18982: Add tests for CLI of the calendar module http://bugs.python.org/issue18982
#18981: Typo in the ctypes tests http://bugs.python.org/issue18981
#18979: Use argparse in the uu module http://bugs.python.org/issue18979
#18978: Allow urllib.request.Request subclasses to override method http://bugs.python.org/issue18978
#18977: The -t option has no effect in for uu command-line http://bugs.python.org/issue18977
Top 10 most discussed issues (10)
#18986: Add a case-insensitive case-preserving dict http://bugs.python.org/issue18986 46 msgs
#18943: argparse: default args in mutually exclusive groups http://bugs.python.org/issue18943 12 msgs
#18999: Robustness issues in multiprocessing.{get,set}_start_method http://bugs.python.org/issue18999 12 msgs
#17797: Visual C++ 11.0 reports fileno(stdin) == 0 for non-console pro http://bugs.python.org/issue17797 10 msgs
#18967: Find a less conflict prone approach to Misc/NEWS http://bugs.python.org/issue18967 10 msgs
#18975: timeit: Use thousands separators and print number of loops per http://bugs.python.org/issue18975 10 msgs
#18987: distutils.utils.get_platform() for 32-bit Python on a 64-bit m http://bugs.python.org/issue18987 10 msgs
#5815: locale.getdefaultlocale() missing corner case http://bugs.python.org/issue5815 9 msgs
#18829: csv produces confusing error message when passed a non-string http://bugs.python.org/issue18829 8 msgs
#1565525: tracebacks eat up memory by holding references to locals and g http://bugs.python.org/issue1565525 8 msgs
Issues closed (46)
#14927: add "Do not supply 'int' argument" to random.shuffle docstring http://bugs.python.org/issue14927 closed by orsenthil
#14971: (unittest) loadTestsFromName does not work on method with a de http://bugs.python.org/issue14971 closed by python-dev
#17324: SimpleHTTPServer serves files even if the URL has a trailing s http://bugs.python.org/issue17324 closed by orsenthil
#18033: Example for Profile Module shows incorrect method http://bugs.python.org/issue18033 closed by orsenthil
#18206: license url in site.py should always use X.Y.Z form of version http://bugs.python.org/issue18206 closed by orsenthil
#18301: In itertools.chain.from_iterable() there is no cls argument http://bugs.python.org/issue18301 closed by rhettinger
#18438: Obsolete url in comment inside decimal module http://bugs.python.org/issue18438 closed by orsenthil
#18553: os.isatty() is not Unix only http://bugs.python.org/issue18553 closed by orsenthil
#18623: Factor out the _SuppressCoreFiles context manager http://bugs.python.org/issue18623 closed by pitrou
#18752: Make chain.from_iterable an alias for a new chain_iterable. http://bugs.python.org/issue18752 closed by rhettinger
#18784: minor uuid.py loading optimization http://bugs.python.org/issue18784 closed by serhiy.storchaka
#18800: Document Fraction's numerator and denominator properties http://bugs.python.org/issue18800 closed by orsenthil
#18808: Thread.join returns before PyThreadState is destroyed http://bugs.python.org/issue18808 closed by pitrou
#18815: DOCUMENTATION: "mmap .close()" doesn't close the underlying fi http://bugs.python.org/issue18815 closed by orsenthil
#18818: Empty PYTHONIOENCODING is not the same as nonexistent http://bugs.python.org/issue18818 closed by serhiy.storchaka
#18821: Add .lastitem attribute to takewhile instances http://bugs.python.org/issue18821 closed by rhettinger
#18852: site.py does not handle readline.doc being None http://bugs.python.org/issue18852 closed by r.david.murray
#18894: In unittest.TestResult.failures remove deprecated fail* method http://bugs.python.org/issue18894 closed by ezio.melotti
#18895: In unittest.TestResult.addError split the sentence http://bugs.python.org/issue18895 closed by ezio.melotti
#18904: Unnecessary test in file descriptor inheritance test http://bugs.python.org/issue18904 closed by haypo
#18908: Enum docs: sections leak out http://bugs.python.org/issue18908 closed by python-dev
#18915: ssl.wrap_socket, pass in certfile and keyfile as PEM strings http://bugs.python.org/issue18915 closed by asvetlov
#18917: python won't display greek characters in apache under windows http://bugs.python.org/issue18917 closed by nickl1
#18934: multiprocessing: use selectors module http://bugs.python.org/issue18934 closed by neologix
#18935: test_regrtest.test_timeout failure http://bugs.python.org/issue18935 closed by neologix
#18944: Minor mistake in test_set.py http://bugs.python.org/issue18944 closed by tim.peters
#18946: HTMLParser should ignore errors when parsing text in