[issue1945] Document back ported C functions

2010-10-17 Thread Georg Brandl
Georg Brandl added the comment: Thanks, applied in r85632. -- resolution: -> accepted status: open -> closed ___ Python tracker ___ _

[issue1945] Document back ported C functions

2010-08-07 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- keywords: +patch stage: -> patch review versions: -Python 2.6 ___ Python tracker ___ ___ Python-bugs-l

[issue1945] Document back ported C functions

2010-07-09 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- assignee: georg.brandl -> d...@python nosy: +d...@python ___ Python tracker ___ ___ Python-bugs-list mai

[issue1945] Document back ported C functions

2010-07-08 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 2.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue1945] Document back ported C functions

2008-03-28 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- assignee: -> georg.brandl nosy: +georg.brandl __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs

[issue1945] Document back ported C functions

2008-02-18 Thread John Lenton
John Lenton added the comment: This is the same as the previous patch, but I added the "versionadded" notation in the rst, and the info in refcounts.dat to get the "return value" info in the docs. Added file: http://bugs.python.org/file9461/1945-2.diff __ Tracker

[issue1945] Document back ported C functions

2008-02-17 Thread John Lenton
John Lenton added the comment: Copied documentation from the py3k branch for the functions mentioned in the .h's (those were: PyLong_FromSsize_t, PyLong_FromSize_t, PyLong_AsSsize_t, PyUnicode_FromStringAndSize, PyUnicode_FromString, PyUnicode_FromFormat, and PyUnicode_FromFormatV). Tested by bui

[issue1945] Document back ported C functions

2008-01-27 Thread Christian Heimes
New submission from Christian Heimes: Document the C functions which were back ported from py3k in r60283. -- components: Documentation keywords: easy messages: 61736 nosy: tiran priority: normal severity: normal status: open title: Document back ported C functions type: rfe versions: Py