Brian Curtin added the comment:
This was fixed in #14470.
--
nosy: +brian.curtin
resolution: -> duplicate
stage: -> committed/rejected
status: open -> closed
superseder: -> Remove using of w9xopen in subprocess module
___
Python tr
Changes by Brian Curtin :
--
resolution: -> out of date
stage: -> committed/rejected
status: open -> closed
type: -> behavior
___
Python tracker
<http://bugs.pytho
Changes by Brian Curtin :
--
resolution: -> duplicate
stage: -> committed/rejected
status: open -> closed
superseder: -> Implement stat.st_dev and os.path.samefile on windows
___
Python tracker
<http://bugs.python
Brian Curtin added the comment:
Backed out the changeset. If you have a solution, feel free to fix it.
--
___
Python tracker
<http://bugs.python.org/issue11
Brian Curtin added the comment:
Looks good.
--
assignee: -> serhiy.storchaka
___
Python tracker
<http://bugs.python.org/issue16841>
___
___
Python-bugs-lis
Brian Curtin added the comment:
That's true of the default branch due to some changes I recently made in the
implementation of the functions, but we should probably put tests into 3.2/3.3.
--
___
Python tracker
<http://bugs.python.org/is
Brian Curtin added the comment:
Please open a separate issue.
--
___
Python tracker
<http://bugs.python.org/issue444582>
___
___
Python-bugs-list mailin
Brian Curtin added the comment:
Can you provide test cases for this code?
--
nosy: +brian.curtin
___
Python tracker
<http://bugs.python.org/issue17001>
___
___
Changes by Brian Curtin :
--
nosy: +brian.curtin
___
Python tracker
<http://bugs.python.org/issue16273>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
components: +Library (Lib)
nosy: +brian.curtin
___
Python tracker
<http://bugs.python.org/issue17004>
___
___
Python-bugs-list mailin
Changes by Brian Curtin :
--
resolution: -> fixed
stage: -> committed/rejected
status: open -> closed
___
Python tracker
<http://bugs.python.or
Brian Curtin added the comment:
This change can only happen on 3.4.
--
versions: +Python 3.4 -Python 2.7
___
Python tracker
<http://bugs.python.org/issue17
Brian Curtin added the comment:
This is a feature request and new features are only being added on the 3.x
line. The next feature release will be 3.4.
--
___
Python tracker
<http://bugs.python.org/issue17
Brian Curtin added the comment:
You need to compile rhodecode with VS2008 to match Python 2.7.
You'd have this same problem mixing runtimes regardless of rhodecode or Python
being involved.
--
nosy: +brian.curtin
___
Python tracker
Changes by Brian Curtin :
--
resolution: -> invalid
stage: -> committed/rejected
status: open -> closed
___
Python tracker
<http://bugs.python.or
Brian Curtin added the comment:
A more correct way to say my last message is that you'd need to have Python and
rhodecode linked to the same runtime, by compiling with the same Visual Studio.
If you require VS2012 with Python 2.7, you'll need to port Python on your own
and then
Changes by Brian Curtin :
--
priority: normal -> low
___
Python tracker
<http://bugs.python.org/issue17047>
___
___
Python-bugs-list mailing list
Unsubscri
Brian Curtin added the comment:
Passing CRT objects (like a file handle) across runtime boundaries results in
unexpected behavior, which is probably what's happening here.
In the past people have mentioned porting 2.7 to VS2010 which would encounter
the same issues you're seeing he
Brian Curtin added the comment:
Maybe you should email python-dev.
--
___
Python tracker
<http://bugs.python.org/issue17058>
___
___
Python-bugs-list mailin
Changes by Brian Curtin :
--
assignee: -> brian.curtin
___
Python tracker
<http://bugs.python.org/issue17065>
___
___
Python-bugs-list mailing list
Unsubscri
Brian Curtin added the comment:
Robert, thanks a lot for this fix and your contributor agreement. We're
currently working on making it easier to submit the contributor agreement so
you won't have to print it out and mail/fax/scan it...even though you already
did it and you'
Brian Curtin added the comment:
I can't comment on what the change should be or how it should be done as I
don't do anything with mimetypes, but nothing about how the patch was written
jumps out at me for being incorrect (except I would not include ishimoto's name
changes)
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue13169>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue16997>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue16743>
___
___
Python-bugs-list mailing list
Unsubscribe:
Brian Curtin added the comment:
I don't believe we want to do those things. Changes should be in a diff file
and limited to the minimum amount of required changes to fix your sort ordering
bug - not adding people or changing the spelling of people's names.
--
nosy: +br
Brian Curtin added the comment:
I'm unable to find the previous issue, but you asked for this in the past.
Ctrl-Z and Ctrl-D simply have different meanings on the different platforms,
outside of what Python does. We already can't make Ctrl-Z on Windows do what it
does on Linux, and
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue19246>
___
___
Python-bugs-list mailing list
Unsubscribe:
Brian Curtin added the comment:
The changes look fine to me.
--
assignee: terry.reedy -> zach.ware
___
Python tracker
<http://bugs.python.org/issue17883>
___
_
Brian Curtin added the comment:
Your patch for 3.3 won't fly: subTest is new for 3.4.
--
___
Python tracker
<http://bugs.python.org/issue19440>
___
___
Pytho
Brian Curtin added the comment:
Both patches look fine to me.
--
___
Python tracker
<http://bugs.python.org/issue19391>
___
___
Python-bugs-list mailing list
Unsub
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue13276>
___
___
Python-bugs-list mailing list
Unsubscribe:
Brian Curtin added the comment:
If users want to do that hack to get symlinks on XP, they should probably just
manage doing so on their own. It's not something we'd take care of installing
and running via our installer, so I don't think pathlib should be changed
Brian Curtin added the comment:
If a platform does not actually support symlinks, and XP does not actually
support symlinks for any usual definition of an operating system supporting a
feature, then I'm not sure why pathlib is doing something wrong to make it work
more reasonably in that
Brian Curtin added the comment:
My build slave ran as admin in order to make sure symlinks were covered, but I
don't have the hardware anymore. I'll see if I can get another machine up and
running.
--
nosy: +brian.curtin
___
Python trac
Brian Curtin added the comment:
Time between comments will never be a factor in closing bugs.
If this isn't an issue with 2.7, then we can close it. I'm not near a Windows
machine this week as I'm traveling, so I can't chec
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue8631>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue17652>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue16296>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue9624>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue9782>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue9937>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue14750>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue16229>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue8231>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue15414>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue1669539>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue8972>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue8075>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue10837>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue16895>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue20117>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue14484>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue15962>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue15968>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue11344>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue7687>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue11702>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue9099>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue9699>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue11551>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue9949>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue10305>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue15411>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue13837>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue17667>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue17896>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue8232>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue11990>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue4198>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue9665>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue4722>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue16066>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue15207>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue13719>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue7944>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue7897>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue7334>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue17797>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue7511>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue8296>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue9205>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue1425127>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue900092>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue11598>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue8110>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue1284316>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue4832>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue7776>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: +zach.ware -brian.curtin
___
Python tracker
<http://bugs.python.org/issue19456>
___
___
Python-bugs-list mailing list
Unsub
Brian Curtin added the comment:
Sorry, I don't have a Windows environment setup right now.
--
___
Python tracker
<http://bugs.python.org/issue6815>
___
___
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue20614>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue20717>
___
___
Python-bugs-list mailing list
Unsubscribe:
Brian Curtin added the comment:
Submitted a patch against trunk. Let me know if you need anything else
(doc patch?).
--
keywords: +patch
nosy: +briancurtin
Added file: http://bugs.python.org/file14554/zipfile_issue_5511.patch
___
Python tracker
Brian Curtin added the comment:
Attached is a patch containing the fix, the updated tests, and the doc
change. Let me know if you have any questions, suggestions, etc.
--
Added file: http://bugs.python.org/file14566/issue5511_complete.patch
Changes by Brian Curtin :
Removed file: http://bugs.python.org/file14554/zipfile_issue_5511.patch
___
Python tracker
<http://bugs.python.org/issue5511>
___
___
Python-bug
Brian Curtin added the comment:
Added two tests -- test_close and test_close_on_exception, which check
if fp is None after __exit__ from a normal and exception case.
--
keywords: +patch
Added file: http://bugs.python.org/file15082/issue5511_complete_20091008.patch
Changes by Brian Curtin :
--
nosy: +briancurtin
___
Python tracker
<http://bugs.python.org/issue7071>
___
___
Python-bugs-list mailing list
Unsubscribe:
Brian Curtin added the comment:
Since the issue exists in 2.6 and is only currently fixed on trunk and
beyond, shouldn't the 6511 fix make it's way backwards into 2.6.x?
--
nosy: +brian.curtin
___
Python tracker
<http://bugs.python.
Brian Curtin added the comment:
I've attached a patch against trunk (r76107) which I think implements
more of what Antoine is looking for. It builds on Collin's patch but
uses unittest.skipIf to skip tests which shouldn't be run with -OO. It
also checks sys.flags.optimize in D
1001 - 1100 of 1382 matches
Mail list logo