Diana added the comment:
Hi, I've created a pull request for pep 11.
https://github.com/python/peps/pull/2065
--
nosy: +DonnaDia
___
Python tracker
<https://bugs.python.org/is
Change by Diana :
--
keywords: +patch
pull_requests: +26493
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/28047
___
Python tracker
<https://bugs.python.org/issu
Diana added the comment:
I'm working on this
--
nosy: +DonnaDia
___
Python tracker
<https://bugs.python.org/issue20803>
___
___
Python-bugs-list m
Change by Diana :
--
keywords: +patch
pull_requests: +26464
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/28018
___
Python tracker
<https://bugs.python.org/issu
Change by Diana :
--
nosy: +DonnaDia
nosy_count: 3.0 -> 4.0
pull_requests: +26463
pull_request: https://github.com/python/cpython/pull/28018
___
Python tracker
<https://bugs.python.org/issu
Diana added the comment:
Hi, I will work on this. I will create a pull request within 3 days.
--
nosy: +DonnaDia
___
Python tracker
<https://bugs.python.org/issue24
Change by Diana :
--
keywords: +patch
pull_requests: +26446
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/28004
___
Python tracker
<https://bugs.python.org/issu
Diana added the comment:
Hi, I can handle this. I will provide a pull request within 3 days.
--
nosy: +DonnaDia
___
Python tracker
<https://bugs.python.org/issue44
Change by Diana :
--
keywords: +patch
pull_requests: +26445
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/28003
___
Python tracker
<https://bugs.python.org/issu
Diana added the comment:
Hi, I'm working on it. I will provide the pull request within 3 days.
--
nosy: +DonnaDia
___
Python tracker
<https://bugs.python.org/is
Diana added the comment:
I will handle it. I will send a pull request within 3 days.
--
nosy: +DonnaDia
___
Python tracker
<https://bugs.python.org/issue34
Diana Van Straaten added the comment:
I want to work on it.
--
nosy: +zemlya3018
___
Python tracker
<https://bugs.python.org/issue30274>
___
___
Python-bug
Change by diana :
--
keywords: +patch
pull_requests: +3827
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue31657>
___
___
Python-
New submission from diana :
There are currently three supported optimization levels (0, 1, and 2). Briefly
summarized, they do the following.
0: no optimizations
1: remove assert statements and __debug__ blocks
2: remove docstrings, assert statements, and __debug__ blocks
The
Changes by diana :
--
nosy: +diana
___
Python tracker
<http://bugs.python.org/issue2506>
___
___
Python-bugs-list mailing list
Unsubscribe:
https://mail.pyth
Changes by diana :
--
nosy: +diana
___
Python tracker
<http://bugs.python.org/issue25711>
___
___
Python-bugs-list mailing list
Unsubscribe:
https://mail.pyth
diana added the comment:
This whitespace? Or did you mean something else?
class C:
def __init__(self):
self._x = None
def getx(self):
return self._x
def setx(self, value):
self._x = value
def delx(self
Changes by diana :
Added file: http://bugs.python.org/file36319/Screen Shot 2014-08-08 at 4.44.07
PM.png
___
Python tracker
<http://bugs.python.org/issue22174>
___
___
New submission from diana:
The property docs are a bit funky.
https://docs.python.org/3/library/functions.html#property
1) docstrings have zero to do with making a read-only property. It currently
says:
"If given, doc will be the docstring of the property attribute. Otherwise
diana added the comment:
I removed some of the "from" imports and used support.x instead for
consistency. "support" was already being imported, and many of the things
imported from "support" were already using support.x.
diana added the comment:
oops, typo:
- Updated test_logging (not test_asyncore) to use the support.catpured_stderr
context manager
--
___
Python tracker
<http://bugs.python.org/issue21
New submission from diana:
- Updated test_asyncore to use the support.catpured_stderr context manager
- Removed unused imports
--
components: Tests
files: use_support_captured_stderr_test_logging.patch
keywords: patch
messages: 219165
nosy: diana
priority: normal
severity: normal
status
Changes by diana :
--
title: use the support.catpured_stdout/stderr context managers - test_asyncore
-> use support.catpured context managers - test_asyncore
___
Python tracker
<http://bugs.python.org/issu
New submission from diana:
Updated test_asyncore to use the support.catpured_stdout/stderr context
managers rather than try/finally blocks.
--
components: Tests
files: use_support_captured_test_asyncore.patch
keywords: patch
messages: 219162
nosy: diana
priority: normal
severity
diana added the comment:
Thanks Benjamin!
--
___
Python tracker
<http://bugs.python.org/issue21357>
___
___
Python-bugs-list mailing list
Unsubscribe:
diana added the comment:
Nice, the support.catpured_stdout() context manager is much better.
I've added a new patch with that change:
increase_filecmp_test_coverage__updated_to_use_context_manager.patch
Thanks for reviewing this, Benjamin!
PS. I signed the contributor agre
Changes by diana :
Removed file:
http://bugs.python.org/file35046/increase_filecmp_test_coverage_2.patch
___
Python tracker
<http://bugs.python.org/issue21357>
___
___
Changes by diana :
Added file:
http://bugs.python.org/file35046/increase_filecmp_test_coverage_2.patch
___
Python tracker
<http://bugs.python.org/issue21357>
___
___
New submission from diana:
- Increase filecmp test coverage from 63% to 76%
- I left the testing style as-is, though it could probably be modernized.
- I did not attempt to add coverage for 'funny_files', 'subdirs', etc, next
pass perhaps.
- Before:
diana$ ./python.exe
Changes by diana :
--
title: shallow defaults to true, not 1 [filecmp.cmp] -> Shallow defaults to
True, not 1 [filecmp.cmp]
___
Python tracker
<http://bugs.python.org/issu
New submission from Diana Clarke:
A minor correction to the filecmp.cmp doc string.
'defaults to 1' -> 'defaults to True'
While shallow used to default to 1 years ago, it now defaults to True.
def cmp(f1, f2, shallow=True):
PS. I know this diff is annoyingly tr
31 matches
Mail list logo