[issue1000] x

2007-08-08 Thread Georg Brandl
Changes by Georg Brandl: -- severity: normal status: open title: x __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1000 __ ___ Python-bugs-list mailing list Unsubscribe

[issue1624674] webbrowser.open_new() suggestion

2007-08-23 Thread Georg Brandl
Georg Brandl added the comment: webbrowser uses the default GNOME browser if a GNOME session is running and kfmclient if a KDE session is running. Closing as works for me. -- resolution: - works for me status: open - closed _ Tracker [EMAIL

[issue1753371] Open always create new tab or new browser

2007-08-23 Thread Georg Brandl
Georg Brandl added the comment: With Firefox, that's probably because you have set the default behavior to open a new tab, so there's nothing webbrowser.py can do about that. In Windows, os.startfile() is used, which doesn't allow remote settings like new window etc., so there's nothing

[issue1776696] tempfile.TemporaryFile differs between platforms

2007-08-23 Thread Georg Brandl
Georg Brandl added the comment: I agree with tiran. TemporaryFile(...) returns a file-like object, the details are implementation specific. -- nosy: +gbrandl resolution: - invalid status: open - closed _ Tracker [EMAIL PROTECTED] http

[issue1742889] Pickling of exceptions broken

2007-08-23 Thread Georg Brandl
Georg Brandl added the comment: Closing in favor of #1692335. -- status: open - closed superseder: - Move initial args assignment to BaseException.__new__ _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1742889

[issue1744398] Improve exception pickling support

2007-08-23 Thread Georg Brandl
Georg Brandl added the comment: Closing in favor of #1692335. -- nosy: +gbrandl status: open - closed superseder: - Move initial args assignment to BaseException.__new__ _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1744398

[issue1692335] Fix exception pickling: Move initial args assignment to BaseException.__new__

2007-08-23 Thread Georg Brandl
Georg Brandl added the comment: Raising priority. -- priority: normal - urgent severity: normal - major title: Move initial args assignment to BaseException.__new__ - Fix exception pickling: Move initial args assignment to BaseException.__new__ versions: +Python 2.6

[issue1768121] Byte code WITH_CLEANUP missing, MAKE_CLOSURE wrong

2007-08-23 Thread Georg Brandl
Georg Brandl added the comment: Fixed in rev. 57324, thanks for the report. -- assignee: - gbrandl nosy: +gbrandl resolution: - fixed status: open - closed _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1768121

[issue1766421] poll() returns status code, not return code

2007-08-23 Thread Georg Brandl
Georg Brandl added the comment: Thanks for the report, fixed in rev. 57326, 57327. -- assignee: - gbrandl nosy: +gbrandl resolution: - fixed status: open - closed _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1766421

[issue1752175] fixing 2.5.1 build with unicode and dynamic loading disabled

2007-08-23 Thread Georg Brandl
Georg Brandl added the comment: Okay, fixed both and backported in rev. 57328, 57330. -- assignee: - gbrandl nosy: +gbrandl resolution: - fixed status: open - closed _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1752175

[issue1757118] utilize 2.5 try/except/finally in contextlib

2007-08-23 Thread Georg Brandl
Georg Brandl added the comment: Committed in rev. 57331. -- assignee: - gbrandl nosy: +gbrandl resolution: - accepted status: open - closed _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1757118

[issue1756389] reference count discrepancy, PyErr_Print vs. PyErr_Clear

2007-08-23 Thread Georg Brandl
Georg Brandl added the comment: Closing as invalid. -- nosy: +gbrandl resolution: - invalid status: open - closed _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1756389

[issue1757072] Zipfile robustness

2007-08-23 Thread Georg Brandl
Georg Brandl added the comment: Alan? -- assignee: - aimacintyre nosy: +gbrandl _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1757072 _ ___ Python-bugs-list

[issue1764044] copy 2

2007-08-23 Thread Georg Brandl
Georg Brandl added the comment: Which time is that? Windows three timestamps, IIRC: creation, modification, access. -- nosy: +gbrandl _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1764044

[issue1753395] struni: assertion in Windows debug build

2007-08-23 Thread Georg Brandl
Georg Brandl added the comment: Attaching a patch, should fix this. -- nosy: +gbrandl _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1753395 _Index: Objects/typeobject.c

[issue1757072] Zipfile robustness

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

[issue1752703] chown() does not handle UID INT_MAX

2007-08-23 Thread Georg Brandl
Georg Brandl added the comment: Closing, superseder has more information and same patch. -- nosy: +gbrandl resolution: - duplicate status: open - closed superseder: - chown broken on 64bit _ Tracker [EMAIL PROTECTED] http://bugs.python.org

[issue457493] include SQL interface module

2007-08-23 Thread Georg Brandl
Georg Brandl added the comment: With DB API and sqlite3 in the stdlib, I think this can be closed. -- nosy: +gbrandl status: open - closed Tracker [EMAIL PROTECTED] http://bugs.python.org/issue457493

[issue514532] Add eu# parser marker

2007-08-23 Thread Georg Brandl
Georg Brandl added the comment: I guess this can be closed in the light of Py3k. -- nosy: +gbrandl status: open - closed Tracker [EMAIL PROTECTED] http://bugs.python.org/issue514532

[issue714469] Easy tutorial printing should be possible

2007-08-23 Thread Georg Brandl
Georg Brandl added the comment: Assigning to me to remind myself about writing a PDF-producing Sphinx builder. -- assignee: - gbrandl nosy: +gbrandl resolution: invalid - Tracker [EMAIL PROTECTED] http://bugs.python.org/issue714469

[issue447143] exception item from mapped function

2007-08-23 Thread Georg Brandl
Georg Brandl added the comment: Closing, see PEP 3134. -- nosy: +gbrandl status: open - closed title: exception item from mapped function - exception item from mapped function Tracker [EMAIL PROTECTED] http://bugs.python.org/issue447143

[issue223599] Need user-centered info for Windows users.

2007-08-23 Thread Georg Brandl
Georg Brandl added the comment: issue469773 subsumes this. -- nosy: +gbrandl -nobody resolution: - duplicate status: open - closed superseder: - Write 'Using Python on Platform X' documents Tracker [EMAIL PROTECTED] http://bugs.python.org

[issue698900] Provide plucker format docs.

2007-08-23 Thread Georg Brandl
Georg Brandl added the comment: Plucker seems to be dead for at least two years, so closing. -- nosy: +gbrandl resolution: - out of date status: open - closed Tracker [EMAIL PROTECTED] http://bugs.python.org/issue698900

[issue1086642] Compile of _socket fails on IRIX with 2.4

2007-08-23 Thread Georg Brandl
Changes by Georg Brandl: -- title: Compile of _socket fails on 2.4 - Compile of _socket fails on IRIX with 2.4 _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1086642

[issue765228] Subclassing from Modules

2007-08-23 Thread Georg Brandl
Georg Brandl added the comment: In 2.5, the message says module.__init__() takes at most 2 arguments (3 given), which is at least a bit more specific. You get similar errors when deriving from other arbitrary objects, so I don't know if a special case makes sense here. -- nosy

[issue924771] work around to compile \r\n file

2007-08-23 Thread Georg Brandl
Georg Brandl added the comment: The offending open() call in trace.py is fixed, so closing this. -- nosy: +gbrandl resolution: - out of date status: open - closed Tracker [EMAIL PROTECTED] http://bugs.python.org/issue924771

[issue881765] configure warning / sys/un.h: present but cannot be compiled

2007-08-23 Thread Georg Brandl
Georg Brandl added the comment: No followup for 3 years, so this can probably be closed. -- nosy: +gbrandl status: open - closed Tracker [EMAIL PROTECTED] http://bugs.python.org/issue881765

[issue547537] cStringIO should provide a binary option

2007-08-23 Thread Georg Brandl
Georg Brandl added the comment: I think this can be closed, cStringIO won't change and Py3k won't have StringIO unicode problems anyway. -- nosy: +gbrandl resolution: - wont fix status: open - closed Tracker [EMAIL PROTECTED] http://bugs.python.org

[issue1293790] python.sty: [EMAIL PROTECTED] correction

2007-08-23 Thread Georg Brandl
Georg Brandl added the comment: Obsolete now that we're using reST sources. -- nosy: +gbrandl resolution: - out of date status: open - closed _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1293790

[issue1573854] sqlite3 documentation on rowcount is contradictory

2007-08-23 Thread Georg Brandl
Georg Brandl added the comment: Fixed now in rev. 57345. -- nosy: +gbrandl resolution: - fixed status: open - closed _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1573854

[issue1095328] Add 'update FAQ' to release checklist

2007-08-23 Thread Georg Brandl
Georg Brandl added the comment: Updated FAQ once again; there is an item in PEP 101 already. -- nosy: +gbrandl resolution: - fixed status: open - closed _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1095328

[issue1119439] Python Programming FAQ should be updated for Python 2.4

2007-08-23 Thread Georg Brandl
Georg Brandl added the comment: Fixed in my pydotorg tree, will commit as soon as I find out how :) -- nosy: +gbrandl resolution: - fixed status: open - closed _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1119439

[issue1635217] Add example of distutils setup() with requires argument

2007-08-23 Thread Georg Brandl
Changes by Georg Brandl: -- title: Little mistake in docs - Add example of distutils setup() with requires argument _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1635217

[issue1752332] getaddrinfo no longer used in httplib

2007-08-23 Thread Georg Brandl
Georg Brandl added the comment: Fixed in rev. 57351. -- nosy: +gbrandl resolution: - fixed status: open - closed _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1752332

[issue1734111] struct.Struct.size is not documented

2007-08-23 Thread Georg Brandl
Georg Brandl added the comment: Fixed in rev. 57352. -- nosy: +gbrandl resolution: - fixed status: open - closed _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1734111

[issue1708326] imp.find_module doc ambiguity

2007-08-23 Thread Georg Brandl
Georg Brandl added the comment: IMO it is your responsibility to make sure that the module name you pass is a valid Python module name. -- nosy: +gbrandl status: open - pending _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1708326

[issue1699759] pickle example contains errors

2007-08-23 Thread Georg Brandl
Georg Brandl added the comment: The example is already fixed; also, a note is in the docs that you must use binary mode for protocols = 1. -- nosy: +gbrandl resolution: - out of date status: open - closed _ Tracker [EMAIL PROTECTED] http

[issue1688564] os.path.join.__doc__ should mention absolute paths

2007-08-23 Thread Georg Brandl
Georg Brandl added the comment: Fixed in rev. 57353. -- nosy: +gbrandl resolution: - fixed status: open - closed _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1688564

[issue1625381] re module documentation on search/match is unclear

2007-08-23 Thread Georg Brandl
Georg Brandl added the comment: Clarified in rev. 57354. -- nosy: +gbrandl resolution: - fixed status: open - closed _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1625381

[issue1758696] Documentation of descriptors needs more detail

2007-08-23 Thread Georg Brandl
Georg Brandl added the comment: Added a footnote in rev. 57355. -- nosy: +gbrandl resolution: - fixed status: open - closed _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1758696

[issue1742164] Incorrect docs for optparse OptionParser add_help_option

2007-08-23 Thread Georg Brandl
Georg Brandl added the comment: This is finally fixed with the new sources and toolset. -- nosy: +gbrandl resolution: - fixed status: open - closed _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1742164

[issue1743846] Examples dropped from PDF version of SQLite docs

2007-08-23 Thread Georg Brandl
Georg Brandl added the comment: Obsolete now, the toolset that generated these PDFs is no longer used for new versions. -- nosy: +gbrandl resolution: - out of date status: open - closed _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1743846

[issue780725] Compile error messages and PEP-263

2007-08-23 Thread Georg Brandl
Georg Brandl added the comment: #1031213 contains a patch, marking as superseder. -- nosy: +gbrandl resolution: - duplicate status: open - closed superseder: - Patch for bug #780725 Tracker [EMAIL PROTECTED] http://bugs.python.org/issue780725

[issue1031213] Use correct encoding for printing SyntaxErrors

2007-08-23 Thread Georg Brandl
Changes by Georg Brandl: -- title: Patch for bug #780725 - Use correct encoding for printing SyntaxErrors _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1031213

[issue1779550] Remove redundancies inside class logging.Logger

2007-08-23 Thread Georg Brandl
Georg Brandl added the comment: Thanks, applied as rev. 57357. -- assignee: - gbrandl nosy: +gbrandl resolution: - accepted status: open - closed _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1779550

[issue1766304] improve xrange.__contains__

2007-08-23 Thread Georg Brandl
Changes by Georg Brandl: -- keywords: +py3k _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1766304 _ ___ Python-bugs-list mailing list Unsubscribe: http

[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

[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

[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 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

[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: http

[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

[issue815646] thread unsafe file objects cause crash

2007-08-28 Thread Georg Brandl
Changes by Georg Brandl: -- priority: normal - urgent severity: normal - major type: - crash Tracker [EMAIL PROTECTED] http://bugs.python.org/issue815646 ___ Python

[issue1778376] Segfault closing a file from concurrent threads

2007-08-28 Thread Georg Brandl
Georg Brandl added the comment: Actually, this is a dupe of #815646. -- nosy: +georg.brandl resolution: - duplicate status: open - closed superseder: - thread unsafe file objects cause crash _ Tracker [EMAIL PROTECTED] http://bugs.python.org

[issue1057] Incorrect URL with webbrowser and firefox under Gnome

2007-08-29 Thread Georg Brandl
Georg Brandl added the comment: The current code in the 2.5 branch uses shlex.split to postprocess the command line returned by gconftool too, so this should be already fixed. -- nosy: +georg.brandl resolution: - out of date status: open - closed

[issue1058] Code Example for 'property' bug

2007-08-29 Thread Georg Brandl
Georg Brandl added the comment: Kenneth Love schrieb: New submission from Kenneth Love: The code example for 'property' in the online documentation appears to have several syntax errors. In the class C, the functions getx, setx, and delx all refer to '_x', but __init__ assigns '__x

[issue1059] *args and **kwargs in function definitions

2007-08-30 Thread Georg Brandl
Georg Brandl added the comment: Lars Gustäbel schrieb: For example in tarfile.rst and logging.rst there are function definitions using *args and/or **kwargs like: .. function:: debug(msg[, *args[, **kwargs]]) The * and ** should be escaped IMO, so that they are not mistaken

[issue1059] *args and **kwargs in function definitions

2007-08-30 Thread Georg Brandl
Georg Brandl added the comment: Lars Gustäbel schrieb: Lars Gustäbel added the comment: Oh, I thought Emacs was an operating system, I didn't know you could edit text files with it. You live and learn ;-) I suspected that this was intentional. If you make backslash escaping optional

[issue1170311] zipfile UnicodeDecodeError

2007-08-30 Thread Georg Brandl
Georg Brandl added the comment: The docs say (at least the development docs) that Unicode filenames must be encoded to str before passing them to ZipFile.write(). (This issue will have to be solved differently for Py3k, I'll look into it.) -- nosy: +georg.brandl resolution: - wont fix

[issue1193061] Python and Turkish Locale

2007-08-30 Thread Georg Brandl
Georg Brandl added the comment: Dupe of #1528802. -- nosy: +georg.brandl resolution: - duplicate status: open - closed superseder: - Turkish Character _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1193061

[issue1528802] Turkish Character

2007-08-30 Thread Georg Brandl
Georg Brandl added the comment: If I'm not mistaken, i.upper() will never be LATIN CAPITAL LETTER I WITH DOT ABOVE, regardless of the locale? _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1528802

[issue883466] quopri encoding Unicode

2007-08-30 Thread Georg Brandl
Georg Brandl added the comment: This is the same issue you can see with cStringIO.StringIO(uabc).getvalue(). This behavior will not be changed, as per #1730114. Marc-Andre: would it be okay to add an explicit str() call in the StringIO calls in quopri_codec and uu_codec, so that non-ASCII

[issue1709599] run test_1565150(test_os.py) only on NTFS

2007-08-30 Thread Georg Brandl
Georg Brandl added the comment: Affects 2.5 only. -- nosy: +georg.brandl versions: +Python 2.5 -Python 2.6 _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1709599

[issue1680959] Add tests for pipes module (test_pipes)

2007-08-30 Thread Georg Brandl
Georg Brandl added the comment: Committed as rev. 57716. -- assignee: facundobatista - georg.brandl nosy: +georg.brandl resolution: - accepted status: open - closed _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1680959

[issue1753395] struni: assertion in Windows debug build

2007-08-30 Thread Georg Brandl
Georg Brandl added the comment: Martin v. Löwis schrieb: Martin v. Löwis added the comment: The patch looks fine to me, please apply. Done in rev. 57752. -- status: open - closed _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1753395

[issue1061] ABC caches should use weak refs

2007-08-30 Thread Georg Brandl
Georg Brandl added the comment: Guido van Rossum schrieb: Guido van Rossum added the comment: On 8/30/07, Thomas Wouters [EMAIL PROTECTED] wrote: Thomas Wouters added the comment: Here's a working version of that idea, with a WeakSet implementation I had lying around (but never really

[issue1528802] Turkish Character

2007-08-30 Thread Georg Brandl
Changes by Georg Brandl: -- resolution: - invalid status: open - closed _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1528802 _ ___ Python-bugs-list mailing

[issue1064] Test issue

2007-08-30 Thread Georg Brandl
Georg Brandl added the comment: Martin v. Löwis schrieb: New submission from Martin v. Löwis: Let's see who gets this I did. :) __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1064

[issue1063] Small typo in properties example

2007-08-30 Thread Georg Brandl
Georg Brandl added the comment: Thanks, this is already fixed in the development docs (http://docs.python.org/dev). -- nosy: +georg.brandl resolution: - out of date status: open - closed __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1063

[issue1069] invalid file encoding results in SyntaxError: None

2007-08-31 Thread Georg Brandl
New submission from Georg Brandl: With attached file (which contains a single latin-1 instead of utf-8 encoded character), Python prints SyntaxError: None instead of a more helpful analysis of the problem. -- assignee: loewis files: x.py keywords: py3k messages: 55527 nosy: georg.brandl

[issue1070] unicode identifiers in error messages

2007-08-31 Thread Georg Brandl
New submission from Georg Brandl: When showing a name in a NameError, the encoding is messed up. (File y.py, encoded in UTF-8, contains only only the line shown in the traceback; the terminal encoding is set to UTF-8.) $ python3k y.py Traceback (most recent call last): File y.py, line 1

[issue1068] Documentation Updates for PEP 3101 string formatting

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

[issue1071] unicode.translate() doesn't error out on invalid translation table

2007-08-31 Thread Georg Brandl
New submission from Georg Brandl: While it's documented that unicode.translate()s table maps ordinals to strings/ordinals/None, if you give a unicode key in the table it will just be ignored. This is quite surprising. -- assignee: lemburg components: Unicode messages: 55530 nosy

[issue1074] python3.0-config script does not run on py3k

2007-09-01 Thread Georg Brandl
Georg Brandl added the comment: Koen van de Sande schrieb: New submission from Koen van de Sande: The python3.0-config script, installed into the py3k bin folder, does not run on Python 3.0a1, because of the syntax change in the print statement. Possibly there are other compatibility

[issue1072] Documentaion font size too small

2007-09-01 Thread Georg Brandl
Georg Brandl added the comment: Bill Janssen schrieb: Bill Janssen added the comment: I agree. It shouldn't be an absolute size, and it is too small. Okay, should be fixed in SVN (rev. 57864) and be live on the page in the next 12 hours. -- resolution: - fixed status: open

[issue1072] Documentaion font size too small

2007-09-01 Thread Georg Brandl
Georg Brandl added the comment: Bill Janssen schrieb: Bill Janssen added the comment: I agree. It shouldn't be an absolute size, and it is too small. Fixed in rev. 57864, should be live on the site in the next 12 hours. __ Tracker [EMAIL PROTECTED] http

[issue1081] file.seek allows float arguments

2007-09-01 Thread Georg Brandl
New submission from Georg Brandl: Although documented as deprecated, file.seek accepts float arguments in 3.0. -- keywords: py3k messages: 8 nosy: georg.brandl severity: normal status: open title: file.seek allows float arguments type: behavior versions: Python 3.0

[issue1080] Search broken

2007-09-01 Thread Georg Brandl
Georg Brandl added the comment: This is currently expected; the non-dev version will include a different search function. -- nosy: +georg.brandl resolution: - later status: open - closed __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1080

[issue1071] unicode.translate() doesn't error out on invalid translation table

2007-09-01 Thread Georg Brandl
Georg Brandl added the comment: Here's a patch that should make unicode.translate() more robust, and also allows unicode characters to be passed in the mapping. __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1071 __Index

[issue1071] unicode.translate() doesn't error out on invalid translation table

2007-09-02 Thread Georg Brandl
Georg Brandl added the comment: Marc-Andre Lemburg schrieb: Marc-Andre Lemburg added the comment: Nice idea, but why don't you use a dictionary iterator (PyDict_Next()) for the fixup ? I thought that is unsafe to use when the dictionary is mutated while iterating

[issue1078] cachersrc.py using tuple unpacking args

2007-09-02 Thread Georg Brandl
Changes by Georg Brandl: -- assignee: - collinwinter nosy: +collinwinter __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1078 __ ___ Python-bugs-list mailing list

[issue1092] Unexpected results in Tutorial about Unicode

2007-09-03 Thread Georg Brandl
Georg Brandl added the comment: Vizcaynot schrieb: New submission from Vizcaynot: When trying the tutorial example about unicode I have: Äpfel.encode('utf-8') File stdin, line 1 SyntaxError: (unicode error) unexpected code byte This is definitely a bug. Assigning to Martin

[issue883466] quopri encoding Unicode

2007-09-03 Thread Georg Brandl
Georg Brandl added the comment: Okay, changed in rev. 57925. Closing this as fixed. -- resolution: - fixed status: open - closed Tracker [EMAIL PROTECTED] http://bugs.python.org/issue883466

[issue1078] cachersrc.py using tuple unpacking args

2007-09-03 Thread Georg Brandl
Georg Brandl added the comment: Superseded by #1091 patches. -- nosy: +georg.brandl resolution: - duplicate status: open - closed superseder: - [patch] py3k Mac installation errors __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1078

[issue1043] test_builtin failure on Windows

2007-09-03 Thread Georg Brandl
Georg Brandl added the comment: This was apparently fixed by Thomas with rev. 57828. -- nosy: +georg.brandl resolution: - fixed status: open - closed __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1043

[issue1091] py3k Mac installation errors

2007-09-03 Thread Georg Brandl
Georg Brandl added the comment: Thanks for the patches, I've applied them as rev. 57926. -- nosy: +georg.brandl resolution: - accepted status: open - closed title: [patch] py3k Mac installation errors - py3k Mac installation errors __ Tracker [EMAIL

[issue1045] Performance regression in 2.5

2007-09-03 Thread Georg Brandl
Georg Brandl added the comment: May this be a byproduct of the new generator features in 2.5? -- nosy: +georg.brandl __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1045

[issue1077] itertools missing, causes interactive help to break

2007-09-03 Thread Georg Brandl
New submission from Georg Brandl: Python 3.0a1 includes itertools and normally builds it, so the interesting thing would be why it isn't present on your system :) Have you built Python yourself? If so, can you provide build logs and/or error messages? -- nosy: +georg.brandl

[issue1071] unicode.translate() doesn't error out on invalid translation table

2007-09-03 Thread Georg Brandl
Georg Brandl added the comment: Yes, that makes sense. New patch attached, copying the dict and using PyDict_Next. __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1071 __Index: Doc/library/stdtypes.rst

  1   2   3   4   5   6   7   8   9   10   >