]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 59605-59624 via svnmerge from
authorChristian Heimes <christian@cheimes.de>
Mon, 31 Dec 2007 16:14:33 +0000 (16:14 +0000)
committerChristian Heimes <christian@cheimes.de>
Mon, 31 Dec 2007 16:14:33 +0000 (16:14 +0000)
commit5b5e81c637eb115b27b4c5c66cf1cf348c706162
treee83d0ce68e92750e40fbb901a0659bade6f41674
parent862543aa85249b46649b60da96743b4b14c6c83b
Merged revisions 59605-59624 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r59606 | georg.brandl | 2007-12-29 11:57:00 +0100 (Sat, 29 Dec 2007) | 2 lines

  Some cleanup in the docs.
........
  r59611 | martin.v.loewis | 2007-12-29 19:49:21 +0100 (Sat, 29 Dec 2007) | 2 lines

  Bug #1699: Define _BSD_SOURCE only on OpenBSD.
........
  r59612 | raymond.hettinger | 2007-12-29 23:09:34 +0100 (Sat, 29 Dec 2007) | 1 line

  Simpler documentation for itertools.tee().  Should be backported.
........
  r59613 | raymond.hettinger | 2007-12-29 23:16:24 +0100 (Sat, 29 Dec 2007) | 1 line

  Improve docs for itertools.groupby().  The use of xrange(0) to create a unique object is less obvious than object().
........
  r59620 | christian.heimes | 2007-12-31 15:47:07 +0100 (Mon, 31 Dec 2007) | 3 lines

  Added wininst-9.0.exe executable for VS 2008
  Integrated bdist_wininst into PCBuild9 directory
........
  r59621 | christian.heimes | 2007-12-31 15:51:18 +0100 (Mon, 31 Dec 2007) | 1 line

  Moved PCbuild directory to PC/VS7.1
........
  r59622 | christian.heimes | 2007-12-31 15:59:26 +0100 (Mon, 31 Dec 2007) | 1 line

  Fix paths for build bot
........
  r59623 | christian.heimes | 2007-12-31 16:02:41 +0100 (Mon, 31 Dec 2007) | 1 line

  Fix paths for build bot, part 2
........
  r59624 | christian.heimes | 2007-12-31 16:18:55 +0100 (Mon, 31 Dec 2007) | 1 line

  Renamed PCBuild9 directory to PCBuild
........
241 files changed:
.hgsvnexternals
Doc/Makefile
Doc/README.txt
Doc/c-api/exceptions.rst
Doc/c-api/init.rst
Doc/c-api/intro.rst
Doc/c-api/newtypes.rst
Doc/distutils/setupscript.rst
Doc/documenting/fromlatex.rst
Doc/documenting/markup.rst
Doc/documenting/sphinx.rst
Doc/extending/embedding.rst
Doc/extending/extending.rst
Doc/extending/newtypes.rst
Doc/extending/windows.rst
Doc/howto/advocacy.rst
Doc/howto/doanddont.rst
Doc/howto/regex.rst
Doc/install/index.rst
Doc/library/aepack.rst
Doc/library/aetools.rst
Doc/library/aetypes.rst
Doc/library/asyncore.rst
Doc/library/audioop.rst
Doc/library/bisect.rst
Doc/library/cgi.rst
Doc/library/codeop.rst
Doc/library/collections.rst
Doc/library/configparser.rst
Doc/library/constants.rst
Doc/library/copy.rst
Doc/library/ctypes.rst
Doc/library/curses.rst
Doc/library/datetime.rst
Doc/library/decimal.rst
Doc/library/difflib.rst
Doc/library/dis.rst
Doc/library/dl.rst
Doc/library/doctest.rst
Doc/library/email.rst
Doc/library/exceptions.rst
Doc/library/functions.rst
Doc/library/gensuitemodule.rst
Doc/library/getopt.rst
Doc/library/getpass.rst
Doc/library/heapq.rst
Doc/library/idle.rst
Doc/library/imaplib.rst
Doc/library/itertools.rst
Doc/library/logging.rst
Doc/library/mhlib.rst
Doc/library/nntplib.rst
Doc/library/optparse.rst
Doc/library/os.rst
Doc/library/ossaudiodev.rst
Doc/library/othergui.rst
Doc/library/parser.rst
Doc/library/pickle.rst
Doc/library/platform.rst
Doc/library/poplib.rst
Doc/library/pprint.rst
Doc/library/profile.rst
Doc/library/py_compile.rst
Doc/library/pyclbr.rst
Doc/library/pyexpat.rst
Doc/library/re.rst
Doc/library/sched.rst
Doc/library/select.rst
Doc/library/shutil.rst
Doc/library/sndhdr.rst
Doc/library/socket.rst
Doc/library/socketserver.rst
Doc/library/sqlite3.rst
Doc/library/statvfs.rst
Doc/library/stdtypes.rst
Doc/library/struct.rst
Doc/library/sys.rst
Doc/library/tabnanny.rst
Doc/library/tarfile.rst
Doc/library/test.rst
Doc/library/thread.rst
Doc/library/tix.rst
Doc/library/tk.rst
Doc/library/tkinter.rst
Doc/library/undoc.rst
Doc/library/wave.rst
Doc/library/weakref.rst
Doc/library/wsgiref.rst
Doc/library/xml.dom.minidom.rst
Doc/library/xml.dom.rst
Doc/library/xml.etree.rst
Doc/library/xml.sax.handler.rst
Doc/library/xml.sax.reader.rst
Doc/library/xmlrpclib.rst
Doc/library/zipfile.rst
Doc/library/zlib.rst
Doc/reference/compound_stmts.rst
Doc/reference/datamodel.rst
Doc/reference/expressions.rst
Doc/reference/lexical_analysis.rst
Doc/reference/simple_stmts.rst
Doc/tutorial/appetite.rst
Doc/tutorial/classes.rst
Doc/tutorial/controlflow.rst
Doc/tutorial/datastructures.rst
Doc/tutorial/inputoutput.rst
Doc/tutorial/interpreter.rst
Doc/tutorial/introduction.rst
Doc/tutorial/modules.rst
Doc/tutorial/whatnow.rst
Doc/using/windows.rst
Doc/whatsnew/2.0.rst
Doc/whatsnew/2.1.rst
Doc/whatsnew/2.2.rst
Doc/whatsnew/2.3.rst
Doc/whatsnew/2.4.rst
Doc/whatsnew/2.5.rst
Doc/whatsnew/2.6.rst
Lib/distutils/command/bdist_wininst.py
Lib/distutils/command/wininst-6.0.exe [moved from Lib/distutils/command/wininst-6.exe with 100% similarity]
Lib/distutils/command/wininst-8.0.exe [moved from Lib/distutils/command/wininst-8.exe with 100% similarity]
Lib/distutils/command/wininst-9.0.exe [new file with mode: 0644]
Lib/test/output/test_cProfile
Lib/test/output/test_profile
PC/VS7.1/Uninstal.wse [moved from PCbuild/Uninstal.wse with 100% similarity]
PC/VS7.1/_bsddb.vcproj [new file with mode: 0644]
PC/VS7.1/_ctypes.vcproj [new file with mode: 0644]
PC/VS7.1/_ctypes_test.vcproj [new file with mode: 0644]
PC/VS7.1/_elementtree.vcproj [new file with mode: 0644]
PC/VS7.1/_msi.vcproj [new file with mode: 0644]
PC/VS7.1/_socket.vcproj [new file with mode: 0644]
PC/VS7.1/_sqlite3.vcproj [new file with mode: 0644]
PC/VS7.1/_ssl.mak [moved from PCbuild/_ssl.mak with 100% similarity]
PC/VS7.1/_ssl.vcproj [new file with mode: 0644]
PC/VS7.1/_testcapi.vcproj [new file with mode: 0644]
PC/VS7.1/_tkinter.vcproj [new file with mode: 0644]
PC/VS7.1/amd64_ml64.bat [moved from PCbuild/amd64_ml64.bat with 100% similarity]
PC/VS7.1/build_ssl.bat [moved from PCbuild9/build_ssl.bat with 55% similarity]
PC/VS7.1/build_ssl.py [new file with mode: 0644]
PC/VS7.1/bz2.vcproj [new file with mode: 0644]
PC/VS7.1/db.build [moved from PCbuild/db.build with 100% similarity]
PC/VS7.1/field3.py [moved from PCbuild9/field3.py with 67% similarity]
PC/VS7.1/installer.bmp [moved from PCbuild9/installer.bmp with 100% similarity]
PC/VS7.1/make_buildinfo.c [moved from PCbuild9/make_buildinfo.c with 77% similarity]
PC/VS7.1/make_buildinfo.vcproj [new file with mode: 0644]
PC/VS7.1/make_versioninfo.vcproj [new file with mode: 0644]
PC/VS7.1/pcbuild.sln [new file with mode: 0644]
PC/VS7.1/pyexpat.vcproj [new file with mode: 0644]
PC/VS7.1/python.build [moved from PCbuild/python.build with 100% similarity]
PC/VS7.1/python.iss [moved from PCbuild/python.iss with 96% similarity]
PC/VS7.1/python.vcproj [new file with mode: 0644]
PC/VS7.1/python20.wse [moved from PCbuild/python20.wse with 99% similarity]
PC/VS7.1/pythoncore.vcproj [new file with mode: 0644]
PC/VS7.1/pythonw.vcproj [new file with mode: 0644]
PC/VS7.1/readme.txt [new file with mode: 0644]
PC/VS7.1/rmpyc.py [moved from PCbuild9/rmpyc.py with 91% similarity]
PC/VS7.1/rt.bat [moved from PCbuild9/rt.bat with 84% similarity, mode: 0755]
PC/VS7.1/select.vcproj [new file with mode: 0644]
PC/VS7.1/unicodedata.vcproj [new file with mode: 0644]
PC/VS7.1/w9xpopen.vcproj [new file with mode: 0644]
PC/VS7.1/winsound.vcproj [new file with mode: 0644]
PCbuild/_bsddb.vcproj
PCbuild/_ctypes.vcproj
PCbuild/_ctypes_test.vcproj
PCbuild/_elementtree.vcproj
PCbuild/_msi.vcproj
PCbuild/_socket.vcproj
PCbuild/_sqlite3.vcproj
PCbuild/_ssl.vcproj
PCbuild/_testcapi.vcproj
PCbuild/_tkinter.vcproj
PCbuild/bdist_wininst.vcproj [new file with mode: 0644]
PCbuild/build.bat
PCbuild/build_env.bat
PCbuild/build_pgo.bat [moved from PCbuild9/build_pgo.bat with 100% similarity]
PCbuild/build_ssl.bat
PCbuild/build_ssl.py
PCbuild/build_tkinter.py [moved from PCbuild9/build_tkinter.py with 100% similarity]
PCbuild/bz2.vcproj
PCbuild/debug.vsprops [moved from PCbuild9/debug.vsprops with 100% similarity]
PCbuild/env.bat
PCbuild/idle.bat [moved from PCbuild9/idle.bat with 100% similarity]
PCbuild/make_buildinfo.c
PCbuild/make_buildinfo.vcproj
PCbuild/make_versioninfo.vcproj
PCbuild/pcbuild.sln
PCbuild/pginstrument.vsprops [moved from PCbuild9/pginstrument.vsprops with 100% similarity]
PCbuild/pgupdate.vsprops [moved from PCbuild9/pgupdate.vsprops with 100% similarity]
PCbuild/pyd.vsprops [moved from PCbuild9/pyd.vsprops with 100% similarity]
PCbuild/pyd_d.vsprops [moved from PCbuild9/pyd_d.vsprops with 100% similarity]
PCbuild/pyexpat.vcproj
PCbuild/pyproject.vsprops [moved from PCbuild9/pyproject.vsprops with 98% similarity]
PCbuild/python.vcproj
PCbuild/pythoncore.vcproj
PCbuild/pythonw.vcproj
PCbuild/readme.txt
PCbuild/release.vsprops [moved from PCbuild9/release.vsprops with 100% similarity]
PCbuild/rt.bat [changed mode: 0755->0644]
PCbuild/select.vcproj
PCbuild/unicodedata.vcproj
PCbuild/w9xpopen.vcproj
PCbuild/winsound.vcproj
PCbuild/x64.vsprops [moved from PCbuild9/x64.vsprops with 100% similarity]
PCbuild9/_bsddb.vcproj [deleted file]
PCbuild9/_ctypes.vcproj [deleted file]
PCbuild9/_ctypes_test.vcproj [deleted file]
PCbuild9/_elementtree.vcproj [deleted file]
PCbuild9/_msi.vcproj [deleted file]
PCbuild9/_socket.vcproj [deleted file]
PCbuild9/_sqlite3.vcproj [deleted file]
PCbuild9/_ssl.vcproj [deleted file]
PCbuild9/_testcapi.vcproj [deleted file]
PCbuild9/_tkinter.vcproj [deleted file]
PCbuild9/build.bat [deleted file]
PCbuild9/build_env.bat [deleted file]
PCbuild9/build_ssl.py [deleted file]
PCbuild9/bz2.vcproj [deleted file]
PCbuild9/env.bat [deleted file]
PCbuild9/make_buildinfo.vcproj [deleted file]
PCbuild9/make_versioninfo.vcproj [deleted file]
PCbuild9/pcbuild.sln [deleted file]
PCbuild9/pyexpat.vcproj [deleted file]
PCbuild9/python.vcproj [deleted file]
PCbuild9/pythoncore.vcproj [deleted file]
PCbuild9/pythonw.vcproj [deleted file]
PCbuild9/readme.txt [deleted file]
PCbuild9/select.vcproj [deleted file]
PCbuild9/unicodedata.vcproj [deleted file]
PCbuild9/w9xpopen.vcproj [deleted file]
PCbuild9/winsound.vcproj [deleted file]
Tools/buildbot/build-amd64.bat
Tools/buildbot/build.bat
Tools/buildbot/buildmsi.bat
Tools/buildbot/clean-amd64.bat
Tools/buildbot/clean.bat
Tools/buildbot/kill_python.c
Tools/buildbot/test-amd64.bat
Tools/buildbot/test.bat
Tools/msi/msi.py
configure
configure.in