[issue1451466] reading very large files

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- dependencies: +Error reading files larger than 4GB stage: - test needed type: - behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1451466

[issue1463043] test_minidom.py fails for Python-2.4.3 on SUSE 9.3

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed type: - behavior versions: +Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1463043 ___

[issue1506122] Add compose function to the functools

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- versions: +Python 2.7, Python 3.1 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1506122 ___

[issue1508864] threading.Timer/timeouts break on change of win32 local time

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +patch stage: - test needed type: - behavior versions: +Python 2.6, Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1508864

[issue1509060] Interrupt/kill threads w/exception

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed versions: +Python 2.7, Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1509060 ___

[issue1512124] OSX: debugger hangs IDLE

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed type: - behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1512124 ___

[issue1512163] mailbox (2.5b1): locking doesn't work (esp. on FreeBSD)

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- components: +Documentation stage: - test needed type: - behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1512163

[issue1509798] replace dist/src/Tools/scripts/which.py with tmick's which

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- components: +Demos and Tools -None stage: - test needed versions: +Python 2.7, Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1509798

[issue2755] IDLE ignores module change before restart

2009-03-30 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- resolution: - invalid status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2755 ___

[issue1533105] NetBSD build with --with-pydebug causes SIGSEGV

2009-03-30 Thread Hirokazu Yamamoto
Hirokazu Yamamoto ocean-c...@m2.ccsnet.ne.jp added the comment: It seems not happening on VC6. Stack size modification was checked in r65663 to workaround this issue, but SEGV doesn't occur even if I reverted this change on working copy. But when I lowered stack size of python_d.exe too much,

[issue1583863] __str__ cannot be overridden on unicode-derived classes

2009-03-30 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Confirmed in trunk. -- components: +Unicode nosy: +ajaksu2, haypo stage: - test needed type: - behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker rep...@bugs.python.org

[issue1571878] Improvements to socket module exceptions

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +patch stage: - test needed versions: +Python 2.7, Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1571878 ___

[issue1560032] confusing error msg from random.randint

2009-03-30 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Paul, I meant no disrespect, but it seemed to me not even you wanted it fixed (as you never replied to Georg's comment). I stated I'd close this issue unless someone wanted it fixed. I'm reopening it, as you do want it fixed :) FWIW and IMHO, I

[issue1527597] New module: miniconf

2009-03-30 Thread S.Fourmanoit
S.Fourmanoit sy...@users.sourceforge.net added the comment: Daniel, I see many people relying on print() and exec() to basically perform the same task miniconf does: dumping and loading groups of parameters in a human-readable, 100% pythonic form. Look in the wild:

[issue5482] RFC: improve distutils bdist_rpm so it builds pure python modules as single packages that works across architectures

2009-03-30 Thread David Fraser
Changes by David Fraser dav...@sjsoft.com: -- nosy: +davidfraser ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5482 ___ ___ Python-bugs-list

[issue1581906] test_sqlite fails on OS X if test_ctypes is run

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- components: +Tests, ctypes stage: - test needed type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1581906 ___

[issue1581182] Definition of a character is wrong

2009-03-30 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Anyone brave enough can find the mentioned definitions in the thread below. Reading all of it is necessary, as there are some contradictory quotes and interpretations before an agreement is (sort of) achieved.

[issue1581183] pickle protocol 2 failure on int subclass

2009-03-30 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Confirmed on trunk, has tests. -- nosy: +ajaksu2 stage: - needs patch title: pickle protocol 2 failure on int subclass - pickle protocol 2 failure on int subclass type: - behavior versions: +Python 2.6

[issue1579029] --disable-sunaudiodev --disable-tk does not work

2009-03-30 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Closing again, for the same reasons. -- components: +Build -Tkinter nosy: +ajaksu2 stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org

[issue1578999] PyArg_ParseTuple corrections

2009-03-30 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Are these corrections still relevant? -- nosy: +ajaksu2 priority: normal - low stage: - test needed type: - behavior versions: +Python 2.6 ___ Python tracker rep...@bugs.python.org

[issue1575020] Request wave support 16 bit samples

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- priority: normal - low stage: - test needed versions: +Python 2.7 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1575020 ___

[issue1573931] WSGI, cgi.FieldStorage incompatibility

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- components: +Library (Lib) -None keywords: +patch stage: - patch review type: - behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1573931

[issue1572968] release GIL while doing I/O operations in the mmap module

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- priority: normal - stage: - test needed versions: +Python 2.7 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1572968 ___

[issue5596] memory leaks in 3.1

2009-03-30 Thread Hirokazu Yamamoto
Hirokazu Yamamoto ocean-c...@m2.ccsnet.ne.jp added the comment: About test_urllib2_localnet, this leak happens because FakeProxyHandler has class variable digest_auth_handler and its instance variables are modified. Following workaround can fix this leak, but I'm not sure this can be committed.

[issue1542544] Improve dynamic linking support on AIX

2009-03-30 Thread Göran Uddeborg
Göran Uddeborg goe...@users.sourceforge.net added the comment: It is a bit unclear. We are currently still using Python 2.4 with my patch for the active releases of our products. It is at this time not quite clear if we will continue to support AIX in future releases. If we do, we will also

[issue1528154] New sequences for Unicode groups and block ranges needed

2009-03-30 Thread Martin v. Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: No progress has been made. I still maintain that TR18 should be implemented. I'm not so sure whether the POSIX special groups should be provided. My understanding is that they originally were meant to integrate with the locale support,

[issue5390] Item 'Python x.x.x' in Add/Remove Programs list still lacks an icon

2009-03-30 Thread Retro
Changes by Retro vinet...@gmail.com: -- versions: +Python 2.4, Python 2.5, Python 2.6, Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5390 ___

[issue1583863] __str__ cannot be overridden on unicode-derived classes

2009-03-30 Thread STINNER Victor
STINNER Victor victor.stin...@haypocalc.com added the comment: Case S (type str): %s uses _PyObject_Str() which checks the object type with PyString_CheckExact(). Case U (type unicode) %s uses PyUnicode_Check() and then calls PyUnicode_Format(). PyUnicode_Format() uses PyUnicode_Check() to

[issue1583863] __str__ cannot be overridden on unicode-derived classes

2009-03-30 Thread STINNER Victor
STINNER Victor victor.stin...@haypocalc.com added the comment: Patch: Use PyUnicode_CheckExact() instead of PyUnicode_CheckExact() in PyUnicode_Format() to use obj.__unicode__ slot. -- keywords: +patch Added file: http://bugs.python.org/file13467/format_unicode.patch

[issue1576598] ftplib doesn't follow standard

2009-03-30 Thread Denis S. Otkidach
Denis S. Otkidach denis.otkid...@gmail.com added the comment: Yes, it's a problem in Python library. I believe the patch proposed by Oleg in the issue821862 is the best solution to it. -- ___ Python tracker rep...@bugs.python.org

[issue1513802] __del__: Type is cleared before instances

2009-03-30 Thread Benjamin Peterson
Benjamin Peterson benja...@python.org added the comment: No, but I believe this is addressed in some other bugs like #812369. -- nosy: +benjamin.peterson resolution: - duplicate status: open - closed ___ Python tracker rep...@bugs.python.org

[issue1569040] Speed up using + for string concatenation

2009-03-30 Thread Benjamin Peterson
Benjamin Peterson benja...@python.org added the comment: In that case, I think it's probably ok to reopen until we have a more definite accept or reject. -- resolution: rejected - status: closed - open ___ Python tracker rep...@bugs.python.org

[issue1569040] Speed up using + for string concatenation

2009-03-30 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: For information, I haven't done any benchmarks, but the StringIO type in Python 3.1 should be very efficient for this kind of purposes. -- nosy: +pitrou ___ Python tracker rep...@bugs.python.org

[issue1572968] release GIL while doing I/O operations in the mmap module

2009-03-30 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: I don't know mmap myself but patches are welcome. -- nosy: +pitrou priority: - normal stage: test needed - needs patch type: feature request - performance versions: +Python 3.1 ___ Python tracker

[issue1576598] ftplib doesn't follow standard

2009-03-30 Thread Oleg Broytmann
Oleg Broytmann p...@phd.pp.ru added the comment: This is a duplicate of the issue http://bugs.python.org/issue821862 -- nosy: +phd ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1576598 ___

[issue5131] pprint doesn't know how to print a set or a defaultdict

2009-03-30 Thread Nick Craig-Wood
Nick Craig-Wood n...@craig-wood.com added the comment: I couldn't actually get this patch to apply to the py3k branch :-( $ patch -p0 --dry-run issue_5131.patch patching file Misc/NEWS Hunk #1 FAILED at 2598. 1 out of 1 hunk FAILED -- saving rejects to file Misc/NEWS.rej patching file

[issue1522237] _threading_local.py logic error in _localbase __new__

2009-03-30 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc amaur...@gmail.com added the comment: It is still valid: class MyLocal(local): ...def __init__(self, *args, **kwargs): ...self.args = args ...self.kwargs = kwargs ... MyLocal(1) This works when local is thread._local (from thread import _local as

[issue1528154] New sequences for Unicode groups and block ranges needed

2009-03-30 Thread Matthew Barnett
Matthew Barnett pyt...@mrabarnett.plus.com added the comment: I implemented \p, \P and [:...:] for the simple categories (eg Lu and upper, but not IsGreek) in the work I did for issue #2636. -- nosy: +mrabarnett ___ Python tracker

[issue1580] Use shorter float repr when possible

2009-03-30 Thread Mark Dickinson
Changes by Mark Dickinson dicki...@gmail.com: -- nosy: +eric.smith ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1580 ___ ___ Python-bugs-list

[issue1674032] Make threading.Event().wait(timeout=3) return isSet

2009-03-30 Thread Tim Lesher
Tim Lesher tles...@gmail.com added the comment: Thanks, Antoine. I will re-check the patch against trunk and add tests this week. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1674032

[issue4352] imp.find_module() fails with a UnicodeDecodeError when called with non-ASCII search paths

2009-03-30 Thread Guido van Rossum
Guido van Rossum gu...@python.org added the comment: At the sprint, Andrew Svetlov, Martin von Loewis and I looked into this a bit, and discovered that Andrew's Vista copy uses a Russian locale for the filesystem encoding (despite using English as the language). In this locale, a-umlaut cannot

[issue5390] Item 'Python x.x.x' in Add/Remove Programs list still lacks an icon

2009-03-30 Thread Martin v. Löwis
Changes by Martin v. Löwis mar...@v.loewis.de: -- versions: -Python 2.4, Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5390 ___ ___

[issue2754] Mac version of IDLE doesn't scroll as expected

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren ronaldousso...@mac.com added the comment: I'm closing this issue because I'v confirmed that the issue goes away when I install a newer version of Tk In /Library/Frameworks. -- resolution: - invalid status: open - closed ___ Python

[issue4865] system wide site-packages dir not used on Mac OS X

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren ronaldousso...@mac.com added the comment: I'm in favour of adding /Library/Python/x.y/ to sys.path for Python 2.7 and 3.1 and will work on that during the Pycon sprints. /Library/Python will be added after the site-packages directory inside the framework instead of replacing

[issue5270] OS X installer: faulty Python.app bundle inside of framework

2009-03-30 Thread Ronald Oussoren
Changes by Ronald Oussoren ronaldousso...@mac.com: -- assignee: - ronaldoussoren nosy: +ronaldoussoren ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5270 ___

[issue2577] cmd.py should track input file objects so macros with submacros can be easily written

2009-03-30 Thread Richard King
Richard King rickbk...@comcast.net added the comment: ok, thanks. R. David Murray wrote: R. David Murray rdmur...@bitdance.com added the comment: Since it's been almost a year and the OP hasn't responded with an updated patch, I'm closing this as out of date. -- nosy: +bitdancer

[issue5271] OS X installer: build can fail on import checks

2009-03-30 Thread Ronald Oussoren
Changes by Ronald Oussoren ronaldousso...@mac.com: -- assignee: - ronaldoussoren nosy: +ronaldoussoren ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5271 ___

[issue1581182] Definition of a character is wrong

2009-03-30 Thread Marc-Andre Lemburg
Marc-Andre Lemburg m...@egenix.com added the comment: See this talk for an explanation of the various Unicode terms and how they map to Python's implementation: http://www.egenix.com/library/presentations/#PythonAndUnicode Also note that the Unicode standard has evolved a lot since Unicode

[issue2522] locale.format() problems with decimal separator

2009-03-30 Thread Andrii V. Mishkovskyi
Andrii V. Mishkovskyi misho...@gmail.com added the comment: Nice to see this moving forward. Your patch looks nicer than my naive approach and I hope it's going to be applied. Thanks for investigation. :) -- ___ Python tracker rep...@bugs.python.org

[issue3485] os.path.normcase documentation/behaviour unclear on Mac OS X

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren ronaldousso...@mac.com added the comment: The following patch explicitly mentions that os.path.normcase treats OSX like any other Unix platform. I'm in favor of applying this. -- keywords: +patch nosy: +ronaldoussoren versions: +Python 2.6, Python 2.7, Python 3.1 Added

[issue5514] Darwin framework libpython3.0.a is not a normal static library

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren ronaldousso...@mac.com added the comment: Jack: do I understand you correctly when I interpret your message to mean that libpython3.0.a inside the Python framework won't be usable as a library that's linked using '-lpython3.0' in a future edition of Xcode? That would be a

[issue5436] test_distutils fails with official Mac OS X Installer Disk Image (3.0.1)

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren ronaldousso...@mac.com added the comment: Tarek: I don't understand your comment. Both the tests and code in distutils look correct to me, although one of them should be wrong given the failure that Martina is seeing. (I've check the code in Python's trunk and 3.x branch)

[issue1089399] Carbon.Res misses GetIndString

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren ronaldousso...@mac.com added the comment: Closing this because this is a feature request and the Carbon bindings are deprecated. -- nosy: +ronaldoussoren resolution: - wont fix status: open - closed ___ Python tracker

[issue1099] Mac compile fails with pydebug and framework enabled

2009-03-30 Thread Ronald Oussoren
Changes by Ronald Oussoren ronaldousso...@mac.com: -- assignee: - ronaldoussoren nosy: +ronaldoussoren ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1099 ___

[issue1090958] _AEModule.c patch

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren ronaldousso...@mac.com added the comment: Closing because these are feature enhancements and the Carbon bindings are deprecated. -- nosy: +ronaldoussoren resolution: - wont fix status: open - closed ___ Python tracker

[issue785031] MacPython installer fails on UFS filesystem

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren ronaldousso...@mac.com added the comment: Python is just one of the many things that will fail on a case sensitive root filesystem. I'm not particularly interested in fixing this issue. This doesn't affect Python 3.x because the code that causes this problem is not present in

[issue5605] Don't assume that repr of literal dicts are sorted like pprint sorts them.

2009-03-30 Thread Frank Wierzbicki
New submission from Frank Wierzbicki fwierzbi...@gmail.com: test_same_as_repr in test_pprint.py assumes repr of literal dict {5:6, 7:8} will be ordered. This definitely is not the case for Jython, and the comments above the test appear to indicate that it is not a guarantee of CPython either.

[issue1584] Mac OS X: building with X11 Tkinter

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren ronaldousso...@mac.com added the comment: Adding support for building an X11 version of Tkinter would require an explicit flag to configure, defaulting to a build that uses AquaTk (which most people would like to use). I'm not interested in creating a patch for this, but am

[issue5605] Don't assume that repr of literal dicts are sorted like pprint sorts them.

2009-03-30 Thread Benjamin Peterson
Benjamin Peterson benja...@python.org added the comment: Fixed in r70712. -- nosy: +benjamin.peterson resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5605

[issue1522237] _threading_local.py logic error in _localbase __new__

2009-03-30 Thread Tony Nelson
Tony Nelson tony_nel...@users.sourceforge.net added the comment: Thanks, Amaury. The new test works here on Python2.6.1, failing without the fix and passing with it. (Passing MyLocal(a=1) and failing MyLocal(1), as expected.) With the fix, _threading_local.py supports positional arguments to

[issue1175933] threading.Condition.wait() return value indicates timeout

2009-03-30 Thread Guido van Rossum
Guido van Rossum gu...@python.org added the comment: Since Tim Peters is the absolute authority on concurrency in Python, let's just close this as Rejected rather than letting it sit here forever. -- nosy: +gvanrossum resolution: - rejected status: open - closed

[issue5177] multiprocessing: SocketListener should use SO_REUSEADDR

2009-03-30 Thread Jesse Noller
Jesse Noller jnol...@gmail.com added the comment: Resolved in r70717 on python trunk. Will merge back into 2.6-maint later today. Test added as well. -- resolution: - fixed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5177

[issue1674032] Make threading.Event().wait(timeout=3) return isSet

2009-03-30 Thread Guido van Rossum
Guido van Rossum gu...@python.org added the comment: Looking at this, I think this change is fine. The _Event class itself holds the condition that it's checking for, and the is_set() method doesn't acquire the lock, so there's no reason to prefer e.wait() if e.is_set(): GOT_IT() over if

[issue896199] Some Carbon modules missing from documentation

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren ronaldousso...@mac.com added the comment: Fixed in r70719 (trunk) and r70720 (2.6) -- nosy: +ronaldoussoren resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue896199

[issue1522237] _threading_local.py logic error in _localbase __new__

2009-03-30 Thread Guido van Rossum
Guido van Rossum gu...@python.org added the comment: Looks good to me. Amaury, can you make sure this lands in 2.6, 2.7, 3.0 and 3.1? -- assignee: - amaury.forgeotdarc nosy: +gvanrossum resolution: - accepted ___ Python tracker

[issue974159] Starting a script in OSX within a specific folder

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren ronaldousso...@mac.com added the comment: Floris: you can run the script from a Terminal window. Alternatively you can use the Python Launcher tool that's location in /Applications/Python X.Y (select it from the context-menu for a .py file) -- resolution: - works for

[issue5129] indentation in IDLE 2.6 different from IDLE 2.5, 2.4 or vim

2009-03-30 Thread Kurt B. Kaiser
Kurt B. Kaiser k...@shore.net added the comment: r70723. Thanks for the patch! Backport to 2.6.2 -- keywords: +26backport resolution: - accepted versions: +Python 2.7, Python 3.1 ___ Python tracker rep...@bugs.python.org

[issue4773] HTTPMessage not documented and has inconsistent API across 2.6/3.0

2009-03-30 Thread Jeremy Hylton
Jeremy Hylton jer...@alum.mit.edu added the comment: The attached file is vaguely related to the current discussion. I'd like to document the API for the urllib response, but I'd also like to simplify the implementation on the py3k side. We can document the simple API on the py3k side, then

[issue5129] indentation in IDLE 2.6 different from IDLE 2.5, 2.4 or vim

2009-03-30 Thread Kurt B. Kaiser
Changes by Kurt B. Kaiser k...@shore.net: -- status: open - pending ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5129 ___ ___ Python-bugs-list

[issue5607] Lib/distutils/test/test_util: test_get_platform bogus for OSX

2009-03-30 Thread Ronald Oussoren
New submission from Ronald Oussoren ronaldousso...@mac.com: the testcase test_get_platform is not entirely correct for the OSX case. Background: OSX supports fat binary builds (Apple calls those Universal Binaries). The testitem for OSX gives a false negative when you run the test with a

[issue5607] Lib/distutils/test/test_util: test_get_platform bogus for OSX

2009-03-30 Thread Ronald Oussoren
Changes by Ronald Oussoren ronaldousso...@mac.com: -- versions: +Python 2.7, Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5607 ___ ___

[issue1703178] link_objects in setup.cfg crashes build

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- assignee: - tarek components: +Build, Distutils -None nosy: +tarek stage: - test needed type: - behavior versions: +Python 2.6, Python 3.0 -Python 2.4 ___ Python tracker rep...@bugs.python.org

[issue1702036] Turtle isn't thread-safe (crashes)

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed versions: +Python 2.7, Python 3.1 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1702036 ___

[issue1711605] CGIHttpServer leaves traces of previous requests in env

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- components: +Library (Lib) -Extension Modules stage: - test needed type: - behavior versions: +Python 2.6, Python 3.0 -Python 2.5 ___ Python tracker rep...@bugs.python.org

[issue1724822] provide a shlex.split alternative for Windows shell syntax

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- assignee: - georg.brandl components: +Documentation stage: - test needed versions: +Python 2.7 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1724822

[issue1726208] SimpleHTTPServer extensions_map

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- type: - feature request versions: +Python 2.7, Python 3.1 -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1726208 ___

[issue1728741] move intern to sys, make intern() optionally warn

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed type: - feature request versions: +Python 2.7 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1728741 ___

[issue4799] handling inf/nan in '%f'

2009-03-30 Thread Mark Dickinson
Mark Dickinson dicki...@gmail.com added the comment: Assigning to Eric, at his request. -- assignee: marketdickinson - eric.smith nosy: +eric.smith ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4799

[issue5436] test_distutils fails with official Mac OS X Installer Disk Image (3.0.1)

2009-03-30 Thread Ned Deily
Ned Deily n...@acm.org added the comment: I believe r69307, checked in after 3.0.1, removes the faulty test in test_get_python_inc so this failure no longer occurs on py3k builds snd this issue can probably be closed. -- nosy: +nad ___ Python

[issue4482] 10e667.__format__('+') should return 'inf'

2009-03-30 Thread Daniel Stutzbach
Daniel Stutzbach dan...@stutzbachenterprises.com added the comment: Here's a patch to add tests for this and a few other problems with formatting inf/-inf/nan, as well as a patch that fixes the problems. -- keywords: +patch nosy: +stutzbach versions: +Python 2.7, Python 3.1 Added file:

[issue4482] 10e667.__format__('+') should return 'inf'

2009-03-30 Thread Daniel Stutzbach
Changes by Daniel Stutzbach dan...@stutzbachenterprises.com: Added file: http://bugs.python.org/file13475/inf.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4482 ___

[issue1691387] Call sys.except_hook if exception occurs in __del__

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed versions: +Python 2.7, Python 3.1 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1691387 ___

[issue1689458] pdb unable to jump to first statement

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed type: - behavior versions: +Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1689458 ___

[issue1244861] Enable os.startfile and webbrowser.WindowsDefault on Cygwin

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- components: +Windows stage: - test needed type: - feature request versions: +Python 2.7 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1244861

[issue1699594] shlex fails to parse strings correctly

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- dependencies: +shlex.split() does not tokenize like the shell stage: - test needed type: - behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker rep...@bugs.python.org

[issue1700304] pydoc.help samples sys.stdout and sys.stdin at import time

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- priority: normal - low stage: - test needed type: - feature request versions: +Python 2.7, Python 3.1 -Python 2.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1700304

[issue1697175] winreg module for cygwin?

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed versions: +Python 2.7 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1697175 ___

[issue1690103] trace module borks __file__

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed type: - behavior versions: +Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1690103 ___

[issue4848] MacPython build script uses Carbon and MacOS modules slated for removal

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren ronaldousso...@mac.com added the comment: Fixed in r70727 (trunk), r70728 (2.6) and r70729 (3.1) -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4848

[issue1590068] Error piping output between scripts on Windows

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- components: +Windows stage: - test needed type: - behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1590068

[issue1590352] The lazy strings patch

2009-03-30 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: ISTM that 2.x won't receive this kind on enhancement anymore. Collin, I'm adding you to the nosy list because you may be interested in having this (either on unladen or CPython). If so, also take a look at issue 1569040. -- nosy:

[issue1590744] mail message parsing glitch

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed type: - behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1590744 ___

[issue1592241] Stepping into a generator throw does not work

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed type: - behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1592241 ___

[issue1597798] Modules/readline.c fails to compile on AIX 4.2

2009-03-30 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: I'll close this on lack of feedback unless someone voices opposition. -- nosy: +ajaksu2 priority: normal - low stage: - test needed status: open - pending type: - behavior versions: +Python 2.6 -Python 2.5

[issue1599254] mailbox: other programs' messages can vanish without trace

2009-03-30 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Barry: is this on scope for the email sprint? -- keywords: +patch nosy: +ajaksu2, barry stage: - patch review type: - behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker

[issue1600182] Tix ComboBox entry is blank when not editable

2009-03-30 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Tim: do you agree with the default colors explanation? -- nosy: +ajaksu2, gpolo stage: - test needed type: - behavior versions: +Python 2.6, Python 3.0 ___ Python tracker rep...@bugs.python.org

[issue1606233] readline on popen3 file returns empty string before end

2009-03-30 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Bill, A short script that is able to reproduce the issue would be very helpful. A unittest-based test that shows the problem would be even better. -- nosy: +ajaksu2 stage: - test needed type: - behavior versions: +Python 2.6 -Python 2.5

[issue1607951] mailbox.Maildir re-reads directory too often

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed type: - resource usage versions: +Python 2.6 -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1607951 ___

[issue5608] Add python.exe to the path in windows?

2009-03-30 Thread Thomas Willis
New submission from Thomas Willis tom.wil...@gmail.com: All the vast amounts of documentation out there on how to do neat things with python seem to assume that python is already in the system path. It would be nice if the installer went ahead and set this up for the user. In my experience

[issue5609] Create Unit Tests for nturl2path module

2009-03-30 Thread Maksim Kozyarchuk
New submission from Maksim Kozyarchuk maksim_kozyarc...@yahoo.com: Added Unit Tests for nturl2path module. http://codereview.appspot.com/32072/show -- components: Tests messages: 84590 nosy: Kozyarchuk severity: normal status: open title: Create Unit Tests for nturl2path module

  1   2   3   4   >