- 04 May, 2012 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 15 Nis, 2012 1 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
_socket does. Some were using the older wsock32.lib.
-
- 13 Nis, 2012 1 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
With VS8.0 at least Python compiles and works correctly.
-
- 06 Eki, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
This introduces a small private API for this common pattern. The issue has been discovered thanks to Martin's huge-mem buildbot.
-
- 06 Mar, 2011 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
will have the right line ending even if the extension is not active.
-
- 05 Mar, 2011 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 25 Şub, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 20 Şub, 2011 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 02 Kas, 2010 2 kayıt (commit)
-
-
Hirokazu Yamamoto yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86117 | hirokazu.yamamoto | 2010-11-02 23:06:03 +0900 | 2 lines Defined Py_BUILD_CORE_MODULE also on VC7.1. # I don't have this compiler, so I couldn't test it. ........
-
Hirokazu Yamamoto yazdı
# I don't have this compiler, so I couldn't test it.
-
- 08 Eki, 2010 1 kayıt (commit)
-
-
Hirokazu Yamamoto yazdı
-
- 18 Eyl, 2010 1 kayıt (commit)
-
-
Hirokazu Yamamoto yazdı
-
- 10 Eyl, 2010 1 kayıt (commit)
-
-
Hirokazu Yamamoto yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84644 | hirokazu.yamamoto | 2010-09-09 15:14:23 +0900 | 1 line Updated VS7.1 project file. (I cannot test this file because I don't have VS7.1) ........
-
- 09 Eyl, 2010 1 kayıt (commit)
-
-
Hirokazu Yamamoto yazdı
-
- 09 May, 2010 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r81032 | antoine.pitrou | 2010-05-09 17:52:27 +0200 (dim., 09 mai 2010) | 9 lines Recorded merge of revisions 81029 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines Untabify C files. Will watch buildbots. ........ ................
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines Untabify C files. Will watch buildbots. ........
-
- 03 May, 2010 1 kayıt (commit)
-
-
Jeffrey Yasskin yazdı
http://code.google.com/p/data-race-test/wiki/ThreadSanitizer is a dynamic data race detector that runs on top of valgrind. With this patch, the binaries at http://code.google.com/p/data-race-test/wiki/ThreadSanitizer#Binaries pass many but not all of the Python tests. All of regrtest still passes outside of tsan. I've implemented part of the C1x atomic types so that we can explicitly mark variables that are used across threads, and get defined behavior as compilers advance. I've added tsan's client header and implementation to the codebase in dynamic_annotations.{h,c} (docs at http://code.google.com/p/data-race-test/wiki/DynamicAnnotations). Unfortunately, I haven't been able to get helgrind and drd to give sensible error messages, even when I use their client annotations, so I'm not supporting them.
-
- 16 Ara, 2009 1 kayıt (commit)
-
-
Mark Dickinson yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r76861 | mark.dickinson | 2009-12-16 20:13:40 +0000 (Wed, 16 Dec 2009) | 3 lines Issue #3366: Add expm1 function to math module. Thanks Eric Smith for testing on Windows. ........
-
- 13 Tem, 2009 1 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r73998 | amaury.forgeotdarc | 2009-07-13 21:14:17 +0200 (lun., 13 juil. 2009) | 3 lines Set svn:eol-style=CRLF on all Visual Studio solution files. This should allow direct compilation from a downloaded source tar ball. ........
-
- 01 Tem, 2009 1 kayıt (commit)
-
-
Hirokazu Yamamoto yazdı
-
- 27 Haz, 2009 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 04 Haz, 2009 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 06 May, 2009 1 kayıt (commit)
-
-
Hirokazu Yamamoto yazdı
-
- 27 Nis, 2009 1 kayıt (commit)
-
-
Eric Smith yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r72040 | eric.smith | 2009-04-27 15:04:37 -0400 (Mon, 27 Apr 2009) | 1 line Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors. ........
-
- 18 Nis, 2009 1 kayıt (commit)
-
-
Hirokazu Yamamoto yazdı
-
- 04 Nis, 2009 1 kayıt (commit)
-
-
Alexandre Vassalotti yazdı
Reviewed by: Antoine Pitrou
-
- 03 Ock, 2009 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r68203 | martin.v.loewis | 2009-01-03 18:19:26 +0100 (Sa, 03 Jan 2009) | 2 lines Issue #4817: Remove unused function PyOS_GetLastModificationTime. ........
-
- 03 Ara, 2008 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 22 Kas, 2008 1 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r67295 | benjamin.peterson | 2008-11-20 05:05:12 +0100 (jeu., 20 nov. 2008) | 1 line move useful sys.settrace information to the function's documentation from the debugger ........ r67301 | benjamin.peterson | 2008-11-20 22:25:31 +0100 (jeu., 20 nov. 2008) | 1 line fix indentation and a sphinx warning ........ r67302 | benjamin.peterson | 2008-11-20 22:44:23 +0100 (jeu., 20 nov. 2008) | 1 line oops! didn't mean to disable that test ........ r67318 | amaury.forgeotdarc | 2008-11-21 23:05:48 +0100 (ven., 21 nov. 2008) | 4 lines #4363: Let uuid.uuid1() and uuid.uuid4() run even if the ctypes module is not present. Will backport to 2.6 ........ r67330 | georg.brandl | 2008-11-22 09:34:14 +0100 (sam., 22 nov. 2008) | 2 lines #4364: fix attribute name on ctypes object. ........ r67342 | amaury.forgeotdarc | 2008-11-22 20:39:38 +0100 (sam., 22 nov. 2008) | 3 lines yuvconvert.c is a part of the "sv" module, an old IRIX thing and certainly not useful for any Windows build. ........ r67343 | amaury.forgeotdarc | 2008-11-22 21:01:18 +0100 (sam., 22 nov. 2008) | 5 lines #3996: On Windows, PyOS_CheckStack is supposed to protect the interpreter from stack overflow. But doing this, it always crashes when the stack is nearly full. Reviewed by Martin von Loewis. Will backport to 2.6. ........
-
- 06 Eyl, 2008 1 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
(VC6 was done before)
-
- 02 Eyl, 2008 1 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r66167 | amaury.forgeotdarc | 2008-09-02 23:50:47 +0200 (mar., 02 sept. 2008) | 5 lines Attempt to correct the build files for the Microsoft VS7.1 compiler. I don't have a working VS7.1, but VS2005 can automatically convert the project and build a working python interpreter. ........
-
- 12 Haz, 2008 4 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
(Alexandre, the MSVC build files are in PCBuild. the PC/Vxxx directories try to support older compilers)
-
Alexandre Vassalotti yazdı
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.
-
Benjamin Peterson yazdı
-
Alexandre Vassalotti yazdı
I don't have any win32 machine in my reach. So, I can't test this.
-
- 10 Haz, 2008 1 kayıt (commit)
-
-
Thomas Heller yazdı
which no longer exists.
-
- 04 Haz, 2008 3 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-