- 15 May, 2014 4 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Issue #21487: Optimize ipaddress.summarize_address_range() and ipaddress.{IPv4Network,IPv6Network}.subnets().
-
Antoine Pitrou authored
-
Serhiy Storchaka authored
encodings.
-
- 14 May, 2014 19 commits
-
-
Victor Stinner authored
-
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
with ignore case. Original patch by Matthew Barnett.
-
Serhiy Storchaka authored
binary mode is specified. Patch by Sam Kimbrel.
-
Serhiy Storchaka authored
binary mode is specified. Patch by Sam Kimbrel.
-
Victor Stinner authored
Keep _Py_STRINGIZE() in PC/pyconfig.h to not introduce a dependency between pyconfig.h and pymacros.h.
-
Victor Stinner authored
sys.stderr is None: RuntimeError("sys.stderr is None") instead of AttributeError("'NoneType' object has no attribute 'fileno'").
-
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
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
Patch written by Brad Aylsworth.
-
R David Murray authored
-
R David Murray authored
Patch by Akira.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
to fully cover its state space.
-
- 13 May, 2014 17 commits
-
-
Eric Snow authored
-
Eric Snow authored
-
Guido van Rossum authored
Merge 3.4->default: Fix test-order-dependend asyncio test failure caused by rev 2af5a52b9b87 (in this branch).
-
Guido van Rossum authored
Fix test-order-dependend asyncio test failure caused by rev 909ea8cc86bbab92dbb6231668f403b7360f30fa.
-
doko@ubuntu.com authored
- Issue #17756: Fix test_code test when run from the installed location.
-
doko@ubuntu.com authored
-
Antoine Pitrou authored
Initial patch by Vajrasky Kok.
-
Raymond Hettinger authored
Suggested by: Tal Einat
-
Raymond Hettinger authored
-
Raymond Hettinger 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
-
Jason R. Coombs authored
-
Eric Snow authored
-
Victor Stinner authored
documentation contains characters not encodable to the stdout encoding.
-