summaryrefslogtreecommitdiffstats
path: root/PC
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 61834,61841-61842,61851-61853,61863-61864,61869-61870,61874,...Christian Heimes2008-03-252-1/+2
* Remove the dl module per PEP 3108.Neal Norwitz2008-03-243-23/+0
* Copyright and version tweaks for 3.0a3.v3.0a3Barry Warsaw2008-03-011-1/+1
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+0
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-192-0/+15
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-121-9/+9
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-092-14/+19
* Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,...Christian Heimes2008-02-033-150/+201
* Merged revisions 59864-59882 via svnmerge fromChristian Heimes2008-01-101-0/+1
* Merged revisions 59843-59863 via svnmerge fromChristian Heimes2008-01-091-0/+57
* Remove traces of Py_USING_UNICODE and Unicode-specific conditionals in config...Georg Brandl2008-01-072-2/+0
* And here is the rest of Hirokazu Yamamoto's patch for VS6.0 support. Thanks H...Christian Heimes2008-01-046-41/+171
* Some VS 6.0 compatibility fixes from Hirokazu Yamamoto which are also useful ...Christian Heimes2008-01-041-0/+10
* Fixed #1733: Maybe PC/VS7.1/pythoncore.vcproj is missing Modules/md5module.cChristian Heimes2008-01-041-0/+3
* Merged revisions 59666-59679 via svnmerge fromChristian Heimes2008-01-031-4/+0
* Merged revisions 59642-59665 via svnmerge fromChristian Heimes2008-01-0243-0/+14000
* Fixed merge accidentChristian Heimes2008-01-021-38/+29
* Merged revisions 59628-59641 via svnmerge fromChristian Heimes2008-01-012-11/+11
* Merged revisions 59625-59627 via svnmerge fromChristian Heimes2007-12-3120-318/+318
* Merged revisions 59605-59624 via svnmerge fromChristian Heimes2007-12-3137-0/+10664
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-192-4/+4
* Merged revisions 59541-59561 via svnmerge fromChristian Heimes2007-12-191-0/+9
* Merged revisions 59441-59449 via svnmerge fromChristian Heimes2007-12-101-0/+69
* Merged revisions 59376-59406 via svnmerge fromChristian Heimes2007-12-081-6/+0
* Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow.Martin v. Löwis2007-12-041-2/+6
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-024-22/+22
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-024-4/+4
* Merged revisions 59245-59254 via svnmerge fromChristian Heimes2007-12-011-1/+3
* Merged revisions 59234-59238 via svnmerge fromChristian Heimes2007-11-301-0/+3
* Merged revisions 58221-58741 via svnmerge fromGuido van Rossum2007-11-011-2/+2
* Patch 1304, by Amaury Forgeot d'Arc.Guido van Rossum2007-10-221-0/+4
* Remove more hotshot cruft.Neal Norwitz2007-10-134-12/+1
* clean out some hotshot-related build turdsFred Drake2007-10-111-1/+0
* Remove more traces of bufferobject.[ch] from build files etc.Guido van Rossum2007-10-083-13/+0
* Make Modules/_bsddb.c and PC/_winreg.c compile again by renamingThomas Heller2007-09-241-1/+1
* Remove more cruft leftover from nb_coerce. Rename nb_coerce toNeil Schemenauer2007-09-211-1/+1
* Patch #1076: Use wide API for registry functions.Martin v. Löwis2007-09-031-169/+111
* Revert 57722. Move error dialog APIs to msvcrt instead,Martin v. Löwis2007-08-311-0/+78
* Remove checking redundantly for checks of PyInt and PyLong.Neal Norwitz2007-08-311-1/+1
* Fix more lingering print statements.Collin Winter2007-08-301-4/+4
* Three patches from issue #1047, by Amaury Forgeot d'Arc:Guido van Rossum2007-08-291-29/+26
* Patch 1030, Adapt _winreg.c to the new buffer API.Neal Norwitz2007-08-261-7/+12
* Use unicodeNeal Norwitz2007-08-251-1/+1
* cPickle was removedNeal Norwitz2007-08-247-15/+0
* Remove _PyObject_DelNeal Norwitz2007-08-191-1/+0
* Remove support for __members__ and __methods__. There still might beNeal Norwitz2007-08-113-7/+6
* Remove more references to intobject.Guido van Rossum2007-08-075-45/+1
* Kill remaining tp_print definitions.Guido van Rossum2007-08-071-12/+1
* Merged revisions 56753-56781 via svnmerge fromGuido van Rossum2007-08-061-10/+24
* Merged revisions 56492-56752 via svnmerge fromGuido van Rossum2007-08-052-25/+0