- 13 Jun, 2008 4 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Amaury Forgeot d'Arc authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r64214 | amaury.forgeotdarc | 2008-06-13 02:42:22 +0200 (ven., 13 juin 2008) | 6 lines Restore support for Microsoft VC6 compiler. Some functions in the msvcrt module are skipped, and socket.ioctl is enabled only when using a more recent Platform SDK. (and yes, there are still companies that use a 10-years old compiler) ........
-
Benjamin Peterson authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r64212 | benjamin.peterson | 2008-06-12 19:09:47 -0500 (Thu, 12 Jun 2008) | 3 lines #1683 prevent forking from interfering in threading storage This should prevent some test_multiprocessing failures ........
-
- 12 Jun, 2008 25 commits
-
-
Amaury Forgeot d'Arc authored
-
Amaury Forgeot d'Arc authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r64202 | amaury.forgeotdarc | 2008-06-12 23:58:20 +0200 (jeu., 12 juin 2008) | 5 lines Update VS8.0 build files, using the script vs9to8.py. Also remove references to odbc libraries, which are not shipped with vs2003 express. (and certainly not useful) ........
-
Amaury Forgeot d'Arc authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r64197 | amaury.forgeotdarc | 2008-06-12 22:27:42 +0200 (jeu., 12 juin 2008) | 3 lines It seems that my VS2008 Express does not include a project in the build configuration, if its UUID has lowercase letters. ........
-
Benjamin Peterson authored
........ r64206 | benjamin.peterson | 2008-06-12 17:33:06 -0500 (Thu, 12 Jun 2008) | 2 lines add py3k warnings to rfc822 ........
-
Amaury Forgeot d'Arc authored
(Alexandre, the MSVC build files are in PCBuild. the PC/Vxxx directories try to support older compilers)
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Georg Brandl authored
-
Alexandre Vassalotti authored
For some yet unknown reason, MSVC's linker fails to resolve _stringio's module initializer (PyInit__stringio). This probably means the module is not build correctly. Therefore, I am removing Windows support temporarily until I find how to add new modules properly for MSVC.
-
Alexandre Vassalotti authored
Removed Windows support temporarily. 64bit bug with integer unpickling is now fixed.
-
Alexandre Vassalotti authored
before passing it to io.StringIO.write().
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
........ r64169 | benjamin.peterson | 2008-06-12 09:23:49 -0500 (Thu, 12 Jun 2008) | 1 line deprecated mimetools ........
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Barry Warsaw authored
small fixes by Barry. This removes mimetools from the stdlib.
-
Benjamin Peterson authored
-
Barry Warsaw authored
-
Barry Warsaw authored
the standard library. There are still a few cases of it in Demo and Tools, but that's fine for now. These should eventually get cleaned up. mimetools still has an import of rfc822, but mimetools itself should go away.
-
Benjamin Peterson authored
-
Alexandre Vassalotti authored
Added the encoding, errors, line_buffering attribute to io.StringIO make more compatible with TextIOWrapper's API.
-
Alexandre Vassalotti authored
I don't have any win32 machine in my reach. So, I can't test this.
-
Alexandre Vassalotti authored
in PyNumberMethods.
-
- 11 Jun, 2008 11 commits
-
-
Alexandre Vassalotti authored
-
Alexandre Vassalotti authored
-
Alexandre Vassalotti authored
-
Benjamin Peterson authored
-
Alexandre Vassalotti authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Georg Brandl authored
-
Benjamin Peterson authored
........ r64128 | benjamin.peterson | 2008-06-11 12:50:00 -0500 (Wed, 11 Jun 2008) | 2 lines add aliases to threading module ........ r64133 | benjamin.peterson | 2008-06-11 13:02:31 -0500 (Wed, 11 Jun 2008) | 2 lines add old names back into __all__ ........
-
Benjamin Peterson authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r64125 | benjamin.peterson | 2008-06-11 12:27:50 -0500 (Wed, 11 Jun 2008) | 2 lines give the threading API PEP 8 names ........
-
Georg Brandl authored
The repr() of a string now contains printable Unicode characters unescaped. The new ascii() builtin can be used to get a repr() with only ASCII characters in it. PEP and patch were written by Atsuo Ishimoto.
-