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

Python tracker status at bugs.python.org
Fri Dec 5 18:08:00 CET 2014


ACTIVITY SUMMARY (2014-11-28 - 2014-12-05) 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 4666 ( -2) closed 30095 (+39) total 34761 (+37)

Open issues with patches: 2173

Issues opened (28)

#9179: Lookback with group references incorrect (two issues?) http://bugs.python.org/issue9179 reopened by serhiy.storchaka

#22619: Possible implementation of negative limit for traceback functi http://bugs.python.org/issue22619 reopened by vlth

#22922: asyncio: call_soon() should raise an exception if the event lo http://bugs.python.org/issue22922 reopened by haypo

#22964: dbm.open(..., "x") http://bugs.python.org/issue22964 opened by Antony.Lee

#22968: Lib/types.py nit: isinstance != PyType_IsSubtype http://bugs.python.org/issue22968 opened by gmt

#22969: Compile fails with --without-signal-module http://bugs.python.org/issue22969 opened by KHH

#22970: Cancelling wait() after notification leaves Condition in an in http://bugs.python.org/issue22970 opened by dcoles

#22971: test_pickle: "Fatal Python error: Cannot recover from stack ov http://bugs.python.org/issue22971 opened by haypo

#22972: Timeout making ajax calls to SimpleHTTPServer from internet ex http://bugs.python.org/issue22972 opened by Andrew.Burrows

#22976: multiprocessing Queue empty() is broken on Windows http://bugs.python.org/issue22976 opened by Radosław.Szkodziński

#22977: Unformatted “Windows Error 0x%X” exception message on Wine http://bugs.python.org/issue22977 opened by vadmium

#22980: C extension naming doesn't take bitness into account http://bugs.python.org/issue22980 opened by pitrou

#22981: Use CFLAGS when extracting multiarch http://bugs.python.org/issue22981 opened by pitrou

#22982: BOM incorrectly inserted before writing, after seeking in text http://bugs.python.org/issue22982 opened by MarkIngramUK

#22983: Cookie parsing should be more permissive http://bugs.python.org/issue22983 opened by demian.brecht

#22984: test_json.test_endless_recursion(): "Fatal Python error: Canno http://bugs.python.org/issue22984 opened by haypo

#22985: Segfault on time.sleep http://bugs.python.org/issue22985 opened by Omer.Katz

#22986: Improved handling of class assignment http://bugs.python.org/issue22986 opened by njs

#22988: No error when yielding from finally http://bugs.python.org/issue22988 opened by fov

#22989: HTTPResponse.msg not as documented http://bugs.python.org/issue22989 opened by bastik

#22990: bdist installation dialog http://bugs.python.org/issue22990 opened by Alan

#22991: test_gdb leaves the terminal in raw mode with gdb 7.8.1 http://bugs.python.org/issue22991 opened by xdegaye

#22992: Adding a git developer's guide to Mercurial to devguide http://bugs.python.org/issue22992 opened by demian.brecht

#22993: Plistlib fails on certain valid plist values http://bugs.python.org/issue22993 opened by Connor.Wolf

#22995: Restrict default pickleability http://bugs.python.org/issue22995 opened by serhiy.storchaka

#22996: Order of _io objects finalization can lose data in reference c http://bugs.python.org/issue22996 opened by pitrou

#22997: Minor improvements to "Functional API" section of Enum documen http://bugs.python.org/issue22997 opened by simeon.visser

#22998: inspect.Signature and default arguments http://bugs.python.org/issue22998 opened by doerwalter

Most recent 15 issues with no replies (15)

#22990: bdist installation dialog http://bugs.python.org/issue22990

#22989: HTTPResponse.msg not as documented http://bugs.python.org/issue22989

#22985: Segfault on time.sleep http://bugs.python.org/issue22985

#22981: Use CFLAGS when extracting multiarch http://bugs.python.org/issue22981

#22970: Cancelling wait() after notification leaves Condition in an in http://bugs.python.org/issue22970

#22969: Compile fails with --without-signal-module http://bugs.python.org/issue22969

#22964: dbm.open(..., "x") http://bugs.python.org/issue22964

#22962: ipaddress: Add optional prefixlen argument to ip_interface and http://bugs.python.org/issue22962

#22958: Constructors of weakref mapping classes don't accept "self" an http://bugs.python.org/issue22958

#22956: Improved support for prepared SQL statements http://bugs.python.org/issue22956

#22947: Enable 'imageop' - "Multimedia Srvices Feature module" for 64- http://bugs.python.org/issue22947

#22942: Language Reference - optional comma http://bugs.python.org/issue22942

#22928: HTTP header injection in urrlib2/urllib/httplib/http.client http://bugs.python.org/issue22928

#22907: Misc/python-config.sh.in: ensure sed invocations only match be http://bugs.python.org/issue22907

#22893: Idle: future does not work in startup code. http://bugs.python.org/issue22893

Most recent 15 issues waiting for review (15)

#22998: inspect.Signature and default arguments http://bugs.python.org/issue22998

#22997: Minor improvements to "Functional API" section of Enum documen http://bugs.python.org/issue22997

#22992: Adding a git developer's guide to Mercurial to devguide http://bugs.python.org/issue22992

#22991: test_gdb leaves the terminal in raw mode with gdb 7.8.1 http://bugs.python.org/issue22991

#22986: Improved handling of class assignment http://bugs.python.org/issue22986

#22984: test_json.test_endless_recursion(): "Fatal Python error: Canno http://bugs.python.org/issue22984

#22970: Cancelling wait() after notification leaves Condition in an in http://bugs.python.org/issue22970

#22968: Lib/types.py nit: isinstance != PyType_IsSubtype http://bugs.python.org/issue22968

#22955: Pickling of methodcaller, attrgetter, and itemgetter http://bugs.python.org/issue22955

#22952: multiprocessing doc introduction not in affirmative tone http://bugs.python.org/issue22952

#22947: Enable 'imageop' - "Multimedia Srvices Feature module" for 64- http://bugs.python.org/issue22947

#22946: urllib gives incorrect url after open when using HTTPS http://bugs.python.org/issue22946

#22941: IPv4Interface arithmetic changes subnet mask http://bugs.python.org/issue22941

#22935: Disabling SSLv3 support http://bugs.python.org/issue22935

#22932: email.utils.formatdate uses unreliable time.timezone constant http://bugs.python.org/issue22932

Top 10 most discussed issues (10)

#22980: C extension naming doesn't take bitness into account http://bugs.python.org/issue22980 25 msgs

#17852: Built-in module _io can loose data from buffered files at exit http://bugs.python.org/issue17852 23 msgs

#22356: mention explicitly that stdlib assumes gmtime(0) epoch is 1970 http://bugs.python.org/issue22356 8 msgs

#22906: PEP 479: Change StopIteration handling inside generators http://bugs.python.org/issue22906 8 msgs

#22955: Pickling of methodcaller, attrgetter, and itemgetter http://bugs.python.org/issue22955 8 msgs

#9179: Lookback with group references incorrect (two issues?) http://bugs.python.org/issue9179 6 msgs

#16329: mimetypes does not support webm type http://bugs.python.org/issue16329 6 msgs

#22922: asyncio: call_soon() should raise an exception if the event lo http://bugs.python.org/issue22922 6 msgs

#22931: cookies with square brackets in value http://bugs.python.org/issue22931 6 msgs

#22959: http.client.HTTPSConnection checks hostname when SSL context h http://bugs.python.org/issue22959 6 msgs

Issues closed (37)

#3068: IDLE - Add an extension configuration dialog http://bugs.python.org/issue3068 closed by terry.reedy

#12987: Demo/scripts/newslist.py has non-free licensing terms http://bugs.python.org/issue12987 closed by terry.reedy

#13027: python 2.6.6 interpreter core dumps on modules command from he http://bugs.python.org/issue13027 closed by serhiy.storchaka

#14099: ZipFile.open() should not reopen the underlying file http://bugs.python.org/issue14099 closed by serhiy.storchaka

#16569: Preventing errors of simultaneous access in zipfile http://bugs.python.org/issue16569 closed by serhiy.storchaka

#18053: Add checks for Misc/NEWS in make patchcheck http://bugs.python.org/issue18053 closed by terry.reedy

#19834: Unpickling exceptions pickled by Python 2 http://bugs.python.org/issue19834 closed by doerwalter

#20335: bytes constructor accepts more than one argument even if the f http://bugs.python.org/issue20335 closed by serhiy.storchaka

#21032: Socket leak if HTTPConnection.getresponse() fails http://bugs.python.org/issue21032 closed by serhiy.storchaka

#22389: Add contextlib.redirect_stderr() http://bugs.python.org/issue22389 closed by berker.peksag

#22407: re.LOCALE is nonsensical for Unicode http://bugs.python.org/issue22407 closed by serhiy.storchaka

#22429: asyncio: pending call to loop.stop() if a coroutine raises a B http://bugs.python.org/issue22429 closed by python-dev

#22473: The gloss on asyncio "future with run_forever" example is conf http://bugs.python.org/issue22473 closed by python-dev

#22475: asyncio task get_stack documentation seems to contradict itsel http://bugs.python.org/issue22475 closed by python-dev

#22599: traceback: errors in the linecache module at exit http://bugs.python.org/issue22599 closed by haypo

#22768: Add a way to get the peer certificate of a SSL Transport http://bugs.python.org/issue22768 closed by haypo

#22838: Convert re tests to unittest http://bugs.python.org/issue22838 closed by serhiy.storchaka

#22895: test failure introduced by the fix for issue #22462 http://bugs.python.org/issue22895 closed by pitrou

#22902: Use 'ip' for uuid.getnode() http://bugs.python.org/issue22902 closed by serhiy.storchaka

#22909: [argparse] Using parse_known_args, unknown arg with space in v http://bugs.python.org/issue22909 closed by berker.peksag

#22914: Rewrite of Python 2/3 porting HOWTO http://bugs.python.org/issue22914 closed by brett.cannon

#22924: Use of deprecated cgi.escape http://bugs.python.org/issue22924 closed by serhiy.storchaka

#22943: bsddb: test_queue fails on Windows http://bugs.python.org/issue22943 closed by serhiy.storchaka

#22951: unexpected return from float.repr() for inf, -inf, nan http://bugs.python.org/issue22951 closed by terry.reedy

#22960: xmlrpc.client.ServerProxy() should accept a custom SSL context http://bugs.python.org/issue22960 closed by benjamin.peterson

#22963: broken link in PEP 102 http://bugs.python.org/issue22963 closed by berker.peksag

#22965: smtplib.py: senderrs[each] -> TypeError: unhashable instance http://bugs.python.org/issue22965 closed by r.david.murray

#22966: py_compile: foo.bar.py → pycache/foo.cpython-34.pyc http://bugs.python.org/issue22966 closed by barry

#22967: tempfile.py does not work in windows8 http://bugs.python.org/issue22967 closed by zach.ware

#22973: hash() function gives the same result for -1 and for -2 argume http://bugs.python.org/issue22973 closed by eric.smith

#22974: Make traceback functions support negative limits http://bugs.python.org/issue22974 closed by vlth

#22975: Crosses initialization? http://bugs.python.org/issue22975 closed by serhiy.storchaka

#22978: Logical Negation of NotImplemented http://bugs.python.org/issue22978 closed by r.david.murray

#22979: Use of None in min and max http://bugs.python.org/issue22979 closed by r.david.murray

#22987: ssl module documentation: incorrect compatibility matrix http://bugs.python.org/issue22987 closed by pitrou

#22994: datetime buggy http://bugs.python.org/issue22994 closed by r.david.murray

#22999: Copying emoji to Windows clipboard corrupts string in Python 3 http://bugs.python.org/issue22999 closed by amaury.forgeotdarc



More information about the Python-Dev mailing list