- 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 17 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
-
Brett Cannon authored
-
Brett Cannon authored
EOF is hit while trying to read the header of a bytecode file.
-
Victor Stinner authored
multiprocessing.h: remove unused MIN and MAX macros
-
Victor Stinner authored
change the C type of seqiterobject.it_index from long to Py_ssize_t.
-
- 03 Jun, 2013 2 commits
-
-
Victor Stinner authored
encoding, and socket.gethostname() now decodes the hostname from the locale encoding, instead of using the UTF-8 encoding in strict mode.
-
Victor Stinner authored
socket.gethostname() now decodes the hostname from the locale encoding, instead of using the UTF-8 encoding in strict mode.
-
- 02 Jun, 2013 2 commits
-
-
Senthil Kumaran authored
os.path.join(*self.dirs) produces an invalid path on windows. ftp paths are always forward-slash seperated like this. /pub/dir.
-
Raymond Hettinger authored
by using the wording from the Py2.7 docs.
-
- 01 Jun, 2013 2 commits
-
-
Senthil Kumaran authored
hostname is resolvable by socket.gethostname for local machine. This all fixes certain freebsd builtbot failures.
-
Senthil Kumaran authored
towards target. This fixes a bug where target is accessible, but parent directories are restricted.
-
- 31 May, 2013 1 commit
-
-
Serhiy Storchaka authored
-