
ACTIVITY SUMMARY (2014-02-21 - 2014-02-28) 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 4582 (+24) closed 27999 (+62) total 32581 (+86)
Open issues with patches: 2073
Issues opened (53) ==================
#20693: Sidebar scrolls down 2x as fast as page content http://bugs.python.org/issue20693 reopened by georg.brandl
#20726: inspect: Make Signature instances picklable http://bugs.python.org/issue20726 opened by yselivanov
#20727: Improved roundrobin itertools recipe http://bugs.python.org/issue20727 opened by david.lindquist
#20728: Remove unused import from base64 http://bugs.python.org/issue20728 opened by Claudiu.Popa
#20729: mailbox.Mailbox does odd hasattr() check http://bugs.python.org/issue20729 opened by Rosuav
#20736: test_socket: testSendmsgDontWait needlessly skipped on Linux http://bugs.python.org/issue20736 opened by baikie
#20737: 3.3 _thread lock.acquire() timeout and threading.Event().wait( http://bugs.python.org/issue20737 opened by raruler
#20739: PEP 463 (except expression) implementation http://bugs.python.org/issue20739 opened by twouters
#20741: Documentation archives should be available also in tar.xz form http://bugs.python.org/issue20741 opened by Arfrever
#20742: 2to3 zip fixer doesn't fix for loops. http://bugs.python.org/issue20742 opened by drj
#20744: shutil should not use distutils http://bugs.python.org/issue20744 opened by doko
#20745: test_statistics fails in refleak mode http://bugs.python.org/issue20745 opened by pitrou
#20746: test_pdb fails in refleak mode http://bugs.python.org/issue20746 opened by pitrou
#20747: Charset.header_encode in email.charset doesn't take a maxlinel http://bugs.python.org/issue20747 opened by rednaw
#20748: 3.4rc2 MSI uninstallation leaves behind ensurepip _uninstall . http://bugs.python.org/issue20748 opened by loewis
#20749: shutil.unpack_archive(): security concerns not documented http://bugs.python.org/issue20749 opened by jwilk
#20750: Roundtrip-test tokenize.untokenize(iterable_of_5_tuples) http://bugs.python.org/issue20750 opened by terry.reedy
#20751: Misleading examples in the descriptor protocol documentation http://bugs.python.org/issue20751 opened by zuo
#20752: Difflib should provide the option of overriding the SequenceMa http://bugs.python.org/issue20752 opened by offby1
#20753: disable test_robotparser test that uses an invalid URL http://bugs.python.org/issue20753 opened by larry
#20754: distutils should use SafeConfigParser http://bugs.python.org/issue20754 opened by alunduil
#20756: Segmentation fault with unoconv http://bugs.python.org/issue20756 opened by Sworddragon
#20758: mimetypes initialization order http://bugs.python.org/issue20758 opened by chid
#20760: test_compileall test getting failed on 3.4 RC http://bugs.python.org/issue20760 opened by vipulb
#20761: os.path.join doesn't strip LF or CR http://bugs.python.org/issue20761 opened by ExtraVeral
#20762: SSLSocket.read() not documented http://bugs.python.org/issue20762 opened by ebianchi
#20766: reference leaks in pdb http://bugs.python.org/issue20766 opened by xdegaye
#20767: Some python extensions can't be compiled with clang 3.4 http://bugs.python.org/issue20767 opened by Antoine.Brodin.FreeBSD
#20768: pyconfig.h #defines macros in global namespace http://bugs.python.org/issue20768 opened by fsateler
#20769: Reload() description is unclear http://bugs.python.org/issue20769 opened by roysmith
#20770: Inform caller of smtplib STARTTLS failures http://bugs.python.org/issue20770 opened by aclover
#20773: Improve docs for DynamicClassAttribute http://bugs.python.org/issue20773 opened by ethan.furman
#20774: collections.deque should ship with a stdlib json serializer http://bugs.python.org/issue20774 opened by acdha
#20776: Add tests for importlib.machinery.PathFinder http://bugs.python.org/issue20776 opened by brett.cannon
#20779: Add pathlib.chown method http://bugs.python.org/issue20779 opened by vajrasky
#20780: Shadowed (duplicate name but different body) test in test_stat http://bugs.python.org/issue20780 opened by vajrasky
#20782: base64 module docs do not use the terms 'bytes' and 'string' c http://bugs.python.org/issue20782 opened by r.david.murray
#20784: 'collections.abc' is no longer defined when collections is imp http://bugs.python.org/issue20784 opened by r.david.murray
#20785: Missing symbols in Python27.lib (Windows 64bit) http://bugs.python.org/issue20785 opened by Victor.Lazzarini
#20786: inspect.getargspec() returns wrong answer with property.__dele http://bugs.python.org/issue20786 opened by zzzeek
#20787: typo in asyncio docs for subprocess_exec() http://bugs.python.org/issue20787 opened by akira
#20788: distutils.msvccompiler - flags are hidden inside initialize() http://bugs.python.org/issue20788 opened by Matt.Goodman
#20789: [3.4] cherrypick 5dec1604322c http://bugs.python.org/issue20789 opened by brett.cannon
#20792: IDLE: Extend tests for PathBrowser http://bugs.python.org/issue20792 opened by sahutd
#20797: zipfile.extractall should accept bytes path as parameter http://bugs.python.org/issue20797 opened by Laurent.Mazuel
#20799: Turn on all tests in test.test_importlib.source.test_file_load http://bugs.python.org/issue20799 opened by brett.cannon
#20800: Cannot run gui tests twice. http://bugs.python.org/issue20800 opened by terry.reedy
#20803: struct.pack_into writes 0x00 for pad bytes http://bugs.python.org/issue20803 opened by bsder
#20804: Sentinels identity lost when pickled (unittest.mock) http://bugs.python.org/issue20804 opened by Vlastimil.Zíma
#20806: os.times document points to wrong section of non-Linux manual http://bugs.python.org/issue20806 opened by geoffreyspear
#20807: 3.4 cherry pick: 82ec02db7fe6 & ec42ab5e0cb3 Windows installer http://bugs.python.org/issue20807 opened by ncoghlan
#20808: 3.4 cherry pick: 6a1711c96fa6 (Popen.__del__ traceback) http://bugs.python.org/issue20808 opened by barry
#20809: isabspath fails if path is None http://bugs.python.org/issue20809 opened by jordannh
Most recent 15 issues with no replies (15) ==========================================
#20809: isabspath fails if path is None http://bugs.python.org/issue20809
#20799: Turn on all tests in test.test_importlib.source.test_file_load http://bugs.python.org/issue20799
#20797: zipfile.extractall should accept bytes path as parameter http://bugs.python.org/issue20797
#20789: [3.4] cherrypick 5dec1604322c http://bugs.python.org/issue20789
#20788: distutils.msvccompiler - flags are hidden inside initialize() http://bugs.python.org/issue20788
#20787: typo in asyncio docs for subprocess_exec() http://bugs.python.org/issue20787
#20785: Missing symbols in Python27.lib (Windows 64bit) http://bugs.python.org/issue20785
#20782: base64 module docs do not use the terms 'bytes' and 'string' c http://bugs.python.org/issue20782
#20780: Shadowed (duplicate name but different body) test in test_stat http://bugs.python.org/issue20780
#20776: Add tests for importlib.machinery.PathFinder http://bugs.python.org/issue20776
#20754: distutils should use SafeConfigParser http://bugs.python.org/issue20754
#20751: Misleading examples in the descriptor protocol documentation http://bugs.python.org/issue20751
#20749: shutil.unpack_archive(): security concerns not documented http://bugs.python.org/issue20749
#20748: 3.4rc2 MSI uninstallation leaves behind ensurepip _uninstall . http://bugs.python.org/issue20748
#20746: test_pdb fails in refleak mode http://bugs.python.org/issue20746
Most recent 15 issues waiting for review (15) =============================================
#20809: isabspath fails if path is None http://bugs.python.org/issue20809
#20792: IDLE: Extend tests for PathBrowser http://bugs.python.org/issue20792
#20787: typo in asyncio docs for subprocess_exec() http://bugs.python.org/issue20787
#20780: Shadowed (duplicate name but different body) test in test_stat http://bugs.python.org/issue20780
#20779: Add pathlib.chown method http://bugs.python.org/issue20779
#20767: Some python extensions can't be compiled with clang 3.4 http://bugs.python.org/issue20767
#20766: reference leaks in pdb http://bugs.python.org/issue20766
#20758: mimetypes initialization order http://bugs.python.org/issue20758
#20753: disable test_robotparser test that uses an invalid URL http://bugs.python.org/issue20753
#20752: Difflib should provide the option of overriding the SequenceMa http://bugs.python.org/issue20752
#20739: PEP 463 (except expression) implementation http://bugs.python.org/issue20739
#20736: test_socket: testSendmsgDontWait needlessly skipped on Linux http://bugs.python.org/issue20736
#20729: mailbox.Mailbox does odd hasattr() check http://bugs.python.org/issue20729
#20728: Remove unused import from base64 http://bugs.python.org/issue20728
#20727: Improved roundrobin itertools recipe http://bugs.python.org/issue20727
Top 10 most discussed issues (10) =================================
#20727: Improved roundrobin itertools recipe http://bugs.python.org/issue20727 12 msgs
#20440: Use Py_REPLACE/Py_XREPLACE macros http://bugs.python.org/issue20440 10 msgs
#16484: pydoc generates invalid docs.python.org link for xml.etree.Ele http://bugs.python.org/issue16484 8 msgs
#19021: AttributeError in Popen.__del__ http://bugs.python.org/issue19021 8 msgs
#20630: Add sorting helpers for collections containing None values http://bugs.python.org/issue20630 8 msgs
#20747: Charset.header_encode in email.charset doesn't take a maxlinel http://bugs.python.org/issue20747 8 msgs
#20784: 'collections.abc' is no longer defined when collections is imp http://bugs.python.org/issue20784 8 msgs
#9291: mimetypes initialization fails on Windows because of non-Latin http://bugs.python.org/issue9291 7 msgs
#20804: Sentinels identity lost when pickled (unittest.mock) http://bugs.python.org/issue20804 7 msgs
#19619: Blacklist base64, hex, ... codecs from bytes.decode() and str. http://bugs.python.org/issue19619 6 msgs
Issues closed (61) ==================
#6815: UnicodeDecodeError in os.path.expandvars http://bugs.python.org/issue6815 closed by serhiy.storchaka
#9974: tokenizer.untokenize not invariant with line continuations http://bugs.python.org/issue9974 closed by terry.reedy
#14513: IDLE icon switched and switches on Windows taskbar http://bugs.python.org/issue14513 closed by terry.reedy
#16074: Bad error message in os.rename, os.link, and os.symlink http://bugs.python.org/issue16074 closed by georg.brandl
#17053: pydoc should use inspect.signature instead of inspect.getfulla http://bugs.python.org/issue17053 closed by yselivanov
#19470: email.header.Header - should not allow two newlines in a row http://bugs.python.org/issue19470 closed by r.david.murray
#20146: UserDict module docs link is obsolete http://bugs.python.org/issue20146 closed by ned.deily
#20199: status of module_for_loader and utils._module_to_load http://bugs.python.org/issue20199 closed by brett.cannon
#20227: Argument Clinic: rename arguments in generated C? http://bugs.python.org/issue20227 closed by zach.ware
#20261: Cannot pickle some objects that have a __getattr__() http://bugs.python.org/issue20261 closed by larry
#20429: 3.3.4rc1 install deleted Windows taskbar icons http://bugs.python.org/issue20429 closed by terry.reedy
#20484: calling pydoc.Helper()('modules') in the test suite sometimes http://bugs.python.org/issue20484 closed by eric.snow
#20501: fileinput module will read whole file into memory when using f http://bugs.python.org/issue20501 closed by serhiy.storchaka
#20535: run_tests.py: Work around issues 20355 and 20361 http://bugs.python.org/issue20535 closed by serhiy.storchaka
#20568: Pass --default-install to ensurepip in the Windows installers http://bugs.python.org/issue20568 closed by python-dev
#20570: Bundle pip 1.5.3 in Python 3.4rc2 http://bugs.python.org/issue20570 closed by larry
#20628: Improve doc for csv.DictReader 'fieldnames' parameter http://bugs.python.org/issue20628 closed by r.david.murray
#20637: Support key-sharing dictionaries in subclasses http://bugs.python.org/issue20637 closed by pitrou
#20641: Python installer needs elevated rights to install pip http://bugs.python.org/issue20641 closed by loewis
#20650: asyncio.BaseEventLoop.run_in_executor docs have awkward wordin http://bugs.python.org/issue20650 closed by brett.cannon
#20677: Minor typo in enum docs http://bugs.python.org/issue20677 closed by ezio.melotti
#20679: 3.4 cherry-pick: 587fd4b91120 improve Enum subclass behavior http://bugs.python.org/issue20679 closed by larry
#20690: IDLE Indents convert to spaces and then throws error http://bugs.python.org/issue20690 closed by terry.reedy
#20714: Allow for ]]> in CDATA in minidom http://bugs.python.org/issue20714 closed by loewis
#20715: 3.4 cherry-pick: 2000c27ebe80 inspect: Fix getfullargspec to s http://bugs.python.org/issue20715 closed by larry
#20721: 3.4 cherry-pick: 005d0678f93c Update pip to 1.5.4 http://bugs.python.org/issue20721 closed by larry
#20723: Make test (Python 3.3.4) http://bugs.python.org/issue20723 closed by ned.deily
#20724: 3.4 cherry-pick: d6aa3fa646e2 inspect.signature: Check for fun http://bugs.python.org/issue20724 closed by larry
#20725: Fail to build on Windows x64 with VS Express http://bugs.python.org/issue20725 closed by zach.ware
#20730: Typo in idlelib.GrepDialog http://bugs.python.org/issue20730 closed by terry.reedy
#20731: Python 3.3.4: SyntaxError with correct source code encoding # http://bugs.python.org/issue20731 closed by loewis
#20732: Custom logging formatter doesnt work in 3.3.4 http://bugs.python.org/issue20732 closed by vinay.sajip
#20733: Typo in itertools docs - "itertool-functions" http://bugs.python.org/issue20733 closed by rhettinger
#20734: 3.4 cherry-pick: 13edfab6c3c0 disable 2 pydoc tests http://bugs.python.org/issue20734 closed by larry
#20735: Documentation: remove stringprep deprecation mark in docs http://bugs.python.org/issue20735 closed by python-dev
#20738: 3.4 cherry-pick: 7b80f57f904e fix 20641 http://bugs.python.org/issue20738 closed by larry
#20740: Remove invalid number from squares in introduction section http://bugs.python.org/issue20740 closed by ezio.melotti
#20743: test_tcl memory leak http://bugs.python.org/issue20743 closed by pitrou
#20755: 3.3.4: doc build fails on Sphinx < 1.2 http://bugs.python.org/issue20755 closed by python-dev
#20757: 3.4rc2 Traceback on Windows pip uninstall http://bugs.python.org/issue20757 closed by python-dev
#20759: unittest.mock documentation typos http://bugs.python.org/issue20759 closed by python-dev
#20763: old sys.path_hooks importer does not work with Python 3.4.0rc1 http://bugs.python.org/issue20763 closed by brett.cannon
#20764: os.walk recurses down even with dirnames deleted http://bugs.python.org/issue20764 closed by ned.deily
#20765: Pathlib docs fail to mention with_name, with_suffix http://bugs.python.org/issue20765 closed by pitrou
#20771: spam http://bugs.python.org/issue20771 closed by zach.ware
#20772: Spam http://bugs.python.org/issue20772 closed by berker.peksag
#20775: Modifications to global variables ignored after instantiating http://bugs.python.org/issue20775 closed by Naftali.Harris
#20777: PyArg_ParseTupleAndKeywords does not respect arguments format. http://bugs.python.org/issue20777 closed by Claymore
#20778: ModuleFinder.load_module skips incorrect number of bytes in py http://bugs.python.org/issue20778 closed by brett.cannon
#20781: BZ2File doesn't decompress some .bz2 files correctly http://bugs.python.org/issue20781 closed by serhiy.storchaka
#20783: bytearray init fails when \x00 is present http://bugs.python.org/issue20783 closed by bsder
#20790: Make sure exec_module() implementations are documented http://bugs.python.org/issue20790 closed by brett.cannon
#20791: copy.copy(bytes) is slow http://bugs.python.org/issue20791 closed by pitrou
#20793: locale.setlocale() http://bugs.python.org/issue20793 closed by ned.deily
#20794: ImportError: Bad magic number in .pyc file http://bugs.python.org/issue20794 closed by ned.deily
#20795: Spam http://bugs.python.org/issue20795 closed by berker.peksag
#20796: Test failures when running with PYTHONDONTWRITEBYTECODE http://bugs.python.org/issue20796 closed by python-dev
#20798: Reversed order in testtools messages http://bugs.python.org/issue20798 closed by r.david.murray
#20801: WindowsError: [Error 2] The system cannot find the file specif http://bugs.python.org/issue20801 closed by ned.deily
#20802: AttributeError: 'NoneType' object has no attribute 'returncode http://bugs.python.org/issue20802 closed by ned.deily
#20805: Error in 3.3 Tutorial http://bugs.python.org/issue20805 closed by r.david.murray
participants (1)
-
Python tracker