summaryrefslogtreecommitdiffstats
path: root/Python/structmember.c
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2012-02-22 22:27:47 (GMT)
committerBarry Warsaw <barry@python.org>2012-02-22 22:27:47 (GMT)
commita13294e209bbe9c689868db0100ebfc1bcc55364 (patch)
tree7ac48b90d743a5644a5392f4845cf4c7a3c9bde3 /Python/structmember.c
parent341016e8bf560d00fb0cc9ad7d51a69ee3ab577c (diff)
parentb383e806b623503eb0713ba1d8b5469e8fe7e86d (diff)
downloadcpython-a13294e209bbe9c689868db0100ebfc1bcc55364.zip
cpython-a13294e209bbe9c689868db0100ebfc1bcc55364.tar.gz
cpython-a13294e209bbe9c689868db0100ebfc1bcc55364.tar.bz2
null merge from 2.6
Diffstat (limited to 'Python/structmember.c')
0 files changed, 0 insertions, 0 deletions
ph'> * Issue #8314: Fix unsigned long long bug in libffi on Sparc v8.Martin v. Löwis2010-04-071-0/+4 * #7301: add the environment variable $PYTHONWARNINGS to supplement the -WPhilip Jenvey2010-04-061-0/+11 * remove a optimization that resulted in unexpected behavior #8929Benjamin Peterson2010-04-061-8/+0 * ready _sre typesBenjamin Peterson2010-04-061-2/+3 * Issue #8321: Give access to OpenSSL version numbers from the `ssl` module,Antoine Pitrou2010-04-051-1/+29 * fix escape_encode to return the correct consumed sizePhilip Jenvey2010-04-051-4/+5 * A handful of whitespace fixes in Modules/_struct.c.Mark Dickinson2010-04-041-20/+20 * Issue #8300 (__index__ handling in struct.pack): Remove redundant checkMark Dickinson2010-04-041-6/+1 * Add count() method to collections.deque().Raymond Hettinger2010-04-031-0/+42 * Issue #8300: Let struct.pack use __index__ to convert and pack non-integers.Mark Dickinson2010-04-031-11/+39 * Add missing return statement in an error condition.Brian Curtin2010-04-031-1/+1 * Fix a couple of issues with the test_structmembersType class in _testcapimoduleMark Dickinson2010-04-031-10/+17 * give TypeError when trying to set T_STRING_INPLACEBenjamin Peterson2010-04-031-3/+14 * Implement #1220212. Add os.kill support for Windows.Brian Curtin2010-04-022-0/+61 * Issue #8235: _socket: Add the constant ``SO_SETFIB``. SO_SETFIB isLarry Hastings2010-04-02