- 11 Jun, 2013 2 commits
-
-
Ned Deily authored
-
Roger Serwy authored
Original patch by Sarah K.
-
- 10 Jun, 2013 4 commits
-
-
Benjamin Peterson authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Ronald Oussoren authored
AI_NUMERICSERV isn't defined on OSX 10.4.
-
- 09 Jun, 2013 3 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
encoding now always contains an encoding name.
-
- 08 Jun, 2013 3 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Terry Jan Reedy authored
changing IOError to OSError (#16715).
-
- 07 Jun, 2013 1 commit
-
-
Brett Cannon authored
-
- 05 Jun, 2013 2 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.
-
- 03 Jun, 2013 1 commit
-
-
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 9 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
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Issue #13772: Restored directory detection of targets in `os.symlink` on Windows, which was temporarily removed in Python 3.2.3 due to an incomplete implementation. The implementation now works even if the symlink is created in a location other than the current directory.
-
Terry Jan Reedy authored
Preliminary patch by Rajagopalasarma Jayakrishnan.
-
- 27 May, 2013 1 commit
-
-
Ned Deily authored
-
- 25 May, 2013 3 commits
-
-
Antoine Pitrou authored
-
Brett Cannon authored
-
Brett Cannon authored
-