- 07 Nov, 2015 5 commits
-
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
This avoids possible buffer overreads when int(), float(), compile(), exec() and eval() are passed bytes-like objects. Similar code is removed from the complex() constructor, where it was not reachable. Patch by John Leitch, Serhiy Storchaka and Martin Panter.
-
Martin Panter authored
-
Martin Panter authored
The mkstemp() and mkdtemp() signatures have already been updated, but the higher-level functions still suggest that the default values are forced to text strings. Also merged some paragraphs describing the "suffix" and "prefix" parameters, and pointed out that mktemp() does not support the new changes.
-
- 06 Nov, 2015 12 commits
-
-
Victor Stinner authored
compiling AST from Python objects.
-
Serhiy Storchaka authored
reliable.
-
Serhiy Storchaka authored
reliable.
-
Serhiy Storchaka authored
Thanks Марк Коренберг.
-
Serhiy Storchaka authored
Thanks Марк Коренберг.
-
Serhiy Storchaka authored
_odict_add_new_node() fails.
-
Serhiy Storchaka authored
_odict_add_new_node() fails.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
Implementation by Antoine Pitrou.
-
- 05 Nov, 2015 10 commits
-
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Victor Stinner authored
is raised when it returns NULL. Simplify also ceval.c: rely on the fact that PyObject_GetItem() raised an exception when it returns NULL.
-
Victor Stinner authored
-
Victor Stinner authored
requested name doesn't exist in globals: clear the KeyError exception before calling PyObject_GetItem(). Fail also if the raised exception is not a KeyError.
-
Victor Stinner authored
-
- 04 Nov, 2015 13 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
was mutated by direct calls of dict methods.
-
Serhiy Storchaka authored
was mutated by direct calls of dict methods.
-
Serhiy Storchaka authored
KeyError in C implementations as well as in Python implementation. Added tests for OrderedDict subclasses.
-
Serhiy Storchaka authored
KeyError in C implementations as well as in Python implementation. Added tests for OrderedDict subclasses.
-
Eric V. Smith authored
-
Victor Stinner authored
running tests in multiprocessing mode (-jN).
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-