index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
PC
/
VS8.0
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updated PC/VS8.0. (mainly to follow r86137: use temporary dir in make_buildin...
Hirokazu Yamamoto
2010-11-04
4
-95/+120
*
Can build older OpenSSL in http://svn.python.org/projects/externals/
Hirokazu Yamamoto
2010-11-04
1
-1/+1
*
Follows Python/fileutils.c addition.
Hirokazu Yamamoto
2010-10-08
1
-0/+8
*
Now perl path with spaces can be used.
Hirokazu Yamamoto
2010-09-28
1
-6/+6
*
Updated VS8.0 bz2.vcproj with PCBuild/vs9to8.py.
Hirokazu Yamamoto
2010-09-28
1
-24/+60
*
Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows)
Hirokazu Yamamoto
2010-09-24
5
-20/+232
*
Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows)
Hirokazu Yamamoto
2010-09-21
1
-2/+13
*
Revert r84902 before committing better solution.
Hirokazu Yamamoto
2010-09-21
1
-4/+4
*
Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows)
Hirokazu Yamamoto
2010-09-19
1
-4/+4
*
Applied r84870 to older compilers.
Hirokazu Yamamoto
2010-09-18
1
-1/+1
*
Cosmetic fix to project files.
Hirokazu Yamamoto
2010-09-13
1
-1/+1
*
Updated PC/VS8.0 with PCBuild/vs9to8.py.
Hirokazu Yamamoto
2010-09-13
9
-91/+115
*
Fix the VS8.0 build
Raymond Hettinger
2010-08-06
1
-0/+8
*
Fix VS8.0 build by adding _time.h and _time.c to the project file.
Raymond Hettinger
2010-08-01
1
-0/+8
*
Fix build on VS8.
Raymond Hettinger
2010-07-31
1
-1/+1
*
Issue #9089: Remove intobject.h from MSVC project files.
Mark Dickinson
2010-06-27
1
-4/+0
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-64/+64
*
Make (most of) Python's tests pass under Thread Sanitizer.
Jeffrey Yasskin
2010-05-03
1
-0/+8
*
Merged revisions 77461 via svnmerge from
Antoine Pitrou
2010-01-13
1
-0/+4
*
Merged revisions 76861 via svnmerge from
Mark Dickinson
2009-12-16
1
-0/+8
*
Merged revisions 73998 via svnmerge from
Amaury Forgeot d'Arc
2009-07-13
1
-537/+537
*
Updated MSVC project files to follow PyCObject removal (r73729)
Hirokazu Yamamoto
2009-07-01
1
-8/+0
*
Bump Windows versions to 3.2.
Martin v. Löwis
2009-06-27
3
-4/+4
*
#3791: remove last traces of bsddb.
Georg Brandl
2009-06-04
1
-24/+0
*
Added Objects/capsule.c to project files.
Hirokazu Yamamoto
2009-05-06
1
-0/+4
*
Merged revisions 72040 via svnmerge from
Eric Smith
2009-04-27
1
-0/+8
*
Add dtoc.[ch] to the VS8.0 project file.
Raymond Hettinger
2009-04-17
1
-0/+8
*
Issue 5682: Move _io module into its own subdirectory.
Alexandre Vassalotti
2009-04-04
1
-28/+32
*
Update project file.
Raymond Hettinger
2009-03-04
1
-0/+16
*
Merged revisions 68203 via svnmerge from
Martin v. Löwis
2009-01-03
1
-4/+0
*
More 3.0 -> 3.1 transistion in the Windows and OS/2 build files
Christian Heimes
2008-12-04
2
-3/+3
*
More 3.0 -> 3.1 transistions
Christian Heimes
2008-12-03
1
-1/+1
*
Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge from
Amaury Forgeot d'Arc
2008-11-22
1
-8/+0
*
#3791: Remove bsddb from the Windows msi installer,
Amaury Forgeot d'Arc
2008-09-09
2
-1273/+0
*
Align the VS2003 and VS2005 build files with the VS2008 ones
Amaury Forgeot d'Arc
2008-09-06
3
-600/+20
*
Merged revisions 66166 via svnmerge from
Amaury Forgeot d'Arc
2008-09-02
5
-254/+67
*
Ran svneol.py
Martin v. Löwis
2008-06-13
29
-16865/+16865
*
Add missing files for the windows VS2005 compiler
Amaury Forgeot d'Arc
2008-06-13
5
-0/+3376
*
Merged revisions 64202 via svnmerge from
Amaury Forgeot d'Arc
2008-06-12
17
-132/+510
*
On Windows, repair compilation of builtin modules _stringio and _pickle.
Amaury Forgeot d'Arc
2008-06-12
1
-0/+8
*
Removed _stringio from Windows build.
Alexandre Vassalotti
2008-06-12
1
-4/+0
*
revert the addition of _pickle because it was causing havok with 64-bit
Benjamin Peterson
2008-06-12
1
-4/+0
*
Added Windows build config for _stringio and _pickle.
Alexandre Vassalotti
2008-06-11
1
-4/+12
*
Remove last traces of cStringIO.
Georg Brandl
2008-06-10
1
-4/+0
*
Fix the Windows build by removing references to the cStringIO module
Thomas Heller
2008-06-10
1
-8/+4
*
Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.
Georg Brandl
2008-06-04
1
-1/+1
*
Revert r63934 -- it was mixing two patches.
Georg Brandl
2008-06-04
1
-1/+1
*
Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.
Georg Brandl
2008-06-04
1
-1/+1
*
Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.
Georg Brandl
2008-05-25
1
-1/+1
*
#2879: rename _winreg to winreg.
Georg Brandl
2008-05-25
1
-1/+1
[next]