- 17 Aug, 2008 10 commits
-
-
Antoine Pitrou authored
-
Hirokazu Yamamoto authored
-
Hirokazu Yamamoto authored
fails unicode conversion on 2nd parameter. (windows only)
-
Brett Cannon authored
-
Facundo Batista authored
in a redirect.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Antoine Pitrou authored
-
- 16 Aug, 2008 11 commits
-
-
Benjamin Peterson authored
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
This does have an unfortunate side-effect of silencing the warning for all subsequent code that imports mimetools as well since the warning is only executed upon the first import of mimetools.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Facundo Batista authored
after a 302 response in the case of not going through a proxy.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 15 Aug, 2008 4 commits
-
-
Benjamin Peterson authored
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r65397 | collin.winter | 2008-08-01 22:39:06 -0500 (Fri, 01 Aug 2008) | 5 lines Patch #3480 by Nick Edds. Dramatically simplifies the fix_imports pattern, resulting in a reduction of the test_all_fixers runtime from 122+ secs to 59 secs (a good predictor of 2to3 performance). ........
-
Gregory P. Smith authored
-
Antoine Pitrou authored
-
Georg Brandl authored
-
- 14 Aug, 2008 13 commits
-
-
Antoine Pitrou authored
-
Thomas Heller authored
-
Martin v. Löwis authored
-
Thomas Heller authored
-
Thomas Heller authored
pythonapi calling convention so that the GIL is held and error return values are checked.
-
Facundo Batista authored
of the RFC that describes the behaviour. Note that we now have the same behaviour than the current browsers.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
was missing from the patch for #3139.
-
Hirokazu Yamamoto authored
-
Brett Cannon authored
and the operator was made literal, leading to non-valid reST. Changed to have the entire expression just be a literal bit of text.
-
Hirokazu Yamamoto authored
-
Brett Cannon authored
mimetools. This has an unfortunate side-effect of potentially not letting any warning about rfc822's deprecation be seen by user-visible code if rfc822 is not imported before mimetools. This is because modules are cached in sys.modules and thus do not have their deprecation triggered more than once. But this silencing would have happened by other code that silences the use of mimetools or rfc822 anyway in the stdlib or user code, and thus seems justified to be done here.
-
Hirokazu Yamamoto authored
- PC/VC6/_bsddb.dsp: removed '/nodefaultlib:"msvcrt"' to fix linker error. - PC/VC6/_msi.dsp, PC/VC6/pcbuild.dsw: added new module support. - PC/VC6/_sqlite3.dsp: /D "MODULE_NAME=\"sqlite3\"" caused extra leading space like #define MODULE_NAME " sqlite3" so uses /D MODULE_NAME=\"sqlite3\" instead. - PC/VC6/python.dsp: changed stack size to 2MB to avoid stack overflow on some tests.
-
- 12 Aug, 2008 2 commits
-
-
Martin v. Löwis authored
-
Bill Janssen authored
-