- 22 Jun, 2013 5 commits
-
-
Terry Jan Reedy authored
'Find in files' by replacing 'open with implicit close' by 'with open' in GrepDialog method grep_it. Streamline code with enumerate(), direct file iteration, and output tweak. Add test for this method, including output format.
-
Benjamin Peterson authored
-
Christian Heimes authored
-
Andrew Kuchling authored
Problem noted & original patch by Serhiy Storchaka; I tweaked the patch a bit.
-
Raymond Hettinger authored
-
- 19 Jun, 2013 1 commit
-
-
R David Murray authored
Back port of 0113247f894b from 3.3. The exceptions are the import related questions at the end, which need to be rewritten anyway, and a math example that doesn't exist in the 3.3+ docs that I didn't bother trying to fix.
-
- 18 Jun, 2013 2 commits
-
-
Antoine Pitrou authored
-
Christian Heimes authored
-
- 17 Jun, 2013 2 commits
-
-
Victor Stinner authored
-
Serhiy Storchaka authored
when \r\n appears at end of 65535 bytes without other newlines.
-
- 15 Jun, 2013 1 commit
-
-
Andrew Kuchling authored
Reported by Atsuo Ishimoto.
-
- 14 Jun, 2013 1 commit
-
-
Raymond Hettinger authored
-
- 12 Jun, 2013 1 commit
-
-
Roger Serwy authored
-
- 11 Jun, 2013 2 commits
-
-
Ned Deily authored
-
Roger Serwy authored
Original patch by Sarah K.
-
- 10 Jun, 2013 2 commits
-
-
Richard Oudkerk authored
-
Ronald Oussoren authored
AI_NUMERICSERV isn't defined on OSX 10.4.
-
- 09 Jun, 2013 1 commit
-
-
Serhiy Storchaka authored
encoding now always contains an encoding name.
-
- 08 Jun, 2013 1 commit
-
-
Ezio Melotti authored
-
- 05 Jun, 2013 1 commit
-
-
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.
-
- 02 Jun, 2013 1 commit
-
-
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.
-
- 01 Jun, 2013 3 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.
-
Senthil Kumaran authored
Refactor test to accomodate that and exercise the needed functionality.
-
- 31 May, 2013 1 commit
-
-
Serhiy Storchaka authored
-
- 30 May, 2013 3 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Preliminary patch by Rajagopalasarma Jayakrishnan.
-
Ned Deily authored
OS X 10.8 systems because the Apple-deprecated QuickDraw headers have been removed from Xcode 4. Skip building it in this case.
-
- 29 May, 2013 1 commit
-
-
Senthil Kumaran authored
This helps in handling certain types invalid urls in a conservative manner.
-
- 28 May, 2013 2 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 2.7.3 and inadvertently dropped in 2.7.4.
-
Serhiy Storchaka authored
-
- 27 May, 2013 1 commit
-
-
Raymond Hettinger authored
-
- 24 May, 2013 1 commit
-
-
Ronald Oussoren authored
Without this patch socket.getaddrinfo crashed when called with some unusual argument combinations.
-
- 23 May, 2013 1 commit
-
-
Raymond Hettinger authored
-
- 22 May, 2013 3 commits
-
-
Ned Deily authored
Patch by Guilherme Simões.
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
Add links to encoders and decoders for binary-to-binary codecs.
-
- 21 May, 2013 3 commits
-
-
Serhiy Storchaka authored
-
R David Murray authored
-
Roger Serwy authored
-