- 01 Apr, 2008 3 commits
-
-
Brett Cannon authored
of effort to do so.
-
Brett Cannon authored
it is easy to capture stderr if desired.
-
Neal Norwitz authored
fine, but the last change may be required for the test to pass on Windows. Should we always close the mmap too?
-
- 31 Mar, 2008 4 commits
-
-
Benjamin Peterson authored
-
Martin v. Löwis authored
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r62017 | david.wolever | 2008-03-28 21:54:37 +0100 (Fr, 28 Mär 2008) | 1 line Fixed an out-of-date comment. ........
-
Neal Norwitz authored
-
Jeffrey Yasskin authored
-
- 30 Mar, 2008 9 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 29 Mar, 2008 15 commits
-
-
Gerhard Häring authored
-
Benjamin Peterson authored
Thanks to Wummel for the patch
-
Amaury Forgeot d'Arc authored
the test itself doesn't do anything on windows, focus on setUp and tearDown.
-
Amaury Forgeot d'Arc authored
http://www.python.org/dev/buildbot/trunk/x86%20W2k8%20trunk/builds/255/step-test/0 Temporarily increase verbosity of this test.
-
Georg Brandl authored
compile() when compiling an AST node.
-
Amaury Forgeot d'Arc authored
except in verbose mode. Support code is much simpler.
-
Amaury Forgeot d'Arc authored
not when used as a library. This may please the buildbots, which fail when test_lib2to3 is run before test_logging.
-
Georg Brandl authored
-
Raymond Hettinger authored
-
Georg Brandl authored
-
Amaury Forgeot d'Arc authored
otherwise running test_logging twice produce the errors we see on all buildbots
-
Amaury Forgeot d'Arc authored
-
Gerhard Häring authored
complained about commit, rollback and close not being documented.
-
Amaury Forgeot d'Arc authored
-
Amaury Forgeot d'Arc authored
Undo the only change that might have unexpected effects. To be followed.
-
- 28 Mar, 2008 9 commits
-
-
Benjamin Peterson authored
-
Amaury Forgeot d'Arc authored
in pyconfig.h, NTDDI_WIN2KSP4 is not *yet* defined, but will be at some point on some modules. Let this line even for older SDKs, they don't use it anyway.
-
Amaury Forgeot d'Arc authored
I applied the same changes manually to VS7.1 and VC6 files; completely untested. (Christian, don't try too hard merging this change into py3k. It will be easier to do the same work again on the branch)
-
Benjamin Peterson authored
-
Amaury Forgeot d'Arc authored
Now "regrtest.py -R:: test_compile" is satisfied. Will backport.
-
Georg Brandl authored
-
Amaury Forgeot d'Arc authored
-
Gregory P. Smith authored
-
Gerhard Häring authored
-