[issue14827] IDLE crash when typing ^ character on Mac OS X

2012-05-16 Thread Julien Pecqueur
Julien Pecqueur jpe...@gmail.com added the comment: My system is an up to date OS X 10.7. The Tcl/Tk package is the default (I haven't installed a specific version). Should i need to install the ActiveState package ? -- ___ Python tracker

[issue14813] Can't build under VS2008 anymore

2012-05-16 Thread Stefan Krah
Stefan Krah stefan-use...@bytereef.org added the comment: Hm, vs-9.0.diff applies here on Linux, too. A final try... :) -- Added file: http://bugs.python.org/file25610/vs-9.0-linux.diff ___ Python tracker rep...@bugs.python.org

[issue14813] Can't build under VS2008 anymore

2012-05-16 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Hm, vs-9.0.diff applies here on Linux, too. A final try... :) Works, thank you :-) -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14813

[issue14807] Move tarfile.filemode() into stat module

2012-05-16 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: And there are test failures under Windows too :) == ERROR: test_link (test.test_stat.TestFilemode) --

[issue14813] Can't build under VS2008 anymore

2012-05-16 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Both debug x64 and release x64 executables seem to work here, with latest tip. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14813 ___

[issue1635217] Add example of distutils setup() with requires argument

2012-05-16 Thread anatoly techtonik
anatoly techtonik techto...@gmail.com added the comment: You've nailed it. I think it is important to know that `requires` is unused. Still this parameter is already present in documentation and causes a lot of trouble (at first I thought there is a bug with pip). Can we still have proper

[issue14829] test_bisect failure under 64-bit Windows

2012-05-16 Thread Antoine Pitrou
New submission from Antoine Pitrou pit...@free.fr: Shows that we lack such a buildbot... == FAIL: test_large_range (test.test_bisect.TestBisectC) -- Traceback

[issue14819] Add `assertIsSubclass` and `assertNotIsSubclass` to `unittest.TestCase`

2012-05-16 Thread Brian Jones
Brian Jones bkjo...@gmail.com added the comment: I can't find a previous discussion of this topic. If you know the list it happened on, or the bug#, let me know as I'd be curious to see the discussion. While I could concede that checking type is arguably a more common case than checking

[issue14827] IDLE crash when typing ^ character on Mac OS X

2012-05-16 Thread Ronald Oussoren
Ronald Oussoren ronaldousso...@mac.com added the comment: Yes. As the webpage I mentioned describes Apple's installation of Tcl/Tk contains a number of serious bugs, one of which is that Tk's handling of dead keys (the ^ you use write û) causes crashes. To get a fully functional copy of Idle

[issue14692] json.loads parse_constant callback not working anymore

2012-05-16 Thread Hynek Schlawack
Hynek Schlawack h...@ox.cx added the comment: I'm afraid I have to close this one as rejected. It works as documented and it's unlikely we'll decide to change it back. I'm sorry. -- resolution: - rejected stage: needs patch - committed/rejected status: open - closed

[issue13849] Add tests for NUL checking in certain strs

2012-05-16 Thread Hynek Schlawack
Hynek Schlawack h...@ox.cx added the comment: Why is this one still open? I'm afraid the questions raised aren't fit to be discussed in a ticket (weren't the outsourcing of of stdlib an item at the language summit?). I tend to close it as rejected (although I rather disagree) unless someone

[issue14829] test_bisect failure under 64-bit Windows

2012-05-16 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Dates back to #10889. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14829 ___ ___

[issue14682] Backport missing errnos to 2.7

2012-05-16 Thread Hynek Schlawack
Hynek Schlawack h...@ox.cx added the comment: This one has been fixed together with #14662 in e12efebc3ba6. Thank you everyone for your input! -- resolution: - fixed stage: - committed/rejected status: open - closed ___ Python tracker

[issue14829] test_bisect failure under 64-bit Windows

2012-05-16 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 888f5f3bfcb6 by Antoine Pitrou in branch '3.2': Issue #14829: Fix bisect and range() indexing with large indices (= 2 ** 32) under 64-bit Windows. http://hg.python.org/cpython/rev/888f5f3bfcb6 New changeset

[issue14702] os.makedirs breaks under autofs directories

2012-05-16 Thread Hynek Schlawack
Hynek Schlawack h...@ox.cx added the comment: Andrew, are you still with us? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14702 ___ ___

[issue14829] test_bisect failure under 64-bit Windows

2012-05-16 Thread Mark Dickinson
Mark Dickinson dicki...@gmail.com added the comment: Curious; looks at first sight like some sort of confusion between Py_ssize_t and long types. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14829

[issue14772] Return destination values in some shutil functions

2012-05-16 Thread Hynek Schlawack
Hynek Schlawack h...@ox.cx added the comment: Brian, are you going to update that patch so we can close this? :) -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14772 ___

[issue7719] distutils: ignore .nfsXXXX files

2012-05-16 Thread Hynek Schlawack
Hynek Schlawack h...@ox.cx added the comment: Jeff, are you still interested in updating your patch or would you prefer if someone else tackled it? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7719

[issue14813] Can't build under VS2008 anymore

2012-05-16 Thread Stefan Krah
Stefan Krah stefan-use...@bytereef.org added the comment: [VS 2008] Most recent tip is ok here, too: all executables run again. There's still a link failure in Debug|x64 mode, but that appears harmless: lib /def:python33stub.def

[issue14830] pysetup fails on non-ascii filenames

2012-05-16 Thread Tarek Ziadé
New submission from Tarek Ziadé ziade.ta...@gmail.com: Pyramid contains this file: pyramid/tests/fixtures/static/h\xc3\xa9h\xc3\xa9.html and pysetup install pyramid chokes on it when creating the RECORD file, because the csv writer is given a wrong encoded value in util._write_record_file.

[issue14829] test_bisect failure under 64-bit Windows

2012-05-16 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset e957b93571a8 by Antoine Pitrou in branch '2.7': Issue #14829: Fix bisect issues under 64-bit Windows. http://hg.python.org/cpython/rev/e957b93571a8 -- ___ Python tracker

[issue14829] test_bisect failure under 64-bit Windows

2012-05-16 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 13900edf13be by Antoine Pitrou in branch '3.2': Forward port additional tests from 2.7 (issue #14829). http://hg.python.org/cpython/rev/13900edf13be New changeset 8c8709b98762 by Antoine Pitrou in branch 'default':

[issue14829] test_bisect failure under 64-bit Windows

2012-05-16 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Should be fixed now. -- resolution: - fixed stage: - committed/rejected status: open - closed versions: +Python 3.2, Python 3.3 ___ Python tracker rep...@bugs.python.org

[issue7719] distutils: ignore .nfsXXXX files

2012-05-16 Thread Charles-François Natali
Charles-François Natali neolo...@free.fr added the comment: Wouldn't it be better to add an 'ignore' option to the copy_tree() method with an optional list of patterns to ignore instead of hardcoding '.nsfXXX' files? This would make it possible to also skip '.hg', 'CVS' artifacts. --

[issue14818] C implementation of ElementTree causes regressions

2012-05-16 Thread Eli Bendersky
Eli Bendersky eli...@gmail.com added the comment: Thanks for the report - such regressions are taken seriously and will be fixed. Ezio - you can go ahead and prepare a patch. I'm currently away from home (business trip) but I will look into it when I get back next weak. --

[issue14692] json.loads parse_constant callback not working anymore

2012-05-16 Thread Serhiy Storchaka
Serhiy Storchaka storch...@gmail.com added the comment: I'm afraid I have to close this one as rejected. It works as documented and it's unlikely we'll decide to change it back. I'm sorry. It does not work as documented. The proposed patch fixes the documentation. --

[issue13849] Add tests for NUL checking in certain strs

2012-05-16 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Why is this one still open? I'm afraid the questions raised aren't fit to be discussed in a ticket The original request (add tests for NUL character checking) is still relevant AFAIK. All it needs is a patch - by Alex or anybody else :-)

[issue13849] Add tests for NUL checking in certain strs

2012-05-16 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- stage: - needs patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13849 ___ ___

[issue14712] Integrate PEP 405

2012-05-16 Thread Vinay Sajip
Changes by Vinay Sajip vinay_sa...@yahoo.co.uk: -- nosy: +carljm ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14712 ___ ___ Python-bugs-list

[issue14807] Move tarfile.filemode() into stat module

2012-05-16 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 39d24533c6b7 by Giampaolo Rodola' in branch 'default': #14807: fix BB failures on Windows - avoid to to rely too many details of the mode string. http://hg.python.org/cpython/rev/39d24533c6b7 --

[issue14807] Move tarfile.filemode() into stat module

2012-05-16 Thread Giampaolo Rodola'
Giampaolo Rodola' g.rod...@gmail.com added the comment: Let's see how it goes now. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14807 ___ ___

[issue14820] socket._decref_socketios and close

2012-05-16 Thread Giampaolo Rodola'
Giampaolo Rodola' g.rod...@gmail.com added the comment: You are right. I should have looked more carefully. =) -- resolution: - invalid status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14820

[issue14692] json.loads parse_constant callback not working anymore

2012-05-16 Thread Hynek Schlawack
Hynek Schlawack h...@ox.cx added the comment: You're right, I was referring to the doc string. -- resolution: rejected - stage: committed/rejected - patch review status: closed - open ___ Python tracker rep...@bugs.python.org

[issue14824] reprlib documentation references string module

2012-05-16 Thread Jasper St. Pierre
Jasper St. Pierre jstpie...@mecheye.net added the comment: Yes. Yes it would. In my opinion, it really shouldn't do this sort of name mangling, as it's a terrible idea, but whatever. -- ___ Python tracker rep...@bugs.python.org

[issue14470] Remove using of w9xopen in subprocess module

2012-05-16 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Brian, is the patch ok? -- nosy: +pitrou stage: - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14470 ___

[issue14757] INCA: Inline Caching meets Quickening in Python 3.3

2012-05-16 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Perhaps that's just me, but I find the performance gains rather limited given the sheer size of the changes. Is there any non-micro benchmark where the performance gains are actually substantial (say, more than 20%)? -- type:

[issue14470] Remove using of w9xopen in subprocess module

2012-05-16 Thread Brian Curtin
Brian Curtin br...@python.org added the comment: Hm, I thought I already responded to this one. PEP 11 states that the w9xpopen code shouldn't be removed until 3.4. I have a patch on another computer that adds a deprecation for 3.3 - I'll add it here within the day. For 3.4 we would actually

[issue14693] hashlib fallback modules should be built even if openssl *is* available at build time

2012-05-16 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 0a1d7be10946 by Antoine Pitrou in branch 'default': Issue #14693: Under non-Windows platforms, hashlib's fallback modules are always compiled, even if OpenSSL is present at build time.

[issue14693] hashlib fallback modules should be built even if openssl *is* available at build time

2012-05-16 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Ok, should be fixed now. I fixed the proposed patch to avoid warnings when testing under Windows. -- resolution: - fixed stage: patch review - committed/rejected status: open - closed ___ Python

[issue14831] make r argument on itertools.combinations() optional

2012-05-16 Thread Dirkjan Ochtman
New submission from Dirkjan Ochtman dirk...@ochtman.nl: I'm not sure why this is allowed for permutations() but not combinations(). -- messages: 160874 nosy: djc priority: normal severity: normal status: open title: make r argument on itertools.combinations() optional

[issue14831] make r argument on itertools.combinations() optional

2012-05-16 Thread Dirkjan Ochtman
Changes by Dirkjan Ochtman dirk...@ochtman.nl: -- components: +Library (Lib) versions: +Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14831 ___

[issue14831] make r argument on itertools.combinations() optional

2012-05-16 Thread Dirkjan Ochtman
Changes by Dirkjan Ochtman dirk...@ochtman.nl: -- versions: +Python 3.2 -Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14831 ___ ___

[issue14819] Add `assertIsSubclass` and `assertNotIsSubclass` to `unittest.TestCase`

2012-05-16 Thread Ezio Melotti
Ezio Melotti ezio.melo...@gmail.com added the comment: I couldn't find any pointer to the discussion (maybe it happened on IRC), but the general goal is to provide only the most used/important assert methods and avoid bloating the API with less common ones. -- status: open - pending

[issue11051] Improve Python 3.3 startup time

2012-05-16 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: This is out of date now that importlib is the default import system. -- resolution: - out of date status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11051

[issue13609] Add os.get_terminal_size() function

2012-05-16 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: I am closing as fixed. If you want to propose further enhancements, please open a new issue. -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org

[issue12304] expose signalfd(2) in the signal module

2012-05-16 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- nosy: +neologix stage: - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12304 ___ ___

[issue1615158] POSIX capabilities support

2012-05-16 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- nosy: +neologix ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1615158 ___ ___ Python-bugs-list

[issue6544] Fix refleak in kqueue implementation

2012-05-16 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6544 ___ ___

[issue9251] Test for the import lock

2012-05-16 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- resolution: - fixed stage: needs patch - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9251 ___

[issue9548] locale can be imported at startup but relies on too many library modules

2012-05-16 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- stage: - patch review versions: +Python 3.3 -Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9548 ___

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

2012-05-16 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- nosy: +haypo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1508864 ___ ___ Python-bugs-list mailing

[issue14819] Add `assertIsSubclass` and `assertNotIsSubclass` to `unittest.TestCase`

2012-05-16 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: I agree that testing for subclass is a rather specialized thing, and thus should be defined by a project that needs it. Normal API-centric unit tests shouldn't, IMO, care whether X is a subclass of Y. If you are using it to write a

[issue14819] Add `assertIsSubclass` and `assertNotIsSubclass` to `unittest.TestCase`

2012-05-16 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14819 ___ ___

[issue2920] Patch to print symbolic value or errno in EnvironmentError.__str__()

2012-05-16 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: This would still be a helpful improvement. -- stage: patch review - needs patch versions: +Python 3.3 -Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2920

[issue14776] Add SystemTap static markers

2012-05-16 Thread Dave Malcolm
Changes by Dave Malcolm dmalc...@redhat.com: -- nosy: +fche, scox ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14776 ___ ___ Python-bugs-list

[issue14815] random_seed uses only 32-bits of hash on Win64

2012-05-16 Thread Raymond Hettinger
Raymond Hettinger raymond.hettin...@gmail.com added the comment: This is a reasonable change. The benefits of using all 64-bits outweigh the small downside of losing the reproducibility of previously generated sequences that relied on the object hash. --

[issue14757] INCA: Inline Caching meets Quickening in Python 3.3

2012-05-16 Thread stefan brunthaler
stefan brunthaler s.bruntha...@uci.edu added the comment: Perhaps that's just me, but I find the performance gains rather limited given the sheer size of the changes. Well there are a couple of things to keep in mind: a) There is a substantial speedup potential in further interpretative

[issue14831] make r argument on itertools.combinations() optional

2012-05-16 Thread Mark Dickinson
Mark Dickinson dicki...@gmail.com added the comment: Wait, what? What results are you proposing for e.g., list(combinations(range(3))) ? None of the obvious defaults for r (length of first argument? 0? 1?) look very interesting. -- nosy: +mark.dickinson

[issue14776] Add SystemTap static markers

2012-05-16 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: I tried the patch under Mageia 1 and got the following failure: test_systemtap skipped -- Test systemtap script did not run; stderr was: bPass 1: parsed user script and 72 library script(s) using 56252virt/20964res/1828shr kb, in

[issue14831] make r argument on itertools.combinations() optional

2012-05-16 Thread Dirkjan Ochtman
Dirkjan Ochtman dirk...@ochtman.nl added the comment: [[], [0], [1], [2], [0, 1], [0, 2], [1, 2], [0, 1, 2]] That is, all possible combinations. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14831

[issue8330] Failures seen in test_gdb on buildbots

2012-05-16 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Shouldn't this be closed? -- nosy: +pitrou ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8330 ___

[issue12091] multiprocessing: simplify ApplyResult and MapResult with threading.Event

2012-05-16 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- nosy: +sbt ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12091 ___ ___ Python-bugs-list mailing list

[issue1479611] speed up function calls

2012-05-16 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Closing as terribly outdated (and not very promising). -- resolution: - out of date status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1479611

[issue14832] unittest's assertItemsEqual() method gives wrong order in error output

2012-05-16 Thread Kylotan
New submission from Kylotan kylo...@gmail.com: I have the following line in a unit test in 2.7.3: self.assertItemsEqual(['a', 'b', 'c'], ['a', 'b', 'c', 'd']) I expect this output: AssertionError: Element counts were not equal: First has 0, Second has 1: 'd' Instead I get this

[issue5730] setdefault speedup

2012-05-16 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Out of date, fixed in #13521. -- nosy: +pitrou resolution: - duplicate status: open - closed superseder: - Make dict.setdefault() atomic ___ Python tracker rep...@bugs.python.org

[issue14692] json.loads parse_constant callback not working anymore

2012-05-16 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 30d16d1e5175 by Hynek Schlawack in branch '2.7': #14692 Fix json docs to reflect changes in json.load http://hg.python.org/cpython/rev/30d16d1e5175 New changeset 4f27c4dc34ed by Hynek Schlawack in branch '3.2':

[issue14692] json.loads parse_constant callback not working anymore

2012-05-16 Thread Hynek Schlawack
Hynek Schlawack h...@ox.cx added the comment: Thanks Serhiy! -- resolution: - fixed stage: patch review - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14692

[issue13849] Add tests for NUL checking in certain strs

2012-05-16 Thread Alex Gaynor
Alex Gaynor alex.gay...@gmail.com added the comment: I'm perfectly happy to write a patch for this, the only reason I didn't was Martin and others expressed opposition to committing it. If there's a philosophicaly opposition to the patch I won't write it :) --

[issue14702] os.makedirs breaks under autofs directories

2012-05-16 Thread Andrew McNabb
Andrew McNabb amcn...@mcnabbs.org added the comment: Andrew, are you still with us? I'm here, but it's been a busy few weeks. I'll see if I can spend some time on this today. -- ___ Python tracker rep...@bugs.python.org

[issue7719] distutils: ignore .nfsXXXX files

2012-05-16 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: No improvements are done in distutils, only the smallest possible changes to fix bugs. In distutils2 we use shutil.copytree. -- ___ Python tracker rep...@bugs.python.org

[issue13399] Don't print traceback for unrecognized actions, commands and options in packaging

2012-05-16 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: 91ac9c36f09e is also related to this. pysetup --unknown-option silently does nothing and exits with 0. -- assignee: tarek - eric.araujo versions: +3rd party ___ Python tracker rep...@bugs.python.org

[issue8330] Failures seen in test_gdb on buildbots

2012-05-16 Thread Dave Malcolm
Dave Malcolm dmalc...@redhat.com added the comment: Oops; closing. Thanks. -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8330 ___

[issue13166] Implement packaging.database.*Distribution.__str__

2012-05-16 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: 64b0bf5e0596 reverted the changes to d2.depgraph; more tests need to be added first to make sure the new output is still valid DOT. -- assignee: tarek - eric.araujo title: Implement packaging.database.Distribution.__str__ - Implement

[issue1602] windows console doesn't print or input Unicode

2012-05-16 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu added the comment: Glenn, I do not know what you are using the interactive interpreter for, but for the unicode BMP, the Idle shell generally works better. I only use CommandPrompt for cross-checking behavior. -- ___

[issue10374] distutils[2] should recreate scripts in the build tree

2012-05-16 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: In distutils2, 99382aafa4c5 forces scripts to always be rebuilt and 463d3014ee4a goes further and deletes the whole build dir to avoid installing scripts built from a previous build call with a different configuration (i.e. different list of

[issue14702] os.makedirs breaks under autofs directories

2012-05-16 Thread Andrew McNabb
Andrew McNabb amcn...@mcnabbs.org added the comment: Some interesting information. If I do `os.mkdir('/net/prodigy/tmp')`, it gives OSError: [Errno 13] Permission denied: '/net/prodigy/tmp'. However, if I instead do `os.mkdir('/net/prodigy/tmp/hi')`, it succeeds. (Note that I'm being careful

[issue14832] unittest's assertItemsEqual() method gives wrong order in error output

2012-05-16 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset ff52583a5576 by R David Murray in branch '2.7': #14832: 'first' now really refers to first arg in unittest assertItemsEqual http://hg.python.org/cpython/rev/ff52583a5576 -- nosy: +python-dev

[issue14702] os.makedirs breaks under autofs directories

2012-05-16 Thread Andrew McNabb
Changes by Andrew McNabb amcn...@mcnabbs.org: Added file: http://bugs.python.org/file25611/mkdir-p.out ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14702 ___

[issue14832] unittest's assertItemsEqual() method gives wrong order in error output

2012-05-16 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: Thanks, fixed. Appears to have been a mistake made when we refactored from expected/actual to first/second. -- nosy: +r.david.murray resolution: - fixed stage: - committed/rejected status: open - closed type: - behavior

[issue14827] IDLE crash when typing ^ character on Mac OS X

2012-05-16 Thread Julien Pecqueur
Julien Pecqueur jpe...@gmail.com added the comment: Installing ActiveState's Tcl/Tk package fix the crash. Thank you for your answers. -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org

[issue5342] packaging: add tests for old versions cleanup on update

2012-05-16 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Jonathan Fernandes started to work on this at the last Montreal sprint. The tests would use install_local_project, which is missing a parameter to control the destination directory (see #14270). -- assignee: tarek - eric.araujo

[issue14702] os.makedirs breaks under autofs directories

2012-05-16 Thread Andrew McNabb
Changes by Andrew McNabb amcn...@mcnabbs.org: Added file: http://bugs.python.org/file25612/makedirs.out ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14702 ___

[issue14270] Can't install a project in a specific directory

2012-05-16 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Further changes are needed. - The new dest_dir argument is not passed down to the internal functions, so I don’t understand how this is supposed to work. - install_local_project needs a dest_dir argument too; Jonathan Fernandes started work on

[issue14776] Add SystemTap static markers

2012-05-16 Thread Dave Malcolm
Dave Malcolm dmalc...@redhat.com added the comment: I tried the patch under Mageia 1 and got the following failure: Thanks. I'm attaching an updated patch which reworks test_systemtap so that (a) it turns up the verbosity of stap invocations from -v to -vv (b) it tests the hello world stap

[issue1635217] Warn against using requires/provides/obsoletes in setup.py

2012-05-16 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: It may be good to document that requires/provides/obsoletes are effectively unused. It is not appropriate for stdlib doc to talk about install_requires, which is specific to setuptools, and it’s better to talk about the new standard fields

[issue14776] Add SystemTap static markers

2012-05-16 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Still fails. So I tried the script by hand and got: $ stap - -vv -c true --vp 1 Created temporary directory /tmp/stapBvo9zS SystemTap translator/driver (version 1.3/0.152 non-git sources) Copyright (C) 2005-2010 Red Hat, Inc. and others This

[issue14798] pyclbr raises KeyError when the prefix of a dotted name is not a package

2012-05-16 Thread Petri Lehtinen
Petri Lehtinen pe...@digip.org added the comment: Hi Xavier. I see you have posted quite many patches in the recent days. Thanks for doing so! You should sign the Python Software Foundation Contributor Agreement to make it possible for us to apply the patches. See

[issue14776] Add SystemTap static markers

2012-05-16 Thread Frank Ch. Eigler
Frank Ch. Eigler f...@elastic.org added the comment: Hi - On Wed, May 16, 2012 at 06:29:09PM +, Antoine Pitrou wrote: [...] No obvious error message. Who the hell designs such UIs? This seems as stupidly unfriendly as dtrace... Sorry about that. You're running a near-two-year-old

[issue14776] Add SystemTap static markers

2012-05-16 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Sorry about that. You're running a near-two-year-old version of systemtap (1.3); error messages (and of course much functionality) has improved since. Fair enough. I think the main patch looks go to go. It's clean and doesn't obscure core

[issue14715] test.support.DirsOnSysPath should be replaced by importlib.test.util.import_state

2012-05-16 Thread Eric V. Smith
Eric V. Smith e...@trueblade.com added the comment: Here's what I imagine the new function will look like. I propose moving it to test.support and using it outside of importlib, specifically for the PEP 420 tests. -- keywords: +patch Added file:

[issue14779] test_buffer fails on OS X universal 64-/32-bit builds

2012-05-16 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 967b06d56a69 by Stefan Krah in branch 'default': Issue #14779: Get sizeof(void *) directly rather than relying on sysconfig. http://hg.python.org/cpython/rev/967b06d56a69 --

[issue14776] Add SystemTap static markers

2012-05-16 Thread Dave Malcolm
Dave Malcolm dmalc...@redhat.com added the comment: On Wed, 2012-05-16 at 16:41 +, Antoine Pitrou wrote: Antoine Pitrou pit...@free.fr added the comment: I tried the patch under Mageia 1 and got the following failure: test_systemtap skipped -- Test systemtap script did not run; stderr

[issue14776] Add SystemTap static markers

2012-05-16 Thread Dave Malcolm
Dave Malcolm dmalc...@redhat.com added the comment: (Sorry about msg160913; looks like my initial email response took about an hour to get through, and I'd subsequently commented using the webui form) -- ___ Python tracker rep...@bugs.python.org

[issue14813] Can't build under VS2008 anymore

2012-05-16 Thread Stefan Krah
Stefan Krah stefan-use...@bytereef.org added the comment: Preferably, the project files would be generated from the VS2010 project files, but for the moment, manually editing to make them work again might be fine as well. Martin, Brian: Can I go ahead with vs-9.0.diff or would it

[issue13934] sqlite3 test typo

2012-05-16 Thread poq
poq p...@gmx.com added the comment: Sure, why not. Here you go. -- Added file: http://bugs.python.org/file25616/sqlite3-version-doc.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13934

[issue14776] Add SystemTap static markers

2012-05-16 Thread Dave Malcolm
Changes by Dave Malcolm dmalc...@redhat.com: -- Removed message: http://bugs.python.org/msg160913 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14776 ___

[issue14776] Add SystemTap static markers

2012-05-16 Thread Dave Malcolm
Changes by Dave Malcolm dmalc...@redhat.com: -- Removed message: http://bugs.python.org/msg160914 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14776 ___

[issue14813] Can't build under VS2008 anymore

2012-05-16 Thread Brian Curtin
Brian Curtin br...@python.org added the comment: I don't have time at the moment to test it, but the patch looks like it's probably ok. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14813

[issue14776] Add SystemTap static markers

2012-05-16 Thread Dave Malcolm
Changes by Dave Malcolm dmalc...@redhat.com: Removed file: http://bugs.python.org/file25615/cpython-systemtap-2012-05-16-001.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14776 ___

[issue1635217] Warn against using requires/provides/obsoletes in setup.py

2012-05-16 Thread anatoly techtonik
anatoly techtonik techto...@gmail.com added the comment: PEP 345 completely misses practical side. I need to specify dependencies for my package, so that people who checked out the source code could run `pip install .` in virtualenv and get everything fetched. People reading the docs are more

<    1   2   3   >