- 06 Nov, 2015 9 commits
-
-
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 15 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
-
Benjamin Peterson authored
-
Raymond Hettinger authored
-
- 03 Nov, 2015 4 commits
-
-
Eric V. Smith authored
-
Eric V. Smith authored
-
Eric V. Smith authored
-
Victor Stinner authored
-
- 02 Nov, 2015 2 commits
-
-
Guido van Rossum authored
Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch by Akira Li. (Merge 3.5->3.6)
-
Guido van Rossum authored
Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch by Akira Li. (Merge 3.4->3.5)
-