1. b566289 Fix broken API descriptions in comments. by Fred Drake · 21 years ago
  2. a72e2f9 Fix spelling and grammar. by Raymond Hettinger · 21 years ago
  3. 3131679 James Henstridge pointed out a misleading comment. by Michael W. Hudson · 22 years ago
  4. 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 22 years ago
  5. 01f94bd Patch #552433: Special-case tuples. Avoid sub-type checking for lists. by Martin v. Löwis · 22 years ago
  6. b0d71d0 Implement PyObject_DelItemString. Fixes #498915. by Martin v. Löwis · 23 years ago
  7. 7c7ee5f Fix SF bug [ #476852 ] Some bad macros in abstract.h by Jeremy Hylton · 23 years ago
  8. 89c3a22 Add PyObject_CheckReadBuffer(), which returns true if its argument by Jeremy Hylton · 23 years ago
  9. b0c079e PyObject_CallFunctionObArgs() ---> PyObject_CallFunctionObjArgs() by Fred Drake · 23 years ago
  10. b421b8c Added two new functions to conveniently call functions/methods from C. by Fred Drake · 23 years ago
  11. 1fc240e Generalize dictionary() to accept a sequence of 2-sequences. At the by Tim Peters · 23 years ago
  12. 16a77ad Generalize operator.indexOf (PySequence_Index) to work with any by Tim Peters · 23 years ago
  13. 4668b00 Implement PEP 238 in its (almost) full glory. by Guido van Rossum · 23 years ago
  14. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  15. cb8d368 Reimplement PySequence_Contains() and instance_contains(), so they work by Tim Peters · 23 years ago
  16. 6912d4d Generalize tuple() to work nicely with iterators. by Tim Peters · 23 years ago
  17. f4848da Make PyIter_Next() a little smarter (wrt its knowledge of iterator by Tim Peters · 23 years ago
  18. 213c7a6 Mondo changes to the iterator stuff, without changing how Python code by Guido van Rossum · 23 years ago
  19. 59d1d2b Iterators phase 1. This comprises: by Guido van Rossum · 23 years ago
  20. 823649d Move the code implementing isinstance() and issubclass() to new C by Guido van Rossum · 23 years ago
  21. ad7c98e This patch adds a new builtin unistr() which behaves like str() by Marc-André Lemburg · 23 years ago
  22. dd8dbdb The real suport for augmented assignment: new opcodes, new PyNumber and by Thomas Wouters · 24 years ago
  23. c4a19e7 Remobe beopen/cnri/cwi copyrights, according to CNRI instructions. by Guido van Rossum · 24 years ago
  24. cf5f358 Restore PyXXX_Length() APIs for binary compatibility. by Marc-André Lemburg · 24 years ago
  25. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  26. fa521f1 fix PyXXX_Length macros as suggested by Fred by Jeremy Hylton · 24 years ago
  27. 6253f83 change abstract size functions PySequence_Size &c. by Jeremy Hylton · 24 years ago
  28. ea9cb5a ANSI-fication and Py_PROTO extermination. by Fred Drake · 24 years ago
  29. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  30. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  31. 74042d6 Patch from /F: by Andrew M. Kuchling · 24 years ago
  32. fd9eed3 Marc-Andre Lemburg: added declarations for PyObject_AsCharBuffer, by Guido van Rossum · 24 years ago
  33. 8368453 Add DLL level b/w compat for PySequence_In and PyEval_CallObject by Guido van Rossum · 25 years ago
  34. 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 26 years ago
  35. f1536db Move an indented #define to column 1. by Guido van Rossum · 26 years ago
  36. 44e4d5a Renamed PySequence_In() to PySequence_Contains(). by Guido van Rossum · 26 years ago
  37. c3d3f96 Add PyObject_Not(). by Guido van Rossum · 26 years ago
  38. f39fc43 A few comment alignment and clarifications. by Guido van Rossum · 27 years ago
  39. 1ca407f Fix the comments for bitwise and/or. by Guido van Rossum · 27 years ago
  40. 2adf06b Added missing for PySequence_List. by Guido van Rossum · 28 years ago
  41. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  42. a25e5e9 PyMapping_DelItem[String] are actually macros. by Guido van Rossum · 28 years ago
  43. ed227f0 Correctly document PyNumber_Coerce. by Guido van Rossum · 28 years ago
  44. 6cdc6f4 Added PyObject_DelItem and PySequence_Del{Item,Slice}. by Guido van Rossum · 28 years ago
  45. 578cedd Typo: PySequence_Lenth -> PySequence_Length. by Guido van Rossum · 28 years ago
  46. 4f4ce68 Added prototype + doc for PySequence_Length() by Guido van Rossum · 28 years ago
  47. 8ca687a use Py_PROTO macro by Guido van Rossum · 29 years ago
  48. a827537 Generic Abstract Object Interface by Guido van Rossum · 29 years ago