[issue8292] Incorrect condition test in platform.py

2010-07-31 Thread Georg Brandl
Georg Brandl added the comment: Thanks, committed patch as r83371. -- nosy: +georg.brandl resolution: -> accepted status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue1726208] SimpleHTTPServer extensions_map

2010-07-31 Thread Georg Brandl
Georg Brandl added the comment: Since http.server calls mimetypes.init(), the default type map is not used but one read from the system. That one might as well lack the entries for .py etc. For the sake of backwards compatibility I don't think a change is needed here. --

[issue4007] make clean fails to delete .a and .so.X.Y files

2010-07-31 Thread Georg Brandl
Georg Brandl added the comment: Applied in r83372. -- nosy: +georg.brandl resolution: -> accepted status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5904] strftime docs do not explain locale effect on result string

2010-07-31 Thread Georg Brandl
Changes by Georg Brandl : -- title: strftime docs do not explain locale affect on result string -> strftime docs do not explain locale effect on result string ___ Python tracker <http://bugs.python.org/iss

[issue5147] MozillaCookieJar should not store leading whitespace in Magic header

2010-07-31 Thread Georg Brandl
Georg Brandl added the comment: Applied in r83373. Thanks! -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5146] threading via uid method doesn't work in imaplib

2010-07-31 Thread Georg Brandl
Georg Brandl added the comment: Some research into IMAP commands confirms that this change is correct. Done so in r83374. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue8743] set() operators don't work with collections.Set instances

2010-07-31 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> rhettinger nosy: +rhettinger ___ Python tracker <http://bugs.python.org/issue8743> ___ ___ Python-bugs-list mai

[issue1699594] shlex fails to parse strings correctly

2010-07-31 Thread Georg Brandl
Georg Brandl added the comment: How do you reproduce this? The strings seem to work fine with shlex.split(). -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue1699

[issue4600] __class__ assignment: new-style? heap? == confusing

2010-07-31 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> d...@python nosy: +d...@python ___ Python tracker <http://bugs.python.org/issue4600> ___ ___ Python-bugs-list mai

[issue8773] mailbox module is needlessly executable

2010-07-31 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r83385. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue8768] The checkempty_symmetric_difference test is never called

2010-07-31 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r83386. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue8757] Race condition when checking for set in set

2010-07-31 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> rhettinger nosy: +rhettinger ___ Python tracker <http://bugs.python.org/issue8757> ___ ___ Python-bugs-list mai

[issue8735] optparse: parse_args(values=...) does not set up default values

2010-07-31 Thread Georg Brandl
Georg Brandl added the comment: Thanks for the report, I added a note in the docs in r83387. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue8397] BZ2File doesn't protect against mixed iterator and read usage

2010-08-01 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> pitrou nosy: +pitrou priority: normal -> high versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.5 ___ Python tracker <http://bugs.python.org/

[issue1180267] expanding platform module and making it work as it should

2010-08-01 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> lemburg nosy: +lemburg ___ Python tracker <http://bugs.python.org/issue1180267> ___ ___ Python-bugs-list mai

[issue4891] formatwarning function signature change breaks code

2010-08-01 Thread Georg Brandl
Georg Brandl added the comment: Probably too late to change something here. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue7702] Wrong order of parameters of _get_socket in SMTP class in smtplib.py

2010-08-01 Thread Georg Brandl
Georg Brandl added the comment: This appears to have been fixed since r61624. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue7395] pstats add command raises unhandled exception

2010-08-01 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r83388. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue8105] mmap crash on Windows with out of range file descriptor

2010-08-01 Thread Georg Brandl
Georg Brandl added the comment: What's the status here? Can it be committed? -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/i

[issue7952] fileobject.c can switch between fread and fwrite without an intervening flush or seek, invoking undefined behaviour

2010-08-01 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> pitrou nosy: +pitrou ___ Python tracker <http://bugs.python.org/issue7952> ___ ___ Python-bugs-list mailing list Un

[issue7937] windows installer package

2010-08-01 Thread Georg Brandl
New submission from Georg Brandl : No bug reported here. -- nosy: +georg.brandl resolution: -> invalid status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue8249] expat.ParserCreate - SystemError bad argument to internal function

2010-08-01 Thread Georg Brandl
Georg Brandl added the comment: Is this somehow reproducible without svnmerge? -- nosy: +georg.brandl status: open -> pending ___ Python tracker <http://bugs.python.org/iss

[issue8230] Lib/test/sortperf.py fails to run

2010-08-01 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r83390. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue8590] test_httpservers.CGIHTTPServerTestCase failure on 3.1-maint Mac OS X

2010-08-01 Thread Georg Brandl
Georg Brandl added the comment: Still reproducible? -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue8590> ___ ___ Python-bugs-list mailin

[issue8509] fix autoconf quoting in help strings and code snippets

2010-08-01 Thread Georg Brandl
Georg Brandl added the comment: Patch has been applied; closing. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue8471] Unicode returns in doctest can make subsequent tests fail

2010-08-01 Thread Georg Brandl
Georg Brandl added the comment: Thanks, applied in r83392. -- nosy: +georg.brandl resolution: -> accepted status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue1690103] trace module borks __file__

2010-08-01 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r83393 with explicit globals that also specify __name__. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/iss

[issue8821] Range check on unicode repr

2010-08-01 Thread Georg Brandl
Georg Brandl added the comment: Applied in r83395. Thanks! -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue4810] timeit needs "official" '--' flag

2010-08-01 Thread Georg Brandl
Georg Brandl added the comment: Usually I would say that this is common UNIX knowledge, except that timeit is also used in Windows environments. Also, the timeit help is already quite thorough, so it can't hurt to mention "--". Done in r83396. -- nosy: +georg.br

[issue8826] Invalid expires date in cookiejar

2010-08-01 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r83398. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue6187] Improvement in doc of "Extending and Embedding the Python Interpreter, 5.3 Beyond Very High Level Embedding: An overview"

2010-08-01 Thread Georg Brandl
Georg Brandl added the comment: Agreed with Mark. -- resolution: -> works for me status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue6439] Demo/embed/demo.c use of PySys_SetArgv() is invalid

2010-08-01 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r83404. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue6520] urllib.urlopen does not have timeout parameter where as urllib2.urlopen has

2010-08-01 Thread Georg Brandl
Georg Brandl added the comment: Not an issue anymore for Python 3. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue4943] trace.CoverageResults.write_results can't write results file for modules loaded by __path__ manipulation

2010-08-01 Thread Georg Brandl
Georg Brandl added the comment: Should be fixed in r83405. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue8046] mmap.mmap as a context manager

2010-08-01 Thread Georg Brandl
Georg Brandl added the comment: Thanks, adapted to current trunk and applied in r83406. -- nosy: +georg.brandl resolution: -> accepted status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue8602] documentation of bz2 module mildly erroneous

2010-08-01 Thread Georg Brandl
Georg Brandl added the comment: Now present in all maintained branches. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue2155] optparse.OptionGroup with_statement context handling

2010-08-01 Thread Georg Brandl
Georg Brandl added the comment: I agree with Sebastian that this is not a good use for a context manager. -- nosy: +georg.brandl resolution: -> rejected status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue3757] threading.local doesn't support cyclic garbage collecting

2010-08-01 Thread Georg Brandl
Georg Brandl added the comment: Do you want to fix that? -- assignee: -> pitrou nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/iss

[issue5319] I/O error during one-liner fails to return OS error status

2010-08-01 Thread Georg Brandl
Georg Brandl added the comment: Python 2.6, from #5320: $ python2.6 -c 'print 1, 2, 3' > /dev/full || echo error status close failed in file object destructor: Error in sys.excepthook: Original exception was: $ Python 3.1 doesn't output anything and also doesn

[issue5320] I/O error during one-liner gives bad diagnostic (and fails to return OS error status)

2010-08-01 Thread Georg Brandl
Georg Brandl added the comment: I think this can be merged with #5319. -- nosy: +georg.brandl resolution: -> duplicate status: open -> closed superseder: -> I/O error during one-liner fails to return OS error status ___ Python track

[issue5258] addpackage in site.py fails hard on badly formed .pth files

2010-08-01 Thread Georg Brandl
Georg Brandl added the comment: Adding a patch that catches exceptions in a single addpackage() call and prints them. I'd like to have more input though if this is a Good Thing(tm). -- assignee: -> r.david.murray keywords: +patch nosy: +georg.brandl, r.david.murray Added fi

[issue5551] os.path.ismount takes a cross-device symlink for a mountpoint

2010-08-01 Thread Georg Brandl
Georg Brandl added the comment: Thanks, should be fixed in r83408. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5776] RPM build error with python-2.6.spec

2010-08-01 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r83417. Thanks! -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue8821] Range check on unicode repr

2010-08-01 Thread Georg Brandl
Georg Brandl added the comment: You're right. Reverted in r83444 and merging back, and I'll also remove the "XXX is this needed" from 2.7. -- status: open -> closed ___ Python tracker <http:/

[issue1772916] xmlrpclib crash when PyXML installed - sgmlop is available

2010-08-01 Thread Georg Brandl
Georg Brandl added the comment: Both PyXML and sgmlop are deprecated now, and support has been removed in xmlrpclib as of Python 2.7. I think this can be closed. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed ___

[issue8042] mmap buffer implementation does not respect seek pos

2010-08-01 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> pitrou nosy: +pitrou ___ Python tracker <http://bugs.python.org/issue8042> ___ ___ Python-bugs-list mailing list Un

[issue8009] email.parser.Parser is inefficient with large strings

2010-08-01 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> r.david.murray nosy: +r.david.murray ___ Python tracker <http://bugs.python.org/issue8009> ___ ___ Python-bugs-lis

[issue8612] multiprocessing Queue module failes to send INIConfig objects

2010-08-01 Thread Georg Brandl
Georg Brandl added the comment: The issue in the iniparse tracker has been closed as "fixed" now, so I assume the problem was on that side. -- nosy: +georg.brandl resolution: -> works for me status: open -> closed ___ Pytho

[issue8758] BUILD_LIST followed by BINARY_SUBSCR can be optimized to a BUILD_TUPLE if all members of the list are constants

2010-08-01 Thread Georg Brandl
Georg Brandl added the comment: I don't think this happens often enough to warrant optimizing. -- nosy: +georg.brandl resolution: -> rejected status: open -> closed ___ Python tracker <http://bugs.python

[issue8634] get method for dbm interface

2010-08-01 Thread Georg Brandl
Georg Brandl added the comment: dbm.ndbm already has get(). dbm.gnu is missing it. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue8

[issue9100] test_sysconfig fails (test_user_similar)

2010-08-01 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> tarek nosy: +tarek ___ Python tracker <http://bugs.python.org/issue9100> ___ ___ Python-bugs-list mailing list Un

[issue9209] pstats module crashes on trailing backslash

2010-08-02 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r83523. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue7781] interactive pstats broken

2010-08-02 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r83523. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue9428] profile.py bug with the main file being profiled

2010-08-02 Thread Georg Brandl
Georg Brandl added the comment: Fixed (also for cProfile) in r83524. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue6436] trace module doesn't seem to produce .cover files for Py3 (but does for Py2)

2010-08-02 Thread Georg Brandl
Georg Brandl added the comment: Duplicate of #1690103. -- nosy: +georg.brandl resolution: -> duplicate status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue7563] yield in except clause causes exception context to be lost

2010-08-02 Thread Georg Brandl
Georg Brandl added the comment: This won't get backported now that 2.7 is in maintenance. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed ___ Python tracker <http://bugs.python

[issue3821] trace module bug when using --missing

2010-08-02 Thread Georg Brandl
Georg Brandl added the comment: Fixed the test cases and committed them in r83527. -- nosy: +georg.brandl status: open -> closed ___ Python tracker <http://bugs.python.org/iss

[issue9299] os.makedirs(): Add a keyword argument to suppress "File exists" exception

2010-08-02 Thread Georg Brandl
Georg Brandl added the comment: Doc review: Small typo, Flase vs False. Also, exceptions are "raised" rather than "thrown" in Python land (same for the docstring). Both exception references should be :exc:`OSError`. Otherwise, looks fine to me. Raising priority; thi

[issue1748064] inspect.getargspec fails on built-in or slot wrapper methods

2010-08-02 Thread Georg Brandl
Georg Brandl added the comment: It *is* a feature request. The signature of functions implemented in C is currently not exposed to introspection. -- nosy: +georg.brandl type: behavior -> feature request ___ Python tracker <http://bugs.pyth

[issue7372] Regression in pstats

2010-08-02 Thread Georg Brandl
Georg Brandl added the comment: Fixed with your patch in r83531. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue8578] PyWeakref_GetObject

2010-08-02 Thread Georg Brandl
Georg Brandl added the comment: I added a note to the docs in r83536. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue8578> ___ ___ Pytho

[issue6928] Doc: Class statements and metaclass = xxx

2010-08-02 Thread Georg Brandl
Georg Brandl added the comment: Should be fixed in r83538. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue2716] Reimplement audioop because of copyright issues

2010-08-02 Thread Georg Brandl
Georg Brandl added the comment: Current status: no lawsuit yet. -- ___ Python tracker <http://bugs.python.org/issue2716> ___ ___ Python-bugs-list mailin

[issue9061] cgi.escape Can Lead To XSS Vulnerabilities

2010-08-02 Thread Georg Brandl
Georg Brandl added the comment: Applied doc patch to 2.6 in r83539. -- nosy: +georg.brandl priority: release blocker -> critical versions: -Python 2.5, Python 2.6 ___ Python tracker <http://bugs.python.org/iss

[issue8560] regrtest: add a minimal "progress bar"

2010-08-02 Thread Georg Brandl
Georg Brandl added the comment: Committed patch adding the [x/y] style indicator in r83543. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue2609] Tests fail if ./@test is not writeable

2010-08-02 Thread Georg Brandl
Georg Brandl added the comment: Out of date now -- regrtest now uses "with temp_cwd()", changing directory to either the Python build dir or a tempdir. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed __

[issue7973] Wrong spelling of distutils options in error messages and docs

2010-08-02 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r83546. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue7862] fileio.c: ValueError vs. IOError with impossible operations

2010-08-02 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> pitrou ___ Python tracker <http://bugs.python.org/issue7862> ___ ___ Python-bugs-list mailing list Unsubscri

[issue7386] More precise document on os.path.normpath()

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

[issue8172] Documentation of Property needs example

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

[issue3849] FUD in documentation for urllib.urlopen()

2010-08-02 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: georg.brandl -> d...@python nosy: +d...@python ___ Python tracker <http://bugs.python.org/issue3849> ___ ___ Python-

[issue9451] Strengthen __*__ system name warning

2010-08-02 Thread Georg Brandl
Georg Brandl added the comment: Thanks, applied in r83550. -- dependencies: -Clarify __debug__ restrictions nosy: +georg.brandl resolution: -> accepted status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue9438] Clarify __debug__ restrictions

2010-08-02 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r83552. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue7280] PCBuild instruction says to use nasmw.exe but it no longer exist

2010-08-02 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r83554. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue8861] curses.wrapper : unnessesary code

2010-08-02 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r83555. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue8622] Add PYTHONFSENCODING environment variable

2010-08-02 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> haypo ___ Python tracker <http://bugs.python.org/issue8622> ___ ___ Python-bugs-list mailing list Unsubscri

[issue8562] hasattr(open, 'newlines') example gives incorrect results from PEP0278

2010-08-02 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r83556. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue8648] The UTF-7 codec functions are undocumented

2010-08-02 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r83558. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue9087] json docstrings on 3.x still use 'unicode' and 'str'

2010-08-02 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r83560. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue4280] Version Checker

2010-08-02 Thread Georg Brandl
Georg Brandl added the comment: Thanks, removed in r83561. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue9037] Add explanation as to how to raise a custom exception in the extending python intermezzo on exceptions

2010-08-02 Thread Georg Brandl
Georg Brandl added the comment: Added in r83563. Thanks! -- nosy: +georg.brandl resolution: -> accepted status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue9111] cmd.do_help documentation should mention docstrings

2010-08-02 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r83565. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue9019] wsgiref.headers.Header() does not update headers list it was created with.

2010-08-02 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r83566. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue6728] To avoid hang up in using CGIXMLRPCRequestHandler under IIS 7.x

2010-08-02 Thread Georg Brandl
Georg Brandl added the comment: Why would one read 2 bytes less than CONTENT_LENGTH? -- nosy: +georg.brandl resolution: -> works for me status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue7797] base64 module docs should indicate that encode methods return bytes, not strings

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

[issue7688] TypeError: __name__ must be set to a string object

2010-08-02 Thread Georg Brandl
Georg Brandl added the comment: Out of date for Python 2.x, and strings are always unicode objects in 3.x. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue6867] return value of epoll.register

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

[issue6915] os.listdir inconsistenly releases the GIL on win32

2010-08-02 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: loewis -> pitrou nosy: +pitrou ___ Python tracker <http://bugs.python.org/issue6915> ___ ___ Python-bugs-list mai

[issue9239] zipfile: truncating comment can corrupt the zipfile

2010-08-02 Thread Georg Brandl
Georg Brandl added the comment: Patch looks good to me. Alan, can you comment? -- assignee: -> aimacintyre nosy: +aimacintyre, georg.brandl priority: normal -> high ___ Python tracker <http://bugs.python.org/

[issue9238] zipfile incorrectly documented as not supporting archive comments

2010-08-02 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r83575. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue4011] Create DAG for PEP 101

2010-08-02 Thread Georg Brandl
Georg Brandl added the comment: I'll probably get around to do this during the 3.2 period. -- assignee: -> georg.brandl nosy: +georg.brandl ___ Python tracker <http://bugs.python.or

[issue6696] Profile objects should be documented

2010-08-02 Thread Georg Brandl
Changes by Georg Brandl : -- priority: normal -> high ___ Python tracker <http://bugs.python.org/issue6696> ___ ___ Python-bugs-list mailing list Unsubscri

[issue9292] Dead code in Modules/pyexpat.c

2010-08-02 Thread Georg Brandl
Georg Brandl added the comment: "fp" can probably be just removed? -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue9292> ___ ___

[issue8119] Minor comment error in configure.in ("malloc support" appears twice)

2010-08-02 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r83580. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue9457] Wrong URL in Python-3.2a1/README

2010-08-02 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r83584. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue6517] Emphasising in the docs configparser.SafeConfigParser over ConfigParser

2010-08-03 Thread Georg Brandl
Georg Brandl added the comment: The 3.2 docs now don't mention ConfigParser prominently anymore (as part of a different patch that added some features). Could be done in other branches as well. -- ___ Python tracker <http://bugs.py

[issue6517] Emphasising in the docs configparser.SafeConfigParser over ConfigParser

2010-08-03 Thread Georg Brandl
Georg Brandl added the comment: Agree with Michael, +1. -- ___ Python tracker <http://bugs.python.org/issue6517> ___ ___ Python-bugs-list mailing list Unsub

[issue9299] os.makedirs(): Add a keyword argument to suppress "File exists" exception

2010-08-03 Thread Georg Brandl
Georg Brandl added the comment: Thanks for bringing that up, I've now fixed all these instances of "throw" that should be "raise". -- ___ Python tracker <http

[issue9061] cgi.escape Can Lead To XSS Vulnerabilities

2010-08-03 Thread Georg Brandl
Georg Brandl added the comment: No, that's just a relic from the olden LaTeX days, and I've not paid attention enough to fix it :) -- ___ Python tracker <http://bugs.python.

[issue9498] stdtypes.rst should refer to sys.float_info

2010-08-03 Thread Georg Brandl
Georg Brandl added the comment: Mark, does this look ok to you? -- assignee: d...@python -> mark.dickinson nosy: +georg.brandl, mark.dickinson ___ Python tracker <http://bugs.python.org/iss

<    44   45   46   47   48   49   50   51   52   53   >