[issue8519] doc: termios and ioctl reference links

2015-07-04 Thread Angad Singh
Angad Singh added the comment: Created a patch for this. Added POSIX links for fcntl, ioctl and termios. Let me know if I am missing anything. -- nosy: +angad Added file: http://bugs.python.org/file39857/posix_specification_links_fcntl_ioctl_termios.patch

[issue24548] Broken link in the unittest documentation

2015-07-04 Thread Angad Singh
Angad Singh added the comment: Internet Archive (with image) - https://web.archive.org/web/20150315073817/http://www.xprogramming.com/testfram.htm -- nosy: +angad ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24548

[issue13456] Providing a custom HTTPResponse class to HTTPConnection

2015-07-04 Thread Angad Singh
Angad Singh added the comment: I have a patch for this. I have also documented some of the non-documented attributes of HTTPConnection class. -- keywords: +patch nosy: +angad Added file: http://bugs.python.org/file39856/response_class.http.client.patch

[issue24256] threading.Timer is not a class

2015-07-04 Thread Angad Singh
Angad Singh added the comment: Taking a stab at this. Attached patch. -- keywords: +patch nosy: +angad Added file: http://bugs.python.org/file39858/function_threading_timer.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue21063] Touch up one-line descriptions of modules for module index

2014-03-27 Thread Angad Singh
Angad Singh added the comment: Interested in taking this up as my first patch - @brett - are you only talking about the :synopsis: or the occurrence of This module at the beginning of the description as well? -angad -- nosy: +angad ___ Python

[issue21063] Touch up one-line descriptions of modules for module index

2014-03-27 Thread Angad Singh
Angad Singh added the comment: Not a lot of occurrences if I only look at the synopsis. Attaching a diff. Also saw a weird This subpackage in apiref.rst line 1767. Fix that too? -- keywords: +patch Added file: http://bugs.python.org/file34639/this_module_doc_fix.patch