Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror | Walter Dörwald | 2007-05-18 | 1 | -1/+1 |
* | Jiwon Seo's PEP 3102 implementation. | Guido van Rossum | 2006-10-27 | 1 | -5/+20 |
* | Fix a bunch of compiler warnings. In at least one case these were serious bugs! | Guido van Rossum | 2006-08-24 | 1 | -7/+7 |
* | Implement == and != comparisons for code objects by value. | Guido van Rossum | 2006-08-24 | 1 | -39/+55 |
* | Restructure comparison dramatically. There is no longer a default | Guido van Rossum | 2006-08-24 | 1 | -4/+11 |
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -0/+1 |
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -0/+3 |
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -0/+133 |
* | Merge ssize_t branch. | Martin v. Löwis | 2006-02-15 | 1 | -3/+3 |
* | Merge ast-branch to head | Jeremy Hylton | 2005-10-20 | 1 | -0/+453 |