[issue1686597] descrintro: error describing __new__ behavior

2007-08-24 Thread Georg Brandl
Georg Brandl added the comment: Fixed in pydotorg rev. 10972. -- assignee: - georg.brandl nosy: +georg.brandl resolution: - fixed status: open - closed _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1686597

[issue1734164] sqlite3 causes memory read error

2007-08-24 Thread Gerhard Häring
Gerhard Häring added the comment: This was already reported upstream at http://initd.org/tracker/pysqlite/ticket/205 It's a bug in the SQLite version of the DLL is shipped with Python 2.5 on Windows. Updating the DLL to a newer version would help. In the meantime, users can just download the

[issue1276378] tarfile: adding filed that use direct device addressing

2007-08-24 Thread Lars Gustäbel
Lars Gustäbel added the comment: Closing this due to lack of interest. This is no tarfile issue. If direct device addressing should be supported by Python, os.stat() would be the place to implement it. -- resolution: - wont fix status: open - closed

[issue1728488] -q (quiet) option for python interpreter

2007-08-24 Thread Georg Brandl
Changes by Georg Brandl: -- superseder: - -q (quiet) option for python interpreter _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1728488 _ ___ Python-bugs-list

[issue1757062] Pickle fails on BeautifulSoup's navigableString instances

2007-08-24 Thread Christophe Michel
Christophe Michel added the comment: I started by isolating the most minimalist code that triggers the error. If you play a bit with NavigableString, you will end up with the attached code. As expected, this program fails with RuntimeError: maximum recursion depth exceeded The evil recursion

[issue1765375] setup.py trashes LDFLAGS

2007-08-24 Thread Georg Brandl
Georg Brandl added the comment: Thanks for the report, fixed in rev. 57389, 57390 (2.5). -- assignee: - georg.brandl nosy: +georg.brandl resolution: - fixed status: open - closed _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1765375

[issue1765558] small improvement for peephole conditional jump optimizer

2007-08-24 Thread Georg Brandl
Changes by Georg Brandl: -- assignee: - rhettinger _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1765558 _ ___ Python-bugs-list mailing list Unsubscribe:

[issue1764986] generic and more efficient removal of unreachable code

2007-08-24 Thread Georg Brandl
Changes by Georg Brandl: -- assignee: - rhettinger _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1764986 _ ___ Python-bugs-list mailing list Unsubscribe:

[issue1757062] Pickle fails on BeautifulSoup's navigableString instances

2007-08-24 Thread Georg Brandl
Georg Brandl added the comment: This is indeed tricky. The docs say __unicode__ should return a Unicode object, so I'm inclined to blame BeautifulSoup. Asking Neal for a second opinion. -- assignee: - nnorwitz nosy: +georg.brandl _ Tracker [EMAIL

[issue1010] Broken bug tracker url

2007-08-24 Thread Nir Soffer
New submission from Nir Soffer: In http://docs.python.org/lib/about.html, the link to Python Bug Tracker point to the old close tracker in sourceforge.net. Should be replaced to bugs.python.org. -- components: Documentation messages: 55253 nosy: nirs severity: normal status: open

[issue1011] Wrong documentation for rfc822.Message.getheader

2007-08-24 Thread Nir Soffer
New submission from Nir Soffer: In http://docs.python.org/lib/message-objects.html, getheader doc say: Like getrawheader(name), but strip leading and trailing whitespace. Internal whitespace is not stripped. The optional default argument can be used to specify a different default to be

[issue1753371] Open always create new tab or new browser

2007-08-24 Thread Ilan Peleg
Ilan Peleg added the comment: Hi there, I Have only 2 lines in my programs which related to webbrowser.py. 1) import webbrowser 2) webbrowser.open(windowsPath) # Called many times. In the following browsers

[issue1753371] Open always create new tab or new browser

2007-08-24 Thread Ilan Peleg
Ilan Peleg added the comment: Just to make sure I'm clear. I don't wish new tabs neither new windows. I wish all calls to webbrowser.open(path) to go the same tab or to the same window when tabs are not supported or not

[issue1002] Patch to rename HTMLParser module to lower_case

2007-08-24 Thread O.R.Senthil Kumaran
O.R.Senthil Kumaran added the comment: what is this and other series of patches you have submitted, paulsmith? I fail to understand. Why is the need for changing Library? You are just adding up SPAM here. -- nosy: +orsenthil __ Tracker [EMAIL PROTECTED]

[issue1002] Patch to rename HTMLParser module to lower_case

2007-08-24 Thread Paul Smith
Paul Smith added the comment: I am participating in the Python Sprint here at Google, and was just going through the Py3k Sprint Tasks spreadsheet, one of them being to rename standard library modules which use CamelCase to lower_and_underscore, the more modern naming.

[issue1007] [py3k] Fix dumbdbm, which fixes test_shelve (for me); instrument other tests so we catch this sooner (and more directly)

2007-08-24 Thread Collin Winter
Changes by Collin Winter: -- versions: +Python 3.0 -Python 2.6 __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1007 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue1002] Patch to rename HTMLParser module to lower_case

2007-08-24 Thread O.R.Senthil Kumaran
O.R.Senthil Kumaran added the comment: But your standalone diffs will break things and dependencies with other modules, so I was worried about them. Are you taking care of them all? __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1002

[issue1010] Broken bug tracker url

2007-08-24 Thread Georg Brandl
Georg Brandl added the comment: Fixed in rev. 57394. -- nosy: +georg.brandl resolution: - fixed status: open - closed __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1010 __

[issue1011] Wrong documentation for rfc822.Message.getheader

2007-08-24 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in rev. 57395. -- assignee: - georg.brandl nosy: +georg.brandl resolution: - fixed status: open - closed __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1011 __

[issue1012] Broken URL at Doc/install/index.rst

2007-08-24 Thread O.R.Senthil Kumaran
New submission from O.R.Senthil Kumaran: * [EMAIL PROTECTED] [2007-08-24 06:12:52]: hyperlink site module documentation in Section 4.1 on page http://docs.python.org/inst/search-path.html leads to a nonexistent page. Regards jitendra nair 1) This needs to be fixed in the online doc,

[issue1006] Refactor test_winreg.py to use unittest.

2007-08-24 Thread Georg Brandl
Georg Brandl added the comment: Thanks! Committed as rev. 57397. -- assignee: - georg.brandl nosy: +georg.brandl resolution: - accepted status: open - closed __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1006

[issue1008] Refactor test_signal.py to use unittest.

2007-08-24 Thread Georg Brandl
Georg Brandl added the comment: Fixed and committed as rev. 57399. -- nosy: +georg.brandl resolution: - accepted status: open - closed __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1008 __

[issue736962] Port tests to unittest (Part 2)

2007-08-24 Thread Georg Brandl
Georg Brandl added the comment: The patches in here have long been applied, and the remaining converts are handled using individual issues. -- nosy: +georg.brandl status: open - closed Tracker [EMAIL PROTECTED] http://bugs.python.org/issue736962

[issue1399935] enhance unittest to define tests that *should* fail

2007-08-24 Thread Georg Brandl
Georg Brandl added the comment: Shouldn't the decorator name be lowercase? -- nosy: +georg.brandl _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1399935 _ ___

[issue1703379] Refactor test_frozen.py to use unittest.

2007-08-24 Thread Georg Brandl
Georg Brandl added the comment: I've already ported this test a little differently before seeing this patch. -- nosy: +georg.brandl resolution: - out of date status: open - closed _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1703379

[issue1671298] Refactor test_class to use unittest lib

2007-08-24 Thread Georg Brandl
Georg Brandl added the comment: I've figured out the problem with your call stack: the comparison of callLst with the expected calls adds more calls to callLst, leading to a failing comparison. I've fixed this, but the new test still fails with regrtest -R:: -- will investigate.

[issue1671298] Refactor test_class to use unittest lib

2007-08-24 Thread Georg Brandl
Georg Brandl added the comment: Argh, the test modified the state of one of its classes. Fixed that and committed now as rev. 57409. -- assignee: collinwinter - georg.brandl resolution: - accepted status: open - closed _ Tracker [EMAIL PROTECTED]

[issue1706039] Added clearerr() to clear EOF state

2007-08-24 Thread Georg Brandl
Changes by Georg Brandl: -- assignee: - loewis _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1706039 _ ___ Python-bugs-list mailing list Unsubscribe:

[issue1013] eval error

2007-08-24 Thread Ray Ward
New submission from Ray Ward: eval(9) 9 Works but. eval(09) Traceback (most recent call last): File stdin, line 1, in module File string, line 1 09 ^ SyntaxError: invalid token -- messages: 55272 nosy: Rayfward severity: normal status: open title: eval error type: behavior

[issue1013] eval error

2007-08-24 Thread Georg Brandl
Georg Brandl added the comment: This is not a bug. Integers beginning with 0 are octal literals in Python 2.x, and 9 is not a valid octal digit. Closing as Invalid. -- nosy: +georg.brandl resolution: - invalid status: open - closed __ Tracker [EMAIL

[issue1014] cgi: parse_qs and parse_qsl misbehave on empty strings

2007-08-24 Thread David Jessup
New submission from David Jessup: In Python 2.4.4, cgi.parse_qs(qs='', strict_parsing=True) errors out: Traceback (most recent call last): File stdin, line 1, in ? File /usr/lib/python2.4/cgi.py, line 183, in parse_qs for name, value in parse_qsl(qs, keep_blank_values, strict_parsing):

[issue1015] [PATCH] Updated patch for rich dict view (dict().keys()) comparisons

2007-08-24 Thread Keir Mierle
New submission from Keir Mierle: This an updated version of the patch I submitted earlier to python-3000; it is almost identical except it extends the test case to cover more of the code. -- components: Interpreter Core files: dictview_richcompare_ver2.diff messages: 55275 nosy: keir

[issue1007] [py3k] Fix dumbdbm, which fixes test_shelve (for me); instrument other tests so we catch this sooner (and more directly)

2007-08-24 Thread Gregory P. Smith
Gregory P. Smith added the comment: looks like someone already committed the one liner dumbdbm latin-1 fix. But the meat of this patch is the unit test improvements. I had to fix test_whichdb to exclude dumbdbm as that has no file for whichdb to test. committed to py3k as r57419 --

[issue1015] [PATCH] Updated patch for rich dict view (dict().keys()) comparisons

2007-08-24 Thread Guido van Rossum
Guido van Rossum added the comment: Checked in (after substantial changes, pairing with Keir). -- assignee: - gvanrossum nosy: +gvanrossum __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1015 __

[issue1016] [PATCH] Updated fix for string to unicode fixes in time and datetime

2007-08-24 Thread Ero Carrera
New submission from Ero Carrera: Small patch for the references leak in datetime and changed a strlen to PyUnicode_GET_SIZE() in time -- files: time_datetime_pystring_patch_2.diff messages: 55279 nosy: ero.carrera severity: normal status: open title: [PATCH] Updated fix for string to

[issue1017] [PATCH] Add set operations (and, or, xor, subtract) to dict views

2007-08-24 Thread Keir Mierle
New submission from Keir Mierle: This patch adds set operations | ^ - to dict views ({}.keys(), {}.items()). A set is returned. -- components: Interpreter Core files: dictview_set_operations.diff messages: 55280 nosy: keir severity: normal status: open title: [PATCH] Add set operations

[issue1017] [PATCH] Add set operations (and, or, xor, subtract) to dict views

2007-08-24 Thread Keir Mierle
Changes by Keir Mierle: __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1017 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue1015] [PATCH] Updated patch for rich dict view (dict().keys()) comparisons

2007-08-24 Thread Guido van Rossum
Changes by Guido van Rossum: -- resolution: - accepted status: open - closed __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1015 __ ___ Python-bugs-list mailing list

[issue1017] [PATCH] Add set operations (and, or, xor, subtract) to dict views

2007-08-24 Thread Guido van Rossum
Changes by Guido van Rossum: __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1017 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue1017] [PATCH] Add set operations (and, or, xor, subtract) to dict views

2007-08-24 Thread Keir Mierle
Changes by Keir Mierle: __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1017 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue1017] [PATCH] Add set operations (and, or, xor, subtract) to dict views

2007-08-24 Thread Guido van Rossum
Changes by Guido van Rossum: -- assignee: - gvanrossum resolution: - accepted status: open - closed __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1017 __ ___

[issue1018] server-side ssl support

2007-08-24 Thread Guido van Rossum
New submission from Guido van Rossum: Bill Janssen's patch for server-side ssl support (and certificate support). This still needs style cleanup, but is leak-free and passes tests. -- assignee: gvanrossum components: Extension Modules files: ssl-svr.diff keywords: patch messages: 55281

[issue1018] server-side ssl support

2007-08-24 Thread Guido van Rossum
Guido van Rossum added the comment: And another file that has a utility to be placed in Tools/... __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1018 __ tools-diff Description: Binary data

[issue1018] server-side ssl support

2007-08-24 Thread Guido van Rossum
Changes by Guido van Rossum: __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1018 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue1018] server-side ssl support

2007-08-24 Thread Guido van Rossum
Changes by Guido van Rossum: __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1018 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue1450807] Python build fails for gcc 4.x from Gnu

2007-08-24 Thread Jeffrey Yasskin
Changes by Jeffrey Yasskin: -- nosy: +jyasskin _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1450807 _ ___ Python-bugs-list mailing list Unsubscribe:

[issue1542308] Nested finally in generators don't follow PEP 342

2007-08-24 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- priority: immediate - normal _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1542308 _ ___ Python-bugs-list mailing list