Christian Heimes
|
7d4c3177d5
|
Silenced compiler warning
Objects/stringlib/find.h:97: warning: 'stringlib_contains_obj' defined but not used
Reviewed by Benjamin Peterson
|
2008-08-22 19:47:25 +00:00 |
Amaury Forgeot d'Arc
|
313bda12e8
|
Fix a refleak in bytearray.split and bytearray.rsplit, detected by
regrtest.py -R:: test_bytes
|
2008-08-17 21:05:18 +00:00 |
Martin v. Löwis
|
f91d46a17d
|
Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple,
by denying s# to parse objects that have a releasebuffer procedure,
and introducing s*.
More module might need to get converted to use s*.
|
2008-08-12 14:49:50 +00:00 |
Neal Norwitz
|
c86b54cb03
|
Fix a couple of names in error messages that were wrong
|
2008-07-20 19:35:23 +00:00 |
Georg Brandl
|
3238a3e329
|
Backport part of r65043.
|
2008-07-16 23:17:46 +00:00 |
Georg Brandl
|
3e75846cf6
|
Use _getbytevalue() in init too.
|
2008-07-16 23:10:05 +00:00 |
Georg Brandl
|
3e483f643d
|
#3156: fix consistency in what type bytearray methods accept as items.
Also rename confusing "item" parameters to "index".
|
2008-07-16 22:57:41 +00:00 |
Robert Schuppenies
|
9be2ec109b
|
Added additional __sizeof__ implementations and addressed comments made in
Issue3122.
|
2008-07-10 15:24:04 +00:00 |
Andrew M. Kuchling
|
d897264464
|
Docstring typo
|
2008-06-21 13:29:12 +00:00 |
Christian Heimes
|
44720838eb
|
Renamed bytesobject.c to bytearrayobject.c
Renamed stringobject.c to bytesobject.c
Fixed Windows builds
|
2008-05-26 13:01:01 +00:00 |