summaryrefslogtreecommitdiffstats
path: root/PC
Commit message (Collapse)AuthorAgeFilesLines
* #11565: Merge with 3.1.Ezio Melotti2011-03-164-6/+6
|\
| * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-164-6/+6
| |
* | #11515: Merge with 3.1.Ezio Melotti2011-03-151-1/+1
|\ \ | |/
| * #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-151-1/+1
| |
* | Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that ↵Martin v. Löwis2011-03-0678-24142/+24142
|\ \ | |/ | | | | | | | | the files will have the right line ending even if the extension is not active.
| * Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that ↵Martin v. Löwis2011-03-0675-23682/+23682
| | | | | | | | | | | | the files will have the right line ending even if the extension is not active.
| * Add updated .hgeol file and fix newlines in the 3.1 branch.Georg Brandl2011-03-0528-2672/+2672
| |
| * Merged revisions 85071-85072,85894,87132 via svnmerge fromHirokazu Yamamoto2010-12-093-23/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85071 | hirokazu.yamamoto | 2010-09-29 03:29:57 +0900 (水, 29 9 2010) | 1 line Now perl path with spaces can be used. ........ r85072 | hirokazu.yamamoto | 2010-09-29 03:36:04 +0900 (水, 29 9 2010) | 1 line Updated PC/VC6 openssl build script. (for openssl-1.0.0a) ........ r85894 | hirokazu.yamamoto | 2010-10-29 02:57:25 +0900 (金, 29 10 2010) | 1 line Updated readme.txt about OpenSSL. ........ r87132 | hirokazu.yamamoto | 2010-12-08 23:47:07 +0900 (水, 08 12 2010) | 3 lines Mention NASM which is needed to build openssl-1.0.0a original source. (PC/VC6/readme.txt) ........
| * Merged revisions 86283 via svnmerge fromHirokazu Yamamoto2010-11-071-7/+29
| | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86283 | hirokazu.yamamoto | 2010-11-07 18:23:15 +0900 | 1 line Issue #6317: Now winsound.PlaySound can accept non ascii filename. ........
| * Merged revisions 86281,86285 via svnmerge fromHirokazu Yamamoto2010-11-071-17/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86281 | hirokazu.yamamoto | 2010-11-07 11:45:19 +0900 | 1 line Formatted code. (Tabify, etc) ........ r86285 | hirokazu.yamamoto | 2010-11-07 20:07:44 +0900 | 1 line Reformatted code a bit. ........
| * Recorded merge of revisions 86117 via svnmerge fromHirokazu Yamamoto2010-11-0215-58/+58
| | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86117 | hirokazu.yamamoto | 2010-11-02 23:06:03 +0900 | 2 lines Defined Py_BUILD_CORE_MODULE also on VC7.1. # I don't have this compiler, so I couldn't test it. ........
| * Recorded merge of revisions 86113 via svnmerge fromHirokazu Yamamoto2010-11-0216-64/+64
| | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86113 | hirokazu.yamamoto | 2010-11-02 22:21:31 +0900 | 1 line Defined Py_BUILD_CORE_MODULE also on VC6. ........
| * Merged revisions 84763,85135 via svnmerge fromHirokazu Yamamoto2010-10-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84763 | hirokazu.yamamoto | 2010-09-13 15:21:54 +0900 | 1 line Cosmetic fix to project files. ........ r85135 | hirokazu.yamamoto | 2010-10-01 19:40:49 +0900 | 1 line Cosmetic fix for PCBuild/readme.txt. ........
| * Updated VS8.0 project files with PCBuild/vs9to8.py.Hirokazu Yamamoto2010-09-219-93/+153
| |
| * Merged revisions 84644 via svnmerge fromHirokazu Yamamoto2010-09-101-3/+3
| | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84644 | hirokazu.yamamoto | 2010-09-09 15:14:23 +0900 | 1 line Updated VS7.1 project file. (I cannot test this file because I don't have VS7.1) ........
| * Merged revisions 84506 via svnmerge fromAntoine Pitrou2010-09-041-0/+3
| | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84506 | antoine.pitrou | 2010-09-04 22:53:29 +0200 (sam., 04 sept. 2010) | 5 lines Issue #8734: Avoid crash in msvcrt.get_osfhandle() when an invalid file descriptor is provided. Patch by Pascal Chambon. ........
| * Issue #3210: Revert C module changes and apply patch from Hirokazu Yamamoto ↵Tim Golden2010-08-081-17/+2
| | | | | | | | instead
| * Issue #3210: Ensure stdio handles are closed if CreateProcess failsTim Golden2010-08-061-2/+17
| |
| * Merged revisions 81843 via svnmerge fromBrian Curtin2010-06-081-4/+4
| | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r81843 | brian.curtin | 2010-06-08 15:57:52 -0500 (Tue, 08 Jun 2010) | 3 lines Fix a compile warning missed during porting (wchar_t/char) and move a variable declaration outside of a loop. #2810 was when this first went in. ........
| * Merged revisions 81547 via svnmerge fromBrian Curtin2010-05-261-28/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r81547 | brian.curtin | 2010-05-26 12:43:50 -0500 (Wed, 26 May 2010) | 6 lines Fix #2810 - handle the case where some registry calls return ERROR_MORE_DATA, requiring another call to get the remaining data. Patch by Daniel Stutzbach ........
| * Recorded merge of revisions 81032 via svnmerge fromAntoine Pitrou2010-05-0925-6130/+6130
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 80441 via svnmerge fromBrian Curtin2010-04-241-10/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r80441 | brian.curtin | 2010-04-24 11:19:22 -0500 (Sat, 24 Apr 2010) | 13 lines Merged revisions 80439 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r80439 | brian.curtin | 2010-04-24 10:40:11 -0500 (Sat, 24 Apr 2010) | 6 lines Fix #7838. Add docstrings and privatize _subprocess implementation details. Since CREATE_NEW_* are used for the creation flags of a subprocess, they were added to __all__. The rest of the previously exposed attributes are now qualified by _subprocess.ATTR rather than importing *. ........ ................
| * Merged revisions 78225 via svnmerge fromMartin v. Löwis2010-02-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r78225 | martin.v.loewis | 2010-02-18 17:27:43 +0100 (Do, 18 Feb 2010) | 11 lines Merged revisions 78213 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78213 | martin.v.loewis | 2010-02-18 10:22:20 +0100 (Do, 18 Feb 2010) | 3 lines Stop providing crtassem.h symbols when compiling with Visual Studio 2010, as msvcr100.dll is not a platform assembly anymore. ........ ................
| * Merged revisions 77167 via svnmerge fromBenjamin Peterson2009-12-311-14/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r77167 | benjamin.peterson | 2009-12-30 21:11:23 -0600 (Wed, 30 Dec 2009) | 61 lines Merged revisions 76847,76851,76869,76882,76891-76892,76924,77007,77070,77092,77096,77120,77126,77155 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r76847 | benjamin.peterson | 2009-12-14 21:25:27 -0600 (Mon, 14 Dec 2009) | 1 line adverb ........ r76851 | benjamin.peterson | 2009-12-15 21:28:52 -0600 (Tue, 15 Dec 2009) | 1 line remove lib2to3 resource ........ r76869 | vinay.sajip | 2009-12-17 08:52:00 -0600 (Thu, 17 Dec 2009) | 1 line Issue #7529: logging: Minor correction to documentation. ........ r76882 | georg.brandl | 2009-12-19 11:30:28 -0600 (Sat, 19 Dec 2009) | 1 line #7527: use standard versionadded tags. ........ r76891 | georg.brandl | 2009-12-19 12:16:31 -0600 (Sat, 19 Dec 2009) | 1 line #7479: add note about function availability on Unices. ........ r76892 | georg.brandl | 2009-12-19 12:20:18 -0600 (Sat, 19 Dec 2009) | 1 line #7480: remove tautology. ........ r76924 | georg.brandl | 2009-12-20 08:28:05 -0600 (Sun, 20 Dec 2009) | 1 line Small indentation fix. ........ r77007 | gregory.p.smith | 2009-12-23 03:31:11 -0600 (Wed, 23 Dec 2009) | 3 lines Fix possible integer overflow in lchown and fchown functions. For issue1747858. ........ r77070 | amaury.forgeotdarc | 2009-12-27 14:06:44 -0600 (Sun, 27 Dec 2009) | 2 lines Fix a typo in comment ........ r77092 | georg.brandl | 2009-12-28 02:48:24 -0600 (Mon, 28 Dec 2009) | 1 line #7404: remove reference to non-existing example files. ........ r77096 | benjamin.peterson | 2009-12-28 14:51:17 -0600 (Mon, 28 Dec 2009) | 1 line document new fix_callable behavior ........ r77120 | georg.brandl | 2009-12-29 15:09:17 -0600 (Tue, 29 Dec 2009) | 1 line #7595: fix typo in argument default constant. ........ r77126 | amaury.forgeotdarc | 2009-12-29 17:06:17 -0600 (Tue, 29 Dec 2009) | 2 lines #7579: Add docstrings to the msvcrt module ........ r77155 | georg.brandl | 2009-12-30 13:03:00 -0600 (Wed, 30 Dec 2009) | 1 line We only support Windows NT derivatives now. ........ ................
| * Merged revisions 75537,75539 via svnmerge fromAntoine Pitrou2009-10-191-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r75537 | antoine.pitrou | 2009-10-19 21:37:25 +0200 (lun., 19 oct. 2009) | 3 lines egreen is Derk Drukker + fix NEWS formatting ........ r75539 | antoine.pitrou | 2009-10-19 21:43:09 +0200 (lun., 19 oct. 2009) | 4 lines Issue #7080: locale.strxfrm() raises a MemoryError on 64-bit non-Windows platforms, and assorted locale fixes by Derk Drukker. ........
| * Merged revisions 73609 via svnmerge fromHirokazu Yamamoto2009-06-281-24/+24
| | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r73609 | hirokazu.yamamoto | 2009-06-28 22:21:41 +0900 | 1 line Sorted file names. ........
* | Add updated .hgeol file and fix newlines in the 3.2 branch.Georg Brandl2011-03-0541-5395/+5395
| |
* | Issue #11067: Add PyType_GetFlags, to support PyUnicode_CheckMartin v. Löwis2011-02-052-0/+2
| | | | | | | | in the limited ABI
* | Issue #11118: Fix bogus export of None in python3.dll.Martin v. Löwis2011-02-042-12/+2
| |
* | Remove buffer API from stable ABI for now, see #10181.Martin v. Löwis2011-01-061-10/+0
| |
* | Happy New Year! (CET edition)Georg Brandl2010-12-311-1/+1
| |
* | Mention NASM which is needed to build openssl-1.0.0a original source.Hirokazu Yamamoto2010-12-081-2/+10
| | | | | | | | (PC/VC6/readme.txt)
* | Automate build for python3.dll.Martin v. Löwis2010-12-053-0/+733
| | | | | | | | Package missing files.
* | Expose CompileString, not CompileStringFlags under theMartin v. Löwis2010-12-041-1/+1
| | | | | | | | limited API.
* | Merge branches/pep-0384.Martin v. Löwis2010-12-034-1/+745
| |
* | Issue #6317: Now winsound.PlaySound only accepts unicode with MvL's approval.Hirokazu Yamamoto2010-11-071-27/+1
| |
* | Reformatted code a bit.Hirokazu Yamamoto2010-11-071-1/+1
| |
* | Issue #6317: Now winsound.PlaySound can accept non ascii filename.Hirokazu Yamamoto2010-11-071-7/+29
| |
* | Formatted code. (Tabify, etc)Hirokazu Yamamoto2010-11-071-17/+15
| |
* | Updated PC/VS8.0. (mainly to follow r86137: use temporary dir in ↵Hirokazu Yamamoto2010-11-044-95/+120
| | | | | | | | make_buildinfo.c)
* | Can build older OpenSSL in http://svn.python.org/projects/externals/Hirokazu Yamamoto2010-11-042-2/+2
| | | | | | | | without Perl again.
* | Defined Py_BUILD_CORE_MODULE also on VC7.1.Hirokazu Yamamoto2010-11-0215-58/+58
| | | | | | | | # I don't have this compiler, so I couldn't test it.
* | Py_BUILD_CORE_MODULE was not needed in python.dsp and pythonw.dsp.Hirokazu Yamamoto2010-11-022-8/+8
| |
* | Defined Py_BUILD_CORE_MODULE also on VC6.Hirokazu Yamamoto2010-11-0218-72/+72
| |
* | Updated readme.txt about OpenSSL.Hirokazu Yamamoto2010-10-281-6/+4
| |
* | Follow up to #9778: fix regressions on 64-bit Windows buildsAntoine Pitrou2010-10-231-1/+1
| |
* | #9418: first step of moving private string methods to _string module.Georg Brandl2010-10-141-0/+2
| |
* | Follows Python/fileutils.c addition.Hirokazu Yamamoto2010-10-083-3/+18
| |
* | Updated PC/VC6 openssl build script. (for openssl-1.0.0a)Hirokazu Yamamoto2010-09-281-16/+42
| |
* | Now perl path with spaces can be used.Hirokazu Yamamoto2010-09-281-6/+6
| |