1. 888aa26 [Bug #433047, reported by Armin Rigo] Remove extra 'i' character in by Andrew M. Kuchling · 23 years ago
  2. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  3. 9bfd2bf Do the absolute minimal amount of modifications to eradicate by Barry Warsaw · 24 years ago
  4. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  5. 39e0e5a ANSI-fication by Peter Schneider-Kamp · 24 years ago
  6. 589c35b Python 2.0 is not supposed to use string exceptions in the standard library by Fred Drake · 24 years ago
  7. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  8. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  9. c4428c5 Charles G Waldman: Doing a PyObject_New then PyMem_DEL causes havoc if by Guido van Rossum · 24 years ago
  10. 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 24 years ago
  11. 0c7822e Patch from Vladimir Marangozov <marangoz@python.inrialpes.fr>: by Andrew M. Kuchling · 24 years ago
  12. 0d40ba4 Patch from Paul Sokolovsky <Paul.Sokolovsky@technologist.com>: by Fred Drake · 24 years ago
  13. 6aa4257 PyPcre_expand(): Fixed two memory leaks, where a PyString_FromString() by Barry Warsaw · 26 years ago
  14. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
  15. 7e48898 Use the t# format where appropriate. Greg Stein. by Guido van Rossum · 26 years ago
  16. 1a78553 Add test for failure of the getattr call in pcre_expand() -- it used by Guido van Rossum · 26 years ago
  17. c69bac5 Fix benign problems found by a picky SGI compiler (unreachable break by Guido van Rossum · 26 years ago
  18. 39b0f89 Address warnings issued by the MSVC++ compiler by Guido van Rossum · 26 years ago
  19. 042ff9e AMK's latest by Guido van Rossum · 26 years ago
  20. 816671c patch for re.sub bug, by AMK. by Guido van Rossum · 26 years ago
  21. 557dea1 AMK's latest -- synchronized with PCRE 1.04. by Guido van Rossum · 27 years ago
  22. 58132c6 AMK's latest; plus three null bytes that I added for purify by Guido van Rossum · 27 years ago
  23. 5070060 New pcre version from AMK by Guido van Rossum · 27 years ago
  24. cb4d303 Add proper (getattrfunc) cast in Pcre_Type. by Guido van Rossum · 27 years ago
  25. c386107 Checking in AMK's latest installement. (Two small changes to shup up gcc added.) by Guido van Rossum · 27 years ago
  26. 51b3aa3 New "re" regular expression support. by Guido van Rossum · 27 years ago