1. 10 Haz, 2017 1 kayıt (commit)
  2. 08 Mar, 2016 2 kayıt (commit)
  3. 19 Agu, 2015 2 kayıt (commit)
  4. 10 Haz, 2015 1 kayıt (commit)
  5. 20 Nis, 2015 2 kayıt (commit)
  6. 13 Nis, 2015 1 kayıt (commit)
  7. 15 Ara, 2014 2 kayıt (commit)
  8. 22 Kas, 2014 1 kayıt (commit)
  9. 17 Eki, 2014 1 kayıt (commit)
  10. 07 Tem, 2014 1 kayıt (commit)
  11. 26 Kas, 2013 1 kayıt (commit)
  12. 24 Haz, 2012 1 kayıt (commit)
  13. 13 May, 2012 3 kayıt (commit)
  14. 05 Mar, 2011 4 kayıt (commit)
  15. 25 Şub, 2011 1 kayıt (commit)
  16. 14 Haz, 2008 2 kayıt (commit)
    • Martin v. Löwis's avatar
      Merged revisions 64267-64272 via svnmerge from · b072cf25
      Martin v. Löwis yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r64267 | amaury.forgeotdarc | 2008-06-14 09:40:32 +0200 (Sa, 14 Jun 2008) | 2 lines
      
        Use the correct URL for sqlite3 sources, and try to fix windows buildbots.
      ........
        r64269 | amaury.forgeotdarc | 2008-06-14 10:36:07 +0200 (Sa, 14 Jun 2008) | 3 lines
      
        on windows, r64214 broke compilation with some recent SDKs,
        because IPPROTO_IPV6 may be an enumeration member...
      ........
        r64270 | amaury.forgeotdarc | 2008-06-14 11:44:41 +0200 (Sa, 14 Jun 2008) | 4 lines
      
        Since python2.6 must run on Windows 2000,
        explicitely disable the use of Windows XP themes when compiling tk.
        This is also consistent with the WINVER=0x0500 option.
      ........
        r64271 | martin.v.loewis | 2008-06-14 13:50:59 +0200 (Sa, 14 Jun 2008) | 3 lines
      
        Avoid rebuilding tcl/tk.
        Merge x86 changes into AMD64.
      ........
        r64272 | martin.v.loewis | 2008-06-14 13:51:54 +0200 (Sa, 14 Jun 2008) | 2 lines
      
        Set eol-style to CRLF for all batch files.
      ........
      b072cf25
    • Martin v. Löwis's avatar
      945c632d
  17. 07 Nis, 2008 1 kayıt (commit)
    • Martin v. Löwis's avatar
      Merged revisions 62177-62178,62180-62193 via svnmerge from · d218dc15
      Martin v. Löwis yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r62177 | skip.montanaro | 2008-04-05 21:47:47 +0200 (Sa, 05 Apr 2008) | 2 lines
      
        Declare inittimezone static.
      ........
        r62180 | mark.hammond | 2008-04-06 03:42:06 +0200 (So, 06 Apr 2008) | 4 lines
      
        From issue 1753245 - better _winreg support for x64.
        Adds _winreg.DisableReflectionKey, EnableReflectionKey, QueryReflectionKey,
        KEY_WOW64_64KEY and KEY_WOW64_32KEY.
      ........
        r62187 | skip.montanaro | 2008-04-06 19:05:57 +0200 (So, 06 Apr 2008) | 1 line
      
        type
      ........
        r62193 | trent.nelson | 2008-04-06 22:51:23 +0200 (So, 06 Apr 2008) | 1 line
      
        Don't run kill_python as part of the build process.  Change the buildbots so they have to call it explicitly instead.
      ........
      d218dc15
  18. 06 Nis, 2008 1 kayıt (commit)
  19. 03 Nis, 2008 2 kayıt (commit)
    • Trent Nelson's avatar
      Merged revisions 62129,62131,62133 via svnmerge from · 61828c72
      Trent Nelson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r62129 | trent.nelson | 2008-04-03 19:27:06 +0100 (Thu, 03 Apr 2008) | 16 lines
      
        Reimplement kill_python.  The existing version had a number of flaws, namely, it didn't work for x64 and it wasn't precise about which python_d.exe it was killing -- it just killed the first one it came across that happened to have 'pcbuild\python_d.exe' or 'build\python_d.exe' in it's path.  The new version has been rewritten from the ground up and now lives in PCbuild, instead of Tools\buildbot, and it has also been incorporated into the Visual Studio solution (pcbuild.sln) as 'kill_python'.  The solution has also been altered such that kill_python is called where necessary in the build process in order to prevent any linking errors due to open file locks.  In lieu of this, all of the existing bits and pieces in Tools\buildbot that called out to kill_python at various points have also been removed as they are now obsolete.  Tested on both Win32 and x64.
      
        Change set (included to improve usefulness of svnmerge log entry):
        M      PCbuild\pythoncore.vcproj
        M      PCbuild\pcbuild.sln
        M      PCbuild\release.vsprops
        A      PCbuild\kill_python.vcproj
        M      PCbuild\debug.vsprops
        A      PCbuild\kill_python.c
        D      Tools\buildbot\kill_python.bat
        D      Tools\buildbot\kill_python.mak
        M      Tools\buildbot\build.bat
        D      Tools\buildbot\Makefile
        M      Tools\buildbot\build-amd64.bat
        M      Tools\buildbot\buildmsi.bat
        D      Tools\buildbot\kill_python.c
      ........
        r62131 | trent.nelson | 2008-04-03 19:48:53 +0100 (Thu, 03 Apr 2008) | 1 line
      
        Add the correct OutputFile values for debug builds.  Fixes r62129's commit.
      ........
        r62133 | trent.nelson | 2008-04-03 21:00:08 +0100 (Thu, 03 Apr 2008) | 1 line
      
        Make kill_python a little more forgiving if it can't obtain a snapshot of module information for a given python[_d].exe process.  Failing here was too pessimistic; the python[_d].exe process may be owned by another user, which is the case in some buildbot environments.
      ........
      61828c72
    • Trent Nelson's avatar
      Reimplement kill_python. The existing version had a number of flaws, namely, it… · d6dffbcc
      Trent Nelson yazdı
      Reimplement kill_python.  The existing version had a number of flaws, namely, it didn't work for x64 and it wasn't precise about which python_d.exe it was killing -- it just killed the first one it came across that happened to have 'pcbuild\python_d.exe' or 'build\python_d.exe' in it's path.  The new version has been rewritten from the ground up and now lives in PCbuild, instead of Tools\buildbot, and it has also been incorporated into the Visual Studio solution (pcbuild.sln) as 'kill_python'.  The solution has also been altered such that kill_python is called where necessary in the build process in order to prevent any linking errors due to open file locks.  In lieu of this, all of the existing bits and pieces in Tools\buildbot that called out to kill_python at various points have also been removed as they are now obsolete.  Tested on both Win32 and x64.
      
      Change set (included to improve usefulness of svnmerge log entry):
      M      PCbuild\pythoncore.vcproj
      M      PCbuild\pcbuild.sln
      M      PCbuild\release.vsprops
      A      PCbuild\kill_python.vcproj
      M      PCbuild\debug.vsprops
      A      PCbuild\kill_python.c
      D      Tools\buildbot\kill_python.bat
      D      Tools\buildbot\kill_python.mak
      M      Tools\buildbot\build.bat
      D      Tools\buildbot\Makefile
      M      Tools\buildbot\build-amd64.bat
      M      Tools\buildbot\buildmsi.bat
      D      Tools\buildbot\kill_python.c
      d6dffbcc
  20. 20 Mar, 2008 1 kayıt (commit)
    • Trent Nelson's avatar
      Merged revisions 61639 via svnmerge from · f16444e0
      Trent Nelson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r61639 | trent.nelson | 2008-03-19 16:11:55 -0500 (Wed, 19 Mar 2008) | 6 lines
      
        Fix the x64 Windows build environment used by the buildbots.  %VS90COMNTOOLS%\vsvars32.bat is fine for 32-bit builds, but doesn't work for x64 builds, regardless of /MACHINE:AMD64 and /USECL:MS_OPTERON flags passed to cl.exe.  Launch the x86_64 cross compilation environment via '%VS90COMNTOOLS%\..\..\VC\vcvarsall.bat x86_amd64'.  I don't have access to any systems *without* Visual Studio 2008 Professional installed (i.e. just Express Edition), so I can't test if x64 compilation works w/ VS Express at the moment.
      
        Additionally, force a clean in our build.bat files before building, just whilst we're going through these build system updates.
      
        And finally, add in the missing MACHINE=AMD64 option to our Tcl/Tk x64 build.
      ........
      f16444e0
  21. 19 Mar, 2008 1 kayıt (commit)
    • Trent Nelson's avatar
      Fix the x64 Windows build environment used by the buildbots. … · 611c86b7
      Trent Nelson yazdı
      Fix the x64 Windows build environment used by the buildbots.  %VS90COMNTOOLS%\vsvars32.bat is fine for 32-bit builds, but doesn't work for x64 builds, regardless of /MACHINE:AMD64 and /USECL:MS_OPTERON flags passed to cl.exe.  Launch the x86_64 cross compilation environment via '%VS90COMNTOOLS%\..\..\VC\vcvarsall.bat x86_amd64'.  I don't have access to any systems *without* Visual Studio 2008 Professional installed (i.e. just Express Edition), so I can't test if x64 compilation works w/ VS Express at the moment.
      
      Additionally, force a clean in our build.bat files before building, just whilst we're going through these build system updates.
      
      And finally, add in the missing MACHINE=AMD64 option to our Tcl/Tk x64 build.
      611c86b7
  22. 02 Ock, 2008 1 kayıt (commit)
    • Christian Heimes's avatar
      Merged revisions 59642-59665 via svnmerge from · 57dddfbb
      Christian Heimes yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r59653 | martin.v.loewis | 2008-01-01 22:05:17 +0100 (Tue, 01 Jan 2008) | 3 lines
      
        Return results from Python callbacks to Tcl as Tcl objects.
        Fixes Tk issue #1851526
      ........
        r59654 | martin.v.loewis | 2008-01-01 22:08:18 +0100 (Tue, 01 Jan 2008) | 4 lines
      
        Always convert Text.index result to string.
        This improves compatibility with Tcl 8.5, which would
        otherwise return textindex objects.
      ........
        r59655 | martin.v.loewis | 2008-01-01 22:09:07 +0100 (Tue, 01 Jan 2008) | 2 lines
      
        News item for r59653.
      ........
        r59656 | martin.v.loewis | 2008-01-02 00:00:00 +0100 (Wed, 02 Jan 2008) | 1 line
      
        Don't link with Tix; Tix is loaded dynamically by Tcl.
      ........
        r59657 | martin.v.loewis | 2008-01-02 00:00:48 +0100 (Wed, 02 Jan 2008) | 1 line
      
        Use Visual Studio 2009 on the build slaves.
      ........
        r59658 | martin.v.loewis | 2008-01-02 00:36:24 +0100 (Wed, 02 Jan 2008) | 1 line
      
        Test in PCbuild directory.
      ........
        r59661 | kurt.kaiser | 2008-01-02 05:11:28 +0100 (Wed, 02 Jan 2008) | 6 lines
      
        Issue1177
        r58207 and r58247 patch logic is reversed.  I noticed this when I
        tried to use urllib to retrieve a file which required auth.
      
        Fix that and add a test for 401 error to verify.
      ........
        r59662 | kurt.kaiser | 2008-01-02 06:23:38 +0100 (Wed, 02 Jan 2008) | 2 lines
      
        Change docstrings to comments so test output will display normally.
      ........
        r59665 | christian.heimes | 2008-01-02 18:43:40 +0100 (Wed, 02 Jan 2008) | 5 lines
      
        Removed PCbuild8/ directory and added a new build directory for VS 2005
        based on the VS 2008 build directory to PC/VS8.0. The script
        PCbuild/vs8to9.py was added to sync changes from PCbuild to PC/VS8.0.
      
        Kristjan, the initial creator of the PCbuild8 directory is fine with the replacement. I've moved the new version of the VS 2005 build directory next to the other legacy build directories. The new sync script is based on the work of wreck and syncs changes in the project, property and solution files.
      ........
      57dddfbb
  23. 01 Ock, 2008 1 kayıt (commit)
  24. 31 Ara, 2007 2 kayıt (commit)
    • Christian Heimes's avatar
      Merged revisions 59605-59624 via svnmerge from · 5b5e81c6
      Christian Heimes yazdı
      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
      ........
      5b5e81c6
    • Christian Heimes's avatar
      Fix paths for build bot · 656dc2ad
      Christian Heimes yazdı
      656dc2ad
  25. 21 Nis, 2006 1 kayıt (commit)
  26. 17 Nis, 2006 3 kayıt (commit)