- 11 Haz, 2008 12 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Benjamin Peterson yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Gregory P. Smith yazdı
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 yazdı
Document the new 'offset' parameter for the 'ctypes.byref' function.
-
Gregory P. Smith yazdı
stringobject and PyBytes defines in bytesobject.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
I had to disable one test because it was functioning incorrectly, see #1530559 I also removed the debugging prints
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
* 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 Haz, 2008 19 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Amaury Forgeot d'Arc yazdı
C:\temp => file:///C|temp/
-
Gregory P. Smith yazdı
Part of reverting most of r63675 per the mailing list discussion.
-
Armin Ronacher yazdı
-
Armin Ronacher yazdı
-
Gregory P. Smith yazdı
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 yazdı
NameErrors pointed out by Giampaolo.
-
Thomas Heller yazdı
Add an optional 'offset' parameter to byref, defaulting to zero.
-
Thomas Heller yazdı
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-
Georg Brandl yazdı
-
Robert Schuppenies yazdı
-
Raymond Hettinger yazdı
-
Georg Brandl yazdı
-
Martin v. Löwis yazdı
-
Josiah Carlson yazdı
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 yazdı
Cleaned up the unit test.
-
Alexandre Vassalotti yazdı
-
- 09 Haz, 2008 7 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Gregory P. Smith yazdı
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 yazdı
-
- 08 Haz, 2008 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-