[issue21763] Clarify requirements for file-like objects

2014-06-17 Thread Antoine Pitrou
Antoine Pitrou added the comment: Rather than a note, there could be a separate section for guidelines when implementing one's own IO classes. Assuming there's anything significant to put in such a section, that is :-) -- ___ Python tracker

[issue21694] IDLE - Test ParenMatch

2014-06-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8a64509b0bd5 by Terry Jan Reedy in branch '2.7': Issue #21694: Add unittest for ParenMatch. Patch by Saimadhav Heblikar. http://hg.python.org/cpython/rev/8a64509b0bd5 New changeset 385d4fea9f13 by Terry Jan Reedy in branch '3.4': Issue #21694: Add u

[issue12144] cookielib.CookieJar.make_cookies fails for cookies with 'expires' set

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: Can someone review the patch please. -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker ___ _

[issue21763] Clarify requirements for file-like objects

2014-06-17 Thread Nikolaus Rath
Nikolaus Rath added the comment: On 06/17/2014 01:28 PM, R. David Murray wrote: > Well, but we think it's pretty clear. This wasn't the impression that I had from the thread on python-devel, but I'll accept your judgement on that. I'll be more restrained when being asked for suggestions in the f

[issue5550] [urllib.request]: Comparison of HTTP headers should be insensitive to the case

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: @Karl do you intend following up on this issue? -- nosy: +BreamoreBoy ___ Python tracker ___ ___ Pytho

[issue10136] kill_python doesn't work with short path

2014-06-17 Thread Zachary Ware
Zachary Ware added the comment: If anybody actually has a problem with this in future, they can reopen the issue and try using GetFullPathName as Steve suggested. -- resolution: -> wont fix stage: -> resolved status: open -> closed ___ Python track

[issue12455] urllib2 forces title() on header names, breaking some requests

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: @Karl do you intend following up on this issue? -- nosy: +BreamoreBoy ___ Python tracker ___ ___ Pyth

[issue21790] Change blocksize in http.client to the value of resource.getpagesize

2014-06-17 Thread Claudiu Popa
Claudiu Popa added the comment: resource module is available only on Unix. -- nosy: +Claudiu.Popa ___ Python tracker ___ ___ Python-bu

[issue10381] Add timezone support to datetime C API

2014-06-17 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 3.5 -Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21763] Clarify requirements for file-like objects

2014-06-17 Thread R. David Murray
R. David Murray added the comment: I believe Antoine was suggesting that you suggest wording that would make it clear (rather than implied) that close was idempotent, but "This method has no effect if the file is already closed" seems pretty unambiguous to me, so I don't really see anything to

[issue10850] inconsistent behavior concerning multiprocessing.manager.BaseManager._Server

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have a response to this please. -- components: +Extension Modules -None nosy: +BreamoreBoy, sbt versions: +Python 2.7, Python 3.4, Python 3.5 -Python 3.2 ___ Python tracker _

[issue9034] datetime module should use int32_t for date/time components

2014-06-17 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 3.5 -Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21793] httplib client/server status refactor

2014-06-17 Thread Ethan Furman
Ethan Furman added the comment: Left comments in reitvald about modifying the Enum used -- let me know if you have any questions about that. -- ___ Python tracker ___ __

[issue10933] Tracing disabled when a recursion error is triggered (even if properly handled)

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have a response to this please. -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.4, Python 3.5 -Python 2.6, Python 3.1 ___ Python tracker ___

[issue10002] Installer doesn't install on Windows Server 2008 DataCenter R2

2014-06-17 Thread Martin v . Löwis
Martin v. Löwis added the comment: It seems that the system wasn't rebooted after a previous installation that required a reboot. The specific component that caused the failure is the Microsoft CRT, so there is nothing we can do about this. -- resolution: -> wont fix status: open -> c

[issue21798] Allow adding Path or str to Path

2014-06-17 Thread Gerrit Holl
New submission from Gerrit Holl: It would be great if we could "add" either str or Path to Path objects. Currently, we can join paths only by adding a directory, or by replacing the suffix. But sometimes we want to build up a path more directly. With strings we can do that simply by concate

[issue15993] Windows: 3.3.0-rc2.msi: test_buffer fails

2014-06-17 Thread Martin v . Löwis
Martin v. Löwis added the comment: I'd be fine to reconsider if a previously-demonstrated bug is now demonstrated-fixed. However, if the actual bug persists, optimization should be disabled for all code, not just for the code that allows to demonstrate the bug. This principle should indeed bee

[issue11142] xmlrpclib.ServerProxy with verbosity produces bad output

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: I'm assuming that this is classed as an enhancement request and not a bug. -- nosy: +BreamoreBoy, loewis type: -> enhancement versions: +Python 3.5 -Python 2.7 ___ Python tracker _

[issue21798] Allow adding Path or str to Path

2014-06-17 Thread R. David Murray
R. David Murray added the comment: I would expect addition to return PosixPath('/tmp/some_base/_name.dat'), (ie: path.join). -- nosy: +pitrou, r.david.murray ___ Python tracker

[issue10310] signed:1 bitfields rarely make sense

2014-06-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3aeca1fd4c0e by Victor Stinner in branch 'default': Issue #10310: Use "unsigned int field:1" instead of "signed int field:1" in a http://hg.python.org/cpython/rev/3aeca1fd4c0e -- nosy: +python-dev ___ Pyt

[issue11191] test_search_cpp error on AIX (with xlc)

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: After three years can we close this test failure as "out of date"? -- nosy: +BreamoreBoy type: -> behavior ___ Python tracker ___ __

[issue4887] environment inspection and manipulation API is buggy, inconsistent with "Python philosophy" for wrapping native APIs

2014-06-17 Thread Martin Panter
Changes by Martin Panter : -- nosy: +vadmium ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue21723] Float maxsize is treated as infinity in asyncio.Queue

2014-06-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset ccfc13183fea by Victor Stinner in branch '3.4': Issue #21723: asyncio.Queue: support any type of number (ex: float) for the http://hg.python.org/cpython/rev/ccfc13183fea New changeset a2f115bfa513 by Victor Stinner in branch 'default': (Merge 3.4) I

[issue21777] Separate out documentation of binary sequence methods

2014-06-17 Thread Martin Panter
Changes by Martin Panter : -- nosy: +vadmium ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue9727] Add callbacks to be invoked when locale changes

2014-06-17 Thread Nick Coghlan
Nick Coghlan added the comment: It ended up there were more serious problems with mixing runtimes on Windows (especially around file descriptors), so this likely wouldn't help much in practice. -- ___ Python tracker

[issue21763] Clarify requirements for file-like objects

2014-06-17 Thread Nick Coghlan
Nick Coghlan added the comment: I can add a third suggestion: a "HOWTO" guide on implementing and using file-like objects. It's actually a somewhat complex topic with various trade-offs involved, particularly in Python 3 where the differences between binary and text IO are greater. It could also

[issue11195] next fixer fooled by trailing characters

2014-06-17 Thread Mark Lawrence
Changes by Mark Lawrence : -- title: next fixer fooled by trailing cheracters -> next fixer fooled by trailing characters type: -> behavior versions: +Python 2.7, Python 3.4, Python 3.5 -Python 3.1 ___ Python tracker

[issue21799] Py_SetPath() gives compile error: undefined reference to '__imp_Py_SetPath'

2014-06-17 Thread Pat Le Cat
New submission from Pat Le Cat: I use Python 3.4.1 x64 (binaries downloaded) under Windows 8.1 with mingw64 (GCC 4.9 using C++). All the other functions work fine. Excerpt: Py_SetPath(L"python34.zip"); wchar_t* pyPath = Py_GetPath(); Py_Initialize(); -- components: Build, L

[issue11267] asyncore does not check for POLLERR and POLLHUP if neither readable nor writable

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: I'm assuming that any work on this is unlikely as asyncore is deprecated in favour of asyncio. -- nosy: +BreamoreBoy, giampaolo.rodola versions: +Python 3.4, Python 3.5 -Python 2.6, Python 2.7, Python 3.2, Python 3.3 ___

[issue11429] ctypes is highly eclectic in its raw-memory support

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: Your opinions please gentlemen. -- nosy: +BreamoreBoy, amaury.forgeotdarc, belopolsky, meador.inge versions: +Python 3.5 -Python 3.2 ___ Python tracker _

[issue21723] Float maxsize is treated as infinity in asyncio.Queue

2014-06-17 Thread STINNER Victor
STINNER Victor added the comment: Change also pushed to Tulip (changeset 3a392e5328c0). -- ___ Python tracker ___ ___ Python-bugs-list

[issue21723] Float maxsize is treated as infinity in asyncio.Queue

2014-06-17 Thread STINNER Victor
STINNER Victor added the comment: Thanks Vajrasky, I aplied your patch. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___

[issue12144] cookielib.CookieJar.make_cookies fails for cookies with 'expires' set

2014-06-17 Thread Terry J. Reedy
Terry J. Reedy added the comment: As I marked in the Stage setting 3 yrs ago, the patch needs a test, in particular a acceptible unittest. I doubt that cnn.com qualifies. Senthil? David? Perhaps we should have a test.python.org for use by tests, with oscure urls that return just what is neede

[issue21694] IDLE - Test ParenMatch

2014-06-17 Thread Terry J. Reedy
Terry J. Reedy added the comment: I changed the close to match what worked in test_hyperparser. At first, I still got the warning. To see if the remaining problem was the import of EditorWindow, I disabled that, and the message went away. When I re-enabled the import, it stayed away. Puzzling,

[issue21722] teach distutils "upload" to exit with code != 0 when error occurs

2014-06-17 Thread Martin Dengler
Martin Dengler added the comment: I've got the contrib form bit now. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue21723] Float maxsize is treated as infinity in asyncio.Queue

2014-06-17 Thread A. Jesse Jiryu Davis
Changes by A. Jesse Jiryu Davis : -- nosy: +emptysquare ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue21725] RFC 6531 (SMTPUTF8) support in smtpd

2014-06-17 Thread Milan Oberkirch
Milan Oberkirch added the comment: I replied to some review comments, and made a new patch implementing your suggestions. -- Added file: http://bugs.python.org/file35679/issue21725v3.patch ___ Python tracker _

[issue14534] Add method to mark unittest.TestCases as "do not run".

2014-06-17 Thread Michael Foord
Michael Foord added the comment: My suggested solution is a class decorator you use on your base class that means "don't run tests from this class". @unittest.base_class class MyTestBase(TestCase): pass Not quite sure how that's sophisticated or confusing... Are you confusing the way it

[issue21800] Implement RFC 6855 (IMAP Support for UTF-8) in imaplib.

2014-06-17 Thread Milan Oberkirch
Changes by Milan Oberkirch : -- components: email nosy: barry, jesstess, pitrou, r.david.murray, zvyn priority: normal severity: normal status: open title: Implement RFC 6855 (IMAP Support for UTF-8) in imaplib. versions: Python 3.5 ___ Python tracker

[issue11430] can't change the sizeof a Structure that doesn't own its buffer

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: Your opinions please folks. -- nosy: +BreamoreBoy, amaury.forgeotdarc, belopolsky, meador.inge versions: +Python 3.5 -Python 3.2 ___ Python tracker _

[issue11511] Proposal for exposing proxy bypass settings in ProxyHandler

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have a patch review on this please. -- nosy: +BreamoreBoy ___ Python tracker ___ ___ Python-bu

[issue11580] Add width and precision formatters to PyBytes_FromFormatV()

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have a patch review please. -- nosy: +BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list

[issue11601] UnixCCompiler always uses compiler_so, not compiler

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have an answer to the question given in msg131355 please? -- nosy: +BreamoreBoy ___ Python tracker ___ ___

[issue1571878] Improvements to socket module exceptions

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: Is this the type of change that PEP3151 was aimed at? -- nosy: +BreamoreBoy ___ Python tracker ___

[issue11736] windows installers ssl module / openssl broken for some sites

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: I don't recall any recent reports of this problem so think this can be closed as "out of date"? -- nosy: +BreamoreBoy ___ Python tracker ___ ___

[issue16136] Removal of VMS support

2014-06-17 Thread Sandeep Mathew
Sandeep Mathew added the comment: It does build with some tweaking here and there. But I ran into runtime issues. I am sorry, I cannot dedicate time on it further. IMHO anything built for VMS should use VMS specific API's in the way they are designed for stability and performance reasons, some m

[issue21332] subprocess bufsize=1 docs are misleading

2014-06-17 Thread raylu
raylu added the comment: I'm fairly sure this hasn't been fixed in tip so I think we're still waiting on patch review. Is there an update here? -- ___ Python tracker ___ ___

[issue21797] mmap read of single byte accesses more that just that byte

2014-06-17 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Kevin, mmap is not appropriate for your use. Looks like writing your own module would be simple enough. If performance is not a problem, maybe ctypes/cffi pointer magic encapsulate in your own custom class would be enough for you. I mark this bug as "not a bu

[issue21797] mmap read of single byte accesses more that just that byte

2014-06-17 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: You could even use "ctypes" to access the underlining "mmap" OS syscall. But accessing individual bytes using native python is not guaranteed to work because python is too high level for that. For instance, it could read 64 bits (a word) to only use 8 at the

[issue11736] windows installers ssl module / openssl broken for some sites

2014-06-17 Thread Martin v . Löwis
Changes by Martin v. Löwis : -- resolution: -> out of date status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing

[issue9727] Add callbacks to be invoked when locale changes

2014-06-17 Thread Martin v . Löwis
Martin v. Löwis added the comment: Closing as won't fix, then. -- resolution: -> wont fix status: open -> closed ___ Python tracker ___ __

<    1   2