- 04 Nis, 2007 6 kayıt (commit)
-
-
Collin Winter yazdı
-
Martin v. Löwis yazdı
Will backport to 2.5.
-
Collin Winter yazdı
-
Collin Winter yazdı
-
Guido van Rossum yazdı
the test server thread at most 0.5 seconds to get ready, use an event variable.
-
Facundo Batista yazdı
how to kill the process in win32 to use the _handle attribute.
-
- 03 Nis, 2007 11 kayıt (commit)
-
-
Facundo Batista yazdı
server is available. Hope to not get more false alarms.
-
Walter Dörwald yazdı
be used to catch the last warning issued by the warning framework. Change test_warnings.py and test_structmembers.py to use this new contextmanager.
-
Facundo Batista yazdı
locally. Now, it checks if have openssl available and run those specific tests (it starts openssl at the beggining of all the tests and then kills it at the end).
-
Walter Dörwald yazdı
Test that the stacklevel is handled correctly.
-
Walter Dörwald yazdı
-
Walter Dörwald yazdı
class to that reusing the functionality in test_structmembers.py doesn't rerun the tests from test_warnings.py.
-
Facundo Batista yazdı
tests in those who need the network, and that who doesn't.
-
Georg Brandl yazdı
\begin{methoddesc}[NNTP]{...} where \ifx#1\@undefined ended up comparing N and N, therefore executing the true part of the conditional, blowing up at \@undefined.
-
Matthias Klose yazdı
patch taken from http://bugs.debian.org/416934.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 02 Nis, 2007 3 kayıt (commit)
-
-
Guido van Rossum yazdı
Two (test_array and test_descr) were bug IMO; the third (copy_reg) is a work-around which recognizes that object.__init__() doesn't do anything.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 01 Nis, 2007 10 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Brett Cannon yazdı
one of the test locales cannot be set.
-
Brett Cannon yazdı
locale changed but not used during the function call it was recreated during. The test in this checkin is untested (OS X does not have the proper locale support for me to test), although the fix for the bug this deals with was tested by the OP (#1290505). Once the buildbots verify the test at least doesn't fail it becomes a backport candidate.
-
Neal Norwitz yazdı
If MSVCCompiler.initialize() was called multiple times, the path would get duplicated. On Windows, this is a problem because the path is limited to 4k. There's no benefit in adding a path multiple times, so prevent that from occuring. We also normalize the path before checking for duplicates so things like /a and /a/ won't both be stored. Will backport.
-
- 31 Mar, 2007 7 kayıt (commit)
-
-
Collin Winter yazdı
-
Georg Brandl yazdı
returned by python-config if Python was built with --enable-shared because that prevented the shared library from being used.
-
Neal Norwitz yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 30 Mar, 2007 3 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Andrew M. Kuchling yazdı
-