summaryrefslogtreecommitdiff
path: root/PC
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Updated VC6 files.Hirokazu Yamamoto2010-09-093-14/+14
| | * | Issue #8734: Avoid crash in msvcrt.get_osfhandle() when an invalid fileAntoine Pitrou2010-09-041-0/+3
| | * | Welcome to the UTF-8 world.Florent Xicluna2010-09-031-1/+1
| | * | Issue 8781: Define SIZEOF_WCHAR_T on WindowsDaniel Stutzbach2010-08-251-0/+3
| | * | Fix #7579. Add docstrings to msvcrt and adjust some wording for bytes.Brian Curtin2010-08-241-9/+10
| | * | Remove long-redundant plat-win from sys.path on WindowsTim Golden2010-08-201-1/+1
| | * | Cleanup and correct a few ints to be Py_ssize_t.Brian Curtin2010-08-171-3/+4
| | * | Properly downcast from size_t/Py_ssize_t in a few places.Brian Curtin2010-08-171-4/+6
| | * | Fix compilation warning on WindowsAmaury Forgeot d'Arc2010-08-161-2/+2
| | * | 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
| | * | Fix the VS8.0 buildRaymond Hettinger2010-08-061-0/+8
| | * | Fix VS8.0 build by adding _time.h and _time.c to the project file.Raymond Hettinger2010-08-011-0/+8
| | * | Fix build on VS8.Raymond Hettinger2010-07-311-1/+1
| | * | Update copyright years and add releases to release list. Also update Sphinx ...Georg Brandl2010-07-311-1/+1
| | * | Issue #7989: Added pure python implementation of the datetime module.Alexander Belopolsky2010-07-231-2/+2
| | * | Issue #9089: Remove intobject.h from MSVC project files.Mark Dickinson2010-06-271-4/+0
| | * | Fix a compile warning missed during porting (wchar_t/char) and move aBrian Curtin2010-06-081-4/+4
| | * | Fix #2810 - handle the case where some registry calls returnBrian Curtin2010-05-261-28/+91
| | * | Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-0925-6187/+6187
| | * | Make (most of) Python's tests pass under Thread Sanitizer.Jeffrey Yasskin2010-05-033-0/+12
| | * | Merged revisions 80439 via svnmerge fromBrian Curtin2010-04-241-10/+93
| | * | Port #7347 to py3k.Brian Curtin2010-04-211-12/+107
| | * | Port #1220212 (os.kill for Win32) to py3k.Brian Curtin2010-04-121-0/+2
| | * | Merged revisions 78393 via svnmerge fromAmaury Forgeot d'Arc2010-02-242-2/+0
| | * | Issue #5988: Delete deprecated functions PyOS_ascii_formatd, PyOS_ascii_strto...Eric Smith2010-02-221-5/+0
| | * | Merged revisions 78213 via svnmerge fromMartin v. Löwis2010-02-181-1/+1
| | * | Merged revisions 77461 via svnmerge fromAntoine Pitrou2010-01-131-0/+4
| | * | Merged revisions 76847,76851,76869,76882,76891-76892,76924,77007,77070,77092,...Benjamin Peterson2009-12-311-14/+104
| | * | Merged revisions 76861 via svnmerge fromMark Dickinson2009-12-163-0/+15
| | * | Issue #7080: locale.strxfrm() raises a MemoryError on 64-bit non-WindowsAntoine Pitrou2009-10-191-0/+5
| | * | Merged revisions 73998 via svnmerge fromAmaury Forgeot d'Arc2009-07-135-873/+873
| | * | Updated MSVC project files to follow PyCObject removal (r73729)Hirokazu Yamamoto2009-07-013-15/+0
| | * | Sorted file names.Hirokazu Yamamoto2009-06-281-24/+24
| | * | Merged revisions 73603 via svnmerge fromHirokazu Yamamoto2009-06-281-6/+0
| | * | Bump Windows versions to 3.2.Martin v. Löwis2009-06-277-22/+22
* | | | #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-164-6/+6
| |_|/ |/| |
* | | #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-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