1. 8ae4689 Simplify and speedup uses of Py_BuildValue(): by Raymond Hettinger · 21 years ago
  2. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  3. 5de9842 Repair widespread misuse of _PyString_Resize. Since it's clear people by Tim Peters · 22 years ago
  4. ba3a16c Remove METH_OLDARGS: by Neal Norwitz · 22 years ago
  5. 43b936d Patch #477750: Use METH_ constants in Modules. by Martin v. Löwis · 23 years ago
  6. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
  7. 06e415f initregex(): this function is declared void, so the recent change to by Tim Peters · 23 years ago
  8. 4ccf119 initregex(): Check return value of PyErr_Warn() and propagate the exception by Thomas Wouters · 23 years ago
  9. a120ffc SF Patch #103185, by jlt63: Some more standard modules cleanup for Cygwin by Guido van Rossum · 23 years ago
  10. b1d1361 Adding a warning about the regex module. This is the first official by Guido van Rossum · 24 years ago
  11. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  12. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  13. 9e3d73a Fix mixed mallocs: re->re_patbuf.buffer is allocated with std malloc(). by Vladimir Marangozov · 24 years ago
  14. 7d0c71a ANSI-fication by Peter Schneider-Kamp · 24 years ago
  15. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  16. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  17. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  18. 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 24 years ago
  19. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
  20. 7e48898 Use the t# format where appropriate. Greg Stein. by Guido van Rossum · 26 years ago
  21. 0cb96de Apply two changes, systematically: by Guido van Rossum · 27 years ago
  22. d19c04a Change [_Py_]re_compile_pattern() to return a char*. by Guido van Rossum · 27 years ago
  23. ed2554a Casts by Jack to shut up the Mac compiler. by Guido van Rossum · 27 years ago
  24. 0318bd6 Use _Py_re_match/search instead of re_match/search; these may become by Guido van Rossum · 27 years ago
  25. 95e8053 1.5a3 prerelease 1 from AMK by Guido van Rossum · 27 years ago
  26. 4a807f5 Fix big ineficciency in regobj.search/match (introduced by Barry in an by Guido van Rossum · 27 years ago
  27. 909d7c3 regex_get_syntax(): New module function exported to Python. by Barry Warsaw · 27 years ago
  28. 4bc9d39 Nailed a couple of memory leaks, caught by Purify. by Barry Warsaw · 28 years ago
  29. c357325 Several changes. Test program to follow. by Barry Warsaw · 28 years ago
  30. a376cc5 Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  31. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  32. 0cbaff4 Fix case where you start a new group immediately after a label. by Guido van Rossum · 28 years ago
  33. c196202 Speedup of makeresult() by keeping a filler of (-1, -1) around. by Guido van Rossum · 28 years ago
  34. 8f3032d Declare initregex() as returning void, as it should be. by Guido van Rossum · 28 years ago
  35. dfe8ad9 Converted to new style names by Skip Montanaro by Guido van Rossum · 28 years ago
  36. ab28c56 Avoid core dump on symcomp(""). by Guido van Rossum · 28 years ago
  37. 295d171 explicitly init flags in methodlists by Guido van Rossum · 29 years ago
  38. 7f7f274 use Py_CHARMASK by Guido van Rossum · 29 years ago
  39. 1253960 mem leak by Guido van Rossum · 29 years ago
  40. 524b588 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  41. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  42. ccd5bad Extensive changes to regex module (group(), casefold, etc.) by Guido van Rossum · 31 years ago
  43. 36d330b * regexmodule.c: added use of translation table, substring() method. by Guido van Rossum · 31 years ago
  44. 3d1e146 Improve check for offset out of range by Guido van Rossum · 32 years ago
  45. 4f1691d Remove redundant vars by Guido van Rossum · 32 years ago
  46. d577c0c Fix range error (doc and impl of re_search disagreed!) by Guido van Rossum · 32 years ago
  47. 2d78590 Make "range" one smaller (discrepancy between doc and source for regex.c!). by Guido van Rossum · 32 years ago
  48. 1cab95c Use Tatu Ylonen's copyleft-free reimplementation of GNU regular expressions by Guido van Rossum · 33 years ago
  49. b824fc6 'regs' is a read-only data member, not a function. by Guido van Rossum · 33 years ago
  50. 6f4c43d Initial revision by Guido van Rossum · 33 years ago