summaryrefslogtreecommitdiff
path: root/PC
Commit message (Expand)AuthorAgeFilesLines
* 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
* Drop cPickle from Windows build process.Martin v. Löwis2007-07-221-2/+0
* Merged revisions 56483-56491 via svnmerge fromMartin v. Löwis2007-07-222-5/+4
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-212-10/+5
* SF patch# 1755229 by Amaury Forgeot d'Arc: fix _winreg module and tests.Guido van Rossum2007-07-171-23/+20
* atexit is a builtin module now, provide that on Windows.Thomas Heller2007-07-131-0/+2
* See SF# 1751801: Windows: Add the _fileio builtin module, and undefineThomas Heller2007-07-111-0/+2
* Merged revisions 55962-56019 via svnmerge fromGuido van Rossum2007-06-183-16/+11
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-133-2/+6
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-0610-462/+7
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-12/+0
* Merged revisions 55342-55406 via svnmerge fromGuido van Rossum2007-05-178-36/+0
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-143-10/+28
* Merged revisions 55225-55227,55229-55269 via svnmerge fromGuido van Rossum2007-05-112-10/+0
* Get rid of all #ifdef Py_USING_UNICODE (it is always present now).Guido van Rossum2007-05-031-3/+0
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-274-4/+7
* Little fixes:Neal Norwitz2007-03-211-0/+2
* Remove the exceptions builtin module, all the exceptions are already builtin.Neal Norwitz2007-02-262-2/+0
* Merged the int/long unification branch, by very crude means (sorry Thomas!).Guido van Rossum2007-01-141-1/+1
* Merged revisions 53005-53303 via svnmerge fromThomas Wouters2007-01-091-1/+1
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-1316-204/+955
* - patch #1600346 submitted by Tomer FilibaJack Diederich2006-11-281-3/+3
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-2/+2
* Get rid of most of the rest of coerce (slot is still there for now).Neal Norwitz2006-08-211-1/+0
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-1111-256/+506
* Merge the rest of the trunk.Thomas Wouters2006-06-084-3/+10