- 12 Jun, 2008 21 commits
-
-
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 19 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.
-
Amaury Forgeot d'Arc authored
-
Amaury Forgeot d'Arc authored
-
Georg Brandl authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r64130 | georg.brandl | 2008-06-11 19:57:44 +0200 (Wed, 11 Jun 2008) | 2 lines Clarify what ":errorhandler" refers to. ........
-
Amaury Forgeot d'Arc authored
Correct the exported symbol for extension modules built by distutils
-
Amaury Forgeot d'Arc authored
with non-ascii characters. This is the simple fix, which uses the FileSystemEncoding. Replacing all the char* with unicode strings is a major rewrite, and needs more thinking.
-
Benjamin Peterson authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r64123 | benjamin.peterson | 2008-06-11 11:50:57 -0500 (Wed, 11 Jun 2008) | 2 lines fix Windows building for multiprocessing ........
-
Benjamin Peterson authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r64104 | benjamin.peterson | 2008-06-10 21:40:25 -0500 (Tue, 10 Jun 2008) | 2 lines add the multiprocessing package to fulfill PEP 371 ........ r64117 | benjamin.peterson | 2008-06-11 07:26:31 -0500 (Wed, 11 Jun 2008) | 2 lines fix import of multiprocessing by juggling imports ........
-
Benjamin Peterson authored
-