- 05 Nov, 2015 2 commits
-
-
Serhiy Storchaka 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.
-
- 04 Nov, 2015 7 commits
-
-
Serhiy Storchaka authored
-
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.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 02 Nov, 2015 8 commits
-
-
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)
-
Guido van Rossum authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
This changes the main documentation, doc strings, source code comments, and a couple error messages in the test suite. In some cases the word was removed or edited some other way to fix the grammar.
-
- 01 Nov, 2015 3 commits
-
-
Serhiy Storchaka authored
at the end if the FileInput was opened with binary mode. Patch by Ryosuke Ito.
-
Serhiy Storchaka authored
at the end if the FileInput was opened with binary mode. Patch by Ryosuke Ito.
-
Serhiy Storchaka authored
garbage collected.
-
- 31 Oct, 2015 8 commits
-
-
Berker Peksag authored
-
Steve Dower authored
-
Steve Dower authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
- 30 Oct, 2015 9 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 29 Oct, 2015 3 commits
-
-
Serhiy Storchaka authored
Patch by John Mark Vandenberg.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Original patch by John Mark Vandenberg.
-