- 26 Nis, 2007 1 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
The locale "En" appears not to be valid on windows underi VisualStudio.2005. Added "English" to the test_locale.py to make the testsuite pass for that build
-
- 25 Nis, 2007 7 kayıt (commit)
-
-
Collin Winter yazdı
-
Collin Winter yazdı
-
Collin Winter yazdı
-
Collin Winter yazdı
-
Collin Winter yazdı
Remove functionality from test_datetime.test_main() that does reference count checking; 'regrtest.py -R' is the way to do this kind of testing.
-
Collin Winter yazdı
Standardize on test.test_support.run_unittest() (as opposed to a mix of run_unittest() and run_suite()). Also, add functionality to run_unittest() that admits usage of unittest.TestLoader.loadTestsFromModule().
-
Neal Norwitz yazdı
You might want to review this change as it's my first time. Be gentle. :-)
-
- 24 Nis, 2007 4 kayıt (commit)
-
-
Georg Brandl yazdı
(as opposed to the command line) will now write file names ending in ".cpp" too.
-
Neal Norwitz yazdı
-
Collin Winter yazdı
-
Collin Winter yazdı
-
- 23 Nis, 2007 1 kayıt (commit)
-
-
Facundo Batista yazdı
request was successfully received, understood, and accepted. Now in these cases no error is raised. Also fixed tests.
-
- 22 Nis, 2007 1 kayıt (commit)
-
-
Facundo Batista yazdı
all the object methods. This is the final step to close the #451607 bug.
-
- 21 Nis, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
not cleared before __del__ is run.
-
- 19 Nis, 2007 1 kayıt (commit)
-
-
Armin Rigo yazdı
http://mail.python.org/pipermail/python-dev/2007-March/071796.html . I've kept a couple of still-valid extra tests in test_descr, but didn't bother to sort through the new comments and refactorings added in r53997 to see if some of them could be kept. If so, they could go in a follow-up check-in.
-
- 16 Nis, 2007 1 kayıt (commit)
-
-
Collin Winter yazdı
-
- 14 Nis, 2007 1 kayıt (commit)
-
-
Neal Norwitz yazdı
setting a plain string, ie don't expand to single letter identifiers.
-
- 13 Nis, 2007 1 kayıt (commit)
-
-
Barry Warsaw yazdı
Add code to read from master_fd in the parent, breaking when we get an OSError (EIO can occur on Linux) or there's no more data to read. Without this, test_pty.py can hang on the waitpid() because the child is blocking on the stdout write. This will definitely happen on Mac OS X and could potentially happen on other platforms. See the comment for details.
-
- 12 Nis, 2007 4 kayıt (commit)
-
-
Walter Dörwald yazdı
first chunk fed to the decoder started with a BOM, but was longer than 3 bytes.
-
Žiga Seilnacht yazdı
again.
-
Georg Brandl yazdı
-
Raymond Hettinger yazdı
-
- 11 Nis, 2007 3 kayıt (commit)
-
-
Georg Brandl yazdı
-
Raymond Hettinger yazdı
-
Andrew M. Kuchling yazdı
-
- 10 Nis, 2007 3 kayıt (commit)
-
-
Facundo Batista yazdı
Exceptions now are raised in the new style. And a mockup class is now also new style. Thanks Santiago Pereson.
-
Collin Winter yazdı
-
Facundo Batista yazdı
-
- 09 Nis, 2007 2 kayıt (commit)
-
-
Žiga Seilnacht yazdı
on Windows buildbots. The change is a one time fix and will be removed after a successful buildbot run.
-
Vinay Sajip yazdı
-
- 07 Nis, 2007 1 kayıt (commit)
-
-
Collin Winter yazdı
-
- 06 Nis, 2007 4 kayıt (commit)
-
-
Collin Winter yazdı
-
Collin Winter yazdı
-
Collin Winter yazdı
-
Collin Winter yazdı
-
- 05 Nis, 2007 3 kayıt (commit)
-
-
Collin Winter yazdı
-
Collin Winter yazdı
-
Raymond Hettinger yazdı
-
- 04 Nis, 2007 1 kayıt (commit)
-
-
Žiga Seilnacht yazdı
MakedirTests.setUp() can now be removed.
-