1. 8c16cb9 Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak. by Georg Brandl · 8 years ago
  2. a99ab63 Merge with 3.4 by Zachary Ware · 9 years ago
  3. 71a0b43 Rewrite re.VERBOSE section. by Zachary Ware · 9 years ago
  4. a54aae0 Issue #23622: Unknown escapes in regular expressions that consist of ``'\'`` by Serhiy Storchaka · 9 years ago
  5. 4eea62f Issues #814253, #9179: Group references and conditional group references now by Serhiy Storchaka · 9 years ago
  6. 83e8027 Issue #22818: Splitting on a pattern that could match an empty string now by Serhiy Storchaka · 9 years ago
  7. 22a309a Issue #21032: Deprecated the use of re.LOCALE flag with str patterns or by Serhiy Storchaka · 10 years ago
  8. ad446d5 Issue #22578: Added attributes to the re.error class. by Serhiy Storchaka · 10 years ago
  9. 0235709 merge with 3.4 by Georg Brandl · 10 years ago
  10. bb2d669 Closes #22736: move seealso to the bottom of the section about RE syntax. by Georg Brandl · 10 years ago
  11. 7438e4b Issue 1519638: Now unmatched groups are replaced with empty strings in re.sub() by Serhiy Storchaka · 10 years ago
  12. c6f22cc Remove unused leftover stray line by Raymond Hettinger · 10 years ago
  13. c566431 Improve regex tokenizer example by using re.finditer(). by Raymond Hettinger · 10 years ago
  14. 8323f68 Issue 21977: Minor improvements to the regexes in the tokenizer example. by Raymond Hettinger · 10 years ago
  15. 642d4b6 #21690: fix a couple of links in the docs of the re module. Noticed by Julian Gilbey. by Ezio Melotti · 10 years ago
  16. a3369a5 Issues #814253, #9179: Warnings now are raised when group references and by Serhiy Storchaka · 9 years ago
  17. 0edb5c1 Issue #21593: (from StackOverflow) minor doc clarification for re.search. by Terry Jan Reedy · 10 years ago
  18. 2a61452 Removed spaces before commas and periods. by Serhiy Storchaka · 11 years ago
  19. a4d170d Removed spaces before commas and periods. by Serhiy Storchaka · 11 years ago
  20. 475546f Fixed regex match representation in an example. by Serhiy Storchaka · 11 years ago
  21. 32eddc1 Issue #16203: Add re.fullmatch() function and regex.fullmatch() method, by Serhiy Storchaka · 11 years ago
  22. 7571941 #19639: update the repr of the match objects in the docs. Patch by Claudiu Popa. by Ezio Melotti · 11 years ago
  23. daa1fa9 Back out accidentally pushed changeset b51218966201. by Georg Brandl · 11 years ago
  24. 4300019 Add re.fullmatch() function and regex.fullmatch() method, which anchor the by Georg Brandl · 11 years ago
  25. 2070e83 Fix example in backreference description. Found by Alexander Heger on docs@. by Georg Brandl · 11 years ago
  26. 3c6780c6 Closes #15956: improve documentation of named groups and how to reference them. by Georg Brandl · 11 years ago
  27. 7ce22d1 #16304: merge with 3.2. by Ezio Melotti · 12 years ago
  28. b87f82f #16304: clarify match objects docs. Initial patch by Jan Duzinkiewicz. by Ezio Melotti · 12 years ago
  29. 463badf Issue #3665: \u and \U escapes are now supported in unicode regular expressions. by Antoine Pitrou · 12 years ago
  30. 5fe0f4e #14519: merge with 3.2. by Ezio Melotti · 12 years ago
  31. a0b1d1e #14519: fix the regex used in the scanf example. by Ezio Melotti · 12 years ago
  32. 0ce1649 #14461: merge with 3.2. by Ezio Melotti · 12 years ago
  33. 0a6b541 #14461: fix wording. by Ezio Melotti · 12 years ago
  34. e240947 #14155: merge note about \b from 3.2. by Ezio Melotti · 12 years ago
  35. 285e51b #14155: add a note about \b. by Ezio Melotti · 12 years ago
  36. 869ac78 merge with 3.2 by Georg Brandl · 12 years ago
  37. 3a19e54 Closes #14250: regex.flags has not only explicit flags but also implicit flags and those from the pattern by Georg Brandl · 12 years ago
  38. 9758fcf merge with 3.2 by Georg Brandl · 12 years ago
  39. 557a3ec Closes #14343: avoid shadowing builtin input() in example code. by Georg Brandl · 12 years ago
  40. 5ec6fdb Closes #14342: remove out-of-date section about avoiding recursion errors. by Georg Brandl · 12 years ago
  41. 5cd2767 #14283: merge with 3.2 by Georg Brandl · 12 years ago
  42. 69c7a69 Closes #14283: match() and search() are regex methods, not match methods. by Georg Brandl · 12 years ago
  43. 6ea00ef #14155: merge with 3.2. by Ezio Melotti · 12 years ago
  44. 443f000 #14155: remove duplication about search vs match in re doc. by Ezio Melotti · 12 years ago
  45. 0b8123d #10713: merge with 3.2. by Ezio Melotti · 12 years ago
  46. 5a045b9 #10713: Improve documentation for \b and \B and add a few tests. Initial patch and tests by Martin Pool. by Ezio Melotti · 12 years ago
  47. da785fd Issue #13690: add re.DEBUG; patch by Filip Gruszczyński by Sandro Tosi · 13 years ago
  48. 245537a merge with 3.2 by Sandro Tosi · 13 years ago
  49. 9987d93 #13613: merge with 3.2. by Ezio Melotti · 13 years ago
  50. e5b2ac8 #13613: fix example in re doc. by Ezio Melotti · 13 years ago
  51. 2760729 #13219: merge with 3.2. by Ezio Melotti · 13 years ago
  52. 81231d9 #13219: clarify section about character sets in the re documentation. by Ezio Melotti · 13 years ago
  53. eeb905b Merge by Raymond Hettinger · 13 years ago
  54. 5768e0c Issue 11931: Minor punctuation/grammar/wording fixups to the regex docs by Raymond Hettinger · 13 years ago
  55. 5f4ea28 merge with 3.2 by Sandro Tosi · 13 years ago
  56. 6a633bb fix description of \r; thanks to Thomas Waldmann from docs@ by Sandro Tosi · 13 years ago
  57. 1dc5407 Clean-up example. by Raymond Hettinger · 13 years ago
  58. 4b244ef Clean-up example. by Raymond Hettinger · 13 years ago
  59. db3dd8a Further beautification of the example by Raymond Hettinger · 13 years ago
  60. 23157e5 Further beautification of the example by Raymond Hettinger · 13 years ago
  61. 2584b2f Neaten up example so it can be cut and pasted. by Raymond Hettinger · 13 years ago
  62. 9c47d77 Neaten up example so it can be cut and pasted. by Raymond Hettinger · 13 years ago
  63. 93ea851 Merge two minor doc changes into default. by Georg Brandl · 13 years ago
  64. 325477e Fix unbound local error in RE tokenizer example. Thanks to Herman L. Jackson. by Georg Brandl · 13 years ago
  65. 88fdeb4 #2650: re.escape() no longer escapes the "_". by Ezio Melotti · 13 years ago
  66. e858bca forward merge from 3.1 by Senthil Kumaran · 13 years ago
  67. abd4a05 Fix issue11283 - Clarifying a re pattern in the re module docs for conditional regex by Senthil Kumaran · 13 years ago
  68. 476021b Fix issue11283 - Clarifying a re pattern in the re module docs for conditional regex by orsenthil@gmail.com · 13 years ago
  69. c2c7c37 Make the example a little more interesting and useful. by Raymond Hettinger · 14 years ago
  70. 1fa7682 Note improvements to the docs. by Raymond Hettinger · 14 years ago
  71. f55aa80 Merged revisions 85820,85823,85825,85840,85843-85845,85849-85851,85855,85867,85875,85907-85908,85911,85914 via svnmerge from by Georg Brandl · 14 years ago
  72. 3122ce3 (?:...) is a non-capturing, but still grouping construct. by Georg Brandl · 14 years ago
  73. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  74. 8f5dbc8 Fix typo in example regular expression. by Raymond Hettinger · 14 years ago
  75. 37ade9c Add tokenizer example to regex docs. by Raymond Hettinger · 14 years ago
  76. b1a4e2c Merged revisions 82832,82834 via svnmerge from by Georg Brandl · 14 years ago
  77. 4c07cdc Merged revisions 83217 via svnmerge from by Georg Brandl · 14 years ago
  78. c62a704 #6538: fix regex documentation again -- use fictional class names "regex" and "match" but do not document them as classes, remove 1.5 compat info and use new default argument syntax where possible. by Georg Brandl · 14 years ago
  79. ebeb44d Remove Python 1.5 compatibility note. by Georg Brandl · 14 years ago
  80. db4e939 Use raw string literals for regexes containing backlash. by Georg Brandl · 14 years ago
  81. c62efa8 Merged revisions 82301 via svnmerge from by Georg Brandl · 14 years ago
  82. 501b4d0 Merged revisions 82771 via svnmerge from by R. David Murray · 14 years ago
  83. 522c32a Add missing docs for re module 'purge' function. by R. David Murray · 14 years ago
  84. d7c3ed5 Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,80852,80854,80870,80872-80873,80907,80915-80916,80951-80952,80976-80977,80985,81038-81040,81042,81053,81070,81104-81105,81114,81125,81245,81285,81402,81463,81516,81562-81563,81567,81593,81635,81680-81681,81684,81801,81888,81931-81933,81939-81942,81963,81984,81991,82120,82188,82264-82267 via svnmerge from by Benjamin Peterson · 14 years ago
  85. 48f16f9 Add MatchObject.groups which got messed up during a merge. by Brian Curtin · 14 years ago
  86. b869749 Merged revisions 79434 via svnmerge from by Brian Curtin · 14 years ago
  87. 027e478 Merged revisions 79430 via svnmerge from by Brian Curtin · 14 years ago
  88. fae34df Merged revisions 77457 via svnmerge from by Ezio Melotti · 15 years ago
  89. ee5383d Merged revisions 77455 via svnmerge from by Ezio Melotti · 15 years ago
  90. 1824415 Switch more function arguments docs to new-style. by Georg Brandl · 15 years ago
  91. c5605df Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from by Georg Brandl · 15 years ago
  92. 1b5ab45 Merged revisions 74328,74332-74333,74365 via svnmerge from by Georg Brandl · 15 years ago
  93. 1f26828 Issue #6561: '\d' in a regular expression should match only Unicode by Mark Dickinson · 15 years ago
  94. f346ac0 Merged revisions 74205 via svnmerge from by Georg Brandl · 15 years ago
  95. 4049ce0 #6235: ASCII also affects \[dD] escapes. by Georg Brandl · 15 years ago
  96. ed2a1db Remove duplicated sentence. Remove duplicated sentence. by Georg Brandl · 15 years ago
  97. 1c50e86 Typo fix; constant name is uppercase by Andrew M. Kuchling · 15 years ago
  98. b70ccc3 After discussing some more with Georg, do no migrate versionchanged:: 2.5 to by Jeroen Ruigrok van der Werven · 15 years ago
  99. d23f822 Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-70789,70824,70828,70832,70836,70842,70851,70855,70857,70866-70872,70883,70885,70893-70894,70896-70897,70903,70905-70907,70915,70927,70933,70951,70960,70962-70964,70998,71001,71006,71008,71010-71011,71019,71037,71056,71094,71101-71103,71106,71119,71123,71149-71150,71203,71212,71214-71217,71221,71240 via svnmerge from by Benjamin Peterson · 15 years ago
  100. f07d002 Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-70406,70418,70438,70464,70468 via svnmerge from by Benjamin Peterson · 15 years ago