[issue3898] 3.0 documentation fails to build

2008-09-18 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: You'll have to update the Pygments library; try a "rm -r tools/pygments; make update". -- resolution: -> works for me status: open -> closed ___ Python tracke

[issue3905] subprocess failing in GUI applications on Windows

2008-09-20 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: There are also instances of set_daemon left in socketserver and multiprocessing/dummy. How is that possible? ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue3905] subprocess failing in GUI applications on Windows

2008-09-20 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Benjamin, I think you're responsible. -- assignee: -> benjamin.peterson nosy: +benjamin.peterson, georg.brandl ___ Python tracker <[EMAIL PROTECTED]> <http://bu

[issue3917] set_display definition allows empty '{' '}' in Language Definition

2008-09-21 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, fixed in r66522. Also removed the last two paragraphs of the set display explanation which were pasted from genexps and made no sense, and added a sentence about {} not constructing a set. -- resolution: -> fixed sta

[issue3852] kqueue.control requires 2 params while docs say max_events (the second) defaults to 0

2008-09-21 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Committed patch in r66523. At least for now, code and docs are consistent again. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <h

[issue3912] unittest. assertAlmostEqual() documentation incomplete

2008-09-21 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, committed in r66524. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3916] layout of build directories for Windows not current

2008-09-21 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, committed as r66525. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3915] Broken link in 14.7 curses, Python Library Reference

2008-09-21 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, this is already fixed in SVN and will be in the 2.6 docs coming out soon. -- resolution: -> out of date status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <h

[issue3914] augop definition does not include "//="

2008-09-21 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, fixed in r66526. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3913] compound_stmt syntax includes 'decorated'

2008-09-21 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Bruce is right. I fixed "decorated", the duplicate "funcdef" and the "?" in r66527 and r66528. Bruce, usually adding comments with more issues, especially if they are so small, is fine; however, since t

[issue3901] Slight readme.txt fix (VC9)

2008-09-21 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Committed r66529. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3889] Demo/parser/unparse.py

2008-09-21 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: This was fixed some time ago on the trunk. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3897] collections

2008-09-21 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, fixed in r66530. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3905] subprocess failing in GUI applications on Windows

2008-09-21 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Jean-Michel, you'll need to apply the idlelib/run.py patch; replace sockthread.set_daemon(True) with sockthread.daemon = True around line 75. -- resolution: -> fixed status: open -> closed versions: +Pytho

[issue3909] Building PDF documentation from tex files

2008-09-21 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Which version of Sphinx did you use to build the docs? The Python docs currently need the unreleased SVN version (that will of course change for the final release). If you have a Sphinx release installed as a Python egg, it will cause pr

[issue3879] 2.6 regression in urllib.getproxies_environment

2008-09-21 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I think the patch is okay; I guess you're processing the result of getproxies() yourself and relying on "no" being a key? -- resolution: -> accepted ___ Python tracker &

[issue3884] turtle in the tkinter package?

2008-09-21 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Docs done in r66534. -- nosy: +georg.brandl ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue3918] random.uniform suprisingly (good kind) does not work as documented

2008-09-21 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Noted in r66535. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3905] subprocess failing in GUI applications on Windows

2008-09-21 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- resolution: fixed -> status: closed -> open ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3923] 'genexpr_for' in definition of 'call' in Language Reference.

2008-09-21 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Fixed in r66541. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3929] Incorrect exception raising in dbm.open on non-existing DB

2008-09-22 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Amaury's patch looks good. -- nosy: +georg.brandl ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.

[issue433031] SRE: x++ isn't supported

2008-09-22 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Closing this one then. -- nosy: +georg.brandl resolution: -> duplicate status: open -> closed superseder: -> Regexp 2.7 (modifications to current re 2.2.2) ___ Python tracker &l

[issue3953] __cmp__ still documented in 3.0rc1?

2008-09-24 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks! Removed this and a few more references in r66577. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3950] turtle.py: bug in TurtleScreenBase._drawimage

2008-09-24 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Gregor doesn't have commit rights. Patch looks OK, would you apply it please, Ben? -- assignee: -> benjamin.peterson nosy: +georg.brandl resolution: -> accepted ___ Pytho

[issue3956] turtle.py - bug in Screen.__init__()

2008-09-24 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Looks ok, like the 3.0 code. Benjamin, please review and commit. -- assignee: -> benjamin.peterson nosy: +georg.brandl resolution: -> accepted ___ Python tracker <[EMAIL PR

[issue3954] _hotshot: invalid error control in logreader()

2008-09-24 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Looks fine. Since it is minor, why not commit it now? -- nosy: +georg.brandl ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue3955] maybe doctest doesn't understand unicode_literals?

2008-09-24 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: It certainly isn't a feature. I don't immediately see how to fix it, though. unicode_literals doesn't change the repr() of unicode objects (it obviously can't, since that change would not be module-local). Let's

[issue3954] _hotshot: invalid error control in logreader()

2008-09-24 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Regardless of the smiley, I certainly wouldn't object if you requested permissions on python-dev... ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.

[issue2636] Regexp 2.7 (modifications to current re 2.2.2)

2008-09-24 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Though I can't look at the code at this time, I just want to express how good it feels that you both are doing these great things for regular expressions in Python! Especially atomic grouping is something I've often wished

[issue3428] httplib.HTTPMessage undocumented

2008-09-24 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- components: +Documentation -Documentation tools (Sphinx) ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue3875] provide a "cmem" role

2008-09-24 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Added in r66606. -- resolution: -> accepted status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3875] provide a "cmem" role

2008-09-24 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: (It's called "cmember"). ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3875> ___ ___

[issue3909] Building PDF documentation from tex files

2008-09-24 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Hmm, I can't really tell what may cause the "Too many }" error. Can you try and play around with sphinx.sty, commenting out stuff, to find where it comes from? ___ Python tracker <

[issue3950] turtle.py: bug in TurtleScreenBase._drawimage

2008-09-24 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: My apologies then. -- status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue3960] Section permalink html anchors are wrong

2008-09-25 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Actually this is all right. The generated HTML looks like this: Blah¶ So the id is in the span tag, not the a tag. The link generated for the ¶ is a convenience so that you can right-click and say "copy link location" if you wa

[issue3969] turtle.py - setup() doesn't work correctly

2008-09-26 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Committed as r66626 (2.5 branch only). -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3968] turtle.py: fill() and end_fill() do not work correctly

2008-09-26 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Committed in r66627 (2.5 branch only). -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3909] Building PDF documentation from tex files

2008-09-26 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: If that solves the problem, that is very curious indeed. There must not be a \fi after \newif; its syntax is \newif\ifname\default Later it can be used as \ifname ... \fi. What TeX distribution and version of tex/latex are you

[issue3979] Doctest failing when it should pass

2008-09-26 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: You need to make your docstring a unicode string. Then both tests work for me. -- nosy: +georg.brandl resolution: -> works for me status: open -> closed ___ Python tracker <[EMAIL PR

[issue3983] Typos in Documentation

2008-09-28 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Fixed typo 1) in r9, thanks for that. For 2), "iff" is a usual abbreviation for "if and only if". About your two questions, comments in modules are written in whatever way the author likes to write his comments. T

[issue3960] Section permalink html anchors are wrong

2008-09-28 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I don't see that inter-document links *wouldn't* work, except on antique browsers that insist on tags only for defining anchors. ___ Python tracker <[EMAIL PROTECTED]> <http://

[issue3993] Convert documentation to python 3.

2008-09-28 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, fixed the prints in r66680. The multiprocessing docs are a special case because they arrived after we "upgraded" examples in the documentation to Python 3.0 code. -- resolution: -> fixed sta

[issue3941] Help in IDLE should open the chm file

2008-09-29 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- resolution: -> wont fix status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3995] iso-xxx/cp1252 inconsistencies in Python 2.* not in 3.*

2008-09-29 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- resolution: -> invalid status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4002] A Bug in the Documentation

2008-09-30 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I don't see the bug in the code, nor what is solved by the code you propose. -- resolution: -> wont fix status: open -> closed ___ Python tracker <[EMAIL PROTECTED]>

[issue4009] A Minor Glitch in the Documentation

2008-10-01 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Please stop wasting our time. There is no bug in how this class is written. -- resolution: -> wont fix status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <h

[issue4012] Minor errors in multiprocessing docs

2008-10-02 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: There's also an applyAsync left in the introductory Pool example. Jesse, while you're at it, could you please add a blurb that some examples won't work when tried at the interactive interpreter

[issue4012] Minor errors in multiprocessing docs

2008-10-02 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I e.g. tried a minimal example with Pool.map(): >>> from multiprocessing import Pool >>> p = Pool(5) >>> def f(x): ... return x*x ... >>> p.map(f, [1,2,3]) Process PoolWorker-1: Traceback (most

[issue4024] float(0.0) singleton

2008-10-03 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Will it correctly distinguish between +0.0 and -0.0? -- nosy: +georg.brandl ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue4025] C99 comments in Python 2.6 break build on AIX 6.1

2008-10-03 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Christian, I guess it's all fixed now? -- assignee: -> christian.heimes nosy: +christian.heimes, georg.brandl resolution: -> fixed status: open -> pending ___ Python track

[issue4041] reference to rexec in __import__

2008-10-04 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, fixed in r66793. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4000] Additional 2to3 documentation updates

2008-10-04 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, fixed all of them in r66794. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4029] Documentation displays incorrectly in iexplore.

2008-10-04 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I concur with Terry on all counts. Specifically: 1. How the underscores are displayed depends on the font you've selected as your monospace font. Replacing them with an image is ugly and will never look remotely nice. 2. I w

[issue4063] sphinx: make all-pdf does not exist.

2008-10-07 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Are you sure you're doing "make all-pdf" in the build/latex directory? -- resolution: -> works for me status: open -> pending ___ Python tracker <[EMAIL PROTE

[issue4063] sphinx: make all-pdf does not exist.

2008-10-08 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Yes, closing tickets (and changing metadata like priority) is only possible for developers. -- status: pending -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue3288] float.as_integer_ratio method is not documented

2008-10-08 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Would be nice, yes. ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3288> ___ ___ Python

[issue4056] :Class: causes exception

2008-10-08 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: [Sphinx issues are now tracked at http://code.google.com/p/sphinx -- moved the issue there.] -- resolution: -> duplicate status: open -> closed ___ Python tracker <[EMAIL PR

[issue3909] Building PDF documentation from tex files

2008-10-08 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: OK, no problem. I should have thought about that sooner. Happy TeXing :) -- resolution: -> works for me status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <h

[issue4055] Documentation on website is missing section numbers

2008-10-08 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I disagree that missing section numbers are a severe usability hit. Especially in the context that the new docs are constantly updated, there's no telling when section numbers will shift, misleading those who only navigate by section

[issue4059] sqlite3 docs incomplete

2008-10-08 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, committed as r66854. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4058] markup in What's New in 2.6

2008-10-08 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, committed as r66855. -- resolution: -> accepted status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3935] bisect insort C implementation ignores methods on list subclasses

2008-10-08 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: OK, committed as r66856, should get merged to 3.0 soon. -- status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue4085] 2.5.2 whatsnew document corrupts names, by having broken HTML, at least on the Web.

2008-10-09 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Your analysis is correct -- the HTML is invalid. However, this problem doesn't occur in new documentation since we don't use the system used until 2.5 anymore. -- resolution: -> wont fix sta

[issue4110] A minor slip while typing

2008-10-12 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Duplicate of #4002. -- resolution: -> duplicate status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4104] Namespace inconsistency

2008-10-12 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Me too. There are too many cases where class statements can be executed to get this right. -- nosy: +georg.brandl ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue7722] calendar.{HTMLCalendar, TextCalendar}.formatyear have incorrect definition

2010-01-17 Thread Georg Brandl
Georg Brandl added the comment: That was already fixed on trunk, but not yet merged to 2.6. I've done so now in r77559. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python

[issue6837] Mark the compiler package as deprecated

2010-01-17 Thread Georg Brandl
Georg Brandl added the comment: +1. -- ___ Python tracker <http://bugs.python.org/issue6837> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue7763] (C API) PyUnicode_Tailmatch documentation

2010-01-23 Thread Georg Brandl
Georg Brandl added the comment: Duplicate of #7762. -- resolution: -> duplicate status: open -> closed superseder: -> (C API) PyUnicode_Tailmatch documentation ___ Python tracker <http://bugs.python.o

[issue7762] (C API) PyUnicode_Tailmatch documentation

2010-01-23 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r77702. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue7725] '-s' option in The Python Profiles > Instant User's Manual linked incorrectly

2010-01-23 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r77703. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue7764] Doc for itertools recipe consume is complicated and less efficient

2010-01-23 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: georg.brandl -> rhettinger ___ Python tracker <http://bugs.python.org/issue7764> ___ ___ Python-bugs-list mailing list Un

[issue7814] SimpleXMLRPCServer Example uses "mul" instead of "div" in client portion

2010-01-30 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r77857. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue7802] socket.gaierror before ProtocolError for xmlrpc.client

2010-01-30 Thread Georg Brandl
Georg Brandl added the comment: Thanks, that example was indeed wrong. ProtocolError is not meant to be raised if the HTTP connection to the specified URI can't even be made, e.g. for unknown hosts. Fixed in r77858. -- resolution: -> fixed status: open -

[issue7798] document pydoc methods

2010-01-30 Thread Georg Brandl
Georg Brandl added the comment: Very likely, these functions are not meant to be anything but utilities. As API functions, they also don't belong into pydoc. -- assignee: georg.brandl -> ___ Python tracker <http://bugs.python.or

[issue7733] asyncore docs reference is unclear

2010-01-30 Thread Georg Brandl
Georg Brandl added the comment: Would you like to contribute a patch? -- ___ Python tracker <http://bugs.python.org/issue7733> ___ ___ Python-bugs-list mailin

[issue7749] pydoc error - "No module named tempfile"

2010-01-31 Thread Georg Brandl
Changes by Georg Brandl : -- resolution: -> duplicate status: open -> closed superseder: -> pydoc doesn't work from the command line ___ Python tracker <http://bugs.pyt

[issue7817] Pythonw.exe fails to start

2010-01-31 Thread Georg Brandl
Changes by Georg Brandl : -- resolution: -> wont fix status: open -> closed ___ Python tracker <http://bugs.python.org/issue7817> ___ ___ Python-bugs-list

[issue7838] Undocumented subprocess functions on Windows

2010-02-03 Thread Georg Brandl
Georg Brandl added the comment: I agree. Docstrings never hurt. -- ___ Python tracker <http://bugs.python.org/issue7838> ___ ___ Python-bugs-list mailin

[issue7847] Remove 'python -U' or document it

2010-02-03 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> loewis nosy: +loewis ___ Python tracker <http://bugs.python.org/issue7847> ___ ___ Python-bugs-list mailing list Un

[issue7847] Remove 'python -U' or document it

2010-02-04 Thread Georg Brandl
Georg Brandl added the comment: If you document -X, you should also document -J. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue7

[issue7864] Deprecation markers in unittest docs are unclear

2010-02-06 Thread Georg Brandl
Georg Brandl added the comment: I've added "use ... instead" now in r78018. -- ___ Python tracker <http://bugs.python.org/issue7864> ___ ___ Pyt

[issue5341] A selection of spelling errors and typos throughout source

2010-02-06 Thread Georg Brandl
Georg Brandl added the comment: Thanks, committed as r78024, r78025, respectively. -- status: open -> closed ___ Python tracker <http://bugs.python.org/iss

[issue7868] add a loggerClass attribute to Manager

2010-02-06 Thread Georg Brandl
New submission from Georg Brandl : This patch adds a loggerClass attribute to logging's Manager, and a setLoggerClass() function to set it. If no loggerClass is set, the global _loggerClass is used. This is for maximum backwards compatibility. There are no doc updates as the Manager i

[issue7868] add a loggerClass attribute to Manager

2010-02-06 Thread Georg Brandl
Georg Brandl added the comment: You mean, instead of "klass"? It is used in the other setLoggerClass(), and therefore consistent. -- ___ Python tracker <http://bugs.python.

[issue7868] add a loggerClass attribute to Manager

2010-02-07 Thread Georg Brandl
Georg Brandl added the comment: Thanks! -- ___ Python tracker <http://bugs.python.org/issue7868> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue7859] support "with self.assertRaises(SomeException) as exc:" syntax

2010-02-07 Thread Georg Brandl
Georg Brandl added the comment: Why not the un-magic context manager, which has an exc_value attribute with the exception? -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue7

[issue7848] copy.copy corrupts objects that return false value from __getstate__

2010-02-07 Thread Georg Brandl
Changes by Georg Brandl : -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue7848> ___ ___ Python-bugs-list mailing list Unsubscri

[issue7835] Minor bug in 2.6.4 related to cleanup at end of program

2010-02-07 Thread Georg Brandl
Georg Brandl added the comment: I'd say go ahead and commit without test. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue7835> ___ ___

[issue7826] support caching for 2to3

2010-02-07 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> benjamin.peterson nosy: +benjamin.peterson ___ Python tracker <http://bugs.python.org/issue7826> ___ ___ Python-

[issue7870] Duplicate test methods in test_memoryio

2010-02-07 Thread Georg Brandl
New submission from Georg Brandl : test_memoryio.TextIOTestMixin has duplicate (and conflicting!) definitions of test_relative_seek() and test_textio_properties(). -- assignee: pitrou components: Tests messages: 98994 nosy: georg.brandl, pitrou priority: high severity: normal status

[issue7870] Duplicate test methods in test_memoryio

2010-02-07 Thread Georg Brandl
Changes by Georg Brandl : -- versions: +Python 2.7 ___ Python tracker <http://bugs.python.org/issue7870> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue7871] Duplicate test method in test_heapq

2010-02-07 Thread Georg Brandl
New submission from Georg Brandl : test_heap has a duplicate "test_get_only" test method, and the one that's overwritten seems to end up in an infinite loop. -- assignee: rhettinger messages: 98995 nosy: georg.brandl, rhettinger severity: normal status: open title:

[issue7926] Stray parentheses() in context manager "what's new" doc

2010-02-14 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r78182. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/issue7926> ___ __

[issue7928] String formatting: grammar wrongly limits [index] to integer

2010-02-14 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: georg.brandl -> eric.smith nosy: +eric.smith ___ Python tracker <http://bugs.python.org/issue7928> ___ ___ Python-

[issue7926] Stray parentheses() in context manager "what's new" doc

2010-02-14 Thread Georg Brandl
Georg Brandl added the comment: Thanks, should be fine now in r78188. -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue7926> ___ _

[issue7945] typo in operator.isCallable deprecation warning

2010-02-16 Thread Georg Brandl
Georg Brandl added the comment: No, this is correct. isCallable() was deprecated since 2.0, but the replacement was the builtin callable() until 2.6. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.p

[issue7957] Tutorial issue regarding the sys module

2010-02-18 Thread Georg Brandl
Georg Brandl added the comment: They exist only in interactive mode. They won't be present if you do e.g. python -c "import sys; print dir(sys)" -- resolution: -> wont fix status: open -> closed ___ Python tracker &l

[issue7891] add links to SVN for documentation developers

2010-02-19 Thread Georg Brandl
Georg Brandl added the comment: Added a link to the checkout FAQ in r12861. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue7963] Misleading error message from object(arg)

2010-02-19 Thread Georg Brandl
Georg Brandl added the comment: The latter is no inconsistency; tuples are immutable, lists are not. Therefore, for lists, __init__ is the initializer, not __new__. In order not to duplicate argument checking, __new__ does nothing special with them. -- nosy: +georg.brandl

[issue7962] Demo/ directory needs to be tested and pruned

2010-02-19 Thread Georg Brandl
Georg Brandl added the comment: There's only so much free time developers can spend on Python. Also, most demos still work in 2.x, even if they are unmaintained, ugly or demonstrate old concepts. In contrast, most demos weren't tested after porting to 3.x, so many of them don&

<    13   14   15   16   17   18   19   20   21   22   >