1. c5601f4 Undefine DPRINTF before defining it, there was a conflict with some other by Jack Jansen · 22 years ago
  2. af3e8de First stab at rationalizing the PyMem_ API. Mixing PyObject_xyz with by Tim Peters · 22 years ago
  3. d4233b2 Include Python.h first. Fixes #530159. by Martin v. Löwis · 22 years ago
  4. 3b96d0b Fix for bug #110651 (Jitterbug PR#343): only use the low 8 bits of an octal by Andrew M. Kuchling · 24 years ago
  5. 7e01890 merge Include/my*.h into Include/pyport.h by Peter Schneider-Kamp · 24 years ago
  6. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  7. 54925f9 Add more "volatile" decls to stop gcc -Wall warnings. by Tim Peters · 24 years ago
  8. 94c3452 Fix bug reported by atkins@gweep.net; re.compile(r"[\100-\410]") by Andrew M. Kuchling · 24 years ago
  9. fc9d225 Patch from Vladimir Marangozov <marangoz@python.inrialpes.fr> by Andrew M. Kuchling · 24 years ago
  10. b80667d pcre_exec(): Andrew Kuchling's patch for pcre memory leak. by Barry Warsaw · 25 years ago
  11. 95864d3 Add dummy variable to avoid optimizer bug on OS/2 -- patch by Jeff Rush. by Guido van Rossum · 26 years ago
  12. 04e00a4 Fix benign problems found by a picky SGI compiler (unreachable break by Guido van Rossum · 26 years ago
  13. dda6696 AMK's revised version of the previous patch. by Guido van Rossum · 26 years ago
  14. 39b0f89 Address warnings issued by the MSVC++ compiler by Guido van Rossum · 26 years ago
  15. 042ff9e AMK's latest by Guido van Rossum · 26 years ago
  16. 816671c patch for re.sub bug, by AMK. by Guido van Rossum · 26 years ago
  17. d0f432b A bug in PCRE could cause core dumps in patterns such as by Guido van Rossum · 26 years ago
  18. 557dea1 AMK's latest -- synchronized with PCRE 1.04. by Guido van Rossum · 27 years ago
  19. 58132c6 AMK's latest; plus three null bytes that I added for purify by Guido van Rossum · 27 years ago
  20. 1eadb41 Patch (by Andrew Kuchling of course) to prevent named back references by Guido van Rossum · 27 years ago
  21. bd49ac4 The 'l' flag (locale specific matching) has been renamed to 'L'. by Guido van Rossum · 27 years ago
  22. 5070060 New pcre version from AMK by Guido van Rossum · 27 years ago
  23. 57ba4f3 Patches by Fred Lundh to make it compile better with K&R compilers. by Guido van Rossum · 27 years ago
  24. c386107 Checking in AMK's latest installement. (Two small changes to shup up gcc added.) by Guido van Rossum · 27 years ago
  25. 51b3aa3 New "re" regular expression support. by Guido van Rossum · 27 years ago