[issue1555] Print-media stylesheet for sphinx docs incomplete

2007-12-04 Thread Georg Brandl
Georg Brandl added the comment: Thanks, committed as r59328. -- nosy: +georg.brandl resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue469773] Write 'Using Python on Platform X' documents

2007-12-04 Thread Georg Brandl
Georg Brandl added the comment: Okay, now we have documents for Unix, Windows and Mac! -- status: pending -> closed Tracker <[EMAIL PROTECTED]> <http://bugs.python.org

[issue1067] test_smtplib failures (caused by asyncore)

2007-12-05 Thread Georg Brandl
Changes by Georg Brandl: -- resolution: -> wont fix status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1067> __ ___ Python-bugs

[issue1559] round() does not

2007-12-05 Thread Georg Brandl
Georg Brandl added the comment: Not really a feature, but not a bug. See http://www.python.org/doc/faq/general/#why-are-floating-point-calculations-so-inaccurate for an explanation. -- nosy: +georg.brandl resolution: -> invalid status: open ->

[issue1559] round() does not

2007-12-05 Thread Georg Brandl
Georg Brandl added the comment: round() does not return a string, but a floating point number, the best approximation to the "real" result that is achievable with the limited precision of binary floating point. That result is then formatted to a string for display by the interactive i

[issue1575] typo in README

2007-12-09 Thread Georg Brandl
Georg Brandl added the comment: Don't worry, this is what bots are here for :) Fixed in r59436. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.

[issue1571] Better description of 'L' repr removal in "What's New"

2007-12-09 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r59438. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1582] Documentation patch for reversed() and __reversed__()

2007-12-10 Thread Georg Brandl
Georg Brandl added the comment: Certainly! __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1582> __ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue1583] Patch for signal.set_wakeup_fd

2007-12-11 Thread Georg Brandl
Georg Brandl added the comment: ``'\0'`` will be correct. -- nosy: +georg.brandl __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1583> __ ___ Py

[issue1584] Mac OS X: building with X11 Tkinter

2007-12-11 Thread Georg Brandl
Georg Brandl added the comment: Crys: look closely at the diff, the "0 and " is in the modified file. -- nosy: +georg.brandl __ Tracker <[EMAIL PROTECTED]> <http://bugs.p

[issue1634] with Statement SyntaxError generated while following Tutorial

2007-12-15 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in rev 59521. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1632] email cannot be imported

2007-12-15 Thread Georg Brandl
Changes by Georg Brandl: -- status: open -> pending __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1632> __ ___ Python-bugs-list mailing list Uns

[issue1665] re.match.func_code.co_filename returns "re.py"

2007-12-20 Thread Georg Brandl
Changes by Georg Brandl: -- status: pending -> closed versions: +3rd party -Python 2.5 __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1665> __ ___ P

[issue1644] Patch submission guidelines outdated

2007-12-21 Thread Georg Brandl
Georg Brandl added the comment: That page is outdated, the new URL is python.org/dev/patches. I'll notify the website maintainers to remove/redirect the old URL. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PRO

[issue1497] Patch to remove API to create new unbound methods

2007-12-21 Thread Georg Brandl
Georg Brandl added the comment: As far as I can see, not really. -- status: pending -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1497> __

[issue1678] description of startswith is confused

2007-12-21 Thread Georg Brandl
Georg Brandl added the comment: This is already fixed in SVN and will be live with the next docs update. Thanks for reporting! -- resolution: -> out of date status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1734] documentation on metaclasses is incomplete and misleading

2008-01-05 Thread Georg Brandl
Changes by Georg Brandl: -- assignee: -> georg.brandl __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1734> __ ___ Python-bugs-list mailing list Uns

[issue1734] documentation on metaclasses is incomplete and misleading

2008-01-05 Thread Georg Brandl
Georg Brandl added the comment: I'll look into it. -- nosy: +georg.brandl resolution: invalid -> status: closed -> open __ Tracker <[EMAIL PROTECTED]> <http://bugs.

[issue1730] Documentation corrections for os module

2008-01-05 Thread Georg Brandl
Georg Brandl added the comment: Thanks, committed as r59744! -- resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1572210] help(x) for keywords too

2008-01-05 Thread Georg Brandl
Georg Brandl added the comment: 1600491 was applied, so I'm closing this. -- resolution: -> works for me status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs.pyt

[issue1712] Small errors in new-style classes doc

2008-01-05 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r59743. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1518617] PEP101/102 out of date

2008-01-05 Thread Georg Brandl
Georg Brandl added the comment: The PEPs don't know about SVN either. -- title: Website updating part of PEP101/102 out of date -> PEP101/102 out of date _ Tracker <[EMAIL PROTECTED]> <http://bugs.python

[issue1719] Cosmetic patch for doc/code mismatch (msilib.UuidCreate)

2008-01-05 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r59752, thanks! -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1591] popen2.Popen3 class (Unix) documentation misleading / confusing

2008-01-06 Thread Georg Brandl
Changes by Georg Brandl: -- assignee: -> georg.brandl nosy: +georg.brandl __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1591> __ ___ Python-bugs-li

[issue932563] logging: need a way to discard Logger objects

2008-01-06 Thread Georg Brandl
Georg Brandl added the comment: Reopening. -- assignee: fdrake -> vsajip nosy: +georg.brandl resolution: out of date -> status: closed -> open Tracker <[EMAIL PROTECTED]> <http://bugs.pyth

[issue1696393] Remove redundant code in ntpath.walk()

2008-01-06 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r59769. Thanks! -- assignee: rhettinger -> georg.brandl nosy: +georg.brandl resolution: -> fixed status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1742] os.path.relpath fails when path == start

2008-01-06 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r59770. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1732367] Document the constants in the socket module

2008-01-06 Thread Georg Brandl
Georg Brandl added the comment: Be sure to use reST format now that we've switched to that. Much easier to type :) _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.or

[issue1591] popen2.Popen3 class (Unix) documentation misleading / confusing

2008-01-06 Thread Georg Brandl
Georg Brandl added the comment: I clarified the docstring in r59771. I won't extend it, however, since most types don't announce their attributes in the docstring. For that you should always consult the code or the official docs. -- resolution: -> fixed status: o

[issue979658] Improve HTML documentation of a directory

2008-01-06 Thread Georg Brandl
Georg Brandl added the comment: Unassigning myself - I have no opinion on pydoc. -- assignee: georg.brandl -> Tracker <[EMAIL PROTECTED]> <http://bugs.python.org

[issue1245224] Time module is missing inverse of gmtime()

2008-01-06 Thread Georg Brandl
Changes by Georg Brandl: -- resolution: -> duplicate status: open -> closed superseder: -> Time zone-capable variant of time.localtime _ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue714469] Easy tutorial printing should be possible

2008-01-06 Thread Georg Brandl
Georg Brandl added the comment: Which is now done. -- resolution: -> fixed status: open -> closed Tracker <[EMAIL PROTECTED]> <http://bugs.python.

[issue1680] what is decimal.Context.get_manager()?

2008-01-06 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r59772. Thanks for the report! -- assignee: facundobatista -> georg.brandl nosy: +georg.brandl resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue1218] Restrict Google search to docs when in the docs subtree?

2008-01-06 Thread Georg Brandl
Changes by Georg Brandl: -- resolution: -> invalid status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1218> __ ___ Python-bugs

[issue1755097] document default values for sort parameters

2008-01-06 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r59773. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.o

[issue1501] 0 ** 0 documentation

2008-01-06 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r59774. -- assignee: facundobatista -> georg.brandl nosy: +georg.brandl resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue1702] Word "alias" used in confusing way to compare open() and file()

2008-01-06 Thread Georg Brandl
Georg Brandl added the comment: I had already cleaned this up in the trunk. -- resolution: -> out of date status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue759525] inspect.getmembers broken (?)

2008-01-06 Thread Georg Brandl
Georg Brandl added the comment: Added a doc clarification in r59775. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed Tracker <[EMAIL PROTECTED]> <http://bugs.python.

[issue1615275] tempfile.TemporaryFile differences between linux and windows

2008-01-06 Thread Georg Brandl
Georg Brandl added the comment: Documented in r59776. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed title: tempile.TemporaryFile differences between linux and windows -> tempfile.TemporaryFile differences between linux an

[issue1681] parameter name for optparse parse_args incorrect

2008-01-06 Thread Georg Brandl
Georg Brandl added the comment: Thanks for the report, this is already fixed in the SVN trunk. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1727024] subprocess: unreliability of returncode not clear from docs

2008-01-06 Thread Georg Brandl
Georg Brandl added the comment: Thanks for the report, fixed the documentation in r59777. -- assignee: -> georg.brandl nosy: +georg.brandl resolution: -> fixed status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http

[issue1686390] csv sniff example

2008-01-06 Thread Georg Brandl
Georg Brandl added the comment: I edited the example a bit and added it to the docs in r59778. -- assignee: skip.montanaro -> georg.brandl nosy: +georg.brandl resolution: -> fixed status: open -> closed _ Tracker <[EMAIL PROTE

[issue1559684] shutil.copyfile incomplete on NTFS

2008-01-06 Thread Georg Brandl
Georg Brandl added the comment: Clarified docs in r59779. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.o

[issue1582] Documentation patch for reversed() and __reversed__()

2008-01-06 Thread Georg Brandl
Georg Brandl added the comment: Thanks, reformatted a bit and committed as r59780. -- resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue602345] option for not writing .py[co] files

2008-01-06 Thread Georg Brandl
Georg Brandl added the comment: Does the flag name -R still make sense with the new env var name? Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue602345> __

[issue1499] failure behaviour of compile() is missing

2008-01-06 Thread Georg Brandl
Georg Brandl added the comment: Should be done in r59781. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1325] zipimport.zipimporter.archive undocumented and untested

2008-01-06 Thread Georg Brandl
Georg Brandl added the comment: Added docs and tests in r59782. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1715] Make pydoc list submodules

2008-01-06 Thread Georg Brandl
Georg Brandl added the comment: This patch duplicates entries for "package contents" and "submodules"; this is not good. (E.g. for help(email): NAME email - A package for parsing, handling, and generating email messages. FILE /home/gbr/devel/python/Lib/email/

[issue602345] option for not writing .py[co] files

2008-01-06 Thread Georg Brandl
Georg Brandl added the comment: Attaching new diff, with -B flag name, PYTHONDONTWRITEBYTECODE, and sys.dont_write_bytecode. Added file: http://bugs.python.org/file9079/no-pyc-flag.diff Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/is

[issue683658] PyErr_Warn may cause import deadlock

2008-01-06 Thread Georg Brandl
Changes by Georg Brandl: -- status: open -> pending Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue683658> ___ Python-bugs-list mailing li

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

2008-01-06 Thread Georg Brandl
Georg Brandl added the comment: Guido, ping? _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1772833> _ ___ Python-bugs-list mailing list Unsubs

[issue1668] -E command line parameter intent

2008-01-06 Thread Georg Brandl
Georg Brandl added the comment: This is a documentation issue, it seems. The new command-line document already says only PYTHON* vars are ignored. -- components: +Documentation -Interpreter Core nosy: +georg.brandl versions: +Python 2.6 __ Tracker

[issue1748] contextlib.contextmanager does not use functools.wraps

2008-01-06 Thread Georg Brandl
Changes by Georg Brandl: -- assignee: -> ncoghlan nosy: +ncoghlan __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1748> __ ___ Python-bugs-li

[issue1753] TextIOWrapper.write writes utf BOM for every string

2008-01-07 Thread Georg Brandl
Changes by Georg Brandl: -- assignee: -> alexandre.vassalotti nosy: +alexandre.vassalotti __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1753> __

[issue1755] Misspelling in future.c in 2.5.1 source (handl should be handle)

2008-01-07 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r59820. -- nosy: +georg.brandl resolution: accepted -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1748] contextlib.contextmanager does not use functools.wraps

2008-01-07 Thread Georg Brandl
Changes by Georg Brandl: -- priority: -> low type: -> behavior __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1748> __ ___ Python-bugs

[issue1753] TextIOWrapper.write writes utf BOM for every string

2008-01-07 Thread Georg Brandl
Changes by Georg Brandl: -- priority: normal -> high __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1753> __ ___ Python-bugs-list mailing list Uns

[issue602345] option for not writing .py[co] files

2008-01-07 Thread Georg Brandl
Georg Brandl added the comment: Committed r59824. -- status: open -> closed Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue602345> ___ P

[issue1668] -E command line parameter intent

2008-01-07 Thread Georg Brandl
Georg Brandl added the comment: Committed getenv.2.diff and extended envvar docs in r59827. -- resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1745] Backport of PEP 3102 "keyword-only arguments" to 2.6

2008-01-07 Thread Georg Brandl
Georg Brandl added the comment: Keyword-only-args are not yet documented. __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1745> __ ___ Python-bugs-list

[issue919614] Python configured with --disable-unicode fails tests, more

2008-01-07 Thread Georg Brandl
Georg Brandl added the comment: I renamed --enable-unicode to --with-wide-unicode in r59829; this should handle the Py3k case. I added suitable Py_USING_UNICODE directives in r59830 so that the trunk compiles again without unicode. -- assignee: -> gvanrossum nosy: +georg.bra

[issue1756] -m broken in trunk

2008-01-07 Thread Georg Brandl
Georg Brandl added the comment: Seems to work here... -- nosy: +georg.brandl __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1756> __ ___ Python-bugs-

[issue467924] Improve the ZipFile Interface

2008-01-07 Thread Georg Brandl
Georg Brandl added the comment: I committed your patch (after reviewing the docs) as r59834. I think there is no more to do here. -- resolution: -> accepted status: open -> closed Tracker <[EMAIL PROTECTED]> <http://bugs.python.

[issue1722] Undocumented urllib functions

2008-01-07 Thread Georg Brandl
Georg Brandl added the comment: There are quite a lot more functions in __all__, more than 10 split* functions... should they all be documented? Also, isn't urlparse meant to do such tasks? __ Tracker <[EMAIL PROTECTED]> <http://bugs.python

[issue1734] documentation on metaclasses is incomplete and misleading

2008-01-07 Thread Georg Brandl
Georg Brandl added the comment: This should now be appropriately explained in the trunk, r59837. I also added an example of using __new__ in a metaclass. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTE

[issue1761] Bug in re.sub()

2008-01-08 Thread Georg Brandl
Georg Brandl added the comment: Fredrik? -- assignee: -> effbot nosy: +effbot, georg.brandl __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1761> __

[issue1761] Bug in re.sub()

2008-01-08 Thread Georg Brandl
Georg Brandl added the comment: At least, the docs for re.M are consistent with the current behavior. __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1761> __ ___

[issue1750] Test: This is title

2008-01-09 Thread Georg Brandl
Georg Brandl added the comment: testing <http://bugs.python.org/issue1750> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

[issue1750] Test: This is title

2008-01-09 Thread Georg Brandl
Georg Brandl added the comment: testing __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1750> __ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue1566086] RE (regular expression) matching stuck in loop

2008-01-09 Thread Georg Brandl
Georg Brandl added the comment: Done. -- nosy: +georg.brandl resolution: -> duplicate status: open -> closed superseder: -> the re module can perform poorly: O(2**n) versus O(n**2) _ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1472] Small bat files to build docs on Windows

2008-01-11 Thread Georg Brandl
Georg Brandl added the comment: Christian Heimes schrieb: > Christian Heimes added the comment: > > Joseph Armbruster wrote: >> Is referencing the built python binary in the build tree a good idea? >> Just in case they do not have python installed on the system already?

[issue1794] Hot keys must work in any keyboard layout

2008-01-11 Thread Georg Brandl
Georg Brandl added the comment: Christian Heimes schrieb: > Christian Heimes added the comment: > > I *think* Nashev is talking about assigning hot keys by scan code rather > than by character code. > > E.g. on a German keyboard the 'z' and 'y' are switch

[issue1570672] qtsupport.py mistake leads to bad _Qt module

2008-01-12 Thread Georg Brandl
Georg Brandl added the comment: But qtsupport.py is in the Python distribution. -- nosy: +georg.brandl resolution: invalid -> status: closed -> open _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.o

[issue1720595] Allow T_BOOL in PyMemberDef definitions

2008-01-12 Thread Georg Brandl
Georg Brandl added the comment: The question is also what C type to assume for boolean fields -- char or int? _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/iss

[issue1678668] fix a bug mixing up 0.0 and-0.0

2008-01-12 Thread Georg Brandl
Georg Brandl added the comment: ITYM #1729014. :) -- nosy: +georg.brandl _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1678668> _ ___ Pyth

[issue1809] docs for os.symlink(src, dst) doesn't mention exceptions

2008-01-12 Thread Georg Brandl
Georg Brandl added the comment: Most of the os functions don't specify that they raise OSError in the case of invalid or inaccessible paths. I've now added a general note to that effect in r59930. -- resolution: -> fixed status: o

[issue1810] Partial AST compile() patch

2008-01-12 Thread Georg Brandl
Georg Brandl added the comment: This is great work! The problem is that ast2obj_object translates NULL values to Py_None, but obj2ast_object doesn't translate that back. This definition fixes your testcase: static int obj2ast_object(PyObject* obj, PyObject** out, PyArena* arena) { if

[issue1685986] Method cache

2008-01-12 Thread Georg Brandl
Georg Brandl added the comment: Superseded by #1700288, which is updated for 2.6. -- resolution: -> duplicate status: open -> closed superseder: -> Armin's method cache optimization updated for Python 2.6 _ Tracker <[EMAIL

[issue1700288] Armin's method cache optimization updated for Python 2.6

2008-01-12 Thread Georg Brandl
Georg Brandl added the comment: Committed to trunk as r59931. Leaving open if you want to make more adjustments, Raymond. -- nosy: +georg.brandl _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/iss

[issue1568] PATCH: Armin's attribute lookup caching for 3.0

2008-01-12 Thread Georg Brandl
Georg Brandl added the comment: #1700288's patch has been committed. Leaving this open as a guide to whoever has to merge it to Py3k. -- nosy: +georg.brandl __ Tracker <[EMAIL PROTECTED]> <http://bugs.python

[issue1472] Small bat files to build docs on Windows

2008-01-12 Thread Georg Brandl
Georg Brandl added the comment: Ideally, yes. The case of the doc build is a bit more complicated because it relies on external libraries which may or may not work with the tree version. __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/

[issue1491] BaseHTTPServer incorrectly implements response code 100

2008-01-12 Thread Georg Brandl
Changes by Georg Brandl: -- keywords: +easy __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1491> __ ___ Python-bugs-list mailing list Unsubs

[issue1492] BaseHTTPServer hard-codes Content-Type for error messages

2008-01-12 Thread Georg Brandl
Changes by Georg Brandl: -- keywords: +easy __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1492> __ ___ Python-bugs-list mailing list Unsubs

[issue1700288] Armin's method cache optimization updated for Python 2.6

2008-01-13 Thread Georg Brandl
Georg Brandl added the comment: Backed out again in r59940 -- test_ctypes fails in test_incomplete.py. Armin reports that with his original patch on 2.4, this test passes. _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/iss

[issue1472] Small bat files to build docs on Windows

2008-01-13 Thread Georg Brandl
Georg Brandl added the comment: FTR, I'm currently removing all 2.5isms from Sphinx. __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1472> __ ___ Python-bugs-

[issue1824] UUIDCreate()->UuidCreate() in msilib docs.

2008-01-14 Thread Georg Brandl
Georg Brandl added the comment: Already fixed in SVN. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1326] "internal" zipimport.zipimporter feature untested

2008-01-14 Thread Georg Brandl
Changes by Georg Brandl: -- assignee: -> georg.brandl nosy: +georg.brandl __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1326> __ ___ Python-bugs-li

[issue1854] Broken link in msilib docs

2008-01-16 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r5 and r6. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1863] NameError with genexp in class scope

2008-01-18 Thread Georg Brandl
Georg Brandl added the comment: Amaury Forgeot d'Arc schrieb: > Well, I'm not sure that the genexpr can be considered as a "method", but > it is certainly a nested code block. Technically it is a method, that's why this happens. I added a note to the docs in r60

[issue1222] locale.format bug if thousand separator is space (french separator as example)

2008-01-19 Thread Georg Brandl
Georg Brandl added the comment: The space removal was there before my change; assigning to Martin. -- assignee: -> loewis __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.o

[issue1870] bug tracker exception, when searching for "creator"

2008-01-19 Thread Georg Brandl
Georg Brandl added the comment: Note that this only happens when the user does not exist. It's a bug nevertheless. -- nosy: +georg.brandl __ Tracker <[EMAIL PROTECTED]> <http://bugs.python

[issue1870] bug tracker exception, when searching for "creator"

2008-01-19 Thread Georg Brandl
Georg Brandl added the comment: I've now moved it to the meta tracker, where python's roundup is maintained. __ Tracker <[EMAIL PROTECTED]> <http://bugs.p

[issue1870] bug tracker exception, when searching for "creator"

2008-01-19 Thread Georg Brandl
Changes by Georg Brandl: -- status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1870> __ ___ Python-bugs-list mailing list Uns

[issue1870] bug tracker exception, when searching for "creator"

2008-01-19 Thread Georg Brandl
Georg Brandl added the comment: (for reference: http://psf.upfronthosting.co.za/roundup/meta/issue179) __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1870> __ ___

[issue1873] threading.Thread.join() description could be more explicit

2008-01-19 Thread Georg Brandl
Georg Brandl added the comment: Committed r60083. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1873> __

[issue1782] PyModule_AddIntConstant and PyModule_AddStringConstant can leak

2008-01-19 Thread Georg Brandl
Georg Brandl added the comment: Committed in r60084. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1679] tokenizer permits invalid hex integer

2008-01-19 Thread Georg Brandl
Georg Brandl added the comment: Committed patches 1, 2a and 3, and test suite updates, in r60092. This won't be backported to 2.5, and no doc changes are necessary. Thanks for your work! -- nosy: +georg.brandl __ Tracker <[EMAIL PROTECTED

[issue1146] TextWrap vs words 1-character shorter than the width

2008-01-19 Thread Georg Brandl
Georg Brandl added the comment: Thanks for the patches, committed in r60093! -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1679] tokenizer permits invalid hex integer

2008-01-19 Thread Georg Brandl
Changes by Georg Brandl: -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1679> __ ___ Python-bugs

[issue1298962] MSI installer does not pass values as SecureProperty from UI

2008-01-19 Thread Georg Brandl
Georg Brandl added the comment: There seems to be a related log at #1565468. -- nosy: +georg.brandl _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/iss

<    15   16   17   18   19   20   21   22   23   24   >