[Python-Dev] Summary of Python tracker Issues
ACTIVITY SUMMARY (2011-09-09 - 2011-09-16) 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: open3019 (+19) closed 21757 (+30) total 24776 (+49) Open issues with patches: 1295 Issues opened (36) == #12946: PyModule_GetDict() claims it can never fail, but it can http://bugs.python.org/issue12946 opened by scoder #12949: Documentation of PyCode_New() lacks kwonlyargcount argument http://bugs.python.org/issue12949 opened by scoder #12953: Function calls missing from profiler output http://bugs.python.org/issue12953 opened by hagen #12954: Multiprocessing logging under Windows http://bugs.python.org/issue12954 opened by paul.j3 #12955: urllib2.build_opener().open() is not friendly to "with ... as: http://bugs.python.org/issue12955 opened by Valery.Khamenya #12956: builds fail when installing to --prefix with space in path nam http://bugs.python.org/issue12956 opened by rzn8tr #12957: mmap.resize changes memory address of mmap'd region http://bugs.python.org/issue12957 opened by schmichael #12958: test_socket failures on Mac OS X http://bugs.python.org/issue12958 opened by ncoghlan #12960: threading.Condition is not a class http://bugs.python.org/issue12960 opened by Nikratio #12961: unlabelled balls in boxes http://bugs.python.org/issue12961 opened by Phillip.M.Feldman #12962: TitledHelpFormatter and IndentedHelpFormatter are not document http://bugs.python.org/issue12962 opened by techtonik #12964: Two improvements for the locale aliasing engine http://bugs.python.org/issue12964 opened by ssegvic #12965: longobject: documentation improvements http://bugs.python.org/issue12965 opened by skrah #12966: cookielib.LWPCookieJar breaks on cookie values with a newline http://bugs.python.org/issue12966 opened by paulie4 #12967: AttributeError distutils\log.py http://bugs.python.org/issue12967 opened by Ben.thelen #12970: os.walk() consider some symlinks as dirs instead of non-dirs http://bugs.python.org/issue12970 opened by mmarkk #12971: os.isdir() should contain skiplinks=False in arguments http://bugs.python.org/issue12971 opened by mmarkk #12972: Color prompt + readline http://bugs.python.org/issue12972 opened by atagar1 #12973: int_pow() implementation is incorrect http://bugs.python.org/issue12973 opened by [email protected] #12974: array module: deprecate '__int__' conversion support for array http://bugs.python.org/issue12974 opened by meadori #12976: select module: only use EVFILT_TIMER if available (kqueue back http://bugs.python.org/issue12976 opened by bsiegert #12977: socket.socket.setblocking does not raise exception if no data http://bugs.python.org/issue12977 opened by Florian.Ludwig #12978: Figure out extended attributes on BSDs http://bugs.python.org/issue12978 opened by benjamin.peterson #12979: tkinter.font.Font object not usable as font option http://bugs.python.org/issue12979 opened by ilikepython #12981: rewrite multiprocessing (senfd|recvfd) in Python http://bugs.python.org/issue12981 opened by neologix #12982: .pyo file cannot be imported http://bugs.python.org/issue12982 opened by lebigot #12983: byte string literals with invalid hex escape codes raise Value http://bugs.python.org/issue12983 opened by ned.deily #12984: XML NamedNodeMap ( attribName in NamedNodeMap fails ) http://bugs.python.org/issue12984 opened by spolematt #12985: Check signed arithmetic overflow in ./configure http://bugs.python.org/issue12985 opened by skrah #12986: Using getrandbits() in uuid.uuid4() is faster and more readabl http://bugs.python.org/issue12986 opened by mattchaput #12987: Demo/scripts/newslist.py has non-commercial license clause http://bugs.python.org/issue12987 opened by matejcik #12988: IDLE on Win7 crashes when saving to Documents Library http://bugs.python.org/issue12988 opened by Brian.Gernhardt #12989: Consistently handle path separator in Py_GetPath on Windows http://bugs.python.org/issue12989 opened by Nam.Nguyen #12990: launcher can't work on path including tradition chinese char http://bugs.python.org/issue12990 opened by Ricky.Teng #12993: prepared statements in sqlite3 module http://bugs.python.org/issue12993 opened by Mayur.&.Angela.Patel-Lam #12994: cx_Oracle failed to load in newly build python 2.7.1 http://bugs.python.org/issue12994 opened by wah meng Most recent 15 issues with no replies (15) == #12994: cx_Oracle failed to load in newly build python 2.7.1 http://bugs.python.org/issue12994 #12993: prepared statements in sqlite3 module http://bugs.python.org/issue12993 #12990: launcher can't work on path including tradition chinese char http://bugs.python.org/issue12990 #12989: Consistently handle path separator in Py_GetPath on Windows http://bugs.python.org/issue12989 #12988: IDLE on Win7 crashes when saving to Doc
Re: [Python-Dev] Packaging in Python 2 anyone ?
On 15/09/2011 19:31, Michael Foord wrote: The current tools are a real pain for versioning anyway. If your pypi page even *links* to a page that offers an alpha or beta (in development version) for download then both pip and easy_install will fetch that, in preference to the most recent version on pypi. So yes, I agree there is room for improvement in the current tools. Hopefully distutils2 will fix that. ;-) I'm pretty sure recent releases of zc.buildout prefer "final" releases by default ;-) Chris -- Simplistix - Content Management, Batch Processing & Python Consulting - http://www.simplistix.co.uk ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
