summaryrefslogtreecommitdiff
path: root/PC
Commit message (Expand)AuthorAgeFilesLines
* Issue #11743: Rewrite multiprocessing connection classes in pure Python.Antoine Pitrou2011-05-092-20/+0
* Issue #11918: OS/2 and VMS are no more supported because of the lack ofVictor Stinner2011-04-261-0/+2
* Issue #11393: Add the new faulthandler moduleVictor Stinner2011-03-311-0/+2
* Issue #3080: _PyWin_FindRegisteredModule() returns the path as UnicodeVictor Stinner2011-03-081-50/+71
* #11565: Merge with 3.2.Ezio Melotti2011-03-1618-856/+856
|\
| * #11515: Merge with 3.2.Ezio Melotti2011-03-1518-856/+856
| |\
| | * Add a 'timeout' argument to subprocess.Popen.Reid Kleckner2011-03-141-0/+1
| | * Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that th...Martin v. Löwis2011-03-0617-856/+855
| | |\
| | | * More eol-style'sAntoine Pitrou2011-02-255-1421/+1420
| | | * Make svn:eol-style's more consistentAntoine Pitrou2011-02-2510-307/+307
| | | * Issue #3080: Mark PyWin_FindRegisteredModule() as privateVictor Stinner2011-02-221-4/+4
| | | * More automated version replacement.Georg Brandl2011-02-2016-851/+851
* | | | #11565: Merge with 3.1.Ezio Melotti2011-03-1642-307/+2159
|\ \ \ \ | |/ / /
| * | | #11515: Merge with 3.1.Ezio Melotti2011-03-151-1/+1
| |\ \ \ | | |/ / | |/| |
| * | | Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that th...Martin v. Löwis2011-03-0642-307/+2159
| |\ \ \
| | * | | 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
| | * | 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
| | * | Automate build for python3.dll.Martin v. Löwis2010-12-053-0/+733
| | * | Expose CompileString, not CompileStringFlags under theMartin v. Löwis2010-12-041-1/+1
| | * | 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 make_buildin...Hirokazu Yamamoto2010-11-044-95/+120
| | * | Can build older OpenSSL in http://svn.python.org/projects/externals/Hirokazu Yamamoto2010-11-042-2/+2
| | * | Defined Py_BUILD_CORE_MODULE also on VC7.1.Hirokazu Yamamoto2010-11-0215-58/+58
| | * | 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
| | * | Updated VS8.0 bz2.vcproj with PCBuild/vs9to8.py.Hirokazu Yamamoto2010-09-281-24/+60
| | * | Implement #8521. Added named argument handling to winreg's CreateKeyEx,Brian Curtin2010-09-271-33/+43
| | * | issue 9910Kristján Valur Jónsson2010-09-271-0/+24
| | * | Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows)Hirokazu Yamamoto2010-09-245-20/+232
| | * | Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows)Hirokazu Yamamoto2010-09-211-2/+13
| | * | Revert r84902 before committing better solution.Hirokazu Yamamoto2010-09-212-8/+8
| | * | Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows)Hirokazu Yamamoto2010-09-192-8/+8
| | * | Applied r84870 to older compilers.Hirokazu Yamamoto2010-09-182-2/+2
| | * | Cosmetic fix to project files.Hirokazu Yamamoto2010-09-131-1/+1
| | * | Updated PC/VS8.0 with PCBuild/vs9to8.py.Hirokazu Yamamoto2010-09-139-91/+115
| | * | Updated VS7.1 project file. (I cannot test this file because I don't have VS7.1)Hirokazu Yamamoto2010-09-091-11/+17