summaryrefslogtreecommitdiff
path: root/PC
Commit message (Expand)AuthorAgeFilesLines
* 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
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-086-6/+615
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-2711-19/+158
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-2113-201/+7
* Get rid of remnants of integer divisionNeal Norwitz2006-03-241-1/+0
* Finish getting rid of statichere/staticforwardNeal Norwitz2006-03-221-2/+2
* lower-case time_t.Martin v. Löwis2006-03-061-1/+1
* Patch #1437769: notice that time_t is a 64-bit type in VS2005Martin v. Löwis2006-03-061-1/+6
* Update copyright notice.Martin v. Löwis2006-03-051-1/+1
* Import bdist_msiMartin v. Löwis2006-03-051-0/+1008
* Remove svn:mime-type (inexplicably set to a binary type),Tim Peters2006-03-013-294/+294
* Create _ast module.Martin v. Löwis2006-02-271-0/+2
* PyEnumKey(): Stop including the trailing NUL byteTim Peters2006-02-191-5/+4
* PyEnumKey(): Remove unused local.Tim Peters2006-02-191-1/+0
* Add sizeof() instead of hardcoding variable lengthGeorg Brandl2006-02-181-1/+1
* Patch #977553: speed up RegEnumKey callGeorg Brandl2006-02-181-19/+12
* getpythonregpath(): Squash compiler warning aboutTim Peters2006-02-161-2/+2