cpython/PC/VS8.0
Amaury Forgeot d'Arc b0c29161a2 Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge from
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.
........
2008-11-22 22:18:04 +00:00
..
_ctypes.vcproj Merged revisions 66166 via svnmerge from 2008-09-02 22:36:25 +00:00
_ctypes_test.vcproj Ran svneol.py 2008-06-13 23:34:35 +00:00
_elementtree.vcproj Ran svneol.py 2008-06-13 23:34:35 +00:00
_hashlib.vcproj Ran svneol.py 2008-06-13 23:34:35 +00:00
_msi.vcproj Ran svneol.py 2008-06-13 23:34:35 +00:00
_multiprocessing.vcproj Align the VS2003 and VS2005 build files with the VS2008 ones 2008-09-06 00:11:20 +00:00
_socket.vcproj Ran svneol.py 2008-06-13 23:34:35 +00:00
_sqlite3.vcproj Merged revisions 66166 via svnmerge from 2008-09-02 22:36:25 +00:00
_ssl.vcproj Ran svneol.py 2008-06-13 23:34:35 +00:00
_testcapi.vcproj Ran svneol.py 2008-06-13 23:34:35 +00:00
_tkinter.vcproj Ran svneol.py 2008-06-13 23:34:35 +00:00
bdist_wininst.vcproj Ran svneol.py 2008-06-13 23:34:35 +00:00
build.bat Merged revisions 59642-59665 via svnmerge from 2008-01-02 18:30:52 +00:00
build_env.bat Merged revisions 59642-59665 via svnmerge from 2008-01-02 18:30:52 +00:00
build_pgo.bat Merged revisions 59642-59665 via svnmerge from 2008-01-02 18:30:52 +00:00
build_ssl.bat Merged revisions 59642-59665 via svnmerge from 2008-01-02 18:30:52 +00:00
build_ssl.py Change \u which is causing a syntax error. I'm not sure if that should be, but 2008-04-05 06:16:50 +00:00
build_tkinter.py Merged revisions 60990-61002 via svnmerge from 2008-02-23 18:30:17 +00:00
bz2.vcproj Ran svneol.py 2008-06-13 23:34:35 +00:00
debug.vsprops Merged revisions 64202 via svnmerge from 2008-06-12 22:53:41 +00:00
env.bat Merged revisions 59642-59665 via svnmerge from 2008-01-02 18:30:52 +00:00
field3.py Merged revisions 59642-59665 via svnmerge from 2008-01-02 18:30:52 +00:00
idle.bat Merged revisions 59642-59665 via svnmerge from 2008-01-02 18:30:52 +00:00
kill_python.c Ran svneol.py 2008-06-13 23:34:35 +00:00
kill_python.vcproj Ran svneol.py 2008-06-13 23:34:35 +00:00
make_buildinfo.c Merged revisions 59642-59665 via svnmerge from 2008-01-02 18:30:52 +00:00
make_buildinfo.vcproj Ran svneol.py 2008-06-13 23:34:35 +00:00
make_versioninfo.vcproj Ran svneol.py 2008-06-13 23:34:35 +00:00
pcbuild.sln #3791: Remove bsddb from the Windows msi installer, 2008-09-09 06:42:00 +00:00
pginstrument.vsprops Merged revisions 59642-59665 via svnmerge from 2008-01-02 18:30:52 +00:00
pgupdate.vsprops Merged revisions 59642-59665 via svnmerge from 2008-01-02 18:30:52 +00:00
pyd.vsprops Merged revisions 64202 via svnmerge from 2008-06-12 22:53:41 +00:00
pyd_d.vsprops Merged revisions 64202 via svnmerge from 2008-06-12 22:53:41 +00:00
pyexpat.vcproj Ran svneol.py 2008-06-13 23:34:35 +00:00
pyproject.vsprops Merged revisions 66166 via svnmerge from 2008-09-02 22:36:25 +00:00
python.vcproj Ran svneol.py 2008-06-13 23:34:35 +00:00
pythoncore.vcproj Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge from 2008-11-22 22:18:04 +00:00
pythonw.vcproj Ran svneol.py 2008-06-13 23:34:35 +00:00
release.vsprops Merged revisions 64202 via svnmerge from 2008-06-12 22:53:41 +00:00
rmpyc.py Merged revisions 59642-59665 via svnmerge from 2008-01-02 18:30:52 +00:00
rt.bat Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. 2008-06-04 13:06:58 +00:00
select.vcproj Ran svneol.py 2008-06-13 23:34:35 +00:00
sqlite3.vcproj Merged revisions 66166 via svnmerge from 2008-09-02 22:36:25 +00:00
unicodedata.vcproj Ran svneol.py 2008-06-13 23:34:35 +00:00
w9xpopen.vcproj Ran svneol.py 2008-06-13 23:34:35 +00:00
winsound.vcproj Ran svneol.py 2008-06-13 23:34:35 +00:00
x64.vsprops Merged revisions 64202 via svnmerge from 2008-06-12 22:53:41 +00:00