summaryrefslogtreecommitdiffstats
path: root/PC
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 81847 via svnmerge fromBrian Curtin2010-06-081-4/+4
* Merged revisions 81517 via svnmerge fromBrian Curtin2010-05-261-33/+103
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-0924-6088/+6088
* Merged revisions 80439 via svnmerge fromBrian Curtin2010-04-241-10/+93
* More copyright year updates.v2.6.5rc1Barry Warsaw2010-03-011-1/+1
* Merged revisions 78213,78215 via svnmerge fromMartin v. Löwis2010-02-181-1/+1
* Merged revisions 69846 via svnmerge fromJesus Cea2009-07-022-4/+4
* Issue #5724: Fix cmath failures on Solaris 10.Mark Dickinson2009-05-041-3/+3
* Merged revisions 70448 via svnmerge fromHirokazu Yamamoto2009-03-183-49/+89
* Merged revisions 70137 via svnmerge fromHirokazu Yamamoto2009-03-031-1/+1
* Merged revisions 69494 via svnmerge fromHirokazu Yamamoto2009-02-103-218/+218
* Merged revisions 69205 via svnmerge fromMartin v. Löwis2009-02-021-0/+12
* Merged revisions 69094 via svnmerge fromMark Hammond2009-01-291-89/+90
* Merged revisions 69038 via svnmerge fromMark Hammond2009-01-271-1/+67
* Merged revisions 68521,68527,68534-68536,68540,68547,68552,68563,68570,68572,...Georg Brandl2009-01-141-0/+6
* Fixed version number in build_ssl.bat.Hirokazu Yamamoto2009-01-111-2/+2
* Merged revisions 68470 via svnmerge fromHirokazu Yamamoto2009-01-101-0/+81
* Merged revisions 68469 via svnmerge fromHirokazu Yamamoto2009-01-102-1/+5
* Merged revisions 68468 via svnmerge fromHirokazu Yamamoto2009-01-103-18/+43
* Merged revisions 68439 via svnmerge fromHirokazu Yamamoto2009-01-092-11/+11
* Merged revisions 68435 via svnmerge fromHirokazu Yamamoto2009-01-092-8/+8
* Merged revisions 67455 via svnmerge fromMartin v. Löwis2008-12-011-0/+24
* build_os2emx.patch in issue 3868 - update OS/2 EMX makefile and config filesAndrew MacIntyre2008-09-223-7/+17
* Attempt to correct the build files for the Microsoft VS7.1 compiler.Amaury Forgeot d'Arc2008-09-022-10/+13
* Use vs9to8.py to refresh the Visual Studio 2005 build files.Amaury Forgeot d'Arc2008-09-027-296/+982
* Added _multiprocessing module support. (VC6)Hirokazu Yamamoto2008-08-142-0/+130
* Issue #2065: VC6 related fix.Hirokazu Yamamoto2008-08-148-45/+169
* fix issue3120 - don't truncate handles on 64-bit Windows.Gregory P. Smith2008-07-201-23/+34
* Run svneol.py on all sources.Martin v. Löwis2008-06-1328-16344/+16344
* Add a missing file for VS2005Amaury Forgeot d'Arc2008-06-131-0/+568
* Restore support for Microsoft VC6 compiler.Amaury Forgeot d'Arc2008-06-134-11/+16
* Update VS8.0 build files, using the script vs9to8.py.Amaury Forgeot d'Arc2008-06-1210-311/+492
* Rename bytesobject.c back to stringobject.c to keep with the PyString theme.Gregory P. Smith2008-06-103-3/+3
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-095-44/+44
* Patch #2125: Add GetInteger and GetString methods forMartin v. Löwis2008-06-021-0/+47
* Fix bdist_wininst --user-access-control for win2kMark Hammond2008-05-311-7/+19
* Used vs9to8.py to port all VS9.0 changes to 8.0Christian Heimes2008-05-2622-109/+3147
* Renamed PyString to PyBytesChristian Heimes2008-05-265-44/+44
* Tkinter rename reversal: remove tkinter package, adapt imports and docs.Georg Brandl2008-05-202-12/+0
* Add new tkinter dir to various locations where lib-tk shows up.Georg Brandl2008-05-172-0/+12
* Sync code with documentation, and remove Win95 support in winsound module.Amaury Forgeot d'Arc2008-05-121-69/+9
* Backport fast alternate io.BytesIO implementation.Alexandre Vassalotti2008-05-092-0/+6
* Add the 'json' package. Code taken from simplejson 1.9 and contributed by BobBrett Cannon2008-05-054-0/+13
* #2581: Vista UAC/elevation support for bdist_wininstMark Hammond2008-05-023-8/+112
* Added new files to Windows project filesChristian Heimes2008-04-183-0/+11
* I finally got the time to update and merge Mark's and my trunk-math branch. T...Christian Heimes2008-04-181-2/+3
* Update project files for all Windows supported compilersAmaury Forgeot d'Arc2008-04-143-0/+11
* Fix an accidental bug of an non-existent init function.Brett Cannon2008-04-131-2/+0
* Re-implement the 'warnings' module in C. This allows for usage of theBrett Cannon2008-04-121-0/+4
* Issue 2408: remove the _types moduleAmaury Forgeot d'Arc2008-04-084-14/+0