- 01 Apr, 2007 5 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Brett Cannon authored
one of the test locales cannot be set.
-
Brett Cannon authored
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 authored
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 commits
-
-
Collin Winter authored
-
Georg Brandl authored
returned by python-config if Python was built with --enable-shared because that prevented the shared library from being used.
-
Neal Norwitz authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 30 Mar, 2007 10 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Andrew M. Kuchling authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Marc-André Lemburg authored
the 2.5.0 release.
-
Collin Winter authored
-
Facundo Batista authored
instantiating the class. Docs and tests are updated.
-
- 29 Mar, 2007 4 commits
-
-
Facundo Batista authored
test_telnetlib.py with a basic test and timeout ones. Docs are also updated.
-
Georg Brandl authored
the C lib's clock() is used, but it must be divided by CLOCKS_PER_SEC as for the POSIX implementation (thanks to #pypy).
-
Georg Brandl authored
-
Collin Winter authored
-
- 28 Mar, 2007 3 commits
-
-
Collin Winter authored
Consolidate patches #1690164, 1683397, and 1690169, all of which refactor XML-related test suites. The patches are applied together because they use a common output/xmltests file. Thanks to Jerry Seutter for all three patches.
-
Facundo Batista authored
the test_smtplib.py file, with a basic test and the timeout ones. Docs are updated too.
-
Facundo Batista authored
socket.recvfrom, which caused an ugly crash.
-
- 27 Mar, 2007 2 commits
-
-
Facundo Batista authored
-
Facundo Batista authored
test_poplib.py file with a basic test and the timeout ones. Docs are also updated.
-
- 26 Mar, 2007 3 commits
-
-
Facundo Batista authored
the ftplib tests.
-
Georg Brandl authored
-
Facundo Batista authored
file to test the ftp lib (right now I included a basic test, the timeout one, and nothing else).
-
- 25 Mar, 2007 5 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Facundo Batista authored
-
Facundo Batista authored
for threading and socket serving.
-
Brett Cannon authored
regression tests.
-
- 24 Mar, 2007 1 commit
-
-
Georg Brandl authored
-