- 13 Tem, 2009 6 kayıt (commit)
-
-
Marc-André Lemburg yazdı
command helper functions. See #6479 for some motivation.
-
Amaury Forgeot d'Arc yazdı
-
Amaury Forgeot d'Arc yazdı
Since there is no official mapping file from unicode.org, the codec file is generated on Windows with the new genwincodec.py script.
-
Amaury Forgeot d'Arc yazdı
This should allow direct compilation from a downloaded source tar ball.
-
Vinay Sajip yazdı
-
Benjamin Peterson yazdı
-
- 12 Tem, 2009 8 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Kristján Valur Jónsson yazdı
Add more tests for the xlmrpc.ServerProxy
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Hirokazu Yamamoto yazdı
-
- 11 Tem, 2009 14 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Tarek Ziadé yazdı
-
Amaury Forgeot d'Arc yazdı
Patch by Mads Kiilerich, Reviewed by Barry Warsaw.
-
Georg Brandl yazdı
-
Tarek Ziadé yazdı
-
Georg Brandl yazdı
-
Tarek Ziadé yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Amaury Forgeot d'Arc yazdı
According to #6358, python 3.0 has a different implementation that behaves differently.
-
Kristján Valur Jónsson yazdı
Need to be careful with thread switching when testing the xmlrpc server. The server thread may not have updated stats when the client thread tests them.
-
- 10 Tem, 2009 5 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Amaury Forgeot d'Arc yazdı
-
Tarek Ziadé yazdı
-
Tarek Ziadé yazdı
-
Tarek Ziadé yazdı
-
- 09 Tem, 2009 7 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
PIPE_BUF is not defined on Windows, and probably has no meaning there. Anyway the subprocess module uses another way to perform non-blocking reads (with a thread)
-
R. David Murray yazdı
cleanup. If this fix works, it means that Solaris is unique among our platforms in what happens when shutil.rmtree is called on the current working directory (ie: it doesn't work on Solaris, but it does everywhere else).
-
R. David Murray yazdı
if the test gives useful failure info on Solaris buildbot.
-
R. David Murray yazdı
(I copied this from another import test, but currently this will fail if TESTFN ends up in /tmp...see issue 2609).
-
R. David Murray yazdı
and make sure we test resetting all three execute bits.
-
Tarek Ziadé yazdı
-
R. David Murray yazdı
-