- 22 Eki, 2009 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
Also, use the hasattr() like scheme of allowing BaseException exceptions through.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 21 Eki, 2009 2 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Georg Brandl yazdı
-
- 20 Eki, 2009 5 kayıt (commit)
-
-
Antoine Pitrou yazdı
We probably need a function in test_support to handle this.
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
fixes the problem of some exceptions being thrown at shutdown when the interpreter is killed. Patch by Adam Olsen.
-
Mark Dickinson yazdı
finite non-subnormal values, even those with exponent > Emax.
-
Benjamin Peterson yazdı
-
- 19 Eki, 2009 8 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
GNU readline library version 6.0.
-
Antoine Pitrou yazdı
This fixes the test_ssl failure.
-
R. David Murray yazdı
mode for more information if we are already running in verbose mode.
-
R. David Murray yazdı
added not finding Lib/test in the path indicated something was wrong, but when running regtest using "python -m" Lib/test isn't typically in the path, so this message is now more disturbing than it is helpful.
-
R. David Murray yazdı
last false positive when running regrtest with -j.
-
Eric Smith yazdı
Issue #7169: Document PyFloat_AsString and PyFloat_AsReprString, and note that they are unsafe and deprecated.
-
Eric Smith yazdı
This is in anticipation of possibly implementing issue 7117 (short float repr). This removes the last calls to PyFloat_AsString, PyFloat_AsReprString, and PyFloat_AsStringEx, which are unsafe. Also, switch to defines for error values to bring this code more in line with the py3k branch.
-
- 18 Eki, 2009 11 kayıt (commit)
-
-
R. David Murray yazdı
to stderr during the test run and it happened to get emitted after the worker thread emitted the result JSON. Now we capture stdout and stderr separately, which avoids that problem. It also means that _all_ stderr output is after all stdout output when we print the test results, but that seems acceptable, since output ordering is not guaranteed anyway. The patch also moves the emit of the test name into the output block generated after the test completes. Otherwise test names and test output/errors were mixed in the terminal display, making it difficult to determine which test generated the output.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Tarek Ziadé yazdı
-
Georg Brandl yazdı
-
Ronald Oussoren yazdı
trying to detect proxy settings on OSX.
-
Nick Coghlan yazdı
Using CleanImport to revert a reload of the os module doesn't work due to function registrations in copy_reg. The perils of reloading modules even for tests...
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
- 17 Eki, 2009 11 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
Also check and restore identity of sys.path, sys.argv and os.environ rather than just their values (this picked up a few more misbehaving tests)
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
Don't invoke reload(sys) and use StringIO objects instead of real files to capture stdin and stdout when needed (ensures all sys attributes remain unmodified after test_xmlrpc runs)
-
Nick Coghlan yazdı
-
Georg Brandl yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-