108 Commits (95db2e7b8a0477ddf60902ca0aacdafbb265e5a5)

Author SHA1 Message Date
Victor Stinner d9c563e84d modsupport.c reuses Py_UNICODE_strlen() 14 years ago
Victor Stinner ecf4fdad50 Py_BuildValue("C") supports non-BMP characters on narrow build 15 years ago
R. David Murray 64a1e7cab1 Merged revisions 87251 via svnmerge from 15 years ago
Alexander Belopolsky f0f45142d5 Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99 16 years ago
Victor Stinner 7eeb5b5e50 Issue #8848: U / U# formats of Py_BuildValue() are just alias to s / s# 16 years ago
Antoine Pitrou 7f14f0d8a0 Recorded merge of revisions 81032 via svnmerge from 16 years ago
Antoine Pitrou f95a1b3c53 Recorded merge of revisions 81029 via svnmerge from 16 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
Skip Montanaro ba1e0f46ab Issue 7147 - remove ability to attempt to build Python without complex number support (was broken anyway) 16 years ago
Benjamin Peterson a921fb0f66 Py_BuildValue's 'c' code should use byte strings #5666 17 years ago
Amaury Forgeot d'Arc a073e33746 Correct a typo during previous checkin. 18 years ago
Amaury Forgeot d'Arc a4db68622c Issue #3280: like chr() already does, the "%c" format now accepts the full unicode range 18 years ago
Martin v. Löwis 1a21451b1d Implement PEP 3121: new module initialization and finalization API. 18 years ago
Gregory P. Smith dd96db63f6 This reverts r63675 based on the discussion in this thread: 18 years ago
Christian Heimes 72b710a596 Renamed PyString to PyBytes 18 years ago
Christian Heimes 593daf545b Renamed PyString to PyBytes 18 years ago
Georg Brandl fceab5a385 Merged revisions 60080-60089,60091-60093 via svnmerge from 18 years ago
Georg Brandl c211a0a00b #1782: don't leak in error case in PyModule_AddXxxConstant. Patch by Hrvoje Nikšić. 18 years ago
Martin v. Löwis 327858ef2c Eliminate outdated usages of PyInt_GetMax. 18 years ago
Christian Heimes 217cfd1c86 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h 18 years ago
Guido van Rossum 98297ee781 Merging the py3k-pep3137 branch back into the py3k branch. 18 years ago
Skip Montanaro 46fc337395 PyErr_Warn is deprecated in 2.5 - goes away for 3.0 19 years ago
Martin v. Löwis 10a60b3ec0 Change Py_BuildValue to generate Unicode objects for 19 years ago
Walter Dörwald d09413012c Revert r56044 (which changed the %c format specifier to accept a 19 years ago
Walter Dörwald bc1f886170 Change %c format specifier for PyArg_ParseTuple() so that it accepts 19 years ago
Walter Dörwald 6e8fcae38f Make module docstrings unicode objects. 19 years ago
Martin v. Löwis 5b222135f8 Make identifiers str (not str8) objects throughout. 19 years ago
Walter Dörwald d2034310d6 Add 'U'/'U#' format characters to Py_BuildValue (and thus 19 years ago
Walter Dörwald 612344f127 Change UnicodeDecodeError objects so that the 'object' attribute 19 years ago
Guido van Rossum 8d30cc0144 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). 19 years ago
Thomas Wouters 89f507fe8c Four months of trunk changes (including a few releases...) 19 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
Thomas Wouters 49fd7fa443 Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 20 years ago
Skip Montanaro 7ff54e7706 C++ compiler cleanup: migrate to modsupport.h 20 years ago
Martin v. Löwis 5cb6936672 Make Py_BuildValue, PyObject_CallFunction and 20 years ago
Martin v. Löwis b1ed7fac12 Replace INT_MAX with PY_SSIZE_T_MAX. 20 years ago
Neal Norwitz 4fe4ed2525 Make mktuple consistent with mklist to get rid of Coverity warnings. Also use macro version of SetItem since we know everything is setup. 20 years ago
Neal Norwitz 3e90fa5940 Try to cleanup the error handling a bit so there aren't false positives 20 years ago
Martin v. Löwis 0b300be895 Fix more memory leaks. Will backport to 2.4. 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
Tim Peters 35c3f4f249 do_mkvalue(), 'I' and 'k' cases: squash legitimate 20 years ago
Jeremy Hylton af68c874a6 Add const to several API functions that take char *. 20 years ago
Georg Brandl f06e30af4a bug #1281408: make Py_BuildValue work with unsigned longs and long longs 20 years ago
Neal Norwitz 7bcabc60a3 Fix a few more memory leaks 20 years ago
Michael W. Hudson c849e63eb0 This is Pete Shinners' patch from his bug report 22 years ago
Jack Jansen fb2765666f Getting rid of support for the ancient Apple MPW compiler. 22 years ago
Martin v. Löwis f8d59d28e0 Patch #828384: Don't discard nested exception in AddObject. 22 years ago