- 11 Jun, 2008 11 commits
-
-
Benjamin Peterson authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Gregory P. Smith authored
Added checks for integer overflows, contributed by Google. Some are only available if asserts are left in the code, in cases where they can't be triggered from Python code.
-
Thomas Heller authored
Document the new 'offset' parameter for the 'ctypes.byref' function.
-
Gregory P. Smith authored
stringobject and PyBytes defines in bytesobject.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
I had to disable one test because it was functioning incorrectly, see #1530559 I also removed the debugging prints
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
* Convert binary methods in Integral to mixin methods * Remove three-arg __pow__ as a required method * Make __int__ the root method instead of __long__.
-
- 10 Jun, 2008 19 commits
-
-
Benjamin Peterson authored
-
Amaury Forgeot d'Arc authored
C:\temp => file:///C|temp/
-
Gregory P. Smith authored
Part of reverting most of r63675 per the mailing list discussion.
-
Armin Ronacher authored
-
Armin Ronacher authored
-
Gregory P. Smith authored
occurances of PyBytes_ in the code to their original PyString_ names. The bytesobject.c file will be renamed back to stringobject.c in a future checkin.
-
Josiah Carlson authored
NameErrors pointed out by Giampaolo.
-
Thomas Heller authored
Add an optional 'offset' parameter to byref, defaulting to zero.
-
Thomas Heller authored
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Georg Brandl authored
-
Robert Schuppenies authored
-
Raymond Hettinger authored
-
Georg Brandl authored
-
Martin v. Löwis authored
-
Josiah Carlson authored
issues in: 909005 and 17361001, as well as completely as possible issues 539444, 760475, 777588, 889153, 953599, 1025525, 1063924, and 658749. This patch also includes doc and test updates as necessary.
-
Alexandre Vassalotti authored
Cleaned up the unit test.
-
Alexandre Vassalotti authored
-
- 09 Jun, 2008 7 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Gregory P. Smith authored
http://mail.python.org/pipermail/python-dev/2008-June/079988.html Python 2.6 should stick with PyString_* in its codebase. The PyBytes_* names in the spirit of 3.0 are available via a #define only. See the email thread.
-
Raymond Hettinger authored
-
- 08 Jun, 2008 3 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-