- 09 Jun, 2013 4 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
encoding now always contains an encoding name.
-
Serhiy Storchaka authored
encoding now always contains an encoding name.
-
- 08 Jun, 2013 7 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Richard Oudkerk authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
changing IOError to OSError (#16715).
-
- 07 Jun, 2013 8 commits
-
-
Łukasz Langa authored
-
Łukasz Langa authored
Thanks to Vajrasky Kok for the patch
-
Brett Cannon authored
test_imp.
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
to importlib.
-
Vinay Sajip authored
-
Vinay Sajip authored
Closes #11959: SMTPServer and SMTPChannel now take an optional map, use of which avoids affecting global state.
-
- 05 Jun, 2013 8 commits
-
-
Brett Cannon authored
-
Richard Oudkerk authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Fix bug in existing human test and add instructions; fix two bugs in tested code; remove redundancies, add spaces, and change two internal method names. Add mock_tk with mocks for tkinter.Variable subclasses and tkinter.messagebox. Use mocks in test_config_name to unittest methods that are otherwise gui-free.
-
Łukasz Langa authored
PEP accepted: http://mail.python.org/pipermail/python-dev/2013-June/126734.html
-
Victor Stinner authored
-
- 04 Jun, 2013 13 commits
-
-
Victor Stinner authored
Cleanup also the code to follow the Python coding style (PEP 7).
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
The result type is int, return -1 to avoid a compiler warning (cast Py_ssize_t to int). PyObject_Size() can only fail with -1, and anyway a constructor should return -1 on error, not an arbitrary negative number.
-
Victor Stinner authored
iterators: change the C type of tupleiterobject.it_index from long to Py_ssize_t.
-
Victor Stinner authored
by their HANDLE which is a pointer (and not a long, which is smaller).
-
Victor Stinner authored
-