
ACTIVITY SUMMARY (2014-09-26 - 2014-10-03) 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 4631 (-46) closed 29679 (+92) total 34310 (+46)
Open issues with patches: 2169
Issues opened (25) ==================
#20079: Add support for glibc supported locales http://bugs.python.org/issue20079 reopened by haypo
#22139: python windows 2.7.8 64-bit did not install http://bugs.python.org/issue22139 reopened by loewis
#22502: <Ctl-C> after continue in pdb stops in signal.py http://bugs.python.org/issue22502 opened by xdegaye
#22503: Signal stack overflow in faulthandler_user http://bugs.python.org/issue22503 opened by schwab
#22506: `dir` on Enum subclass doesn't expose parent class attributes http://bugs.python.org/issue22506 opened by cool-RR
#22507: PyType_IsSubtype doesn't call __subclasscheck__ http://bugs.python.org/issue22507 opened by ionel.mc
#22508: Remove __version__ string from email http://bugs.python.org/issue22508 opened by r.david.murray
#22515: Implement partial order on Counter http://bugs.python.org/issue22515 opened by cool-RR
#22518: integer overflow in encoding unicode http://bugs.python.org/issue22518 opened by pkt
#22519: integer overflow in computing byte's object representation http://bugs.python.org/issue22519 opened by pkt
#22520: integer overflow in computing unicode's object representation http://bugs.python.org/issue22520 opened by pkt
#22521: ctypes compilation fails on FreeBSD: Undefined symbol "ffi_cal http://bugs.python.org/issue22521 opened by haypo
#22522: sys.excepthook doesn't receive the traceback when called from http://bugs.python.org/issue22522 opened by Claudiu.Popa
#22524: PEP 471 implementation: os.scandir() directory scanning functi http://bugs.python.org/issue22524 opened by benhoyt
#22525: ast.literal_eval() doesn't do what the documentation says http://bugs.python.org/issue22525 opened by Behdad.Esfahbod
#22533: Counter with no keys does not compare equal to Counter with ke http://bugs.python.org/issue22533 opened by ethan.furman
#22535: headerregistry.Address introduces extra quotes without addr_sp http://bugs.python.org/issue22535 opened by krother
#22536: subprocess should include filename in FileNotFoundError except http://bugs.python.org/issue22536 opened by charpov
#22538: turtledemo two_canvases reversion http://bugs.python.org/issue22538 opened by terry.reedy
#22539: Table formatting errors in pydoc http://bugs.python.org/issue22539 opened by Artur.de.Sousa.Rocha
#22540: speed up isinstance and issubclass for the usual cases http://bugs.python.org/issue22540 opened by georg.brandl
#22543: -W option cannot use non-standard categories http://bugs.python.org/issue22543 opened by remram
#22544: Inconsistent cmath.log behaviour http://bugs.python.org/issue22544 opened by pitrou
#22546: Wrong default precision in documentation for format http://bugs.python.org/issue22546 opened by Barium
#22547: Implement an informative `BoundArguments.__repr__` http://bugs.python.org/issue22547 opened by cool-RR
Most recent 15 issues with no replies (15) ==========================================
#22547: Implement an informative `BoundArguments.__repr__` http://bugs.python.org/issue22547
#22539: Table formatting errors in pydoc http://bugs.python.org/issue22539
#22538: turtledemo two_canvases reversion http://bugs.python.org/issue22538
#22536: subprocess should include filename in FileNotFoundError except http://bugs.python.org/issue22536
#22524: PEP 471 implementation: os.scandir() directory scanning functi http://bugs.python.org/issue22524
#22522: sys.excepthook doesn't receive the traceback when called from http://bugs.python.org/issue22522
#22507: PyType_IsSubtype doesn't call __subclasscheck__ http://bugs.python.org/issue22507
#22502: <Ctl-C> after continue in pdb stops in signal.py http://bugs.python.org/issue22502
#22495: merge large parts of test_binop.py and test_fractions.py http://bugs.python.org/issue22495
#22493: Deprecate the use of flags not at the start of regular express http://bugs.python.org/issue22493
#22489: .gitignore file http://bugs.python.org/issue22489
#22475: asyncio task get_stack documentation seems to contradict itsel http://bugs.python.org/issue22475
#22470: Possible integer overflow in error handlers http://bugs.python.org/issue22470
#22468: Tarfile using fstat on GZip file object http://bugs.python.org/issue22468
#22463: Warnings when building on AIX http://bugs.python.org/issue22463
Most recent 15 issues waiting for review (15) =============================================
#22540: speed up isinstance and issubclass for the usual cases http://bugs.python.org/issue22540
#22525: ast.literal_eval() doesn't do what the documentation says http://bugs.python.org/issue22525
#22522: sys.excepthook doesn't receive the traceback when called from http://bugs.python.org/issue22522
#22515: Implement partial order on Counter http://bugs.python.org/issue22515
#22508: Remove __version__ string from email http://bugs.python.org/issue22508
#22501: Optimise PyLong division by 1 or -1 http://bugs.python.org/issue22501
#22493: Deprecate the use of flags not at the start of regular express http://bugs.python.org/issue22493
#22490: Using realpath for __PYVENV_LAUNCHER__ makes Homebrew installs http://bugs.python.org/issue22490
#22489: .gitignore file http://bugs.python.org/issue22489
#22486: Add math.gcd() http://bugs.python.org/issue22486
#22470: Possible integer overflow in error handlers http://bugs.python.org/issue22470
#22462: Modules/pyexpat.c violates PEP 384 http://bugs.python.org/issue22462
#22457: load_tests not invoked in root __init__.py when start=package http://bugs.python.org/issue22457
#22456: __base__ undocumented http://bugs.python.org/issue22456
#22450: urllib doesn't put Accept: */* in the headers http://bugs.python.org/issue22450
Top 10 most discussed issues (10) =================================
#22515: Implement partial order on Counter http://bugs.python.org/issue22515 41 msgs
#19915: int.bit_at(n) - Accessing a single bit in O(1) http://bugs.python.org/issue19915 20 msgs
#20079: Add support for glibc supported locales http://bugs.python.org/issue20079 15 msgs
#12029: Catching virtual subclasses in except clauses http://bugs.python.org/issue12029 12 msgs
#22486: Add math.gcd() http://bugs.python.org/issue22486 9 msgs
#22518: integer overflow in encoding unicode http://bugs.python.org/issue22518 9 msgs
#21963: 2.7.8 backport of Issue1856 (avoid daemon thread problems at s http://bugs.python.org/issue21963 7 msgs
#22472: OSErrors should use str and not repr on paths http://bugs.python.org/issue22472 7 msgs
#22525: ast.literal_eval() doesn't do what the documentation says http://bugs.python.org/issue22525 7 msgs
#17873: _ctypes/libffi missing bits for aarch64 support http://bugs.python.org/issue17873 6 msgs
Issues closed (85) ==================
#2399: Patches for Tools/msi http://bugs.python.org/issue2399 closed by benjamin.peterson
#4093: add gc/memory management tests to pybench http://bugs.python.org/issue4093 closed by lemburg
#5309: distutils doesn't parallelize extension module compilation http://bugs.python.org/issue5309 closed by pitrou
#5979: strptime() gives inconsistent exceptions http://bugs.python.org/issue5979 closed by belopolsky
#6320: Standard string encodings should include GSM0.38 http://bugs.python.org/issue6320 closed by haypo
#7336: traceback module not properly printing exceptions on interpret http://bugs.python.org/issue7336 closed by haypo
#7574: PyUnicode_FromFormat broken and not documented for 2.x http://bugs.python.org/issue7574 closed by haypo
#8473: doctest fails if you have inconsistent lineendings http://bugs.python.org/issue8473 closed by r.david.murray
#10007: Visual C++ cannot build _ssl and _hashlib if newer OpenSSL is http://bugs.python.org/issue10007 closed by zach.ware
#10349: g++ compilation error of Module/python.c with ./configure --wi http://bugs.python.org/issue10349 closed by haypo
#10384: SyntaxError should contain exact location of the invalid chara http://bugs.python.org/issue10384 closed by haypo
#10702: bytes and bytearray methods are not documented http://bugs.python.org/issue10702 closed by berker.peksag
#10800: libffi build failure on HP-UX 11/PA http://bugs.python.org/issue10800 closed by haypo
#10937: WinPE 64 bit execution results with errors http://bugs.python.org/issue10937 closed by tim.golden
#11406: There is no os.listdir() equivalent returning generator instea http://bugs.python.org/issue11406 closed by ncoghlan
#12780: Clean up tests for pyc/pyo in __file__ http://bugs.python.org/issue12780 closed by r.david.murray
#14341: sporadic (?) test_urllib2 failures http://bugs.python.org/issue14341 closed by berker.peksag
#16038: ftplib: unlimited readline() from connection http://bugs.python.org/issue16038 closed by georg.brandl
#16252: bytes and bytearray methods are undocumented http://bugs.python.org/issue16252 closed by berker.peksag
#16324: MIMEText __init__ does not support Charset instance http://bugs.python.org/issue16324 closed by berker.peksag
#16537: Python’s setup.py raises a ValueError when self.extensions i http://bugs.python.org/issue16537 closed by berker.peksag
#16555: Add es_cu to locale aliases http://bugs.python.org/issue16555 closed by serhiy.storchaka
#16758: IDLE SubprocessStartupError http://bugs.python.org/issue16758 closed by terry.reedy
#17174: Posix os.path.join should raise TypeError when passed unusable http://bugs.python.org/issue17174 closed by serhiy.storchaka
#17219: cross add Python's library directory when building python stan http://bugs.python.org/issue17219 closed by doko
#17442: code.InteractiveInterpreter doesn't display the exception caus http://bugs.python.org/issue17442 closed by r.david.murray
#17997: ssl.match_hostname(): sub string wildcard should not match IDN http://bugs.python.org/issue17997 closed by georg.brandl
#18052: IDLE 3.3.2 Windows taskbar icon needs reboot after install http://bugs.python.org/issue18052 closed by terry.reedy
#18096: bad library order returned by python-config.in http://bugs.python.org/issue18096 closed by doko
#18554: os.__all__ is incomplete http://bugs.python.org/issue18554 closed by yselivanov
#18711: Add PyErr_FormatV http://bugs.python.org/issue18711 closed by pitrou
#18729: In unittest.TestLoader.discover doc select the name of load_te http://bugs.python.org/issue18729 closed by python-dev
#18747: Re-seed OpenSSL's PRNG after fork http://bugs.python.org/issue18747 closed by georg.brandl
#18854: is_multipart and walk should document their treatment of 'mess http://bugs.python.org/issue18854 closed by r.david.murray
#19062: Idle: problem confighandler getting userdir http://bugs.python.org/issue19062 closed by terry.reedy
#19342: Improve grp module docstrings http://bugs.python.org/issue19342 closed by python-dev
#19367: IDLE wont open http://bugs.python.org/issue19367 closed by terry.reedy
#19434: Wrong documentation of MIMENonMultipart class http://bugs.python.org/issue19434 closed by python-dev
#19529: Fix unicode_aswidechar() with 4byte unicode and 2byte wchar_t, http://bugs.python.org/issue19529 closed by georg.brandl
#19677: IDLE displaying a CoreAnimation warning http://bugs.python.org/issue19677 closed by terry.reedy
#20076: Add UTF-8 locale aliases http://bugs.python.org/issue20076 closed by serhiy.storchaka
#20135: FAQ need list mutation answers http://bugs.python.org/issue20135 closed by r.david.murray
#20858: Enhancements/fixes to pure-python datetime module http://bugs.python.org/issue20858 closed by benjamin.peterson
#20974: email module docs say not compatible with current python versi http://bugs.python.org/issue20974 closed by r.david.murray
#21339: IDLE crash on OS X 10.9 upon shut-down with many windows open http://bugs.python.org/issue21339 closed by terry.reedy
#21397: tempfile.py: Fix grammar in docstring, comment typos http://bugs.python.org/issue21397 closed by yselivanov
#21739: Add hint about expression in list comprehensions (https://docs http://bugs.python.org/issue21739 closed by r.david.murray
#21909: PyLong_FromString drops const http://bugs.python.org/issue21909 closed by serhiy.storchaka
#21922: PyLong: use GMP http://bugs.python.org/issue21922 closed by benjamin.peterson
#21971: Index and update turtledemo doc. http://bugs.python.org/issue21971 closed by terry.reedy
#22103: bdist_wininst does not run install script http://bugs.python.org/issue22103 closed by ned.deily
#22251: Various markup errors in documentation http://bugs.python.org/issue22251 closed by berker.peksag
#22379: Empty exception message of str.join http://bugs.python.org/issue22379 closed by python-dev
#22396: AIX posix_fadvise and posix_fallocate http://bugs.python.org/issue22396 closed by haypo
#22422: IDLE closes all when in dropdown menu http://bugs.python.org/issue22422 closed by mandolout
#22437: re module: number of named groups is limited to 100 max http://bugs.python.org/issue22437 closed by serhiy.storchaka
#22465: Number agreement error in section 3.2 of web docs http://bugs.python.org/issue22465 closed by terry.reedy
#22466: problem with installing python 2.7.8 http://bugs.python.org/issue22466 closed by steve.dower
#22492: small addition to print() docs: no binary streams. http://bugs.python.org/issue22492 closed by terry.reedy
#22494: default logging time string is not localized http://bugs.python.org/issue22494 closed by vinay.sajip
#22504: Add ordering between `Enum` objects http://bugs.python.org/issue22504 closed by ethan.furman
#22505: Expose an Enum object's serial number http://bugs.python.org/issue22505 closed by ethan.furman
#22509: Website incorrect link http://bugs.python.org/issue22509 closed by ned.deily
#22510: Faster bypass re cache when DEBUG is passed http://bugs.python.org/issue22510 closed by serhiy.storchaka
#22511: Assignment Operators behavior within a user-defined function a http://bugs.python.org/issue22511 closed by mark.dickinson
#22512: 'test_distutils.test_bdist_rpm' causes creation of directory ' http://bugs.python.org/issue22512 closed by r.david.murray
#22513: grp.struct_group is not hashable http://bugs.python.org/issue22513 closed by ethan.furman
#22514: incomplete programming example on python.org http://bugs.python.org/issue22514 closed by benjamin.peterson
#22516: Windows Installer won't - even when using "just for me"option http://bugs.python.org/issue22516 closed by r.david.murray
#22517: BufferedRWpair doesn't clear weakrefs http://bugs.python.org/issue22517 closed by python-dev
#22523: [regression] Lib/ssl.py still references _ssl.sslwrap http://bugs.python.org/issue22523 closed by python-dev
#22526: file iteration SystemError for huge lines (2GiB+) http://bugs.python.org/issue22526 closed by python-dev
#22527: Documentation warnings http://bugs.python.org/issue22527 closed by georg.brandl
#22528: Missing hint to source code http://bugs.python.org/issue22528 closed by python-dev
#22529: Why copyright only 1990-2013 and not 2014 http://bugs.python.org/issue22529 closed by ned.deily
#22530: re rejects index of type long on 2.7 http://bugs.python.org/issue22530 closed by python-dev
#22531: Turn contextlib.{redirect_stdout,suppress} into ContextDecorat http://bugs.python.org/issue22531 closed by ncoghlan
#22532: A suggested change http://bugs.python.org/issue22532 closed by eric.smith
#22534: bsddb memory leak with MacPorts bdb 4.6 http://bugs.python.org/issue22534 closed by ned.deily
#22537: Failure building 2.7 docs on Windows http://bugs.python.org/issue22537 closed by python-dev
#22541: Support both side_effect and return_value in a more human way http://bugs.python.org/issue22541 closed by michael.foord
#22542: Use syscall (eg. arc4random or getentropy) rather than /dev/ur http://bugs.python.org/issue22542 closed by alex
#22545: incomplete complex repr() with negative zeroes http://bugs.python.org/issue22545 closed by pitrou
#1764286: inspect.getsource does not work with decorated functions http://bugs.python.org/issue1764286 closed by yselivanov
#1176504: locale._build_localename treatment for utf8 http://bugs.python.org/issue1176504 closed by serhiy.storchaka
participants (1)
-
Python tracker