summaryrefslogtreecommitdiffstats
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-301-0/+2
* Issue #3080: _PyWin_FindRegisteredModule() returns the path as UnicodeVictor Stinner2011-03-081-50/+71
* #11565: Merge with 3.2.Ezio Melotti2011-03-164-6/+6
|\
| * #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.2.Ezio Melotti2011-03-151-1/+1
|\ \ \ | |/ /
| * | #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
* | | 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-0648-20171/+20171
|\ \ \ | |/ /
| * | Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that th...Martin v. Löwis2011-03-0678-24142/+24142
| |\ \ | | |/
| | * Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that th...Martin v. Löwis2011-03-0675-23682/+23682
| | * 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
| | * Merged revisions 86283 via svnmerge fromHirokazu Yamamoto2010-11-071-7/+29
| | * Merged revisions 86281,86285 via svnmerge fromHirokazu Yamamoto2010-11-071-17/+15
| | * Recorded merge of revisions 86117 via svnmerge fromHirokazu Yamamoto2010-11-0215-58/+58
| | * Recorded merge of revisions 86113 via svnmerge fromHirokazu Yamamoto2010-11-0216-64/+64
| | * Merged revisions 84763,85135 via svnmerge fromHirokazu Yamamoto2010-10-081-1/+1
| | * 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
| | * Merged revisions 84506 via svnmerge fromAntoine Pitrou2010-09-041-0/+3
| | * Issue #3210: Revert C module changes and apply patch from Hirokazu Yamamoto i...Tim Golden2010-08-081-17/+2
| | * 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
| | * Merged revisions 81547 via svnmerge fromBrian Curtin2010-05-261-28/+91
| | * Recorded merge of revisions 81032 via svnmerge fromAntoine Pitrou2010-05-0925-6130/+6130
| | * Merged revisions 80441 via svnmerge fromBrian Curtin2010-04-241-10/+93
| | * Merged revisions 78225 via svnmerge fromMartin v. Löwis2010-02-181-1/+1
| | * Merged revisions 77167 via svnmerge fromBenjamin Peterson2009-12-311-14/+104
| | * Merged revisions 75537,75539 via svnmerge fromAntoine Pitrou2009-10-191-0/+5
| | * Merged revisions 73609 via svnmerge fromHirokazu Yamamoto2009-06-281-24/+24
| * | Add updated .hgeol file and fix newlines in the 3.2 branch.Georg Brandl2011-03-0541-5395/+5395
* | | 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
|/ /
* | 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