summaryrefslogtreecommitdiffstats
path: root/PC
Commit message (Expand)AuthorAgeFilesLines
* Make all socket related modules link with ws2_32.lib on windows, likeKristján Valur Jónsson2012-04-152-12/+12
* Issue14559: Fix build files old Microft compilers.Amaury Forgeot d'Arc2012-04-133-0/+11
* Issue #14471: Fix a possible buffer overrun in the winreg module.Kristján Valur Jónsson2012-04-021-1/+1
* merge 3.1Matthias Klose2012-03-141-1/+1
|\
| * - rename configure.in to configure.acMatthias Klose2012-03-141-1/+1
* | Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Wi...Antoine Pitrou2012-03-111-0/+1
* | Update copyright year.v3.2.3rc1Georg Brandl2012-02-231-1/+1
* | Issue #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are n...Nadeem Vawda2011-10-171-0/+3
* | Issue #13063: the Windows error ERROR_NO_DATA (numbered 232 and describedAntoine Pitrou2011-10-072-0/+4
* | Issue #12911: Fix memory consumption when calculating the repr() of huge tupl...Antoine Pitrou2011-10-063-0/+15
* | Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is nowAntoine Pitrou2011-09-012-6/+16
* | #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 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
* | 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