1. 3805321 Merged revisions 59465-59487 via svnmerge from by Christian Heimes · 18 years ago
  2. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 18 years ago
  3. ceab610 #1480: fix refleak in the sqlite module. by Georg Brandl · 18 years ago
  4. c6f6008 Remove an unused local variable. by Brett Cannon · 18 years ago
  5. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 18 years ago
  6. efee9f5 Use unicode in more places. Fixes a problem with str8 + str in test. by Neal Norwitz · 18 years ago
  7. e1a0d11 #1316: remove redundant PyLong_Check calls when PyInt_Check was already called. by Georg Brandl · 18 years ago
  8. 4043001 Make str/str8 comparisons return True/False for !=/==. by Brett Cannon · 18 years ago
  9. 14ef70b Remove unused variables by Neal Norwitz · 18 years ago
  10. bae07c9 Breaking ground for PEP 3137 implementation: by Guido van Rossum · 18 years ago
  11. ec9a4af Straggler (forgot to save this earlier). by Guido van Rossum · 18 years ago
  12. 7d1df6c Add PyUnicode_AsStringAndSize(), which is like PyUnicode_AsString() but by Guido van Rossum · 18 years ago
  13. fa9a121 "Fix" a few places that were using PyObject_AsCharBuffer() to convert a string by Guido van Rossum · 18 years ago
  14. 0eaa940 Fix automatic replacing mistake. by Georg Brandl · 18 years ago
  15. 10f07c4 A few sqlite files were still using RO instead of READONLY. by Guido van Rossum · 18 years ago
  16. 6e69f7f Fix a bit of code that wasn't converted properly, causing a segfault. by Guido van Rossum · 18 years ago
  17. 6d21456 Make the sqlite tests pass. by Gerhard Häring · 18 years ago
  18. 346f1a8 Kill remaining tp_print definitions. by Guido van Rossum · 18 years ago
  19. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 18 years ago
  20. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 18 years ago
  21. 6374bb5 Shut up compiler warnings. by Guido van Rossum · 18 years ago
  22. 83857e3 Use AsCharBuffer to get C strings out of Python strings. by Guido van Rossum · 18 years ago
  23. fc7bb8c Merged revisions 53304-53433,53435-53450 via svnmerge from by Thomas Wouters · 19 years ago
  24. 523d4f9 Fix the sqlite failure -- it was the usual, PyInt_Check -> PyInt_CheckExact. by Guido van Rossum · 19 years ago
  25. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 19 years ago
  26. 3cf5b1e Get rid of most of the flags (in tp_flags) that keep track of various by Guido van Rossum · 19 years ago
  27. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 19 years ago
  28. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 19 years ago
  29. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago