- 23 May, 2014 5 kayıt (commit)
-
-
Serhiy Storchaka yazdı
when reference or offset size is not a power of two.
-
Serhiy Storchaka yazdı
PanedWindow.paneconfigure(), and Menu.entryconfigure().
-
Antoine Pitrou yazdı
This also fixes a quadratic compilation time issue noticeable when compiling code with a large number of "and" and "or" operators.
-
Terry Jan Reedy yazdı
Patch prepared by David Harrigan.
-
Raymond Hettinger yazdı
-
- 22 May, 2014 3 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Ned Deily yazdı
-
- 20 May, 2014 2 kayıt (commit)
-
-
Victor Stinner yazdı
simplify the synchronization with Trollius
-
Terry Jan Reedy yazdı
-
- 19 May, 2014 3 kayıt (commit)
-
-
Raymond Hettinger yazdı
Patch provided by Berker Peksag.
-
Larry Hastings yazdı
-
Terry Jan Reedy yazdı
-
- 18 May, 2014 6 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
- 17 May, 2014 4 kayıt (commit)
-
-
Donald Stufft yazdı
-
Antoine Pitrou yazdı
-
Benjamin Peterson yazdı
Patch by Matti Picus.
-
Ned Deily yazdı
-
- 16 May, 2014 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
- 15 May, 2014 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 14 May, 2014 9 kayıt (commit)
-
-
Victor Stinner yazdı
Berker Peksag (already present in Misc/ACKS). The issue was reported by Brad Aylsworth.
-
Serhiy Storchaka yazdı
with ignore case. Original patch by Matthew Barnett.
-
Serhiy Storchaka yazdı
binary mode is specified. Patch by Sam Kimbrel.
-
Victor Stinner yazdı
None: RuntimeError("sys.stderr is None") instead of AttributeError("'NoneType' object has no attribute 'fileno'").
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Patch written by Brad Aylsworth.
-
R David Murray yazdı
Patch by Akira.
-
Raymond Hettinger yazdı
to fully cover its state space.
-
- 13 May, 2014 6 kayıt (commit)
-
-
Eric Snow yazdı
-
Guido van Rossum yazdı
Fix test-order-dependend asyncio test failure caused by rev 909ea8cc86bbab92dbb6231668f403b7360f30fa.
-
doko@ubuntu.com yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
* 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 yazdı
-