- 25 Jun, 2013 4 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 24 Jun, 2013 6 commits
-
-
Victor Stinner authored
string in longer than 2 gigabytes. The ssl module does not support partial write.
-
Ned Deily authored
from the Python 3 documentation.
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
- 23 Jun, 2013 8 commits
-
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
Original patch by Berker Peksag.
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
OverflowError when an argument of %c format is out of range.
-
Christian Heimes authored
for symlinks.
-
Victor Stinner authored
for strings longer than 2 gigabytes.
-
Victor Stinner authored
and complex.__format__().
-
- 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 1 commit
-
-
Senthil Kumaran authored
hostname is resolvable by socket.gethostname for local machine. This all fixes certain freebsd builtbot failures.
-