Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SVN format 9 is the same it seems | Benjamin Peterson | 2008-11-28 | 1 | -3/+3 |
| | |||||
* | Issue #4289: Remove Cancel button from AdvancedDlg. | Martin v. Löwis | 2008-11-19 | 1 | -6/+3 |
| | |||||
* | Issue #1656675: Register a drop handler for .py* files on Windows. | Martin v. Löwis | 2008-11-07 | 1 | -0/+8 |
| | |||||
* | Stop including fake manifest file in DLLs directory. | Martin v. Löwis | 2008-11-06 | 1 | -4/+6 |
| | |||||
* | don't use a catch-all | Benjamin Peterson | 2008-10-25 | 1 | -1/+1 |
| | |||||
* | Issue #4091: Install pythonxy.dll in system32 again. | Martin v. Löwis | 2008-10-17 | 1 | -3/+1 |
| | |||||
* | don't recurse into directories that start with '.' | Benjamin Peterson | 2008-10-15 | 1 | -1/+2 |
| | |||||
* | Issue #4018: Disable "for me" installations on Vista. | Martin v. Löwis | 2008-10-13 | 1 | -3/+5 |
| | |||||
* | Add UUID for 2.7. | Martin v. Löwis | 2008-10-02 | 1 | -0/+1 |
| | |||||
* | Use CRT 9 policy files. | Martin v. Löwis | 2008-10-02 | 1 | -2/+2 |
| | |||||
* | Bug #3989: Package the 2to3 script (as 2to3.py) in the Windows | Martin v. Löwis | 2008-10-01 | 1 | -0/+1 |
| | | | | installer. | ||||
* | Use AMD64 version of CRT in just-for-me installations for Win64 installers. | Martin v. Löwis | 2008-09-19 | 1 | -1/+5 |
| | |||||
* | Bug #3887: Package x64 version of CRT for AMD64 | Martin v. Löwis | 2008-09-19 | 1 | -1/+1 |
| | | | | Windows binaries. | ||||
* | Fix grammar. | Martin v. Löwis | 2008-09-15 | 1 | -2/+2 |
| | |||||
* | Set eol-style to native. | Martin v. Löwis | 2008-09-14 | 1 | -44/+44 |
| | |||||
* | Issue #3617: Include a licensing statement regarding the Microsoft C runtime ↵ | Martin v. Löwis | 2008-09-14 | 2 | -0/+45 |
| | | | | in the Windows installer. | ||||
* | Change product code of Win64 installer to allow simultaneous installation on ↵ | Martin v. Löwis | 2008-09-13 | 1 | -1/+9 |
| | | | | Win32 and Win64; also change product name to be able to distinguish the two in ARP. | ||||
* | Issue #3833: Use a different upgrade code for Win64 installers. | Martin v. Löwis | 2008-09-13 | 1 | -0/+5 |
| | |||||
* | Issue #3811: The Unicode database was updated to 5.1. | Martin v. Löwis | 2008-09-10 | 1 | -10/+30 |
| | | | | Reviewed by Fredrik Lundh and Marc-Andre Lemburg. | ||||
* | Add UUIDs for upcoming releases | Martin v. Löwis | 2008-09-08 | 1 | -0/+4 |
| | |||||
* | Issue #2271: Set SecureCustomProperties so that installation will properly | Martin v. Löwis | 2008-09-08 | 1 | -0/+2 |
| | | | | use the TARGETDIR even for unprivileged users. | ||||
* | Allow passing the MSI file name to merge.py. | Martin v. Löwis | 2008-09-08 | 1 | -3/+6 |
| | |||||
* | update 2to3 script from 2to3 trunk | Benjamin Peterson | 2008-09-03 | 1 | -3/+2 |
| | |||||
* | Merged revisions 65853-65854 via svnmerge from | Benjamin Peterson | 2008-08-19 | 1 | -1/+3 |
| | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r65853 | benjamin.peterson | 2008-08-19 11:09:09 -0500 (Tue, 19 Aug 2008) | 1 line apply a patch for #3131. this solves the problem for the moment, but we should do some refactoring to get display logic out of RefactoringTool ........ r65854 | benjamin.peterson | 2008-08-19 11:37:38 -0500 (Tue, 19 Aug 2008) | 1 line another quick fix to get lib2to3 to work ........ | ||||
* | set svn:executable on a script | Benjamin Peterson | 2008-08-17 | 1 | -0/+0 |
| | |||||
* | add a pybench test for complex function calls (part of #1819) | Antoine Pitrou | 2008-07-25 | 1 | -0/+58 |
| | |||||
* | - Fix bashisms in Tools/faqwiz/move-faqwiz.sh | Matthias Klose | 2008-07-12 | 1 | -3/+9 |
| | |||||
* | Add _multiprocessing module. | Martin v. Löwis | 2008-06-30 | 1 | -1/+2 |
| | |||||
* | Merged revisions 64368-64369 via svnmerge from | Trent Nelson | 2008-06-27 | 1 | -2/+4 |
| | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/tnelson-trunk-bsddb-47-upgrade ........ r64368 | trent.nelson | 2008-06-17 23:13:44 -0500 (Tue, 17 Jun 2008) | 1 line Initial commit of work pertaining to switching the Windows build from Berkeley DB 4.4.20 to 4.7.25. Note that I've deprecated the standalone '_bsddb44.vcproj' in lieu of adding the sources in a separate folder to the _bsddb project. This was a conscious decision and actually makes everything far more easier to manage. With this approach, entire test suite passed straight off the bat. Well, almost -- the timeout in bsddb/test/test_replication.py needed bumping up a little -- 2 seconds was too short. 10 seconds seems to be fine for me, but I'll make sure Jesus verifies. More documentation to come once I've been able to test out this approach on the buildbots (hence keeping the changes in a separate branch for now). ........ r64369 | trent.nelson | 2008-06-17 23:19:12 -0500 (Tue, 17 Jun 2008) | 1 line Bump Berkeley DB version from 4.4.20 to 4.7.25. ........ | ||||
* | Typo in a directory name. Should help the AMD64 buildbots | Amaury Forgeot d'Arc | 2008-06-18 | 1 | -1/+1 |
| | |||||
* | fix Tools/scripts/2to3 as the result of a merge error | Benjamin Peterson | 2008-06-16 | 1 | -1/+1 |
| | |||||
* | Disable UAC by default. | Martin v. Löwis | 2008-06-14 | 1 | -2/+7 |
| | |||||
* | Set eol-style to CRLF for all batch files. | Martin v. Löwis | 2008-06-14 | 8 | -73/+73 |
| | |||||
* | Avoid rebuilding tcl/tk. | Martin v. Löwis | 2008-06-14 | 2 | -4/+7 |
| | | | | Merge x86 changes into AMD64. | ||||
* | Since python2.6 must run on Windows 2000, | Amaury Forgeot d'Arc | 2008-06-14 | 1 | -3/+3 |
| | | | | | explicitely disable the use of Windows XP themes when compiling tk. This is also consistent with the WINVER=0x0500 option. | ||||
* | Use the correct URL for sqlite3 sources, and try to fix windows buildbots. | Amaury Forgeot d'Arc | 2008-06-14 | 1 | -3/+3 |
| | |||||
* | Conservatively restrict support to format 8 repositories. | Martin v. Löwis | 2008-06-14 | 1 | -34/+36 |
| | |||||
* | Support subversion repositories of version 8. | Martin v. Löwis | 2008-06-14 | 1 | -1/+13 |
| | |||||
* | Pickup sqlite3.dll from binary directory. | Martin v. Löwis | 2008-06-13 | 1 | -3/+3 |
| | | | | Commit more often. | ||||
* | Switch to SQLite 3.5.9. | Martin v. Löwis | 2008-06-13 | 1 | -2/+5 |
| | |||||
* | Switch to bzip2 1.0.5. | Martin v. Löwis | 2008-06-13 | 1 | -2/+5 |
| | |||||
* | Make more symbols static. | Martin v. Löwis | 2008-06-13 | 1 | -2/+2 |
| | |||||
* | Fix Tcl/Tk license file in tcl8*/tk8*, include Tix license. | Martin v. Löwis | 2008-06-12 | 1 | -9/+10 |
| | |||||
* | Support file names which include '+' (for Tk 8.5). | Martin v. Löwis | 2008-06-12 | 1 | -1/+2 |
| | |||||
* | Split Tcl make targets into separate ones. | Martin v. Löwis | 2008-06-12 | 1 | -4/+8 |
| | |||||
* | Switch to Tcl/Tk 8.5. | Martin v. Löwis | 2008-06-12 | 3 | -12/+15 |
| | |||||
* | Spaces vs. tabs. | Georg Brandl | 2008-06-01 | 1 | -1/+1 |
| | |||||
* | add a warning about bgen being removed | Benjamin Peterson | 2008-06-01 | 2 | -0/+3 |
| | |||||
* | Create grammar pickle files on installation; remove them on uninstallation. | Martin v. Löwis | 2008-05-25 | 2 | -0/+11 |
| | |||||
* | Include all licenses of the packages that we include. | Martin v. Löwis | 2008-05-25 | 1 | -1/+22 |
| |