COMMITS
/ Python/modsupport.c November 4, 2020
V
bpo-1635741: Add PyModule_AddObjectRef() function (GH-23122)
Victor Stinner committed
August 30, 2020
T
closes bpo-41533: Fix a potential memory leak when allocating a stack (GH-21847)
Tony Solomonik committed
June 19, 2020
V
bpo-40943: PY_SSIZE_T_CLEAN required for '#' formats (GH-20784)
Victor Stinner committed
April 8, 2020
V
bpo-40170: Add _PyIndex_Check() internal function (GH-19426)
Victor Stinner committed
March 22, 2020
D
bpo-40024: Add PyModule_AddType() helper function (GH-19088)
Dong-hee Na committed
March 2, 2020
S
bpo-38913: Fix segfault in Py_BuildValue("(s#O)", ...) if entered with exception raised. (GH-18656)
Serhiy Storchaka committed
March 23, 2019
I
bpo-36381: warn when no PY_SSIZE_T_CLEAN defined (GH-12473)
Inada Naoki committed
March 30, 2017
S
bpo-29852: Argument Clinic Py_ssize_t converter now supports None (#716)
Serhiy Storchaka committed
February 12, 2017
V
bpo-29524: Add Objects/call.c file (#12)
Victor Stinner committed
February 10, 2017
V
Backed out changeset f23fa1f7b68f
Victor Stinner committed
V
Issue #29465: Add Objects/call.c file
Victor Stinner committed
January 23, 2017
S
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka committed
December 8, 2016
V
Add _Py_VaBuildStack() function
Victor Stinner committed
V
modsupport: replace int with Py_ssize_t
Victor Stinner committed
V
modsupport: replace int with Py_ssize_t
Victor Stinner committed
December 6, 2016
V
Uniformize argument names of "call" functions
Victor Stinner committed
November 21, 2016
S
Issue #28748: Private variable _Py_PackageContext is now of type "const char *"
Serhiy Storchaka committed
November 20, 2016
S
Issue #19569: Compiler warnings are now emitted if use most of deprecated
Serhiy Storchaka committed
September 21, 2016
C
va_end() all va_copy()ed va_lists.
Christian Heimes committed
B
replace usage of Py_VA_COPY with the (C99) standard va_copy
Benjamin Peterson committed
September 6, 2016
B
replace PY_LONG_LONG with long long
Benjamin Peterson committed
V
Avoid inefficient way to call functions without argument
Victor Stinner committed
B
require a long long data type (closes #27961)
Benjamin Peterson committed
May 20, 2016
S
Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N"
Serhiy Storchaka committed
S
Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N"
Serhiy Storchaka committed
December 25, 2015
S
Issue #25923: Added more const qualifiers to signatures of static and private functions.
Serhiy Storchaka committed
January 21, 2014
V
Issue #20024: Py_BuildValue() now saves/restores the current exception before
Victor Stinner committed
September 29, 2011
V
modsupport.c reuses Py_UNICODE_strlen()
Victor Stinner committed
July 14, 2011
V
Py_BuildValue("C") supports non-BMP characters on narrow build
Victor Stinner committed
August 11, 2010
A
Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99
Alexander Belopolsky committed
June 7, 2010
V
Issue #8848: U / U# formats of Py_BuildValue() are just alias to s / s#
Victor Stinner committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
October 18, 2009
S
April 3, 2009
B
Py_BuildValue's 'c' code should use byte strings #5666
Benjamin Peterson committed
July 4, 2008
A
Correct a typo during previous checkin.
Amaury Forgeot d'Arc committed
A
Issue #3280: like chr() already does, the "%c" format now accepts the full unicode range
Amaury Forgeot d'Arc committed
June 11, 2008
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
May 26, 2008
C
Renamed PyString to PyBytes
Christian Heimes committed
January 19, 2008
G
Merged revisions 60080-60089,60091-60093 via svnmerge from
Georg Brandl committed
December 4, 2007
M
Eliminate outdated usages of PyInt_GetMax.
Martin v. Löwis committed
December 2, 2007
C
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
Christian Heimes committed
November 6, 2007
G
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum committed
August 12, 2007
S
PyErr_Warn is deprecated in 2.5 - goes away for 3.0
Skip Montanaro committed
July 18, 2007
M
Change Py_BuildValue to generate Unicode objects for
Martin v. Löwis committed
July 1, 2007
W
Revert r56044 (which changed the %c format specifier to accept a
Walter Dörwald committed
June 20, 2007
W
Change %c format specifier for PyArg_ParseTuple() so that it accepts
Walter Dörwald committed
June 12, 2007
W
Make module docstrings unicode objects.
Walter Dörwald committed
June 10, 2007
M
Make identifiers str (not str8) objects throughout.
Martin v. Löwis committed
May 18, 2007
W
Add 'U'/'U#' format characters to Py_BuildValue (and thus
Walter Dörwald committed
May 4, 2007
W
Change UnicodeDecodeError objects so that the 'object' attribute
Walter Dörwald committed