[Python-Dev] Summary of Python tracker Issues (original) (raw)
Python tracker status at bugs.python.org
Fri Feb 20 18:08:17 CET 2015
- 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 (2015-02-13 - 2015-02-20) 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 4770 (-20) closed 30484 (+54) total 35254 (+34)
Open issues with patches: 2239
Issues opened (24)
#23018: Add version info to python http://bugs.python.org/issue23018 reopened by serhiy.storchaka
#23460: Decimals do not obey ':g' exponential notation formatting rule http://bugs.python.org/issue23460 opened by ikelly
#23462: All os.exec*e variants crash on Windows http://bugs.python.org/issue23462 opened by nicolaje
#23464: Remove or deprecate JoinableQueue in asyncio docs http://bugs.python.org/issue23464 opened by emptysquare
#23465: Implement PEP 486 - Make the Python Launcher aware of virtual http://bugs.python.org/issue23465 opened by pmoore
#23466: PEP 461: Inconsistency between str and bytes formatting of int http://bugs.python.org/issue23466 opened by serhiy.storchaka
#23467: Improve byte formatting compatibility between Py2 and Py3 http://bugs.python.org/issue23467 opened by serhiy.storchaka
#23469: Delete Misc/*.wpr files http://bugs.python.org/issue23469 opened by berker.peksag
#23470: OpenBSD buildbot uses wrong stdlib http://bugs.python.org/issue23470 opened by serhiy.storchaka
#23471: 404 Not Found when downloading Python 3.4.3rc1 Documentation http://bugs.python.org/issue23471 opened by stringsonfire
#23472: Setup locales on buildbots http://bugs.python.org/issue23472 opened by serhiy.storchaka
#23476: SSL cert verify fail for "www.verisign.com" http://bugs.python.org/issue23476 opened by nagle
#23477: Increase coverage for wsgiref module http://bugs.python.org/issue23477 opened by ashkop
#23484: SemLock acquire() keyword arg 'blocking' is invalid http://bugs.python.org/issue23484 opened by td
#23485: PEP 475: handle EINTR in the select and selectors module http://bugs.python.org/issue23485 opened by haypo
#23486: Enum member lookup is 20x slower than normal class attribute l http://bugs.python.org/issue23486 opened by craigh
#23487: argparse: add_subparsers 'action' broken http://bugs.python.org/issue23487 opened by derks
#23488: Random objects twice as big as necessary on 64-bit builds http://bugs.python.org/issue23488 opened by rhettinger
#23489: atexit handlers are not executed when using multiprocessing.Po http://bugs.python.org/issue23489 opened by juj
#23490: allocation (and overwrite) of a 0 byte buffer http://bugs.python.org/issue23490 opened by pkt
#23491: PEP 441 - Improving Python Zip Application Support http://bugs.python.org/issue23491 opened by pmoore
#23492: Argument Clinic: improve generated parser for 1-argument funct http://bugs.python.org/issue23492 opened by serhiy.storchaka
#23493: optimize sort_keys in json module by using operator.itemgetter http://bugs.python.org/issue23493 opened by wbolster
#433028: SRE: (?flag:...) is not supported http://bugs.python.org/issue433028 reopened by serhiy.storchaka
Most recent 15 issues with no replies (15)
#23493: optimize sort_keys in json module by using operator.itemgetter http://bugs.python.org/issue23493
#23492: Argument Clinic: improve generated parser for 1-argument funct http://bugs.python.org/issue23492
#23487: argparse: add_subparsers 'action' broken http://bugs.python.org/issue23487
#23485: PEP 475: handle EINTR in the select and selectors module http://bugs.python.org/issue23485
#23484: SemLock acquire() keyword arg 'blocking' is invalid http://bugs.python.org/issue23484
#23470: OpenBSD buildbot uses wrong stdlib http://bugs.python.org/issue23470
#23469: Delete Misc/*.wpr files http://bugs.python.org/issue23469
#23464: Remove or deprecate JoinableQueue in asyncio docs http://bugs.python.org/issue23464
#23459: Linux: expose the new execveat() syscall http://bugs.python.org/issue23459
#23456: asyncio: add missing @coroutine decorators http://bugs.python.org/issue23456
#23455: file iterator "deemed broken"; can resume after StopIteration http://bugs.python.org/issue23455
#23444: HCI Bluetooth socket bind error on an arm crosscompiled enviro http://bugs.python.org/issue23444
#23443: XMLRPCLIB Exception uses str not class or instance http://bugs.python.org/issue23443
#23436: xml.dom.minidom.Element.ownerDocument is hiden http://bugs.python.org/issue23436
#23423: XPath Support in ElementTree doc omission http://bugs.python.org/issue23423
Most recent 15 issues waiting for review (15)
#23492: Argument Clinic: improve generated parser for 1-argument funct http://bugs.python.org/issue23492
#23491: PEP 441 - Improving Python Zip Application Support http://bugs.python.org/issue23491
#23490: allocation (and overwrite) of a 0 byte buffer http://bugs.python.org/issue23490
#23488: Random objects twice as big as necessary on 64-bit builds http://bugs.python.org/issue23488
#23486: Enum member lookup is 20x slower than normal class attribute l http://bugs.python.org/issue23486
#23477: Increase coverage for wsgiref module http://bugs.python.org/issue23477
#23469: Delete Misc/*.wpr files http://bugs.python.org/issue23469
#23466: PEP 461: Inconsistency between str and bytes formatting of int http://bugs.python.org/issue23466
#23465: Implement PEP 486 - Make the Python Launcher aware of virtual http://bugs.python.org/issue23465
#23458: [2.7] random: make the file descriptor non-inheritable (on POS http://bugs.python.org/issue23458
#23456: asyncio: add missing @coroutine decorators http://bugs.python.org/issue23456
#23451: Deprecation warnings building 3.5 Visual Studio Windows 8.1 64 http://bugs.python.org/issue23451
#23444: HCI Bluetooth socket bind error on an arm crosscompiled enviro http://bugs.python.org/issue23444
#23441: rlcompleter: tab on empty prefix => insert spaces http://bugs.python.org/issue23441
#23440: Extend http.server.SimpleHTTPRequestHandler testing http://bugs.python.org/issue23440
Top 10 most discussed issues (10)
#22107: tempfile module misinterprets access denied error on Windows http://bugs.python.org/issue22107 16 msgs
#21998: asyncio: support fork http://bugs.python.org/issue21998 8 msgs
#22928: HTTP header injection in urrlib2/urllib/httplib/http.client http://bugs.python.org/issue22928 8 msgs
#23465: Implement PEP 486 - Make the Python Launcher aware of virtual http://bugs.python.org/issue23465 7 msgs
#23486: Enum member lookup is 20x slower than normal class attribute l http://bugs.python.org/issue23486 7 msgs
#21257: Document parse_headers function of http.client http://bugs.python.org/issue21257 6 msgs
#3566: httplib persistent connections violate MUST in RFC2616 sec 8.1 http://bugs.python.org/issue3566 5 msgs
#20699: Document that binary IO classes work with bytes-likes objects http://bugs.python.org/issue20699 5 msgs
#23425: Windows getlocale unix-like with french, german, portuguese, s http://bugs.python.org/issue23425 5 msgs
#23452: Build errors using VS Express 2013 in win32 mode http://bugs.python.org/issue23452 5 msgs
Issues closed (53)
#4773: HTTPMessage not documented and has inconsistent API across Py2 http://bugs.python.org/issue4773 closed by berker.peksag
#9099: multiprocessing/win32: WindowsError: [Error 0] Success on Pipe http://bugs.python.org/issue9099 closed by davin
#9119: Python download page needs to mention crypto code in Windows i http://bugs.python.org/issue9119 closed by berker.peksag
#9913: Misc/SpecialBuilds.txt is out of date http://bugs.python.org/issue9913 closed by belopolsky
#12782: Multiple context expressions do not support parentheses for co http://bugs.python.org/issue12782 closed by barry
#14559: (2.7.3 Regression) PC\8.0 directory can no longer be used to http://bugs.python.org/issue14559 closed by steve.dower
#14672: Windows installer: add desktop shortcut(s) http://bugs.python.org/issue14672 closed by steve.dower
#14910: argparse: disable abbreviation http://bugs.python.org/issue14910 closed by berker.peksag
#16111: Python 2.7.3 Windows MSI installer installs the VC++ 9 dlls di http://bugs.python.org/issue16111 closed by loewis
#16361: HTTPS/TLS Problem in Python 3.3 http://bugs.python.org/issue16361 closed by loewis
#17033: RPM spec file has old config_binsuffix value http://bugs.python.org/issue17033 closed by benjamin.peterson
#17753: test_zipfile: requires write access to test and email.test http://bugs.python.org/issue17753 closed by serhiy.storchaka
#19105: pprint doesn't use all width http://bugs.python.org/issue19105 closed by serhiy.storchaka
#19681: test_repr (test.test_functools.TestPartialC) failures http://bugs.python.org/issue19681 closed by serhiy.storchaka
#19792: pathlib does not support symlink in Windows XP http://bugs.python.org/issue19792 closed by steve.dower
#20833: scripts\pydocgui.pyw out of date http://bugs.python.org/issue20833 closed by berker.peksag
#21548: pydoc -k IndexError on empty docstring http://bugs.python.org/issue21548 closed by berker.peksag
#21849: Fix multiprocessing for non-ascii data http://bugs.python.org/issue21849 closed by serhiy.storchaka
#21898: .hgignore: Missing ignores for Eclipse/pydev http://bugs.python.org/issue21898 closed by berker.peksag
#22235: httplib: TypeError with file() object in ssl.py http://bugs.python.org/issue22235 closed by r.david.murray
#22633: Memory disclosure/buffer overread via bug in Py_FrozenMain http://bugs.python.org/issue22633 closed by python-dev
#22735: Fix various crashes exposed through mro() customization http://bugs.python.org/issue22735 closed by berker.peksag
#22844: test_gdb failure on Debian Wheezy for Z http://bugs.python.org/issue22844 closed by serhiy.storchaka
#22883: Get rid of references to PyInt in Py3 sources http://bugs.python.org/issue22883 closed by serhiy.storchaka
#22885: Arbitrary code execution vulnerability due to unchecked eval() http://bugs.python.org/issue22885 closed by serhiy.storchaka
#23096: Implementation-depended pickling floats with protocol 0 http://bugs.python.org/issue23096 closed by serhiy.storchaka
#23146: Incosistency in pathlib between / and
http://bugs.python.org/issue23146 closed by pitrou
#23169: Reflect that PreReq and BuildPreReq are deprecated in the late http://bugs.python.org/issue23169 closed by benjamin.peterson
#23233: TypeError in ./setup.py http://bugs.python.org/issue23233 closed by serhiy.storchaka
#23239: SSL match_hostname does not accept IP Address http://bugs.python.org/issue23239 closed by pitrou
#23408: Pickle tests use incorrect test data http://bugs.python.org/issue23408 closed by serhiy.storchaka
#23410: Document more BaseHTTPRequestHandler attributes http://bugs.python.org/issue23410 closed by python-dev
#23418: Keep http.server.all up to date http://bugs.python.org/issue23418 closed by berker.peksag
#23422: Clarify docs for importlib.import_module() http://bugs.python.org/issue23422 closed by brett.cannon
#23424: Unicode character ends interactive session http://bugs.python.org/issue23424 closed by terry.reedy
#23437: Make user scripts directory versioned on Windows http://bugs.python.org/issue23437 closed by python-dev
#23439: Fixed http.client.all and added a test http://bugs.python.org/issue23439 closed by berker.peksag
#23442: http.client.REQUEST_HEADER_FIELDS_TOO_LARGE renamed in 3.5 http://bugs.python.org/issue23442 closed by berker.peksag
#23446: Use PyMem_New instead of PyMem_Malloc http://bugs.python.org/issue23446 closed by serhiy.storchaka
#23450: Possible loss of data warnings building 3.5 Visual Studio Wind http://bugs.python.org/issue23450 closed by serhiy.storchaka
#23457: make test failures http://bugs.python.org/issue23457 closed by dcrs6000 at gmail.com
#23461: Building on windows modifies importlib.h http://bugs.python.org/issue23461 closed by steve.dower
#23463: Incorrect behaviour when opening files containing colons on Wi http://bugs.python.org/issue23463 closed by tim.golden
#23468: ISO 8601 datetime process http://bugs.python.org/issue23468 closed by belopolsky
#23473: Allow namedtuple to be JSON encoded as dict http://bugs.python.org/issue23473 closed by serhiy.storchaka
#23474: Enhance locale testing http://bugs.python.org/issue23474 closed by serhiy.storchaka
#23475: asyncio: reference leak in test_close_kill_running() http://bugs.python.org/issue23475 closed by haypo
#23478: A list arg with default value inside function got appended eac http://bugs.python.org/issue23478 closed by benjamin.peterson
#23479: str.format() breaks object duck typing http://bugs.python.org/issue23479 closed by r.david.murray
#23480: Minor typo http://bugs.python.org/issue23480 closed by SilentGhost
#23481: SSL module should not offer RC4 based cipher suites for client http://bugs.python.org/issue23481 closed by python-dev
#23482: sqlite3_d.dll is not included in installer http://bugs.python.org/issue23482 closed by python-dev
#23483: python 2.7 builds using icc http://bugs.python.org/issue23483 closed by SilentGhost
- 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 ]