1. 81231d9 #13219: clarify section about character sets in the re documentation. by Ezio Melotti · 13 years ago
  2. 5768e0c Issue 11931: Minor punctuation/grammar/wording fixups to the regex docs by Raymond Hettinger · 13 years ago
  3. 6a633bb fix description of \r; thanks to Thomas Waldmann from docs@ by Sandro Tosi · 13 years ago
  4. 4b244ef Clean-up example. by Raymond Hettinger · 13 years ago
  5. 23157e5 Further beautification of the example by Raymond Hettinger · 13 years ago
  6. 9c47d77 Neaten up example so it can be cut and pasted. by Raymond Hettinger · 13 years ago
  7. 325477e Fix unbound local error in RE tokenizer example. Thanks to Herman L. Jackson. by Georg Brandl · 13 years ago
  8. e858bca forward merge from 3.1 by Senthil Kumaran · 13 years ago
  9. abd4a05 Fix issue11283 - Clarifying a re pattern in the re module docs for conditional regex by Senthil Kumaran · 13 years ago
  10. c2c7c37 Make the example a little more interesting and useful. by Raymond Hettinger · 14 years ago
  11. 1fa7682 Note improvements to the docs. by Raymond Hettinger · 14 years ago
  12. 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
  13. 3122ce3 (?:...) is a non-capturing, but still grouping construct. by Georg Brandl · 14 years ago
  14. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  15. 8f5dbc8 Fix typo in example regular expression. by Raymond Hettinger · 14 years ago
  16. 37ade9c Add tokenizer example to regex docs. by Raymond Hettinger · 14 years ago
  17. b1a4e2c Merged revisions 82832,82834 via svnmerge from by Georg Brandl · 14 years ago
  18. 4c07cdc Merged revisions 83217 via svnmerge from by Georg Brandl · 14 years ago
  19. 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
  20. ebeb44d Remove Python 1.5 compatibility note. by Georg Brandl · 14 years ago
  21. db4e939 Use raw string literals for regexes containing backlash. by Georg Brandl · 14 years ago
  22. c62efa8 Merged revisions 82301 via svnmerge from by Georg Brandl · 14 years ago
  23. 501b4d0 Merged revisions 82771 via svnmerge from by R. David Murray · 14 years ago
  24. 522c32a Add missing docs for re module 'purge' function. by R. David Murray · 14 years ago
  25. 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
  26. 48f16f9 Add MatchObject.groups which got messed up during a merge. by Brian Curtin · 14 years ago
  27. b869749 Merged revisions 79434 via svnmerge from by Brian Curtin · 14 years ago
  28. 027e478 Merged revisions 79430 via svnmerge from by Brian Curtin · 14 years ago
  29. fae34df Merged revisions 77457 via svnmerge from by Ezio Melotti · 14 years ago
  30. ee5383d Merged revisions 77455 via svnmerge from by Ezio Melotti · 14 years ago
  31. 1824415 Switch more function arguments docs to new-style. by Georg Brandl · 15 years ago
  32. 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
  33. 1b5ab45 Merged revisions 74328,74332-74333,74365 via svnmerge from by Georg Brandl · 15 years ago
  34. 1f26828 Issue #6561: '\d' in a regular expression should match only Unicode by Mark Dickinson · 15 years ago
  35. f346ac0 Merged revisions 74205 via svnmerge from by Georg Brandl · 15 years ago
  36. 4049ce0 #6235: ASCII also affects \[dD] escapes. by Georg Brandl · 15 years ago
  37. ed2a1db Remove duplicated sentence. Remove duplicated sentence. by Georg Brandl · 15 years ago
  38. 1c50e86 Typo fix; constant name is uppercase by Andrew M. Kuchling · 15 years ago
  39. b70ccc3 After discussing some more with Georg, do no migrate versionchanged:: 2.5 to by Jeroen Ruigrok van der Werven · 15 years ago
  40. 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
  41. 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
  42. ae2dbe2 #5486: typos. by Georg Brandl · 15 years ago
  43. ccc5ae7 Merged revisions 70090 via svnmerge from by Gregory P. Smith · 15 years ago
  44. 4221c74 Merged r70088 from trunk (re documentation update) by Gregory P. Smith · 15 years ago
  45. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  46. af265f4 Merged revisions 67531-67532,67538,67553-67554,67556-67557,67571,67574-67575,67579-67580,67591,67597,67608,67631 via svnmerge from by Georg Brandl · 16 years ago
  47. 8676534 Tiny fix of IGNORECASE plus removal of a UNICODE reference. by Mark Summerfield · 16 years ago
  48. 6c4f617 Revised all texts concerning the ASCII flag: (1) put Unicode case first by Mark Summerfield · 16 years ago
  49. fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 16 years ago
  50. 3dbca81 Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-65099,65127-65128,65131,65133-65136,65139,65149-65151,65155,65158-65159,65176-65178,65183-65184,65187-65190,65192,65194 via svnmerge from by Georg Brandl · 16 years ago
  51. 9e670c2 Added a note to [] that special forms & special chars lose their meaning by Mark Summerfield · 16 years ago
  52. 6461e10 Merged revisions 62914-62916,62918-62919,62921-62922,62924-62942,62944-62945,62947-62949 via svnmerge from by Alexandre Vassalotti · 16 years ago
  53. e6bcc91 Remove many "versionchanged" items that didn't use the official markup, by Georg Brandl · 16 years ago
  54. fe337bf Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,61761,61765-61767,61769,61773,61776-61778,61780-61783,61788,61793,61796,61807,61813 via svnmerge from by Christian Heimes · 16 years ago
  55. dd15f6c Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from by Christian Heimes · 16 years ago
  56. 9647389 Remove 1.5.2 incompatibility notes from RE docs. by Georg Brandl · 16 years ago
  57. c3f30c4 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60789,60793,60796,60799-60809,60812-60813,60815-60821,60823-60826,60828-60829,60831-60834,60836,60838-60839,60846-60849,60852-60854,60856-60859,60861-60870,60874-60875,60880-60881,60886,60888-60890,60892,60894-60898,60900-60931,60933-60958 via svnmerge from by Christian Heimes · 16 years ago
  58. 2202f87 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60568-60598,60600-60616 via svnmerge from by Christian Heimes · 16 years ago
  59. f694518 Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. by Georg Brandl · 16 years ago
  60. 25bb783 Merged revisions 59883-59920 via svnmerge from by Christian Heimes · 16 years ago
  61. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
  62. 255f53b Merged revisions 59376-59406 via svnmerge from by Christian Heimes · 17 years ago
  63. b9eccbf Merged revisions 59333-59370 via svnmerge from by Christian Heimes · 17 years ago
  64. 9afde1c #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. by Georg Brandl · 17 years ago
  65. 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 17 years ago
  66. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  67. 81ac1ce Address a few XXX comments, other fixes. by Georg Brandl · 17 years ago
  68. 04110fb Merged revisions 57221-57391 via svnmerge from by Guido van Rossum · 17 years ago
  69. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago