53 Commits (c551776f8e5b4c8bcb3cf4b91c679ba080e543cf)

Author SHA1 Message Date
Barry Warsaw 1e13eb084f - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED 14 years ago
Antoine Pitrou c7c96a90bc Recorded merge of revisions 81029 via svnmerge from 16 years ago
Antoine Pitrou c83ea137d7 Untabify C files. Will watch buildbots. 16 years ago
Brett Cannon 0563a8ffd1 Change the warning emitted for using the buffer() object; memoryview() in 3.0 18 years ago
Neal Norwitz e7d8be80ba Security patches from Apple: prevent int overflow when allocating memory 18 years ago
Neal Norwitz 4f3be8a0a9 Security patches from Apple: prevent int overflow when allocating memory 18 years ago
Gregory P. Smith 9d53457e59 Merge in release25-maint r60793: 18 years ago
Gregory P. Smith dd96db63f6 This reverts r63675 based on the discussion in this thread: 18 years ago
Christian Heimes 593daf545b Renamed PyString to PyBytes 18 years ago
Benjamin Peterson 9f4f48114f Use PyErr_WarnPy3k throughout 18 years ago
Georg Brandl f8f1fbd53c Move declarations to block start. 18 years ago
Georg Brandl d5b635f196 Make Py3k warnings consistent w.r.t. punctuation; also respect the 18 years ago
Georg Brandl 80055f6295 #2355: py3k warning for buffer(). 18 years ago
Martin v. Löwis 73c01d4101 Added checks for integer overflows, contributed by Google. Some are 18 years ago
Guido van Rossum be801acbb1 Delete bufferobject.[ch]. 19 years ago
Neal Norwitz 6ba1a5f51b Coverity #151: Remove deadcode. 19 years ago
Travis E. Oliphant 8ae62b6094 Change PyBuffer to Py_buffer to be consistent with other non-object structures like Py_complex. Add some more functionality to the memoryview object. 19 years ago
Thomas Wouters d2cf20eea2 Remove the simple slicing API. All slicing is now done with slice objects. 19 years ago
Jeremy Hylton c4140a158e PEP 7 clean ups, no change in behavior. 19 years ago
Thomas Wouters ed03b4121e Merge the trunk changes in. Breaks socket.ssl for now. 19 years ago
Thomas Wouters 3ccec68a05 Improve extended slicing support in builtin types and classes. Specifically: 19 years ago
Travis E. Oliphant b803c517bf Fix memory leak in arraymodule.c and respond to a few comments by nnorwitz. 19 years ago
Neal Norwitz faa54a3929 Code review of the new buffer protocol. Mostly add questions that should 19 years ago
Travis E. Oliphant b99f762f10 Merged in py3k-buffer branch to main line. All objects now use the buffer protocol in PEP 3118. 19 years ago
Martin v. Löwis 9f2e346911 Merged revisions 56467-56482 via svnmerge from 19 years ago
Martin v. Löwis 6819210b9e PEP 3123: Provide forward compatibility with Python 3.0, while keeping 19 years ago
Guido van Rossum cd16bf6404 Merged revisions 55817-55961 via svnmerge from 19 years ago
Martin v. Löwis 897704d1dd Bug #1733488: Fix compilation of bufferobject.c on AIX. 19 years ago
Martin v. Löwis da587ab43e Bug #1733488: Fix compilation of bufferobject.c on AIX. 19 years ago
Walter Dörwald 1ab8330827 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror 19 years ago
Guido van Rossum 0f0eb0b7fe Kill two innocuous compiler warnings. 19 years ago
Guido van Rossum bc14efbd08 Make the StringIO test pass. 19 years ago
Guido van Rossum 47b9ff6ba1 Restructure comparison dramatically. There is no longer a default 20 years ago
Thomas Wouters 0e3f591aee Merged revisions 46753-51188 via svnmerge from 20 years ago
Thomas Heller ab1049c046 memcmp() can return values other than -1, 0, and +1 but tp_compare 20 years ago
Skip Montanaro 9a8ae8f46b Suppress warning on MacOSX about possible use before set of proc. 20 years ago
Brett Cannon c48b0e6657 Fix inconsistency in naming within an enum. 20 years ago
Brett Cannon de3b052216 Buffer objects would return the read or write buffer for a wrapped object when 20 years ago
Thomas Wouters 49fd7fa443 Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 20 years ago
Anthony Baxter 377be11ee1 More C++-compliance. Note especially listobject.c - to get C++ to accept the 20 years ago
Thomas Wouters 02cbdd3461 Use proper PyArg_Parse format char for Py_ssize_t, instead of 'l', in 20 years ago
Martin v. Löwis e0e89f7920 Revert 42400. 20 years ago
Martin v. Löwis 2c95cc6d72 Support %zd in PyErr_Format and PyString_FromFormat. 20 years ago
Neal Norwitz 26efe402c2 Get rid of compiler warnings (gcc 3.3.4 on x86) 20 years ago
Martin v. Löwis 18e165558b Merge ssize_t branch. 20 years ago
Neal Norwitz 7c460740ed Check return result for error 20 years ago
Georg Brandl 02c42871cf Disallow keyword arguments for type constructors that don't use them. 21 years ago
Neil Schemenauer 927a57fbeb Ensure negative offsets cannot be passed to buffer(). When composing 22 years ago
Neil Schemenauer fb6ba07d9c Fix buffer offset calculation (need to compute it before changing 22 years ago
Martin v. Löwis 093c100bd4 Correct code to advance ptr to be well-formed C. 22 years ago