[issue2465] sphinx-quickstart.py still creates makefile even if user tells it not to

2008-03-23 Thread Atul Varma
New submission from Atul Varma <[EMAIL PROTECTED]>: If the user chooses not to have Sphinx create a Makefile, Sphinx still behaves as though the user wants it to create one. This patch provides a simple fix. -- assignee: georg.brandl components: Documentation tools (Sphinx)

[issue2136] urllib2 basic auth handler doesn't handle realm names in single-quoted strings

2008-02-17 Thread Atul Varma
New submission from Atul Varma: This isn't necessarily a bug in Python--it's really a bug in websites that produce what are technically malformed WWW-Authenticate headers, I believe. According to RFC 2617, a WWW-Authenticate header should be of the form: WWW-Authenticate: B

[issue1008] Refactor test_signal.py to use unittest.

2007-08-23 Thread Atul Varma
New submission from Atul Varma: This patch refactors test_signal.py to use unittest. When this patch is applied, Lib/test/output/test_signal can be removed. I tried to refactor out individual tests from the original script and place them in separate test cases. -- components: Tests

[issue1006] Refactor test_winreg.py to use unittest.

2007-08-23 Thread Atul Varma
New submission from Atul Varma : This patch refactors test_winreg.py to use unittest. When this patch is applied, Lib/test/output/test_winreg can be removed. I also made a few formatting changes to ensure that all lines