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 Kearns :
--
files: fdopen-directory.patch
keywords: patch
nosy: bdkearns
priority: normal
severity: normal
status: open
title: fdopen of directory causes segmentation fault
type: crash
versions: Python 2.7
Added file: http://bugs.python.org/file36444/fdopen
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue8296>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Kearns :
Removed file: http://bugs.python.org/file36444/fdopen-directory.patch
___
Python tracker
<http://bugs.python.org/issue22259>
___
___
Python-bug
Changes by Brian Kearns :
Added file: http://bugs.python.org/file36450/fdopen-directory.patch
___
Python tracker
<http://bugs.python.org/issue22259>
___
___
Python-bug
Brian Kearns added the comment:
Updated to use assertEqual
--
Added file: http://bugs.python.org/file36452/fdopen-directory.patch
___
Python tracker
<http://bugs.python.org/issue22
Changes by Brian Kearns :
Removed file: http://bugs.python.org/file36450/fdopen-directory.patch
___
Python tracker
<http://bugs.python.org/issue22259>
___
___
Python-bug
New submission from Brian Kearns:
The test fails on Python implementations with non-refcounted GCs without this
line.
--
files: test_itertools.patch
keywords: patch
messages: 225835
nosy: bdkearns
priority: normal
severity: normal
status: open
title: fix reliance on refcounting in
New submission from Brian Kearns:
tarfile.gzopen relies on refcounting to close the fileobj when the fileobj is
created during the call to gzopen (when it is not passed in). Since the fileobj
is created outside of GzipFile, GzipFile does not take responsibility for
closing the fileobj (so no
Brian Kearns added the comment:
Should go on py3k branches too...
--
___
Python tracker
<http://bugs.python.org/issue22265>
___
___
Python-bugs-list mailin
New submission from Brian Kearns:
The test fails on Python implementations with non-refcounted GCs without these
lines. Should go on py3k branches also.
--
files: test_weakref.patch
keywords: patch
messages: 225839
nosy: bdkearns
priority: normal
severity: normal
status: open
title
Brian Kearns added the comment:
Possibly. But if so then one would argue there are plenty of other instances
where gc_collect "should" be used, both within test_weakref and the rest of the
test suite. Chose gc.collect here as it was used all over test_weakref.py,
gc_collect never
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue9205>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Kearns :
Removed file: http://bugs.python.org/file36456/tarfile.patch
___
Python tracker
<http://bugs.python.org/issue22266>
___
___
Python-bugs-list m
Brian Kearns added the comment:
Yes, I guess that makes sense (though this behavior is undocumented and
untested...)
--
Added file: http://bugs.python.org/file36462/tarfile.patch
___
Python tracker
<http://bugs.python.org/issue22
Brian Kearns added the comment:
Updated to backport all the cases where 3.x handles this issue.
--
Added file: http://bugs.python.org/file36468/tarfile2.patch
___
Python tracker
<http://bugs.python.org/issue22
Changes by Brian Kearns :
Removed file: http://bugs.python.org/file36468/tarfile2.patch
___
Python tracker
<http://bugs.python.org/issue22266>
___
___
Python-bugs-list m
Changes by Brian Kearns :
Added file: http://bugs.python.org/file36469/tarfile2.patch
___
Python tracker
<http://bugs.python.org/issue22266>
___
___
Python-bugs-list m
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:
New submission from Brian Gladman:
There is a discussion of this issue on comp.lang.python
The function known as 'the greatest common divisor' has a number of well
defined mathematical properties for both positive and negative integers (see,
for example, Elementary Number Theory
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:
Brian Quinlan added the comment:
Hi Victor,
I don't understand your problem. Could you be very specific in your description?
--
___
Python tracker
<http://bugs.python.org/is
Changes by Brian Curtin :
--
nosy: -brian.curtin
___
Python tracker
<http://bugs.python.org/issue7776>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Morrow :
--
nosy: +bmorrow92
___
Python tracker
<http://bugs.python.org/issue20175>
___
___
Python-bugs-list mailing list
Unsubscribe:
Brian Morrow added the comment:
I'll gladly take this bundle.
--
___
Python tracker
<http://bugs.python.org/issue20175>
___
___
Python-bugs-list mailing list
Brian Quinlan added the comment:
Can't you accomplish what you want using add_done_callback?
e.g.
# Pseudocode
class MyExecutor(ThreadPoolExecutor):
def __init__(self):
self._count = 0
def _decrement(self):
with self._some_lock:
self._count -= 1
def submit(self, fn,
Brian Quinlan added the comment:
I'm not currently working on concurrent.futures but I do look at patches and
bug reports. I'll take a look at this and Issue20297 sometime this week.
--
___
Python tracker
<http://bugs.python.o
Brian Quinlan added the comment:
I'm looking at "futures.patch".
I don't understand why these blocks are helpful -"_create_and_install_waiters"
has two call sites and both ("as_completed" and "wait") call
"_create_and_install_
Changes by Brian Curtin :
--
nosy: +zach.ware -brian.curtin
___
Python tracker
<http://bugs.python.org/issue19456>
___
___
Python-bugs-list mailing list
Unsub
Changes by Brian Quinlan :
--
assignee: -> bquinlan
___
Python tracker
<http://bugs.python.org/issue20319>
___
___
Python-bugs-list mailing list
Unsubscrib
Brian Quinlan added the comment:
Thanks very much for the patch Glenn!
--
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue20319>
___
_
Brian Quinlan added the comment:
Oops, no. That was junk due to my sloppiness. I’ll fix it in a minute.
On Jan 31, 2014, at 5:03 PM, STINNER Victor wrote:
>
> STINNER Victor added the comment:
>
>> New changeset 0bcf23a52d55 by Brian Quinlan in branch 'defau
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:
New submission from Brian Kearns:
This patch brings the pure-python datetime more in-line with the C module. We
have been running these modifications in PyPy2 stdlib for more than a year with
no issue.
Includes:
- General PEP8/cleanups
- Better testing of argument types passed to constructors
Changes by Brian Kearns :
Added file: http://bugs.python.org/file34294/datetime-py33.patch
___
Python tracker
<http://bugs.python.org/issue20858>
___
___
Python-bug
Brian Kearns added the comment:
Also includes bug fixes/tests for certain rounding cases (doesn't apply to the
3.4 version).
--
___
Python tracker
<http://bugs.python.org/is
Changes by Brian Kearns :
Added file: http://bugs.python.org/file34295/datetime-py33-v2.patch
___
Python tracker
<http://bugs.python.org/issue20858>
___
___
Python-bug
Changes by Brian Kearns :
Added file: http://bugs.python.org/file34296/datetime-py34-v2.patch
___
Python tracker
<http://bugs.python.org/issue20858>
___
___
Python-bug
Brian Kearns added the comment:
Updated patch to v2 with another test/fix for type checking of __format__
argument to match the C module.
--
___
Python tracker
<http://bugs.python.org/issue20
Brian Kearns added the comment:
The C datetime module uses the 'i' code for parsing these args, not 'n' (which
would correspond to operator.index). Using operator.index fails a test case I
added (cases for classes like decimal.Decimal, implementing __int_
Brian Kearns added the comment:
Right, that's the behavior as it stands, so I hope this patch can be considered
independently of that issue (and if such a change is made to the C
implementation, then a corresponding change could be made in the python
implement
Brian Kearns added the comment:
Yes, I am the PyPy developer who worked on these datetime improvements there --
just finally got around to pushing them upstream.
--
___
Python tracker
<http://bugs.python.org/issue20
Changes by Brian Kearns :
--
nosy: +bdkearns
___
Python tracker
<http://bugs.python.org/issue20861>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Brian Kearns :
Added file: http://bugs.python.org/file34297/datetime-py33-v3.patch
___
Python tracker
<http://bugs.python.org/issue20858>
___
___
Python-bug
Changes by Brian Kearns :
Added file: http://bugs.python.org/file34298/datetime-py34-v3.patch
___
Python tracker
<http://bugs.python.org/issue20858>
___
___
Python-bug
Changes by Brian Kearns :
--
nosy: +bdkearns
___
Python tracker
<http://bugs.python.org/issue20887>
___
___
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:
New submission from Brian Quinlan :
This code:
import multiprocessing
import queue
def _process_worker(q):
while True:
try:
something = q.get(block=True, timeout=0.1)
except queue.Empty:
return
else:
pass
# print
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
Brian Curtin added the comment:
Attached is a patch against trunk r76107 which fixes OpenKey to take
keyword arguments as the documentation states. There is also a small fix
to test_winreg - the third param to OpenKey on line 45 is the `res`
positional param, which should always be zero
Brian Curtin added the comment:
It happens to me on trunk with Windows XP. I also have access to Windows
Server 2003 where I can test this (haven't yet). Which version are you
running that you don't see this issue?
--
___
Python trac
Brian Harring added the comment:
At this point, this affects 2.5, 2.6, and 3.1 (and the normal 1.0.5
release of cElementTree); what's required to get this fixed and queued
up for micro/minor releases?
Sidenote, the patch posted above still leaks a reference-
--
keywords: +patch
New submission from Brian Curtin :
I noticed test failures on trunk for test_winsound on only one of my
boxes. Everything works fine on XP, but PlaySoundTest test methods fail
on Windows Server 2003.
It appears that on WS2k3 there are no default system sounds configured.
For example, view the
Brian Curtin added the comment:
This change causes failures in test_httpservers on trunk r76211 on
Windows. I attached a simple patch which fixes the problem (NameError on
'p').
--
nosy: +brian.curtin
Added file: http://bugs.python.org/file15309/issue1235
Brian Curtin added the comment:
I re-enabled the tests a few days ago and haven't seen any issues on
Windows or Linux. I attached a patch against r76222 which enables the
kill, term, and send_signal tests again, and also did some clean-up and
updating to the way tests are skipped.
I
Changes by Brian Curtin :
Removed file: http://bugs.python.org/file15308/winsound_test_skipping.patch
___
Python tracker
<http://bugs.python.org/issue7306>
___
___
Pytho
Brian Curtin added the comment:
Minor cleanup of the original patch
--
Added file: http://bugs.python.org/file15320/winsound_test_skipping.patch
___
Python tracker
<http://bugs.python.org/issue7
Brian Curtin added the comment:
I attached a patch against trunk r76237 which seems to cover this, sans
official tests. I looked around and didn't find a good place for
specifically testing environment variables. I could add test code in
test_warnings if that's the best place.
The pa
Brian Curtin added the comment:
Added a patch which includes tests in test_warnings. There are tests for
a single warning, two comma separated warnings, and one env var warning
and one command line warning at the same time.
--
Added file: http://bugs.python.org/file15324/issue7301_v2
Brian Curtin added the comment:
Attached is a patch against trunk r76325 which implements context
manager support for fileinput/FileInput, with tests and doc change.
--
keywords: +patch
nosy: +brian.curtin
Added file: http://bugs.python.org/file15355/issue1286.patch
New submission from Brian Curtin :
The _winreg module could use the addition of the RegCreateKeyEx call, as
evidenced by this thread on c.l.py:
http://mail.python.org/pipermail/python-list/2009-November/614023.html
This expanded API would benefit users trying to create keys with access
masks
Changes by Brian Curtin :
Removed file: http://bugs.python.org/file15359/winreg_add_createkeyex.patch
___
Python tracker
<http://bugs.python.org/issue7347>
___
___
Pytho
1501 - 1600 of 1998 matches
Mail list logo