147 Commits (ff337ccd4bf9b6edea5aa25ea72f7d4c02a3bf47)

Author SHA1 Message Date
Victor Stinner 0a92d1849e Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file 15 years ago
Victor Stinner 645b9f67ae Issue #8651: Fix "z#" format of PyArg_Parse*() function: the size was not 15 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
Antoine Pitrou 72ec2e2bdf 14 years later, we still don't know what it's for. 16 years ago
Larry Hastings 402b73fb8d Backported PyCapsule from 3.1, and converted most uses of 16 years ago
Mark Dickinson 1b34d2552c Issue #5080: turn the DeprecationWarning from float arguments passed 16 years ago
Sean Reifscheider 9279e7d177 - Issue #6624: yArg_ParseTuple with "s" format when parsing argument with 17 years ago
Georg Brandl e9b912164b Merged revisions 71058,71149-71150,71212,71214-71216,71222,71225,71234,71237-71238,71240-71241,71243,71249,71251 via svnmerge from 17 years ago
Georg Brandl 6c59e72576 #5580: no need to use parentheses when converterr() argument is actually a type description. 17 years ago
Benjamin Peterson 828a7066f1 Merged revisions 67898,67904-67907,67912,67918,67920-67921,67923-67924,67927,67930,67932,67943 via svnmerge from 17 years ago
Benjamin Peterson 4caef5c7e2 fix #4720: the format to PyArg_ParseTupleAndKeywords can now start with '|' 17 years ago
Antoine Pitrou d4ae97bc38 #3668: When PyArg_ParseTuple correctly parses a s* format, but raises an 18 years ago
Neal Norwitz 18aa388ca0 Fix: 18 years ago
Martin v. Löwis f91d46a17d Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple, 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
Christian Heimes ea837931cf Patch #1691070 from Roger Upole: Speed up PyArg_ParseTupleAndKeywords() and improve error msg 18 years ago
Neal Norwitz df6ac3db57 Whitespace normalization 18 years ago
Amaury Forgeot d'Arc 8334a4fc31 Backport of r59241: str.decode fails on very long strings on 64bit platforms. 18 years ago
Amaury Forgeot d'Arc dafd32b730 Issue #1521: on 64bit platforms, str.decode fails on very long strings. 18 years ago
Armin Rigo 7ccbca93a2 Forward-port of r52136,52138: a review of overflow-detecting code. 20 years ago
Armin Rigo 4b63c21d6f Forward-port of r52136: a review of overflow-detecting code. 20 years ago
Walter Dörwald d14bf61d05 Fix typo. 20 years ago
Georg Brandl 209307eb3b Introduce an upper bound on tuple nesting depth in 20 years ago
Georg Brandl 5f135787ec Part of bug #1523610: fix miscalculation of buffer length. 20 years ago
Georg Brandl 98251f8a2f Argh. "integer" is a very confusing word ;) 20 years ago
Georg Brandl 22ccbbc4ec Bug #1502750: Fix getargs "i" format to use LONG_MIN and LONG_MAX for bounds checking. 20 years ago
Skip Montanaro b507972cdd C++ compiler cleanup: cast... 20 years ago
Martin v. Löwis 5cb6936672 Make Py_BuildValue, PyObject_CallFunction and 20 years ago
Neal Norwitz 615461603c SF Bug #1454485, array.array('u') could crash the interpreter when 20 years ago
Georg Brandl 7f573f7319 Add a test for Py_ssize_t. Correct typo in getargs.c. 20 years ago
Anthony Baxter 97300387ec avoid C++ name mangling for the _Py.*SizeT functions 20 years ago
Thomas Wouters c3547a311e Fix C99-ism, and add XXX to comment 20 years ago
Thomas Wouters 572a9f32dc Use %zd format characters for Py_ssize_t types. 20 years ago
Martin v. Löwis 762467475d Use Py_ssize_t for PyArg_UnpackTuple arguments. 20 years ago
Martin v. Löwis 15e62742fa Revert backwards-incompatible const changes. 20 years ago
Neal Norwitz 9a27617239 Based on discussion with Martin and Thomas on python-checkins 20 years ago
Neal Norwitz 20dd93f427 Fix compiler warning on amd64. We can't use zd here since this is 20 years ago
Martin v. Löwis d96ee90993 Use Py_ssize_t to count the 20 years ago
Martin v. Löwis 18e165558b Merge ssize_t branch. 20 years ago
Georg Brandl d704817b66 typo 20 years ago
Neal Norwitz 4ac13dfc3a Remove extra parens 20 years ago
Neal Norwitz 30b5c5d011 Fix SF bug #1072182, problems with signed characters. 20 years ago
Jeremy Hylton af68c874a6 Add const to several API functions that take char *. 20 years ago
Georg Brandl 6dd14619bb Complete format code support in getargs.c::skipitem(), which is called when 21 years ago
Georg Brandl 02c42871cf Disallow keyword arguments for type constructors that don't use them. 21 years ago
Michael W. Hudson 5253c30791 I suppose a bug report or even a fix would be a better response, but 21 years ago
Martin v. Löwis 6ce7ed23d0 Revert previous checkin on getargs 'L' code. Try to convert all 21 years ago
Martin v. Löwis ff232d7230 Clear internal call error in 'L' format. Fixes #723201. 21 years ago