- 13 May, 2014 4 commits
-
-
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 8 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.
-
Benjamin Peterson authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
- 10 May, 2014 1 commit
-
-
Guido van Rossum authored
-
- 09 May, 2014 5 commits
-
-
Tim Golden authored
-
Tim Golden authored
-
Tim Golden authored
Issue10752 Be more robust when finding a PERL interpreter to build OpenSSL. Initial patch by Gabi Davar
-
Brett Cannon authored
load_module().
-
Brett Cannon authored
alternatives.
-
- 08 May, 2014 5 commits
-
-
Tim Peters authored
Changed the iteration logic in finalize_garbage() to tolerate objects vanishing from the list as a side effect of executing a finalizer.
-
Antoine Pitrou authored
Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush() on the underlying binary stream. Patch by akira.
-
R David Murray authored
-
Kristján Valur Jónsson authored
in order to have the same resolution as pthreads condition variables. At the same time, it must be large enough to accept 31 bits of milliseconds, which is the maximum timeout value in the windows API. A PY_LONG_LONG of microseconds fullfills both requirements. This closes issue #20737
-
Kristján Valur Jónsson authored
in order to have the same resolution as pthreads condition variables. At the same time, it must be large enough to accept 31 bits of milliseconds, which is the maximum timeout value in the windows API. A PY_LONG_LONG of microseconds fullfills both requirements. This closes issue #20737
-
- 07 May, 2014 3 commits
-
-
doko authored
-
doko authored
-
R David Murray authored
-
- 06 May, 2014 3 commits
-
-
Guido van Rossum authored
-
Zachary Ware authored
This makes it match the new example below, and allows Sphinx's "hide the prompts and output" feature to work.
-
Zachary Ware authored
overrides a ``return`` in the ``try`` suite.
-
- 05 May, 2014 1 commit
-
-
Guido van Rossum authored
-