[issue38438] argparse "usage" overly-complex with nargs="*"

2019-11-04 Thread Callum Ward


Change by Callum Ward :


--
nosy: +callumquick

___
Python tracker 
<https://bugs.python.org/issue38438>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38314] Implement unix read_pipe.is_reading() method

2019-11-04 Thread Callum Ward


Callum Ward  added the comment:

I've agreed with Ben that I'll look at making the necessary changes today.

--
nosy: +callumquick

___
Python tracker 
<https://bugs.python.org/issue38314>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38314] Implement unix read_pipe.is_reading() method

2019-11-04 Thread Callum Ward


Change by Callum Ward :


--
keywords: +patch
pull_requests: +16555
stage:  -> patch review
pull_request: https://github.com/python/cpython/pull/17042

___
Python tracker 
<https://bugs.python.org/issue38314>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38599] Deprecate creation of asyncio object when the loop is not running

2019-11-04 Thread Callum Ward


Callum Ward  added the comment:

Hi, I'm a new contributor and this issue looks like an interesting enhancement: 
is there any consensus forming on what we want to limit to e.g. raising 
depreciation warnings when these first-class classes are created without 
running event loop?

--
nosy: +callumquick

___
Python tracker 
<https://bugs.python.org/issue38599>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38285] Asyncio BaseEventLoop can support socket types other than SOCK_STREAM

2019-11-04 Thread Callum Ward


Callum Ward  added the comment:

Hi Andrew, I'm a new contributor, but this sounds like a pretty cool 
enhancement. 

Would you be able to elaborate on what kind of things might be required to 
support each new socket type and test them in particular so I can see if I can 
take it on?

--
nosy: +callumquick

___
Python tracker 
<https://bugs.python.org/issue38285>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38608] Undocumented behavior that IsolatedAsyncioTestCase would enable event loop debug mode

2019-11-04 Thread Callum Ward


Callum Ward  added the comment:

Hi, is there anything that needs to be fixed or done here?

--
nosy: +callumquick

___
Python tracker 
<https://bugs.python.org/issue38608>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38285] Asyncio BaseEventLoop can support socket types other than SOCK_STREAM

2019-11-04 Thread Callum Ward


Callum Ward  added the comment:

A matter of creating tests to allow test enabling of new socket types I could 
attempt, but new protocol/transport types may be beyond me.

--

___
Python tracker 
<https://bugs.python.org/issue38285>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue29930] Waiting for asyncio.StreamWriter.drain() twice in parallel raises an AssertionError when the transport stopped writing

2019-11-04 Thread Callum Ward


Callum Ward  added the comment:

Hi, I'm a new contributor: is there any consensus on what or if something needs 
to be done? If so, I can try and take forward the patch.

--
nosy: +callumquick

___
Python tracker 
<https://bugs.python.org/issue29930>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue29275] time module still has Y2K issues note

2019-11-21 Thread Callum Ward


Callum Ward  added the comment:

I'd like to work on this issue. I'll come up with a PR today.

--
nosy: +callumquick

___
Python tracker 
<https://bugs.python.org/issue29275>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue29275] time module still has Y2K issues note

2019-11-21 Thread Callum Ward


Change by Callum Ward :


--
keywords: +patch
pull_requests: +16807
stage: needs patch -> patch review
pull_request: https://github.com/python/cpython/pull/17321

___
Python tracker 
<https://bugs.python.org/issue29275>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38314] Implement unix read_pipe.is_reading() method

2019-12-30 Thread Callum Ward


Change by Callum Ward :


--
pull_requests: +17192
pull_request: https://github.com/python/cpython/pull/17755

___
Python tracker 
<https://bugs.python.org/issue38314>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com