- 15 Ara, 2010 22 kayıt (commit)
-
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Terry Reedy yazdı
Issue 10534, difflib: tweak doc; test new SequenceMatcher instance attributes; avoid unneeded lists of SM.b2j keys and items in .__chain_b. Do not backport.
-
Alexander Belopolsky yazdı
-
Raymond Hettinger yazdı
-
Éric Araujo yazdı
-
Raymond Hettinger yazdı
-
Éric Araujo yazdı
-
Antoine Pitrou yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
or `python -m test` should be used instead.
-
Senthil Kumaran yazdı
socket timeout of 30 when it checks for resource. Explicit overrding (like setting the 10) wont exhibit consistent behavior when tests are outside context manager. So, settting it 30.
-
Andrew M. Kuchling yazdı
-
R. David Murray yazdı
-
- 14 Ara, 2010 15 kayıt (commit)
-
-
R. David Murray yazdı
Patch by Simon Cross, crasher test code by Martin von Löwis.
-
R. David Murray yazdı
-
Antoine Pitrou yazdı
-
Raymond Hettinger yazdı
-
Vinay Sajip yazdı
-
Gregory P. Smith yazdı
-
R. David Murray yazdı
Also includes doc updates mentioning that these entries may not be retrievable via getgrnam and getgrgid. Patch by Bobby Impollonia.
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
OSError exception when The OS had been told to ignore SIGCLD in our process or otherwise not wait for exiting child processes.
-
R. David Murray yazdı
Passing the port as a string value works fine in regular mode, but if you turned debug on it would throw an error trying to print the port number, which is surprising and confusing.
-
Gregory P. Smith yazdı
Issue #7213: Change the close_fds default on Windows to better match the new default on POSIX. True when possible (False if stdin/stdout/stderr are supplied). Update the documentation to reflect all of the above.
-
R. David Murray yazdı
-
R. David Murray yazdı
-
R. David Murray yazdı
-
R. David Murray yazdı
Thanks to Garrett Cooper for the fix.
-
- 13 Ara, 2010 3 kayıt (commit)
-
-
R. David Murray yazdı
Also document the use of three-tuples if control of the charset and language is desired.
-
R. David Murray yazdı
-
Vinay Sajip yazdı
-