[issue1064] Test issue

2007-09-22 Thread Martin v. Löwis
Martin v. Löwis added the comment: Compare From headers -- assignee: georg.brandl -> nosy: -georg.brandl __ Tracker <[EMAIL PROTECTED]> __ ___

[issue1187] pipe fd handling issues in subprocess.py on POSIX

2007-09-22 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- assignee: -> astrand nosy: +astrand priority: -> normal versions: +Python 2.6 -Python 2.4 __ Tracker <[EMAIL PROTECTED]> __

[issue1191] bsddb does not build with bsddb lib v3.1.

2007-09-22 Thread Sean Reifschneider
Sean Reifschneider added the comment: Bringing attachment inline here: The Python manual for module 'bsddb'says it requires a Berkeley DB library 3.3 - 4.4. But the build tools do not check this. If that's the requirement, they should. Instead, I see in _bsddb

[issue1191] Berkeley DB prerequisite inconsistent

2007-09-22 Thread Bryan Henderson
New submission from Bryan Henderson: There's some inconsistency among the code and documentation as to the required level of Berkeley DB. I don't know what the proper resolution, but I'm sure someone familiar with the history of this code does. Something needs to be done to reduce the amount

[issue1187] pipe fd handling issues in subprocess.py on POSIX

2007-09-22 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue1188] universal newlines doesn't identify CRLF during tell()

2007-09-22 Thread Guido van Rossum
Guido van Rossum added the comment: Thanks! Committed revision 58232. -- assignee: -> gvanrossum nosy: +gvanrossum resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> _

[issue1127] No tests for inspect.getfullargspec()

2007-09-22 Thread Brett Cannon
Brett Cannon added the comment: Won't know if more tests are needed until the patch is reviewed. Thanks for the work so far, though! -- assignee: -> brett.cannon keywords: +patch nosy: +brett.cannon __ Tracker <[EMAIL PROTECTED]>

[issue1190] Windows rants& sugestions.

2007-09-22 Thread Martin v. Löwis
Martin v. Löwis added the comment: Unfortunately, I fail to understand what kind of problem you are reporting. Please report only one issue per bug report, and try to come up with some title more descriptive than "rants & suggestions". Please follow this form when reporting bugs, or suggesting im

[issue1190] Windows rants& sugestions.

2007-09-22 Thread Michael Lawrence
New submission from Michael Lawrence: TCL Perl , resources , sometimes with the python tool kit , i'd want certin compontents removed , namely tcl/tk ; on a custom Installer Do you have windows TCL/TK (YES/no) (Yes) and the gui option panel to repoiit items add perl ruby ponteirs etc. Alt Py

[issue1127] No tests for inspect.getfullargspec()

2007-09-22 Thread Quentin Gallet-Gilles
New submission from Quentin Gallet-Gilles: I created 4 tests, see attached 'test_getfullargspec.diff' patch. 2 tests verify that getargspec raises ValueError when trying to call it with the function containing keyword-only arguments or annotations. The 2 others call getfullargspec and check ever

[issue1189] Documentation for tp_as_number tp_as_sequence tp_as_mapping

2007-09-22 Thread Georg Brandl
Changes by Georg Brandl: -- assignee: -> georg.brandl nosy: +georg.brandl __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list