Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #13210. Port the Windows build from VS2008 to VS2010. | Brian Curtin | 2012-05-13 | 1 | -18/+14 |
| | |||||
* | Include micro version even if it is 0. | Martin v. Löwis | 2012-05-01 | 1 | -3/+1 |
| | |||||
* | Add a missing close paren | Brian Curtin | 2012-04-26 | 1 | -1/+1 |
| | |||||
* | Fix #3561. Add an option to place the Python installation into the Windows ↵ | Brian Curtin | 2012-04-25 | 1 | -3/+19 |
| | | | | Path environment variable. | ||||
* | Add _decimal and _testbuffer modules. | Martin v. Löwis | 2012-04-01 | 1 | -1/+3 |
| | |||||
* | Remove uuids, as they are now computed. | Martin v. Löwis | 2012-03-06 | 1 | -38/+0 |
| | |||||
* | Use hg manifest to compute list of library files to include. | Martin v. Löwis | 2012-03-06 | 1 | -126/+39 |
| | |||||
* | Generate product code UUID from download URL. | Martin v. Löwis | 2012-03-04 | 1 | -8/+11 |
| | |||||
* | Issue #12406: Update list of files. | Martin v. Löwis | 2012-02-21 | 1 | -7/+43 |
| | |||||
* | Issue #12406: prevent case where shortened name could conflict with short name. | Martin v. Löwis | 2012-02-21 | 1 | -8/+10 |
| | |||||
* | merge 2.6 | Martin v. Löwis | 2012-02-21 | 1 | -2/+2 |
|\ | |||||
| * | Issue #6807: Run msisupport.mak earlier. | Martin v. Löwis | 2012-02-21 | 1 | -2/+2 |
| | | |||||
* | | merge 3.2 | Martin v. Löwis | 2012-02-21 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #10580: Minor grammar change in Windows installer. | Martin v. Löwis | 2012-02-21 | 1 | -1/+1 |
| | | |||||
* | | Merge with 3.2 | Martin v. Löwis | 2011-09-04 | 1 | -0/+5 |
|\ \ | |/ | |||||
| * | Add 3.2.2 and 3.2.3 UUIDs. | Martin v. Löwis | 2011-09-04 | 1 | -0/+5 |
| | | |||||
* | | Issue #12406: Added upates for packaging's .exe files, command_template, and ↵ | Vinay Sajip | 2011-07-03 | 1 | -1/+6 |
| | | | | | | | | sysconfig.cfg. | ||||
* | | #11781: update windows build script to account for move of email tests | R David Murray | 2011-06-18 | 1 | -2/+2 |
| | | |||||
* | | Remove wsgiref.egg-info from msi.py (follow-up to d615eb7bce33, #12218) | Éric Araujo | 2011-06-06 | 1 | -2/+0 |
| | | |||||
* | | Drop old UUIDs. | Martin v. Löwis | 2011-06-05 | 1 | -60/+0 |
|/ | |||||
* | merge:Do not add txt files twice | Martin v. Löwis | 2011-06-05 | 1 | -2/+0 |
|\ | |||||
| * | Do not add txt files twice. | Martin v. Löwis | 2011-06-05 | 1 | -2/+0 |
| | | |||||
* | | (Merge 3.1) Issue #12057: Add cjkencodings directory to the Makefile and | Victor Stinner | 2011-05-24 | 1 | -0/+2 |
|\ \ | |/ | | | | | Tools/msi/msi.py | ||||
| * | Issue #12057: Add cjkencodings directory to the Makefile and Tools/msi/msi.py | Victor Stinner | 2011-05-24 | 1 | -0/+2 |
| | | |||||
* | | Add 3.2.1rc2 uuid. | Martin v. Loewis | 2011-05-22 | 1 | -0/+1 |
| | | |||||
* | | Add 3.2.1 UUIDs | Martin v. Löwis | 2011-05-16 | 1 | -0/+2 |
| | | |||||
* | | #11515: Merge with 3.1. | Ezio Melotti | 2011-03-15 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | #11515: fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-15 | 1 | -1/+1 |
| | | |||||
| * | Add updated .hgeol file and fix newlines in the 3.1 branch. | Georg Brandl | 2011-03-05 | 1 | -84/+84 |
| | | |||||
| * | Backport the distutils part of r83399 to fix #7645. | Brian Curtin | 2010-11-22 | 1 | -0/+2 |
| | | |||||
| * | Merged revisions 84339,84487 via svnmerge from | Martin v. Löwis | 2010-11-14 | 1 | -2/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84339 | martin.v.loewis | 2010-08-28 15:40:10 +0200 (Sa, 28 Aug 2010) | 1 line Stop packaging versioncheck. ........ r84487 | martin.v.loewis | 2010-09-04 16:38:09 +0200 (Sa, 04 Sep 2010) | 3 lines Issue #1303434: Include PDBs in release. Patch by James Lee and Daniel Stutzbach. ........ | ||||
| * | Add 3.1.3 UUIDs. | Martin v. Löwis | 2010-10-25 | 1 | -0/+3 |
| | | |||||
| * | Recorded merge of revisions 81032 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -56/+56 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r81032 | antoine.pitrou | 2010-05-09 17:52:27 +0200 (dim., 09 mai 2010) | 9 lines Recorded merge of revisions 81029 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines Untabify C files. Will watch buildbots. ........ ................ | ||||
| * | Merged revisions 78991-78992,78994 via svnmerge from | Martin v. Löwis | 2010-03-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r78991 | martin.v.loewis | 2010-03-16 12:03:13 +0100 (Di, 16 Mär 2010) | 9 lines Merged revisions 78976 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78976 | martin.v.loewis | 2010-03-15 14:00:17 +0100 (Mo, 15 Mär 2010) | 1 line Issue #6716: Quote -x arguments of compileall in MSI installer. ........ ................ r78992 | martin.v.loewis | 2010-03-16 14:19:21 +0100 (Di, 16 Mär 2010) | 2 lines Issue #6716/2: Backslash-replace error output in compilall. ................ r78994 | martin.v.loewis | 2010-03-16 17:19:47 +0100 (Di, 16 Mär 2010) | 1 line Issue #6716/3: Exclude 2to3 tests from compileall. ................ | ||||
| * | Merged revisions 73607 via svnmerge from | Martin v. Löwis | 2009-06-28 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r73607 | martin.v.loewis | 2009-06-28 14:28:29 +0200 (So, 28 Jun 2009) | 9 lines Merged revisions 73606 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r73606 | martin.v.loewis | 2009-06-28 14:24:23 +0200 (So, 28 Jun 2009) | 2 lines Fix types in logic to compute help file name. ........ ................ | ||||
| * | Merged revisions 73600 via svnmerge from | Martin v. Löwis | 2009-06-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r73600 | martin.v.loewis | 2009-06-28 11:36:14 +0200 (So, 28 Jun 2009) | 10 lines Merged revisions 73598 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r73598 | martin.v.loewis | 2009-06-28 11:32:39 +0200 (So, 28 Jun 2009) | 3 lines Issue 5390: Add uninstall icon independent of whether file extensions are installed. ........ ................ | ||||
| * | Merged revisions 73590 via svnmerge from | Martin v. Löwis | 2009-06-27 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r73590 | martin.v.loewis | 2009-06-28 00:51:58 +0200 (So, 28 Jun 2009) | 2 lines Add uuids for 3.1.[12](rc1|final). ........ | ||||
* | | Add uuid for 3.2rc3. | Martin v. Löwis | 2011-02-11 | 1 | -0/+1 |
| | | |||||
* | | Package zip_cp437_header.zip. | Martin v. Löwis | 2011-01-15 | 1 | -2/+1 |
| | | | | | | | | Don't try to package subprocessdata/*.py twice. | ||||
* | | issue7213: Open the pipes used by subprocesses with the FD_CLOEXEC flag from | Gregory P. Smith | 2010-12-13 | 1 | -0/+2 |
| | | | | | | | | | | the C code, using pipe2() when available. Adds unittests for close_fds and cloexec behaviors. | ||||
* | | Automate build for python3.dll. | Martin v. Löwis | 2010-12-05 | 1 | -0/+6 |
| | | | | | | | | Package missing files. | ||||
* | | Add UUID for 3.2a4 | Martin v. Löwis | 2010-11-12 | 1 | -0/+1 |
| | | |||||
* | | Remove traces of setuptools (#10341) | Éric Araujo | 2010-11-06 | 1 | -3/+0 |
| | | |||||
* | | Drop cabarc artifact. | Martin v. Löwis | 2010-09-04 | 1 | -1/+0 |
| | | |||||
* | | Issue #1303434: Include PDBs in release. | Martin v. Löwis | 2010-09-04 | 1 | -1/+16 |
| | | | | | | | | Patch by James Lee and Daniel Stutzbach. | ||||
* | | Stop packaging versioncheck. | Martin v. Löwis | 2010-08-28 | 1 | -1/+1 |
| | | |||||
* | | Replace cabarc with FCICreate. | Martin v. Löwis | 2010-08-28 | 1 | -36/+4 |
| | | |||||
* | | Change pyc removal to support __pycache__. | Martin v. Löwis | 2010-08-06 | 1 | -3/+10 |
| | | |||||
* | | Add various missing files. | Martin v. Löwis | 2010-08-03 | 2 | -12/+37 |
| | | | | | | | | Improve detection of unpackaged files. | ||||
* | | Package some new files that are needed for running the test suite from the ↵ | Georg Brandl | 2010-08-01 | 1 | -0/+4 |
| | | | | | | | | MSI package. |