summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Collapse)AuthorAgeFilesLines
* #1616979: Add the cp720 (Arabic DOS) encoding.Amaury Forgeot d'Arc2009-07-132-0/+68
| | | | | Since there is no official mapping file from unicode.org, the codec file is generated on Windows with the new genwincodec.py script.
* Fix types in logic to compute help file name.Martin v. Löwis2009-06-281-4/+4
|
* Issue 5390: Add uninstall icon independent of whether fileMartin v. Löwis2009-06-281-1/+1
| | | | extensions are installed.
* handle different rc formatBenjamin Peterson2009-06-131-1/+4
|
* Issue #6158: package Sine-1000Hz-300ms.aif.Martin v. Löwis2009-06-011-0/+1
|
* #6078: _warnings is a builtin module and has no standard init_warnings function.Georg Brandl2009-05-221-1/+1
|
* Issue #5721: don't package Lib/test/README anymore.Martin v. Löwis2009-05-051-1/+0
|
* Issue #5847: Remove -n switch on "Edit with IDLE" menu item.Martin v. Löwis2009-05-051-2/+2
|
* Issue #1734234: Massively speedup `unicodedata.normalize()` when theAntoine Pitrou2009-04-271-5/+32
| | | | | string is already in normalized form, by performing a quick check beforehand. Original patch by Rauli Ruohonen.
* Issue #5828 (Invalid behavior of unicode.lower): Fixed bogus logic inWalter Dörwald2009-04-251-22/+21
| | | | | makeunicodedata.py and regenerated the Unicode database (This fixes u'\u1d79'.lower() == '\x00').
* Issue #5470: Package zipdir.zip.Martin v. Löwis2009-04-041-0/+1
|
* Add a script to fixup rst files if the pre-commit hook rejects them.Georg Brandl2009-03-281-0/+29
|
* Tools/scripts/analyze_dxp.py, a module with some helper functions toJeffrey Yasskin2009-02-242-0/+130
| | | | analyze the output of sys.getdxp().
* Issue #5341: Fix a variety of spelling errors.Mark Dickinson2009-02-211-1/+1
|
* Add optional code signing after merging.Martin v. Löwis2009-02-131-0/+6
|
* rewrite verbose conditionalsBenjamin Peterson2009-01-101-2/+2
|
* Issue #4677: add two list comprehension tests to pybench.Antoine Pitrou2008-12-271-0/+55
|
* #4700: crtlicense.txt is displayed by the license() command and should be ↵Amaury Forgeot d'Arc2008-12-191-1/+1
| | | | | | kept ascii-only. Will port to 3.0
* Consider micro version for name of CHM file.Martin v. Löwis2008-12-081-0/+2
|
* Add UUIDs for 2.6.1 and 2.6.2.Martin v. Löwis2008-12-081-0/+3
|
* Issue #4389: Add icon to the uninstall entry inMartin v. Löwis2008-11-301-1/+4
| | | | "add-and-remove-programs".
* SVN format 9 is the same it seemsBenjamin Peterson2008-11-281-3/+3
|
* Issue #4289: Remove Cancel button from AdvancedDlg.Martin v. Löwis2008-11-191-6/+3
|
* Issue #1656675: Register a drop handler for .py* files on Windows.Martin v. Löwis2008-11-071-0/+8
|
* Stop including fake manifest file in DLLs directory.Martin v. Löwis2008-11-061-4/+6
|
* don't use a catch-allBenjamin Peterson2008-10-251-1/+1
|
* Issue #4091: Install pythonxy.dll in system32 again.Martin v. Löwis2008-10-171-3/+1
|
* don't recurse into directories that start with '.'Benjamin Peterson2008-10-151-1/+2
|
* Issue #4018: Disable "for me" installations on Vista.Martin v. Löwis2008-10-131-3/+5
|
* Add UUID for 2.7.Martin v. Löwis2008-10-021-0/+1
|
* Use CRT 9 policy files.Martin v. Löwis2008-10-021-2/+2
|
* Bug #3989: Package the 2to3 script (as 2to3.py) in the WindowsMartin v. Löwis2008-10-011-0/+1
| | | | installer.
* Use AMD64 version of CRT in just-for-me installations for Win64 installers.Martin v. Löwis2008-09-191-1/+5
|
* Bug #3887: Package x64 version of CRT for AMD64Martin v. Löwis2008-09-191-1/+1
| | | | Windows binaries.
* Fix grammar.Martin v. Löwis2008-09-151-2/+2
|
* Set eol-style to native.Martin v. Löwis2008-09-141-44/+44
|
* Issue #3617: Include a licensing statement regarding the Microsoft C runtime ↵Martin v. Löwis2008-09-142-0/+45
| | | | in the Windows installer.
* Change product code of Win64 installer to allow simultaneous installation on ↵Martin v. Löwis2008-09-131-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öwis2008-09-131-0/+5
|
* Issue #3811: The Unicode database was updated to 5.1.Martin v. Löwis2008-09-101-10/+30
| | | | Reviewed by Fredrik Lundh and Marc-Andre Lemburg.
* Add UUIDs for upcoming releasesMartin v. Löwis2008-09-081-0/+4
|
* Issue #2271: Set SecureCustomProperties so that installation will properlyMartin v. Löwis2008-09-081-0/+2
| | | | use the TARGETDIR even for unprivileged users.
* Allow passing the MSI file name to merge.py.Martin v. Löwis2008-09-081-3/+6
|
* update 2to3 script from 2to3 trunkBenjamin Peterson2008-09-031-3/+2
|
* Merged revisions 65853-65854 via svnmerge fromBenjamin Peterson2008-08-191-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 scriptBenjamin Peterson2008-08-171-0/+0
|
* add a pybench test for complex function calls (part of #1819)Antoine Pitrou2008-07-251-0/+58
|
* - Fix bashisms in Tools/faqwiz/move-faqwiz.shMatthias Klose2008-07-121-3/+9
|
* Add _multiprocessing module.Martin v. Löwis2008-06-301-1/+2
|
* Merged revisions 64368-64369 via svnmerge fromTrent Nelson2008-06-271-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. ........