Re: [Python-Dev] Needed reviews

2015-03-27 Thread Serhiy Storchaka

On 27.03.15 02:16, Victor Stinner wrote:

2015-03-19 10:28 GMT+01:00 Serhiy Storchaka :



https://bugs.python.org/issue23502
 Tkinter doesn't support large integers (out of 32-bit range)


closed
(note: the title was different, "pprint: added support for mapping proxy")


My fault. The correct issue is https://bugs.python.org/issue16840.


I stop here for tonight.


Many thanks Victor!


___
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] Summary of Python tracker Issues

2015-03-27 Thread Python tracker

ACTIVITY SUMMARY (2015-03-20 - 2015-03-27)
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:
  open4820 (+22)
  closed 30732 (+47)
  total  35552 (+69)

Open issues with patches: 2248 


Issues opened (55)
==

#23571: Raise SystemError if a function returns a result with an excep
http://bugs.python.org/issue23571  reopened by berker.peksag

#23573: Avoid redundant allocations in str.find and like
http://bugs.python.org/issue23573  reopened by serhiy.storchaka

#23720: __del__() order is broken since 3.4.0
http://bugs.python.org/issue23720  reopened by Alexey Kazantsev

#23723: Provide a way to disable bytecode staleness checks
http://bugs.python.org/issue23723  opened by brett.cannon

#23725: update tempfile docs to say that TemporaryFile is secure
http://bugs.python.org/issue23725  opened by zbysz

#23726: Don't enable GC for classes that don't add new fields
http://bugs.python.org/issue23726  opened by eltoder

#23727: rfc2231 line continuations result in an additional newline
http://bugs.python.org/issue23727  opened by Brian Peterson

#23728: binascii.crc_hqx() can return negative integer
http://bugs.python.org/issue23728  opened by serhiy.storchaka

#23730: Document return value for ZipFile.extract()
http://bugs.python.org/issue23730  opened by mjpieters

#23731: Implement PEP 488
http://bugs.python.org/issue23731  opened by brett.cannon

#23732: Update porting HOWTO about new -b semantics
http://bugs.python.org/issue23732  opened by brett.cannon

#23733: Update porting HOWTO for bytes interpolation
http://bugs.python.org/issue23733  opened by brett.cannon

#23734: zipimport should not check pyc timestamps against zipped py fi
http://bugs.python.org/issue23734  opened by gregory.p.smith

#23735: Readline not adjusting width after resize with 6.3
http://bugs.python.org/issue23735  opened by Carlos Pita

#23738: Clarify documentation of positional-only default values
http://bugs.python.org/issue23738  opened by vadmium

#23739: locale.setlocale checks locale name for string incorrectly
http://bugs.python.org/issue23739  opened by Saulius Žemaitaitis

#23740: http.client request and send method have some datatype issues
http://bugs.python.org/issue23740  opened by r.david.murray

#23743: Python crashes upon exit if importing g++ compiled mod after i
http://bugs.python.org/issue23743  opened by matham

#23745: Exception when parsing an email using email.parser.BytesParser
http://bugs.python.org/issue23745  opened by Elmer

#23746: sysconfg.is_python_build() is buggy
http://bugs.python.org/issue23746  opened by pythonhacker

#23747: platform module exposes win32_ver function on posix systems
http://bugs.python.org/issue23747  opened by pythonhacker

#23749: asyncio missing wrap_socket
http://bugs.python.org/issue23749  opened by gc

#23750: Clarify difference between os.system/subprocess.call in sectio
http://bugs.python.org/issue23750  opened by Andreas Sommer

#23752: Cleanup io.FileIO
http://bugs.python.org/issue23752  opened by haypo

#23754: Add a new os.read_into() function to avoid memory copies
http://bugs.python.org/issue23754  opened by haypo

#23755: tempfile.NamedTemporaryFile should be able to toggle "delete"
http://bugs.python.org/issue23755  opened by Stephen Gallagher

#23756: Tighten definition of bytes-like objects
http://bugs.python.org/issue23756  opened by vadmium

#23758: Improve documenation about num_params in sqlite3 create_functi
http://bugs.python.org/issue23758  opened by ced

#23759: urllib.parse: make coap:// known
http://bugs.python.org/issue23759  opened by chrysn

#23760: Tkinter in Python 3.4 on Windows don't post internal clipboard
http://bugs.python.org/issue23760  opened by Victor Korolkevich

#23761: test_socket fails on Mac OSX 10.9.5
http://bugs.python.org/issue23761  opened by willingc

#23762: python.org page on new-style classes should be updated
http://bugs.python.org/issue23762  opened by joelthelion

#23763: Chain exceptions in C
http://bugs.python.org/issue23763  opened by haypo

#23764: Reference inspect.Signature.bind from functools.wraps document
http://bugs.python.org/issue23764  opened by productivememberofsociety666

#23765: Remove IsBadStringPtr calls in ctypes
http://bugs.python.org/issue23765  opened by steve.dower

#23767: Library and include paths not added when cross compiling on lo
http://bugs.python.org/issue23767  opened by kernevil

#23768: assert on getting the representation of a thread in atexit fun
http://bugs.python.org/issue23768  opened by xdegaye

#23769: valgrind reports leaks for test_zipimport
http://bugs.python.org/issue23769  opened by rkuska

#23770: Rework of exceptions are handled in the parser module (in vali
http://bugs.python.org/issue23770  opened by haypo

#23771: Timeouts on "x86 Ubuntu Shared 3.x" buildbot
http://bugs.python.org/issue23771  opened by haypo

#23772: pymonotonic