summaryrefslogtreecommitdiffstats
path: root/Objects/codeobject.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of compiler warnings. In at least one case these were serious bugs!Guido van Rossum2006-08-241-7/+7
* Implement == and != comparisons for code objects by value.Guido van Rossum2006-08-241-39/+55
* Restructure comparison dramatically. There is no longer a defaultGuido van Rossum2006-08-241-4/+11
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+1
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-0/+3
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+133
* Merge ssize_t branch.Martin v. Löwis2006-02-151-3/+3
* Merge ast-branch to headJeremy Hylton2005-10-201-0/+453