summaryrefslogtreecommitdiffstats
path: root/PC
Commit message (Expand)AuthorAgeFilesLines
* Remove traces of Py_InitModule*.Georg Brandl2009-01-021-2/+14
* More 3.0 -> 3.1 transistion in the Windows and OS/2 build filesChristian Heimes2008-12-043-3/+3
* Bumped up version number in PC/pyconfig.h.Hirokazu Yamamoto2008-12-041-2/+2
* More 3.0 -> 3.1 transistionsChristian Heimes2008-12-034-17/+17
* Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-...Benjamin Peterson2008-11-301-1/+26
* Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge fromAmaury Forgeot d'Arc2008-11-225-23/+2
* #3791: Remove bsddb from the Windows msi installer,Amaury Forgeot d'Arc2008-09-093-1274/+1
* fixes deferred/release blocker issue #3797: Fixed the dbm, marshal, mmap,Gregory P. Smith2008-09-061-1/+1
* forgot to remove _bsddb description from readme.txt (VC6)Hirokazu Yamamoto2008-09-061-54/+0
* Align the VS2003 and VS2005 build files with the VS2008 onesAmaury Forgeot d'Arc2008-09-065-871/+20
* Follows to bsddb removal (VC6)Hirokazu Yamamoto2008-09-042-114/+0
* Merged revisions 66167 via svnmerge fromAmaury Forgeot d'Arc2008-09-022-13/+13
* Merged revisions 66166 via svnmerge fromAmaury Forgeot d'Arc2008-09-025-254/+67
* RPC_WSTR is not available Visual Studio 2003 or earlier.Hirokazu Yamamoto2008-08-171-1/+1
* Bug #3542: Support Unicode strings in _msi module.Martin v. Löwis2008-08-161-19/+19
* Merged revisions 65672 via svnmerge fromHirokazu Yamamoto2008-08-142-0/+130
* Issue #2065: VC6 related fix.Hirokazu Yamamoto2008-08-145-40/+48
* Merged revisions 65654 via svnmerge fromMartin v. Löwis2008-08-131-2/+2
* Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-...Georg Brandl2008-07-231-23/+34
* Merged revisions 63828 via svnmerge fromGeorg Brandl2008-07-161-7/+19
* #3247 Get rid of Py_FindMethod; use tp_members instead.Amaury Forgeot d'Arc2008-07-022-45/+46
* Return the module at the end of its init function.Amaury Forgeot d'Arc2008-06-171-1/+1
* Ran svneol.pyMartin v. Löwis2008-06-1329-16865/+16865
* Add missing files for the windows VS2005 compilerAmaury Forgeot d'Arc2008-06-135-0/+3376
* Merged revisions 64214 via svnmerge fromAmaury Forgeot d'Arc2008-06-135-37/+16
* Slowly apply part of #2065: py3k can be compiled with VS8.0Amaury Forgeot d'Arc2008-06-121-2/+2
* Merged revisions 64202 via svnmerge fromAmaury Forgeot d'Arc2008-06-1217-132/+510
* On Windows, repair compilation of builtin modules _stringio and _pickle.Amaury Forgeot d'Arc2008-06-124-0/+25
* Removed _stringio from Windows build.Alexandre Vassalotti2008-06-124-13/+0
* revert the addition of _pickle because it was causing havok with 64-bitBenjamin Peterson2008-06-124-12/+0
* Attempt to fix the Windows build for _stringio and _pickle.Alexandre Vassalotti2008-06-122-0/+21
* Added Windows build config for _stringio and _pickle.Alexandre Vassalotti2008-06-112-4/+16
* Remove nb_reserved (nb_coerce), nb_hex, and nb_oct from PyNumberMethodsBenjamin Peterson2008-06-111-3/+0
* Remove PyInit_cStringIO again.Martin v. Löwis2008-06-111-1/+0
* Update to PEP 3121.Martin v. Löwis2008-06-111-109/+110
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-115-24/+87
* Remove last traces of cStringIO.Georg Brandl2008-06-106-37/+2
* Fix the Windows build by removing references to the cStringIO moduleThomas Heller2008-06-105-18/+4
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-046-8/+6
* Revert r63934 -- it was mixing two patches.Georg Brandl2008-06-046-6/+8
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-046-8/+6
* Port GetInteger and GetString to 3k.Martin v. Löwis2008-06-021-2/+2
* Merged revisions 63888 via svnmerge fromMartin v. Löwis2008-06-021-0/+47
* Renamed PyString to PyBytesChristian Heimes2008-05-262-8/+8
* Renamed PyBytes to PyByteArrayChristian Heimes2008-05-261-1/+1
* Create the dbm package from PEP 3108. #2881.Georg Brandl2008-05-263-9/+9
* Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.Georg Brandl2008-05-2510-14/+14
* #2879: rename _winreg to winreg.Georg Brandl2008-05-257-15/+15
* Tkinter, step 5: remove lib-tk subdirectory and update all places where it wa...Georg Brandl2008-05-176-14/+12
* Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-...Alexandre Vassalotti2008-05-161-69/+9