- 18 May, 2014 5 commits
-
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
- 17 May, 2014 4 commits
-
-
Donald Stufft authored
-
Antoine Pitrou authored
-
Benjamin Peterson authored
Patch by Matti Picus.
-
Ned Deily authored
-
- 16 May, 2014 1 commit
-
-
Terry Jan Reedy authored
-
- 15 May, 2014 1 commit
-
-
Antoine Pitrou authored
-
- 14 May, 2014 9 commits
-
-
Victor Stinner authored
Berker Peksag (already present in Misc/ACKS). The issue was reported by Brad Aylsworth.
-
Serhiy Storchaka authored
with ignore case. Original patch by Matthew Barnett.
-
Serhiy Storchaka authored
binary mode is specified. Patch by Sam Kimbrel.
-
Victor Stinner authored
None: RuntimeError("sys.stderr is None") instead of AttributeError("'NoneType' object has no attribute 'fileno'").
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
Patch written by Brad Aylsworth.
-
R David Murray authored
Patch by Akira.
-
Raymond Hettinger authored
to fully cover its state space.
-
- 13 May, 2014 7 commits
-
-
Eric Snow authored
-
Guido van Rossum authored
Fix test-order-dependend asyncio test failure caused by rev 909ea8cc86bbab92dbb6231668f403b7360f30fa.
-
doko authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
* Repair the broken link to norobots-rfc.txt. * HTTP response codes >= 500 treated as a failed read rather than as a not found. Not found means that we can assume the entire site is allowed. A 5xx server error tells us nothing. * A successful read() or parse() updates the mtime (which is defined to be "the time the robots.txt file was last fetched"). * The can_fetch() method returns False unless we've had a read() with a 2xx or 4xx response. This avoids false positives in the case where a user calls can_fetch() before calling read(). * I don't see any easy way to test this patch without hitting internet resources that might change or without use of mock objects that wouldn't provide must reassurance.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 12 May, 2014 1 commit
-
-
Eric Snow authored
-
- 13 May, 2014 1 commit
-
-
Victor Stinner authored
contains characters not encodable to the stdout encoding.
-
- 12 May, 2014 8 commits
-
-
Victor Stinner authored
argument and without current frame (ex: embedded Python).
-
Victor Stinner authored
example
-
Victor Stinner authored
-
Guido van Rossum authored
asyncio: Fix upstream issue 168: StreamReader.read(-1) from pipe may hang if data exceeds buffer limit.
-
Ned Deily authored
source directory.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
consolidating and improving human-validated tests of Idle. Change other files as needed to work with htest. Running the module as __main__ runs all tests.
-
- 11 May, 2014 3 commits
-
-
Benjamin Peterson authored
-
Gregory P. Smith authored
more accurate and sounds less like a strange tale of yore.
-
Gregory P. Smith authored
a Security Considerations section as preferred by both the devguide and documentation users who do not wish to go insane.
-