[issue22029] argparse - CSS white-space: like control for individual text blocks

2014-07-31 Thread paul j3
Changes by paul j3 : Added file: http://bugs.python.org/file36187/issue22029_2.patch ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue22029] argparse - CSS white-space: like control for individual text blocks

2014-07-31 Thread paul j3
Changes by paul j3 : Removed file: http://bugs.python.org/file36160/issue22029_2.patch ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue20341] Argument Clinic: add "nullable ints"

2014-07-31 Thread Raymond Hettinger
Raymond Hettinger added the comment: Larry, ISTM that you are bulldozing your way through something that isn't an actual problem to be solved. > I can see why you'd think this was a waste of time. I don't think it is just a waste of time; I think it is a bad idea. You have a very strong no

[issue11429] ctypes is highly eclectic in its raw-memory support

2014-07-31 Thread eryksun
eryksun added the comment: > Interesting that “cast” accepts a byte string. If this is > intended behaviour, it would be good to document that. > Currently it says it takes “an object that can be > interpreted as a pointer”. cast makes an FFI call: _cast = PYFUNCTYPE(py_object,

[issue21907] Update Windows build batch scripts

2014-07-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset 60c61ea64021 by Zachary Ware in branch 'default': Issue #21907: Further improvments to build_pgo.bat. Patch by Ingolf Becker. http://hg.python.org/cpython/rev/60c61ea64021 -- ___ Python tracker

[issue6259] ctypes pointer arithmetic

2014-07-31 Thread Martin Panter
Changes by Martin Panter : -- nosy: +vadmium ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue21907] Update Windows build batch scripts

2014-07-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4c1d543135ef by Zachary Ware in branch 'default': Issue #21907: Avoid using double quotes to check argument values. http://hg.python.org/cpython/rev/4c1d543135ef -- ___ Python tracker

[issue10803] ctypes: better support of bytearray objects

2014-07-31 Thread Martin Panter
Changes by Martin Panter : -- nosy: +vadmium ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue19023] ctypes docs: Unimplemented and undocumented features

2014-07-31 Thread Martin Panter
Martin Panter added the comment: Here is the patch stripped of all the noise and the structure and union stuff, so you can see just the changes related to arrays and pointers. However I have not attempted to apply the patch, nor addressed Georg’s comment about the “contents” attribute. --

[issue22046] ZipFile.read() should mention that it might throw NotImplementedError

2014-07-31 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- stage: -> needs patch versions: +Python 3.4, Python 3.5 -Python 3.3 ___ Python tracker ___ ___ Pytho

[issue9232] Allow trailing comma in any function argument list.

2014-07-31 Thread Larry Hastings
Larry Hastings added the comment: Moratorium's long over. Will this patch rise from the dead? -- nosy: +larry ___ Python tracker ___ _

<    1   2