[issue1663329] subprocess/popen close_fds perform poor if SC_OPEN_MAX is hi

2008-01-19 Thread Georg Brandl
Georg Brandl added the comment: Reviewed and committed patch as r60097. Thanks for your work! -- assignee: gvanrossum -> georg.brandl nosy: +georg.brandl resolution: -> accepted status: open -> closed _ Tracker <[EMAIL PROTE

[issue1124] Webchecker not parsing css "@import url"

2008-01-19 Thread Georg Brandl
Changes by Georg Brandl: -- status: pending -> open type: -> rfe versions: +Python 2.6, Python 3.0 __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue683658] PyErr_Warn may cause import deadlock

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

[issue1687] plistlib.py restricts to Python int when writing

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

[issue1700467] stack size of python_d.exe on VC6

2008-01-19 Thread Georg Brandl
Georg Brandl added the comment: No response, closing. -- nosy: +georg.brandl status: pending -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/

[issue1719423] Python package support not properly documented

2008-01-19 Thread Georg Brandl
Georg Brandl added the comment: Any progress on this? _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1719423> _ ___ Python-bugs-list mailing list Unsubs

[issue1867] patch for pydoc to work in py3k

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

[issue1509] Documentation lacking for the sqlite3 module.

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

[issue1411695] XML.sax.saxutils.escape -- always escapes <

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

[issue1689] Backport PEP 3141 to 2.6

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

[issue1738] filecmp.dircmp does exact match only

2008-01-19 Thread Georg Brandl
Changes by Georg Brandl: Removed file: http://bugs.python.org/file9067/filecmp.py.patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1738> __ ___ Python-bugs-

[issue683910] zipfile should have a tarfile-like API

2008-01-19 Thread Georg Brandl
Georg Brandl added the comment: Said patch has now been applied. -- assignee: anthonybaxter -> nosy: +georg.brandl resolution: -> fixed status: open -> closed Tracker <[EMAIL PROTECTED]> <http://bugs.pyth

[issue1659] Tests needing network flag?

2008-01-19 Thread Georg Brandl
Georg Brandl added the comment: This won't work without corresponding changes in regrtest.py; it currently mentions test_socket_ssl and test_timeout explicitly. -- nosy: +georg.brandl __ Tracker <[EMAIL PROTECTED]> <http://bugs.python

[issue487738] weaklist

2008-01-19 Thread Georg Brandl
Georg Brandl added the comment: Also we already have a WeakSet now since the abc module needs it. -- nosy: +georg.brandl Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/is

[issue1826] operator.attrgetter() should accept dotted attribute paths

2008-01-19 Thread Georg Brandl
Georg Brandl added the comment: Attaching another patch that doesn't create a list of strings every time the attrgetter is called. Also includes docs. -- nosy: +georg.brandl Added file: http://bugs.python.org/file9236/attrgetter-2.diff __ Tracker &l

[issue1659] Tests needing network flag?

2008-01-20 Thread Georg Brandl
Georg Brandl added the comment: Sorry, I was being unclear. I grepped through Lib/test for "skip_expected" and couldn't find a location where e.g. the newly set test_urllib2.skip_expected would be accessed. regrtest.py only accesses this attribute on the two

[issue1351692] Switch to make pprint.pprint display ints and longs in hex

2008-01-20 Thread Georg Brandl
Georg Brandl added the comment: Committed to trunk in r60131. -- nosy: +georg.brandl resolution: -> accepted status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.o

[issue1473257] Add a gi_code attr to generators

2008-01-20 Thread Georg Brandl
Georg Brandl added the comment: Guido, do you have an opinion? Seems like a nonproblematic and probably useful change for 2.6. -- assignee: pje -> gvanrossum nosy: +gvanrossum _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/

[issue1178141] urllib.py overwrite HTTPError code with 200

2008-01-20 Thread Georg Brandl
Georg Brandl added the comment: The bug (interpreting non-200 2xx codes as error) has already been fixed. I've finished and committed the other part (adding getcode() to addinfourl) in r60133. -- resolution: -> accepted status: open -

[issue1117751] urllib.urlopen should put the http-error-code in .info()

2008-01-20 Thread Georg Brandl
Georg Brandl added the comment: For #1178141 I added f.getcode() in r60133. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.o

[issue1449471] Splitting CJK codecs from pythoncore dll

2008-01-20 Thread Georg Brandl
Georg Brandl added the comment: Another year has passed; closing this. -- status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/

[issue856047] urllib.py does not use "no_proxy";

2008-01-20 Thread Georg Brandl
Georg Brandl added the comment: Added docs and committed as r60134. Thanks for your patch! -- nosy: +georg.brandl resolution: -> accepted status: open -> closed Tracker <[EMAIL PROTECTED]> <http://bugs.python.

[issue1731720] urllib.urlretrieve/URLopener.retrieve - 'buff' argument

2008-01-20 Thread Georg Brandl
Georg Brandl added the comment: Why don't you use open() and transfer the data between file objects yourself? The point of retrieve() is to create a local file containing the data. Closing as "won't fix". -- nosy: +georg.brandl resolution: -> wont fix

[issue1664522] Fix for urllib.ftpwrapper.retrfile() and none existing files

2008-01-20 Thread Georg Brandl
Georg Brandl added the comment: Committed patch (added an additional try-finally) as r60135. -- nosy: +georg.brandl resolution: -> accepted status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.o

[issue735515] urllib / urllib2 should cache 301 redirections

2008-01-20 Thread Georg Brandl
Georg Brandl added the comment: John, what did you have in mind? -- nosy: +georg.brandl Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue735515> ___

[issue1197207] Add proxies arg to urllib.urlretrieve

2008-01-20 Thread Georg Brandl
Georg Brandl added the comment: Waiting for diff from OP, setting to Pending. -- nosy: +georg.brandl status: open -> pending _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/

[issue614557] LookupError etc. need API to get the key

2008-01-20 Thread Georg Brandl
Georg Brandl added the comment: Will this be revisited for py3k? -- nosy: +georg.brandl versions: +Python 3.0 Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/is

[issue487566] smart module import

2008-01-20 Thread Georg Brandl
Georg Brandl added the comment: Chris, is this something that could be done with your post-import hooks? -- assignee: -> tiran nosy: +georg.brandl, tiran Tracker <[EMAIL PROTECTED]> <http://bugs.python.org

[issue460474] codecs.StreamWriter: reset() on close()

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

[issue592703] HTTPS does not handle pipelined requests

2008-01-20 Thread Georg Brandl
Georg Brandl added the comment: SSL support was rewritten, so this may be fixed now... -- assignee: jhylton -> janssen nosy: +georg.brandl, janssen Tracker <[EMAIL PROTECTED]> <http://bugs.python.org

[issue771334] pydoc.TextDoc raises for some kinds of objects

2008-01-20 Thread Georg Brandl
Georg Brandl added the comment: docother() was fixed in r39636 to accept the additional argument. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed Tracker <[EMAIL PROTECTED]> <http://bugs.python.

[issue771479] pyconfig.h duplicates common defines

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

[issue799369] documentation for sys.platform is unclear

2008-01-20 Thread Georg Brandl
Georg Brandl added the comment: Implemented the suggestions in r60136. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed Tracker <[EMAIL PROTECTED]> <http://bugs.python.

[issue652749] extra __builtin__ stuff not documented

2008-01-20 Thread Georg Brandl
Georg Brandl added the comment: Documented in r60137. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed Tracker <[EMAIL PROTECTED]> <http://bugs.python.

[issue546558] Windows getpass bug

2008-01-20 Thread Georg Brandl
Georg Brandl added the comment: So it seems to be fixed in NT -- we don't support 9x anymore in 2.6 up. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed Tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue487566] smart module import

2008-01-20 Thread Georg Brandl
Georg Brandl added the comment: I agree. In any case, this issue will be handled by one of the PEPs. -- resolution: -> later status: open -> closed Tracker <[EMAIL PROTECTED]> <http://bugs.python.

[issue1669] shutil.rmtree fails on symlink, after deleting contents

2008-01-20 Thread Georg Brandl
Georg Brandl added the comment: Committed a variant of the last patch in r60139; it now raises OSError like all other functions that are used in rmtree(). Added docs and tests. -- nosy: +georg.brandl resolution: -> fixed status: open ->

[issue1647] IDLE messes around with sys.exitfunc

2008-01-20 Thread Georg Brandl
Georg Brandl added the comment: Should be no problem then. -- nosy: +georg.brandl resolution: -> works for me status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1652] subprocess should have an option to restore SIGPIPE to default action

2008-01-20 Thread Georg Brandl
Georg Brandl added the comment: Raising priority. What incompatibilities could occur if SIGPIPE is restored by default? -- nosy: +georg.brandl priority: -> high severity: normal -> major type: -> behavior __ Tracker <[EMAIL PROTE

[issue1648] add new function, sys.gettrace

2008-01-20 Thread Georg Brandl
Georg Brandl added the comment: Committed as r60138. Thanks for the complete patch! -- assignee: brett.cannon -> georg.brandl nosy: +georg.brandl resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http

[issue1876] bogus attrgetter test in test_operator

2008-01-20 Thread Georg Brandl
Georg Brandl added the comment: As seen from the __eq__ example, the exception should be SyntaxError. With both changes, it works fine again in r60142. As for why the test is there, maybe the operator functions had lax error checking once. -- nosy: +georg.brandl resolution: -> fi

[issue1087735] mmap instance method access bug

2008-01-20 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r60143 by switching the mmap object's getattr function to the standard PyObject_GenericGetAttr(). -- nosy: +georg.brandl resolution: -> fixed status: open -> closed _ Tracker <[EMAIL PRO

[issue1506171] Add "methodcaller" to the operator module

2008-01-20 Thread Georg Brandl
Georg Brandl added the comment: Attaching patch against SVN trunk. -- assignee: -> rhettinger nosy: +georg.brandl resolution: rejected -> Added file: http://bugs.python.org/file9245/methodcaller.diff _ Tracker <[EMAIL PROTECTE

[issue1877] unhelpful error when calling "python "

2008-01-20 Thread Georg Brandl
New submission from Georg Brandl: [EMAIL PROTECTED] ~/devel/python> ./python Lib Traceback (most recent call last): File "Lib/runpy.py", line 99, in _run_module_as_main loader, code, fname = _get_module_details(mod_name) File "Lib/runpy.py", line 86, in _get_m

[issue1878] class attribute cache failure (regression)

2008-01-20 Thread Georg Brandl
Georg Brandl added the comment: It would be very interesting to know what set_default() actually does. IOW, without the source code of the extension module we can't do anything about this. -- nosy: +georg.brandl __ Tracker <[EMAIL PROTECTED

[issue1878] class attribute cache failure (regression)

2008-01-20 Thread Georg Brandl
Georg Brandl added the comment: I'm sorry, but I can't get this to run. With a clean 0.1.14 tarball, I get Building extension... running build_ext building 'notify.gc' extension creating build creating build/temp.linux-i686-2.5 creating build/temp.linux-i686-2.5/notify i

[issue1878] class attribute cache failure (regression)

2008-01-20 Thread Georg Brandl
Georg Brandl added the comment: Yes, runs fine with 2.5. __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1878> __ ___ Python-bugs-list mailing list Unsubs

[issue1878] class attribute cache failure (regression)

2008-01-20 Thread Georg Brandl
Georg Brandl added the comment: I've now built my trunk python without debugging enabled, and can reproduce your problem. Armin: the extension module directly modifies an extension type's tp_dict -- what should it do instead to make the cache happy? -- assignee: -> arigo

[issue1544306] checking size of int... configure: error: cannot compute siz

2008-01-20 Thread Georg Brandl
Georg Brandl added the comment: No response -> closing. -- nosy: +georg.brandl resolution: -> works for me status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1454285] test_parsedate_acceptable_to_time_functions+DST == :-(

2008-01-20 Thread Georg Brandl
Changes by Georg Brandl: -- assignee: bwarsaw.historic -> barry nosy: +barry _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1454285> _ ___ P

[issue965065] document docs.python.org in PEP-101

2008-01-20 Thread Georg Brandl
Changes by Georg Brandl: -- assignee: fdrake -> georg.brandl nosy: +georg.brandl Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue965065> ___ P

[issue1219903] tp_richcompare documentation wrong and incomplete

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

[issue1597000] Use \r\n, not \n for HTTP headers

2008-01-20 Thread Georg Brandl
Changes by Georg Brandl: -- title: HTTP headers -> Use \r\n, not \n for HTTP headers _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1597000> _

[issue760657] Tutorial: executable scripts on Windows

2008-01-20 Thread Georg Brandl
Georg Brandl added the comment: Added a blurb in r60145. The details are in the new "Using on Windows" document. -- assignee: fdrake -> georg.brandl nosy: +georg.brandl resolution: -> fixed status: open -> closed Tracker <[E

[issue538961] Using the lib index mechanically

2008-01-20 Thread Georg Brandl
Georg Brandl added the comment: I think the upcoming 2.6 release will provide the necessary functions to create such a feature. -- assignee: fdrake -> georg.brandl nosy: +georg.brandl resolution: -> fixed status: open -> closed Tracke

[issue1597000] HTTP headers

2008-01-20 Thread Georg Brandl
Georg Brandl added the comment: Lowering priority. -- components: +Library (Lib) -None keywords: +easy nosy: +georg.brandl -gbrandl.historic priority: normal -> low versions: +Python 2.5, Python 2.6, Python 3.0 _ Tracker <[EMAIL PROTECTED]&

[issue1373762] Tweak pprint.PrettyPrinter.format for subclassing

2008-01-20 Thread Georg Brandl
Georg Brandl added the comment: This has now been fixed with #1351692. -- assignee: fdrake -> georg.brandl nosy: +georg.brandl resolution: -> fixed status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1533491] C/API sec 10 is clipped

2008-01-20 Thread Georg Brandl
Georg Brandl added the comment: They have since been filled. -- nosy: +georg.brandl -gbrandl.historic resolution: -> out of date status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.o

[issue1545463] New-style classes fail to cleanup attributes

2008-01-20 Thread Georg Brandl
Georg Brandl added the comment: In the light of no further results, closing this bug. -- nosy: +georg.brandl resolution: -> wont fix status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.o

[issue1877] unhelpful error when calling "python "

2008-01-20 Thread Georg Brandl
Georg Brandl added the comment: No idea about the "easy" -- I haven't really looked at the code, but amending the error message would be a good thing. __ Tracker <[EMAIL PROTECTED]> <http://b

[issue1269] Exception in pstats print_callers()

2008-01-21 Thread Georg Brandl
Georg Brandl added the comment: Committed as r60149. Thanks for the patch! -- resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1880] Generalize math.hypot function

2008-01-21 Thread Georg Brandl
Georg Brandl added the comment: IOW, this is rejected. -- nosy: +georg.brandl resolution: -> rejected status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1881] increase parser stack limit

2008-01-21 Thread Georg Brandl
Georg Brandl added the comment: Guido, is the 10-fold increase okay? -- assignee: -> gvanrossum nosy: +georg.brandl, gvanrossum __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.o

[issue1087741] subclassable mmap

2008-01-21 Thread Georg Brandl
Georg Brandl added the comment: Reviewed and committed in r60152. -- nosy: +georg.brandl resolution: -> accepted status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.o

[issue1878] class attribute cache failure (regression)

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

[issue1715] Make pydoc list submodules

2008-01-21 Thread Georg Brandl
Georg Brandl added the comment: The patch only amends TextDoc -- what about HtmlDoc? __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1715> __ ___ Python-bugs-list

[issue779825] plistlib and bundlebuilder not in the documentation

2008-01-21 Thread Georg Brandl
Georg Brandl added the comment: Okay, I'll remove the docs again. If you want to deprecate bundlebuilder, it must be added to PEP 4. -- resolution: -> fixed status: open -> closed Tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue997912] Enclosing Scope missing from namespace in Tutorial

2008-01-21 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r60158. -- resolution: -> fixed status: open -> closed Tracker <[EMAIL PROTECTED]> <http://bugs.python.

[issue1706] Force WINVER 0x0500 (Windows 2000)

2008-01-21 Thread Georg Brandl
Georg Brandl added the comment: So what's the resolution here? -- nosy: +georg.brandl __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1706> __ ___

[issue1720595] Allow T_BOOL in PyMemberDef definitions

2008-01-21 Thread Georg Brandl
Georg Brandl added the comment: Martin - is a char struct member for T_BOOL fine with you? -- assignee: -> loewis nosy: +loewis _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/

[issue1669] shutil.rmtree fails on symlink, after deleting contents

2008-01-21 Thread Georg Brandl
Georg Brandl added the comment: Guido explicitly said "it should raise IOError, not ValueError, and it should use the onerror() handling used for all other errors" which makes sense for me too. __ Tracker <[EMAIL PROTECTED]> <http://bugs.p

[issue1878] class attribute cache failure (regression)

2008-01-21 Thread Georg Brandl
Georg Brandl added the comment: We can of course add something like in #1229239, which allows type attributes to be set with PyObject_SetAttr, thereby updating the cache. __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/

[issue779825] plistlib and bundlebuilder not in the documentation

2008-01-21 Thread Georg Brandl
Georg Brandl added the comment: plistlib is now documented. I also added a stub for bundlebuilder that only has the module docstring as an overview -- Ronald, if you want to write more about that? -- assignee: -> ronaldoussoren nosy: +georg.bra

[issue1555501] Please include pliblist for all plattforms

2008-01-21 Thread Georg Brandl
Georg Brandl added the comment: I added documentation and moved plistlib to the general library in r60155. Ronald, if you want to enhance the documentation, please go ahead :) -- resolution: -> fixed status: open -> closed _ Tracker &

[issue1678380] 0.0 and -0.0 identified, with surprising results

2008-01-21 Thread Georg Brandl
Changes by Georg Brandl: -- assignee: aleax -> marketdickinson _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1678380> _ ___ Python-bugs-li

[issue1883] Adapt pydoc to new doc system

2008-01-21 Thread Georg Brandl
New submission from Georg Brandl: so that this doesn't get lost... -- assignee: georg.brandl components: Library (Lib) messages: 61418 nosy: georg.brandl severity: normal status: open title: Adapt pydoc to new doc system versions: Python 2.6, Pytho

[issue1621660] this module (Zen of Python) docs list broken URL

2008-01-21 Thread Georg Brandl
Georg Brandl added the comment: Where exactly is that broken link? -- nosy: +georg.brandl _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1621660> _ __

[issue1726198] Line iteration readability

2008-01-21 Thread Georg Brandl
Georg Brandl added the comment: I also left out the changes to the ftplib and distutils functions since they also accept file objects as parameters, to keep b/w compatibility. Committed the rest as r60163. -- assignee: -> georg.brandl nosy: +georg.brandl resolution: -> accepted

[issue1631394] sre module has misleading docs

2008-01-21 Thread Georg Brandl
Georg Brandl added the comment: Clarified in r60164. -- assignee: effbot -> georg.brandl resolution: -> fixed status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

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

2008-01-21 Thread Georg Brandl
Georg Brandl added the comment: This is a dupe of #1254695. -- resolution: -> duplicate status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.o

[issue1012468] Rational.py various bugfixes

2008-01-21 Thread Georg Brandl
Georg Brandl added the comment: Now that we have a (different) rational module in the stdlib, shouldn't we remove this one altogether? -- assignee: -> jyasskin nosy: +georg.brandl, jyasskin _ Tracker <[EMAIL PROTECTED]> <http:

[issue1530959] distutils doesn't notice --with-pydebug

2008-01-21 Thread Georg Brandl
Georg Brandl added the comment: Committed as r60166. -- nosy: +georg.brandl resolution: -> accepted status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.o

[issue1678345] A fix for the bug #1528074 [warning: quite slow]

2008-01-21 Thread Georg Brandl
Georg Brandl added the comment: Rejecting as per discussion. -- nosy: +georg.brandl resolution: -> rejected status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.o

[issue1882] py_compile does not follow PEP 0263

2008-01-21 Thread Georg Brandl
Georg Brandl added the comment: Thanks for the report, fixed in r60168, r60169 (2.5). -- nosy: +georg.brandl resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1750076] Python 2.5+ skips while statements in debuggers

2008-01-21 Thread Georg Brandl
Georg Brandl added the comment: Raising priority. -- components: +Library (Lib) -None nosy: +georg.brandl priority: normal -> high type: -> behavior versions: +Python 2.6, Python 3.0 _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.o

[issue1081879] Pydoc can't find browser (bug+solution!)

2008-01-21 Thread Georg Brandl
Georg Brandl added the comment: This should be fixed in 2.5's webbrowser.py. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs.pyt

[issue1715] Make pydoc list submodules

2008-01-21 Thread Georg Brandl
Georg Brandl added the comment: Well, I believe you. :) Committed r60178. -- resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1720595] Allow T_BOOL in PyMemberDef definitions

2008-01-21 Thread Georg Brandl
Georg Brandl added the comment: Okay, added tests, removed the cast and committed in r60181. If I find time, I'll add docs for PyMemberDef in the next few days. -- resolution: -> accepted status: open -> closed _ Tracker <[EMAIL PRO

[issue479195] Put Demo/rpc/rpc.py into standard lib

2008-01-21 Thread Georg Brandl
Georg Brandl added the comment: Go ahead. -- nosy: +georg.brandl Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue479195> ___ Python-bugs-list

[issue1703448] "t.join(); assert t not in threading.enumerate()" fails

2008-01-21 Thread Georg Brandl
Georg Brandl added the comment: Guido, you wrote that code... -- assignee: rhettinger -> gvanrossum nosy: +georg.brandl, gvanrossum _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/

[issue1889] string literal documentation differs from implementation

2008-01-21 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r60193, r60194 (2.5). -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1034053] unittest.py patch: add skipped test functionality

2008-01-22 Thread Georg Brandl
Georg Brandl added the comment: I'll take it. -- assignee: purcell -> georg.brandl nosy: +georg.brandl _ Tracker <[EMAIL PROTECTED]> <http://bugs.python

[issue1908] make html fails - patchlevel is missing

2008-01-22 Thread Georg Brandl
Georg Brandl added the comment: Silly me, left a lone .pyc file around. Fixed in r60200. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1087741] subclassable mmap

2008-01-22 Thread Georg Brandl
Georg Brandl added the comment: Committed as r60202. Thanks for the care! _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1087741> _ ___ Python-bugs-list

[issue1906] Distinguish between cfunction, cvar and cmacro

2008-01-22 Thread Georg Brandl
Georg Brandl added the comment: "cmacro" is only for non-function-like macros, see the docs. -- resolution: -> invalid status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://

[issue1913] test_pep263 fails

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

[issue1789] assumption about unsigned long byte size in struct module usage

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

[issue1928] test_urllib fails

2008-01-24 Thread Georg Brandl
Georg Brandl added the comment: I'll fix that this weekend. -- assignee: -> georg.brandl nosy: +georg.brandl __ Tracker <[EMAIL PROTECTED]> <http://bugs.pyt

[issue1931] NameError: global name 'basestring' is not defined

2008-01-26 Thread Georg Brandl
Georg Brandl added the comment: I don't see why this shouldn't be closed. -- nosy: +georg.brandl status: pending -> closed __ Tracker <[EMAIL PROTECTED]> <http://bug

[issue1929] httplib _read_chunked TypeError ||| i = line.find(";")

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

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