Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
75f1107b7c34952e3aef1dfd0acb2282296040dd
/
Objects
/
bufferobject.c
0563a8f
Change the warning emitted for using the buffer() object; memoryview() in 3.0
by Brett Cannon
· 16 years ago
e7d8be8
Security patches from Apple: prevent int overflow when allocating memory
by Neal Norwitz
· 16 years ago
9d53457
Merge in release25-maint r60793:
by Gregory P. Smith
· 16 years ago
dd96db6
This reverts r63675 based on the discussion in this thread:
by Gregory P. Smith
· 16 years ago
593daf5
Renamed PyString to PyBytes
by Christian Heimes
· 16 years ago
9f4f481
Use PyErr_WarnPy3k throughout
by Benjamin Peterson
· 17 years ago
f8f1fbd
Move declarations to block start.
by Georg Brandl
· 17 years ago
d5b635f
Make Py3k warnings consistent w.r.t. punctuation; also respect the
by Georg Brandl
· 17 years ago
80055f6
#2355: py3k warning for buffer().
by Georg Brandl
· 17 years ago
6ba1a5f
Coverity #151: Remove deadcode.
by Neal Norwitz
· 17 years ago
3ccec68
Improve extended slicing support in builtin types and classes. Specifically:
by Thomas Wouters
· 17 years ago
6819210
PEP 3123: Provide forward compatibility with Python 3.0, while keeping
by Martin v. Löwis
· 17 years ago
da587ab
Bug #1733488: Fix compilation of bufferobject.c on AIX. Will backport to 2.5.
by Martin v. Löwis
· 17 years ago
ab1049c
memcmp() can return values other than -1, 0, and +1 but tp_compare must not.
by Thomas Heller
· 18 years ago
9a8ae8f
Suppress warning on MacOSX about possible use before set of proc.
by Skip Montanaro
· 18 years ago
c48b0e6
Fix inconsistency in naming within an enum.
by Brett Cannon
· 18 years ago
de3b052
Buffer objects would return the read or write buffer for a wrapped object when
by Brett Cannon
· 18 years ago
377be11
More C++-compliance. Note especially listobject.c - to get C++ to accept the
by Anthony Baxter
· 19 years ago
02cbdd3
Use proper PyArg_Parse format char for Py_ssize_t, instead of 'l', in
by Thomas Wouters
· 19 years ago
e0e89f7
Revert 42400.
by Martin v. Löwis
· 19 years ago
2c95cc6
Support %zd in PyErr_Format and PyString_FromFormat.
by Martin v. Löwis
· 19 years ago
26efe40
Get rid of compiler warnings (gcc 3.3.4 on x86)
by Neal Norwitz
· 19 years ago
18e1655
Merge ssize_t branch.
by Martin v. Löwis
· 19 years ago
7c46074
Check return result for error
by Neal Norwitz
· 19 years ago
02c4287
Disallow keyword arguments for type constructors that don't use them.
by Georg Brandl
· 19 years ago
927a57f
Ensure negative offsets cannot be passed to buffer(). When composing
by Neil Schemenauer
· 20 years ago
fb6ba07
Fix buffer offset calculation (need to compute it before changing
by Neil Schemenauer
· 20 years ago
093c100
Correct code to advance ptr to be well-formed C.
by Martin v. Löwis
· 21 years ago
4252a7a
Make buffer objects based on mutable objects (like array) safe.
by Neil Schemenauer
· 21 years ago
0eadcd9
Document one of the many problems with the buffer object.
by Neil Schemenauer
· 21 years ago
5e3a675
Rename static functions, they should not have the _Py prefix.
by Neil Schemenauer
· 21 years ago
e3a8e7e
Call me anal, but there was a particular phrase that was speading to
by Guido van Rossum
· 22 years ago
5a04aec
Fix SF bug 546434 -- buffer slice type inconsistent.
by Raymond Hettinger
· 22 years ago
bea18cc
SF patch 568629 by Oren Tirosh: types made callable.
by Guido van Rossum
· 22 years ago
1f7df35
Remove the CACHE_HASH and INTERN_STRINGS preprocessor symbols.
by Tim Peters
· 23 years ago
fdc1bd3
Fix for Bug #216405:
by Thomas Heller
· 23 years ago
7ce3694
repr's converted to using PyString_FromFormat() instead of sprintf'ing
by Barry Warsaw
· 23 years ago
6d6c1a3
Merge of descr-branch back into trunk.
by Tim Peters
· 23 years ago
8586991
REMOVED all CWI, CNRI and BeOpen copyright markings.
by Guido van Rossum
· 24 years ago
cf703f0
Removing warnings found by gcc -Wall
by Moshe Zadka
· 24 years ago
7991247
ANSI-fication of the sources.
by Fred Drake
· 24 years ago
ffcc381
Change copyright notice - 2nd try.
by Guido van Rossum
· 24 years ago
fd71b9e
Change copyright notice.
by Guido van Rossum
· 24 years ago
a44d353
Trent Mick <trentm@activestate.com>:
by Fred Drake
· 24 years ago
b18618d
Vladimir Marangozov's long-awaited malloc restructuring.
by Guido van Rossum
· 25 years ago
4574f23
PyBuffer_New(): Raise ValueError if size is negative (the other
by Fred Drake
· 25 years ago
cd037e7
Folded long lines.
by Guido van Rossum
· 26 years ago
49ded3e
Added check for negative offset for PyBuffer_FromObject and check for
by Guido van Rossum
· 26 years ago
1db7070
Greg Stein: Implement the new bf_getcharbuffer function, indicating
by Guido van Rossum
· 26 years ago
7148ca9
Make gcc -Wall happy.
by Guido van Rossum
· 26 years ago
2e19bd7
Add Greg Stein's buffer object API.
by Guido van Rossum
· 26 years ago