- 05 Jun, 2013 4 commits
-
-
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 2 commits
-
-
Serhiy Storchaka authored
-
Terry Jan Reedy authored
-
- 29 May, 2013 5 commits
-
-
Stefan Krah authored
-
Stefan Krah authored
-
Stefan Krah authored
character in _decimal.c.
-
Senthil Kumaran authored
This helps in handling certain types invalid urls in a conservative manner.
-
Terry Jan Reedy authored
touchup test_idle. Rename README.txt.
-
- 28 May, 2013 6 commits
-
-
Ned Deily authored
is overriden with the CC environment variable, use the new compiler as the default for linking if LDSHARED is not also overriden. This restores Distutils behavior introduced in 3.2.3 and inadvertently dropped in 3.3.0.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
stream's read() returns more bytes than requested.
-
Serhiy Storchaka authored
on unsuitable platform/environment.
-
Serhiy Storchaka authored
non-alphabet characters present in the input string to conform a docstring. Updated the module documentation.
-
Serhiy Storchaka authored
-