[issue45855] Replace PyImport_ImportModuleNoBlock with PyImport_ImportModule in std modules

2021-12-12 Thread Georg Brandl
Change by Georg Brandl : -- status: closed -> open ___ Python tracker <https://bugs.python.org/issue45855> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue45855] Replace PyImport_ImportModuleNoBlock with PyImport_ImportModule in std modules

2021-12-12 Thread Georg Brandl
Georg Brandl added the comment: New changeset f4095e53ab708d95e019c909d5928502775ba68f by Georg Brandl in branch 'main': bpo-45855: document that `no_block` has no use anymore in PyCapsule_Import (#29665) https://github.com/python/cpython/commit/f4095e53ab708d95e019c909d59285

[issue45855] Replace PyImport_ImportModuleNoBlock with PyImport_ImportModule in std modules

2021-12-12 Thread Georg Brandl
Change by Georg Brandl : -- status: open -> closed ___ Python tracker <https://bugs.python.org/issue45855> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue25927] add dir_fd for mkstemp, and also maybe to all tempfile.*

2022-01-04 Thread Georg Brandl
Change by Georg Brandl : -- nosy: -georg.brandl ___ Python tracker <https://bugs.python.org/issue25927> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32696] Fix pickling exceptions with multiple arguments

2022-01-06 Thread Georg Brandl
Change by Georg Brandl : -- nosy: -georg.brandl ___ Python tracker <https://bugs.python.org/issue32696> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19479] textwrap.dedent doesn't work properly with strings containing CRLF

2022-01-20 Thread Georg Brandl
Change by Georg Brandl : -- nosy: -georg.brandl ___ Python tracker <https://bugs.python.org/issue19479> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue42238] Deprecate suspicious.py?

2022-01-25 Thread Georg Brandl
Georg Brandl added the comment: > I was not here 21 years ago when it was introduced You gave me a small shock, but I checked and it was only 11/12 years ago :D I'm fine with moving this out of tree; please coordinate with the Sphinx maintainers whether it should be an "offici

[issue42238] Deprecate suspicious.py?

2022-01-30 Thread Georg Brandl
Georg Brandl added the comment: Sure! -- ___ Python tracker <https://bugs.python.org/issue42238> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue42238] Deprecate suspicious.py?

2022-02-02 Thread Georg Brandl
Georg Brandl added the comment: Looks good. I should have rights automatically for everything in that org. -- ___ Python tracker <https://bugs.python.org/issue42

[issue12029] [doc] clarify that except does not match virtual subclasses of the specified exception type

2022-02-08 Thread Georg Brandl
Change by Georg Brandl : -- nosy: -georg.brandl ___ Python tracker <https://bugs.python.org/issue12029> ___ ___ Python-bugs-list mailing list Unsubscribe:

[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

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

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

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

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

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

[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: +P

[issue1772481] urllib2 hangs with some documents.

2007-08-23 Thread Georg Brandl
Georg Brandl added the comment: The fix seems safe to apply. -- nosy: +gbrandl _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1772481> _ ___ Pyth

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

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

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

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

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

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

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

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

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

[issue1209562] add single html files

2007-08-23 Thread Georg Brandl
Georg Brandl added the comment: The new docs (see http://docs.python.org/dev) have much longer individual HTML pages, perhaps this is already enough for your needs (a single Library Reference page would be several Megabytes in size...) -- nosy: +gbrandl status: open -> pend

[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

[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

[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

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

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

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

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

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

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

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

[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

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

[issue1767242] os.chmod failure

2007-08-23 Thread Georg Brandl
Changes by Georg Brandl: -- status: open -> pending _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1767242> _ ___ Python-bugs-list mailing li

[issue1697820] __getslice__ still used in built-in types

2007-08-23 Thread Georg Brandl
Georg Brandl added the comment: Fixed in rev. 57343. -- assignee: rhettinger -> gbrandl nosy: +gbrandl resolution: -> fixed status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

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

[issue1293788] python.sty correction - verbatim environment

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.pyt

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

[issue1694833] Bad documentation for existing imp methods

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

[issue1594966] doctest simple usage recipe is misleading

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

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

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

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

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

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

[issue1707497] generation errors in PDF-A4 tags for lib.pdf

2007-08-23 Thread Georg Brandl
Georg Brandl added the comment: Obsolete; the sources from which these PDFs are generated are no longer used. -- nosy: +gbrandl resolution: -> out of date status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.o

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

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

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

[issue1630515] doc misleading in re.compile

2007-08-23 Thread Georg Brandl
Georg Brandl added the comment: Normal usage is to create a RE object and then using its methods. Why would you pass a RE object to a module-level function instead? Therefore, documenting this possibility would just confuse the reader. Closing as "won't fix". --

[issue1421839] Inconsistency in Programming FAQ

2007-08-23 Thread Georg Brandl
Georg Brandl added the comment: Fixed in my pydotorg tree, will commit ASAP. -- nosy: +gbrandl resolution: -> fixed status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.o

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

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

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

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

[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

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

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

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

[issue1686597] descrintro: error describing __new__ behavior

2007-08-23 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.pytho

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

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

2007-08-24 Thread Georg Brandl
Georg Brandl added the comment: Guido, is this okay to check in? -- assignee: -> gvanrossum _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/

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

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

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

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

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

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

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

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

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

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

[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

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

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

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

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

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

[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

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

[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

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

[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

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

[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

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

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

[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

[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(u"abc").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

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

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

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

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

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

  1   2   3   4   5   6   7   8   9   10   >