[issue1755841] Patch for [ 735515 ] urllib2 should cache 301 redir

2009-12-26 Thread Senthil Kumaran
Senthil Kumaran added the comment: I am attaching an updated patch for caching the 301 redirects. As per RFC 2616: 10.3.2 301 Moved Permanently ... ...references returned by the server, where possible. This response is cacheable unless indicated otherwise. So, I have included an additio

[issue7580] distutils makefile from python.org installer doesn't work on OS X Snow Leopard

2009-12-26 Thread Martin v . Löwis
Changes by Martin v. Löwis : -- nosy: +loewis ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue4758] Python 3.0 internet documentation needs work

2009-12-26 Thread Senthil Kumaran
Senthil Kumaran added the comment: Hi Ezio, let us not close the issue. Waiting for David Beazley's patch is okay or even looking at specific modules pointed out from the point of str vs bytes interfaces and if any docs can be improved, we can improve them. If we determine there is none, then we

[issue7580] distutils makefile from python.org installer doesn't work on OS X Snow Leopard

2009-12-26 Thread Sridhar Ratnakumar
Changes by Sridhar Ratnakumar : -- nosy: +srid ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue4758] Python 3.0 internet documentation needs work

2009-12-26 Thread Ezio Melotti
Ezio Melotti added the comment: If David doesn't answer I'd close this issue. A year passed since the first message and several bugs have been probably fixed already. -- status: open -> pending versions: +Python 3.1, Python 3.2 ___ Python tracker

[issue7580] distutils makefile from python.org installer doesn't work on OS X Snow Leopard

2009-12-26 Thread Ben Kaplan
New submission from Ben Kaplan : Comes from this thread on comp.lang.python: http://groups.google.com/group/comp.lang.python/browse_thread/thread/e15915df2e9cdd9/ The Makefile for distutils in the Mac binary for Python 3.1 specifies the use of the OS X 10.4u SDK. However, XCode only includes the

[issue4758] Python 3.0 internet documentation needs work

2009-12-26 Thread 余谨智
余谨智 added the comment: As my opinion, Adding them as comments here is better as we can see the same kind of issues all at once. -- nosy: +yu_jin_zhi versions: -Python 3.0 ___ Python tracker ___

[issue5116] expose _CrtSetReportMode via the msvcrt module

2009-12-26 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: _CrtSetReportMode() is exposed without the leading underscore. IMO the _CRT_WARN and other constants should be renamed the same way. -- nosy: +amaury.forgeotdarc ___ Python tracker

[issue7579] Patch to add docstrings to msvcrt

2009-12-26 Thread Brian Curtin
New submission from Brian Curtin : Patch to provide docstrings throughout the msvcrt module. -- assignee: georg.brandl components: Documentation, Windows files: msvcrt_docstrings.diff keywords: patch messages: 96893 nosy: brian.curtin, georg.brandl severity: normal status: open title: Pa

[issue7578] Behavior of operations on a closed file object is not documented correctly

2009-12-26 Thread Baptiste Lepilleur
Changes by Baptiste Lepilleur : -- title: Behavio of operations on a closed file object is not documented correctly -> Behavior of operations on a closed file object is not documented correctly ___ Python tracker

[issue7578] Behavio of operations on a closed file object is not documented correctly

2009-12-26 Thread Baptiste Lepilleur
New submission from Baptiste Lepilleur : The io.IOBase class doc says: """Note that calling any method (even inquiries) on a closed stream is undefined. Implementations may raise IOError in this case.""" But the io.IOBase.close() method document says: """Once the file is closed, any operation on

[issue7559] TestLoader.loadTestsFromName swallows import errors

2009-12-26 Thread Salman Haq
Salman Haq added the comment: Line 348 in trunk/Lib/test/test_unittest.py has a test case to specifically test that in the described situation, the test returns an AttributeError. Should this test be changed so that it passes if the exception is in fact an ImportError? def test_loadTestsFrom

[issue7577] documention buglet for PyBuffer

2009-12-26 Thread Ronald Oussoren
Ronald Oussoren added the comment: Another buffer documentation buglet is the documentation for 'PyBuffer_FillInfo'. The prototype in the documentation is: int PyBuffer_FillInfo(Py_buffer *view, void *buf, Py_ssize_t len, int readonly, int infoflags) The real prototype has an additional argu

[issue7577] documention buglet

2009-12-26 Thread Ronald Oussoren
New submission from Ronald Oussoren : The documentation for bf_getbuffer at claims: The signature of getbufferproc is int (PyObject *obj, PyObject *view, int flags). obj is the object to export, view is the Py_buffer

[issue3054] test_disutils fails

2009-12-26 Thread Ronald Oussoren
Ronald Oussoren added the comment: This issue is fixed in the 2.7 and 3.2 trees. I'm therefore closing this issue. -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker _

[issue2019] API to clear most free lists

2009-12-26 Thread Ronald Oussoren
Ronald Oussoren added the comment: Is patch this still relevant? The functionality seems to be present in the trunk and py3k. -- nosy: +ronaldoussoren ___ Python tracker ___ __

[issue1700507] Carbon.Scrap.PutScrapFlavor

2009-12-26 Thread Ronald Oussoren
Changes by Ronald Oussoren : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:/