[issue16296] Patch to fix building on Win32/64 under VS 2010

2014-02-03 Thread Ralf Gommers
Changes by Ralf Gommers : -- nosy: +ralf.gommers ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue20451] os.exec* mangles argv on windows (splits on spaces, etc)

2014-02-03 Thread Florian Bruhin
Florian Bruhin added the comment: I can't test this right now, but I'd guess you also have to escape a " inside an argument (with \" presumably), and a \ with \\. Maybe more, no idea. Actually the documentation doesn't say anything about me _having_ to escape anything, so I'd assume I don't ha

[issue20502] Context.create_decimal_from_float() inconsistent precision for zeros after decimal mark

2014-02-03 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +mark.dickinson, skrah ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue20494] Backport of http://bugs.python.org/issue11849 to Python 2.7 (Make it more likely for the system allocator to release free()d memory arenas on glibc-based systems).

2014-02-03 Thread Benjamin Yolken
Changes by Benjamin Yolken : Removed file: http://bugs.python.org/file33883/memory_fix_updated.patch ___ Python tracker ___ ___ Python-bugs-li

[issue20494] Backport of http://bugs.python.org/issue11849 to Python 2.7 (Make it more likely for the system allocator to release free()d memory arenas on glibc-based systems).

2014-02-03 Thread Benjamin Yolken
Benjamin Yolken added the comment: Ahh, didn't see the "better resolution" patch later in the issue. I've updated the Python 2.7 patch here accordingly. -- Added file: http://bugs.python.org/file33894/memory_fix_updated2.patch ___ Python tracker

[issue20506] Command to display all available Import Library

2014-02-03 Thread Raymond Hettinger
Raymond Hettinger added the comment: +1 for the OP's original idea (something like a dir_modules() function that lists out all possible imports). I think something like this must already be present in some of the Python front-ends such as ipython and bpython. That is how they support tab-com

[issue20485] Enable 'import .pyd'

2014-02-03 Thread Suzumizaki
Suzumizaki added the comment: Thank you Nick, I understand the behavior of this issue should be written on PEP. By the way, Can I continue the discussion here? or is there elsewhere suitable place for the PEP? -- ___ Python tracker

[issue15216] Support setting the encoding on a text stream after creation

2014-02-03 Thread Nikolaus Rath
Nikolaus Rath added the comment: Newest version of the patch attached, the reference leak problem has been fixed. -- Added file: http://bugs.python.org/file33893/set_encoding-6.patch ___ Python tracker

[issue15216] Support setting the encoding on a text stream after creation

2014-02-03 Thread Nikolaus Rath
Nikolaus Rath added the comment: I think that any API that gives you a TextIOWrapper object with undesired properties is broken and needs to be fixed, rather than a workaround added to TextIOWrapper. That said, I defer to the wisdow of the core developers, and I'll be happy to implement what

[issue20506] Command to display all available Import Library

2014-02-03 Thread Benjamin Peterson
Benjamin Peterson added the comment: I guess I have no idea what the OP is asking for then. dir() certainly only gives immediately available builtins. -- ___ Python tracker ___

[issue20506] Command to display all available Import Library

2014-02-03 Thread Antoine Pitrou
Antoine Pitrou added the comment: This is not what the OP asked, AFAICT. sys.modules is just the set of currently imported modules, not all potentially importable modules. -- nosy: +pitrou ___ Python tracker _

[issue20506] Command to display all available Import Library

2014-02-03 Thread Benjamin Peterson
Benjamin Peterson added the comment: >>> import sys >>> sys.modules.keys() ['google', 'copy_reg', 'sre_compile', '_sre', 'encodings', 'site', '__builtin__', 'sysconfig', '__main__', 'encodings.encodings', 'abc', 'posixpath', '_weakrefset', 'errno', 'encodings.codecs', 'sre_constants', 're', '_

[issue17393] stdlib import mistaken for local by import_fixer

2014-02-03 Thread Cédric Krier
Changes by Cédric Krier : -- nosy: +ced ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org

[issue20506] Command to display all available Import Library

2014-02-03 Thread Arup Chakravarty
New submission from Arup Chakravarty: Have a built-in mechanism to display all available import libraries within the interpreter. Like what is available through the built-in dir function. -- components: Library (Lib) messages: 210171 nosy: arupchakrav priority: normal severity: normal s

[issue20494] Backport of http://bugs.python.org/issue11849 to Python 2.7 (Make it more likely for the system allocator to release free()d memory arenas on glibc-based systems).

2014-02-03 Thread Benjamin Yolken
Changes by Benjamin Yolken : Removed file: http://bugs.python.org/file33881/memory_fix.patch ___ Python tracker ___ ___ Python-bugs-list maili

[issue20505] Remove resolution from selectors and granularity from asyncio

2014-02-03 Thread STINNER Victor
New submission from STINNER Victor: To solve a performance issue in asyncio, I added a new resolution attribute to selectors.BaseSelector and a new _granularity attribute to asyncio.BaseEventLoop. If I understood correctly, Charles-François (author and so maintainer of the new selectors module

[issue20494] Backport of http://bugs.python.org/issue11849 to Python 2.7 (Make it more likely for the system allocator to release free()d memory arenas on glibc-based systems).

2014-02-03 Thread Benjamin Peterson
Benjamin Peterson added the comment: It seems you actually want the second patch on that issue not the first. -- nosy: +benjamin.peterson ___ Python tracker ___ _

[issue20185] Derby #17: Convert 49 sites to Argument Clinic across 13 files

2014-02-03 Thread Zachary Ware
Zachary Ware added the comment: Vajrasky Kok wrote: > However, there are some reviews that I could not implement. > > 1. "This is a good candidate for a custom return converter." > > I can not synchronize struct rlimit and NULL return values. Looking again, that one is non-trivial, but still doa

[issue20474] test_socket failures on OS X due to fixed "expected failures"

2014-02-03 Thread Ned Deily
Changes by Ned Deily : -- assignee: -> ned.deily resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue20474] test_socket failures on OS X due to fixed "expected failures"

2014-02-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 63efacd80f8e by Ned Deily in branch '3.3': Issue #20474: Fix "unexpected success" test_socket failures on OS X 10.7+. http://hg.python.org/cpython/rev/63efacd80f8e New changeset 036671354dc0 by Ned Deily in branch 'default': Issue #20474: Fix "unexp

[issue20368] Tkinter: handle the null character

2014-02-03 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue20491] textwrap: Non-breaking space not honored

2014-02-03 Thread Kaarle Ritvanen
Changes by Kaarle Ritvanen : Added file: http://bugs.python.org/file33890/textwrap-honor-non-breaking-spaces.patch ___ Python tracker ___ ___

[issue20504] cgi.FieldStorage, multipart, missing Content-Length

2014-02-03 Thread Sebastian Rittau
New submission from Sebastian Rittau: Consider the attached test case. This test will run fine with Python 2.7, but will fail with Python 3.3. If cgi.FieldStorage() tries to parse a multipart request without a Content-Length header in the main section, segments will have a length of 0. During

[issue5404] Cross-compiling Python

2014-02-03 Thread Guido van Rossum
Changes by Guido van Rossum : -- nosy: -gvanrossum ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue16074] Bad error message in os.rename, os.link, and os.symlink

2014-02-03 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: However it is still a bug in 3.3. -- assignee: serhiy.storchaka -> larry ___ Python tracker ___ __

[issue19320] Tkinter tests ran with wantobjects is false

2014-02-03 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue19761] test_tk fails on OS X with multiple test case failures with both Tk 8.5 and 8.4

2014-02-03 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you Ned. -- resolution: -> fixed stage: commit review -> committed/rejected status: open -> closed type: -> behavior ___ Python tracker __

[issue5404] Cross-compiling Python

2014-02-03 Thread Stefan Krah
Stefan Krah added the comment: Cross compiling for arm works here on Ubuntu: $ cat config.site ac_cv_file__dev_ptmx=no ac_cv_file__dev_ptc=no $ export CONFIG_SITE=$PWD/config.site $ ./configure --host=arm-linux-gnueabi --build=x86_64 --disable-ipv6 $ make I cannot test though, since I don't

[issue7538] HP-UX 11.11 GCC build fails to build modules

2014-02-03 Thread Arfrever Frehtes Taifersar Arahesis
Arfrever Frehtes Taifersar Arahesis added the comment: It is most likely a duplicate of bug #4366. -- nosy: +Arfrever resolution: -> duplicate status: open -> closed superseder: -> cannot find -lpythonX.X when building Python on FreeBSD with --enable-shared __

[issue6299] pyexpat build failure on Solaris 10 for 2.6.1/2.6.2

2014-02-03 Thread Tim Mooney
Tim Mooney added the comment: I just tried Python 2.7.6 on x86_64-pc-openindiana151a9. The core issue is still present. It's not currently causing a build failure, but only because OpenIndiana 151a9 and Python are using the exact same version of Expat, so the headers that python's build pro

[issue20426] Compiling a regex with re.DEBUG should force a recompile

2014-02-03 Thread Antoine Pitrou
Antoine Pitrou added the comment: Ok, I've fixed the bug in all branches. Thanks for reporting! -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker _

[issue20426] Compiling a regex with re.DEBUG should force a recompile

2014-02-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset e47f6883dedf by Antoine Pitrou in branch '2.7': Issue #20426: When passing the re.DEBUG flag, re.compile() displays the debug output every time it is called, regardless of the compilation cache. http://hg.python.org/cpython/rev/e47f6883dedf ---

[issue20426] Compiling a regex with re.DEBUG should force a recompile

2014-02-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset a7b180d5df5f by Antoine Pitrou in branch '3.3': Issue #20426: When passing the re.DEBUG flag, re.compile() displays the debug output every time it is called, regardless of the compilation cache. http://hg.python.org/cpython/rev/a7b180d5df5f New cha

[issue894936] Have a split corresponding with os.path.join

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue20384] os.open() exception doesn't contain file name on Windows

2014-02-03 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +georg.brandl ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue1724822] provide a shlex.split alternative for Windows shell syntax

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue1423] wave sunau aifc 16bit errors

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue1739648] zipfile.testzip() using progressive file reads

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue1671676] test_mailbox is hanging while doing gmake test on HP-UX v3

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue1367631] maximum length not enforced in cgi.parse()

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue460474] codecs.StreamWriter: reset() on close()

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue877904] freeze: problems excluding site

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue1570255] redirected cookies

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy status: pending -> open ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue4744] asynchat documentation needs to be more precise

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue1615158] POSIX capabilities support

2014-02-03 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- versions: +Python 3.5 -Python 3.3 ___ Python tracker ___ ___ Python-bugs-list ma

[issue1038591] Python 2.3+ socket._fileobject handles EAGAIN with data loss

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue6130] There ought to be a way for extension types to associate documentation with their tp_new or tp_init methods

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue7718] Build shared libpythonX.Y.so on IRIX

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue7717] Compilation fixes for IRIX

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue6338] Error message displayed on stderr when no C compiler is present with ctypes

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue3539] Problem with pgen make dependencies in certain circumstances

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue1643712] Emphasize buffering issues when sys.stdin is used

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue3180] Interrupts are lost during readline PyOS_InputHook processing

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue6445] Add check parameter to subprocess.Popen.communicate

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue7538] HP-UX 11.11 GCC build fails to build modules

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue1254718] GCC detection for runtime_library_dirs when ccache is used

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue7405] compiling python 3.1.1 using cygwin 1.7.0 and gcc 4.3.4

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue1654367] [PATCH] Debuggers need a way to change the locals of a frame

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue1103213] Adding the missing socket.recvall() method

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue991266] Cookie.py does not correctly quote Morsels

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue7275] CoverageResult fails to merge input file with non-empty callers in trace.py (patch)

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue1244861] Enable os.startfile and webbrowser.WindowsDefault on Cygwin

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue1332869] Fatal Python error: Interpreter not initialized

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue1117601] os.path.exists returns false negatives in MAC environments.

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue1178136] cgitb.py support for frozen images

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue1374063] Broader iterable support for xmlrpclib

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue1465646] test_grp & test_pwd fail

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue1295179] termios.c in qnx4.25

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue1566331] Bad behaviour in .obuf*

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue1606233] readline on popen3 file returns empty string before end

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue1564508] RFC 2965 BaseCookie does not support "$Port"

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue5667] Interpreter fails to initialize on build dir when IO encoding is one of CJK

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue1648957] HP-UX: _ctypes/libffi/src/ia64/ffi/__attribute__/native cc

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue1080387] Making IDLE Themes and Keys Config more Robust

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue3111] multiprocessing ppc Debian/ ia64 Ubuntu compilation error

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue1576120] Support spawnvp[e] + use native execvp[e] on win32

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue1736792] dict reentrant/threading request

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue747320] rfc2822 formatdate functionality duplication

2014-02-03 Thread karl
karl added the comment: Eric, what do you recommend to move forward with this bug and patches? Need guidance. Do you have an example for "(A minor thing: I would use “attribute” instead of “variable” in the docstrings.)" Also which code base I should use? A lot of water has gone under the brid

[issue1676820] Add a PeriodicTimer to threading

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue1778] SyntaxError.offset sometimes wrong

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue7938] makesetup interprets macros -DA=B as a Make variable definition

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue3020] doctest should have lib2to3 integration

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue1738] filecmp.dircmp does exact match only

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue1034] [patch] Add 2to3 support for displaying warnings as Python comments

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue1653457] Python misbehaves when installed in / (patch attached)

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue4254] _cursesmodule.c callable update_lines_cols()

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue1437699] allow unicode arguments for robotparser.can_fetch

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue1749512] imaplib cannot handle mailboxes with ACL: lrs

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue1735509] Newer reply format for imap commands in imaplib.py

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue1744] readline module - set/get quote delimiters

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue1800] ctypes callback fails when called in Python with array argument

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue1533105] NetBSD build with --with-pydebug causes SIGSEGV

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue5978] cProfile and profile don't work with pygtk/pyqt and sys.exit(0)

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue1751519] curses - new window methods: addchstr and addchnstr

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue5404] Cross-compiling Python

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue1512163] mailbox (2.5b1): locking doesn't work (esp. on FreeBSD)

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue19761] test_tk fails on OS X with multiple test case failures with both Tk 8.5 and 8.4

2014-02-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 129eb818d9b2 by Serhiy Storchaka in branch '2.7': Issue #19761: Fixed Tkinter tests on OS X. http://hg.python.org/cpython/rev/129eb818d9b2 New changeset 76cd2e59b13d by Serhiy Storchaka in branch '3.3': Issue #19761: Fixed Tkinter tests on OS X. htt

[issue20368] Tkinter: handle the null character

2014-02-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset a6ba6db9edb4 by Serhiy Storchaka in branch '2.7': Issue #20368: Add tests for Tkinter methods exprstring(), exprdouble(), http://hg.python.org/cpython/rev/a6ba6db9edb4 New changeset 825c8db8b1e2 by Serhiy Storchaka in branch '3.3': Issue #20368: Add

[issue1875] "if 0: return" not raising SyntaxError

2014-02-03 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue20490] Show clear error message on circular import

2014-02-03 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

  1   2   3   4   >