813 Commits (0f6ce8d9dfaaeca036a085ef8de252efa8a2beea)

Author SHA1 Message Date
Matthias Klose 0f4c16e29c - rename configure.in to configure.ac 14 years ago
Antoine Pitrou 1f9a835400 Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Windows when the child process has already exited. 14 years ago
Georg Brandl 2142ee8718 Update copyright year. 14 years ago
Nadeem Vawda bcb86c5246 Issue #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are now available on Windows. 15 years ago
Antoine Pitrou 586bfe4500 Issue #13063: the Windows error ERROR_NO_DATA (numbered 232 and described 15 years ago
Antoine Pitrou eeb7eea1f9 Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists. 15 years ago
Antoine Pitrou a762285831 Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is now 15 years ago
Ezio Melotti 13925008dc #11565: Fix several typos. Patch by Piotr Kasprzyk. 15 years ago
Ezio Melotti 42da663e6f #11515: fix several typos. Patch by Piotr Kasprzyk. 15 years ago
Martin v. Löwis 21967d0b4d Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that the files 15 years ago
Georg Brandl 49857f8a93 Add updated .hgeol file and fix newlines in the 3.2 branch. 15 years ago
Georg Brandl 5537d298ea Add updated .hgeol file and fix newlines in the 3.1 branch. 15 years ago
Martin v. Löwis 738236dbd6 Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check 15 years ago
Martin v. Löwis d77520a426 Issue #11118: Fix bogus export of None in python3.dll. 15 years ago
Martin v. Löwis c83bc3c1fb Remove buffer API from stable ABI for now, see #10181. 15 years ago
Georg Brandl ed13853e5d Happy New Year! (CET edition) 15 years ago
Hirokazu Yamamoto ba466cd208 Merged revisions 85071-85072,85894,87132 via svnmerge from 15 years ago
Hirokazu Yamamoto 3405de03a6 Mention NASM which is needed to build openssl-1.0.0a original source. 15 years ago
Martin v. Löwis d53ee5dd12 Automate build for python3.dll. 15 years ago
Martin v. Löwis 0d012f284b Expose CompileString, not CompileStringFlags under the 16 years ago
Martin v. Löwis 4d0d471a80 Merge branches/pep-0384. 16 years ago
Hirokazu Yamamoto 4ae5f138da Issue #6317: Now winsound.PlaySound only accepts unicode with MvL's approval. 16 years ago
Hirokazu Yamamoto 339293a372 Merged revisions 86283 via svnmerge from 16 years ago
Hirokazu Yamamoto c661015141 Merged revisions 86281,86285 via svnmerge from 16 years ago
Hirokazu Yamamoto cdc8cdd215 Reformatted code a bit. 16 years ago
Hirokazu Yamamoto c08c9bccfc Issue #6317: Now winsound.PlaySound can accept non ascii filename. 16 years ago
Hirokazu Yamamoto 62fbdd9b7b Formatted code. (Tabify, etc) 16 years ago
Hirokazu Yamamoto 5ee89cf13e Updated PC/VS8.0. (mainly to follow r86137: use temporary dir in make_buildinfo.c) 16 years ago
Hirokazu Yamamoto de5919dca7 Can build older OpenSSL in http://svn.python.org/projects/externals/ 16 years ago
Hirokazu Yamamoto 59b7c70d58 Recorded merge of revisions 86117 via svnmerge from 16 years ago
Hirokazu Yamamoto 54b6903a08 Recorded merge of revisions 86113 via svnmerge from 16 years ago
Hirokazu Yamamoto f74ed2ea4c Defined Py_BUILD_CORE_MODULE also on VC7.1. 16 years ago
Hirokazu Yamamoto 4285f9446a Py_BUILD_CORE_MODULE was not needed in python.dsp and pythonw.dsp. 16 years ago
Hirokazu Yamamoto a2c9770bae Defined Py_BUILD_CORE_MODULE also on VC6. 16 years ago
Hirokazu Yamamoto 7c3d709377 Updated readme.txt about OpenSSL. 16 years ago
Antoine Pitrou fbb1c6191c Follow up to #9778: fix regressions on 64-bit Windows builds 16 years ago
Georg Brandl 66c221e993 #9418: first step of moving private string methods to _string module. 16 years ago
Hirokazu Yamamoto beae8efb1b Merged revisions 84763,85135 via svnmerge from 16 years ago
Hirokazu Yamamoto e75bc2c6f9 Follows Python/fileutils.c addition. 16 years ago
Hirokazu Yamamoto 7405c200bb Updated PC/VC6 openssl build script. (for openssl-1.0.0a) 16 years ago
Hirokazu Yamamoto 313dab43fe Now perl path with spaces can be used. 16 years ago
Hirokazu Yamamoto d057cd62f7 Updated VS8.0 bz2.vcproj with PCBuild/vs9to8.py. 16 years ago
Brian Curtin 1771b54bed Implement #8521. Added named argument handling to winreg's CreateKeyEx, 16 years ago
Kristján Valur Jónsson 3b69db27d7 issue 9910 16 years ago
Hirokazu Yamamoto 5e83da3d08 Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows) 16 years ago
Hirokazu Yamamoto 2c36c3cc06 Updated VS8.0 project files with PCBuild/vs9to8.py. 16 years ago
Hirokazu Yamamoto 2f816e6a10 Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows) 16 years ago
Hirokazu Yamamoto e31f7d9e2e Revert r84902 before committing better solution. 16 years ago
Hirokazu Yamamoto ba45c2b6a7 Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows) 16 years ago
Hirokazu Yamamoto 35aa08376b Applied r84870 to older compilers. 16 years ago