1. dbb677a Beautify and modernize the SequenceMatcher example by Raymond Hettinger · 14 years ago
  2. 77f8d29 Normalised whitespace. by Vinay Sajip · 14 years ago
  3. c46102c Updated Formatter documentation. by Vinay Sajip · 14 years ago
  4. e886047 Clarify that GzipFile.read1() isn't implemented. by Antoine Pitrou · 14 years ago
  5. 361467e #11282: the fail* methods will stay around a few more versions. by Ezio Melotti · 14 years ago
  6. 9481e41 Merge with 3.1 by Ezio Melotti · 14 years ago
  7. b5ff3e4 Fix typo noticed by Sandro Tosi. by Ezio Melotti · 14 years ago
  8. 6c94e6f Issue #7796: Add link to Jan Kaliszewski's alternate constructor and ABC for named tuples. by Raymond Hettinger · 14 years ago
  9. 12e6c25 Fix markup and wording. by Raymond Hettinger · 14 years ago
  10. 1081d48 Add links to make the math docs more usable. by Raymond Hettinger · 14 years ago
  11. 20d2ab4 Merge issue 11662. by Guido van Rossum · 14 years ago
  12. acb6309 Merge issue 11662. by Guido van Rossum · 14 years ago
  13. c768ff5 Merge Issue 11662 from 3.1 branch. by guido@google.com · 14 years ago
  14. a119df9 Issue 11662: Fix vulnerability in urllib/urllib2. by guido@google.com · 14 years ago
  15. 7ef2b46 #10617: merge with 3.1. by Ezio Melotti · 14 years ago
  16. 9b2e67c #10617: add class directives to collections ABCs. by Ezio Melotti · 14 years ago
  17. d186f99 Issue #9343: Document that argparse parent parsers must be configured before their children. by Steven Bethard · 14 years ago
  18. d8f2d50 Issue #8982: Improve the documentation for the argparse Namespace object. by Steven Bethard · 14 years ago
  19. 01606de #10553: Explain why compileall has no command-line argument to control optimization by Éric Araujo · 14 years ago
  20. 722bec4 Merge 3.1 by Éric Araujo · 14 years ago
  21. 5ab4776 Tweaks to sys.flags description table. by Éric Araujo · 14 years ago
  22. 4dcf502 Use universal construct os.path.expanduser('~') instead of os.environ['HOME'] by Éric Araujo · 14 years ago
  23. b1aef23 Issue #10610: Document that int(), float(), and complex() accept numeric literals with the Nd property. by Raymond Hettinger · 14 years ago
  24. c706dbf Issue #10610: Document that int(), float(), and complex() accept numeric literals with the Nd property. by Raymond Hettinger · 14 years ago
  25. 608aba3 Issue #11625: Fix Typo by Raymond Hettinger · 14 years ago
  26. e5820c6 Issue #11625: Fix Typo by Raymond Hettinger · 14 years ago
  27. 2f5cac6 Merge to 3.2. by Georg Brandl · 14 years ago
  28. 82d8ec5 Fix duplicate word. by Georg Brandl · 14 years ago
  29. d402487 Merge from 3.1 by Éric Araujo · 14 years ago
  30. 09eb980 Fix typo in class name by Éric Araujo · 14 years ago
  31. 38a04e5 Merge markup fixes for #7198 patch. by R David Murray · 14 years ago
  32. 9c0d5ea Markup fixes for #7198 patch. by R David Murray · 14 years ago
  33. fb8b067 Really merge #7198 by R David Murray · 14 years ago
  34. f453deb #7198: really add newline='' to csv.writer docs. by R David Murray · 14 years ago
  35. 7b98d02 Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates by Antoine Pitrou · 14 years ago
  36. 877766d Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates by Antoine Pitrou · 14 years ago
  37. 15aded8 Emphasize the ['x', 'y'] option for listing field names. Remove PS2 prompts to make the examples cut-and-pasteable. by Raymond Hettinger · 14 years ago
  38. dcebe0f Closes issue 11133. Fixes two cases where inspect.getattr_static could trigger code execution by Michael Foord · 14 years ago
  39. 729c5e2 Merge #11216: document all possible set_charset execution paths. by R David Murray · 14 years ago
  40. e3d09ff #11216: document all possible set_charset execution paths. by R David Murray · 14 years ago
  41. 4a0b60c Merge #11555 as_string doc fix from 3.1. by R David Murray · 14 years ago
  42. 7dedcb4 #11555: update doc for 3.x change to as_string mangle_from default. by R David Murray · 14 years ago
  43. c48c19a Merge redundant __contains__ doc fix from 3.1. by R David Murray · 14 years ago
  44. f6db0bb Remove redundant __contains__ entry from Message docs. by R David Murray · 14 years ago
  45. 1331263 Merge from 3.1 by Ross Lagerwall · 14 years ago
  46. 8fea2e6 Issue #10885: Fix multiprocessing docs typo by Ross Lagerwall · 14 years ago
  47. 77845ce Fix typo. by Ezio Melotti · 14 years ago
  48. 62e0b90 merge 3.1 by Benjamin Peterson · 14 years ago
  49. ab2b716 trunc -> math.trunc (closes #11475) by Benjamin Peterson · 14 years ago
  50. e858bca forward merge from 3.1 by Senthil Kumaran · 14 years ago
  51. abd4a05 Fix issue11283 - Clarifying a re pattern in the re module docs for conditional regex by Senthil Kumaran · 14 years ago
  52. a7a1c15 merge from 3.1 by Eli Bendersky · 14 years ago
  53. 9cc6249 Issue #11426: use 'with' statements on open files in CSV examples by Eli Bendersky · 14 years ago
  54. 5647c47 Merge #10999 fix. by R David Murray · 14 years ago
  55. 3017806 #10999: Add missing documentation for chflags constants to stat module docs by R David Murray · 14 years ago
  56. c29cd93 Use simpler assert in basic example. by Ezio Melotti · 14 years ago
  57. 40dcb1d Port a couple of changes from 3.1. by Ezio Melotti · 14 years ago
  58. 2d1e88a Backport from 3.2 several improvements and fixes for unittest.rst. by Ezio Melotti · 14 years ago
  59. 3d99584 #11298: Improve the unittest discovery explanation. by Ezio Melotti · 14 years ago
  60. 891391b Merge doc fixes. by Georg Brandl · 14 years ago
  61. 1d0a0f5 #11294: add missing ERA_T_FMT to locale docs. by Georg Brandl · 14 years ago
  62. 931e5c1 #11292: add missing A_REVERSE to curses attribute table. by Georg Brandl · 14 years ago
  63. 45ec333 #11227: use Host header in asyncore example. by Georg Brandl · 14 years ago
  64. 12a6153 #11373: fix spelling. by Georg Brandl · 14 years ago
  65. da22719 #11392: you can trust the computer, but you have to know what it does. by Georg Brandl · 14 years ago
  66. c7eb789 Merged revisions 88717 via svnmerge from by Fred Drake · 14 years ago
  67. 6120d87 Merged revisions 88686 via svnmerge from by Antoine Pitrou · 14 years ago
  68. f3352e7 Merged revisions 88668 via svnmerge from by Benjamin Peterson · 14 years ago
  69. fb9a9c8 Merged revisions 88581 via svnmerge from by Giampaolo Rodolà · 14 years ago
  70. bd65e7f Markup backport fix. by Georg Brandl · 14 years ago
  71. 2774310 Merged revisions 87627,87638,87739,87760,87771,87787,87984,87986,88108,88115,88144,88165,88329,88364-88365,88369-88370,88423-88424 via svnmerge from by Georg Brandl · 14 years ago
  72. d98934c Merged revisions 87101,87146,87156,87172,87175,87371,87378,87522-87524,87526-87528,87530-87536,87581 via svnmerge from by Georg Brandl · 14 years ago
  73. f6c8fd6 Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,86964,86974,86980,86996,87008,87050 via svnmerge from by Georg Brandl · 14 years ago
  74. edf5132 Merged revisions 88540-88541 via svnmerge from by Benjamin Peterson · 14 years ago
  75. 540b636 Issue 11263: Fix link to source code. by Raymond Hettinger · 14 years ago
  76. 8f0ae9a Doc fixups. by Raymond Hettinger · 14 years ago
  77. 08e278a Remove editing slip. by Georg Brandl · 14 years ago
  78. dbb9585 Apply logging SocketHandler doc update by Vinay. by Georg Brandl · 14 years ago
  79. 725cb96 Fix example for count(). by Raymond Hettinger · 14 years ago
  80. c60e306 Fix markup problems. by Georg Brandl · 15 years ago
  81. 8b24aac Fix argument name typo in compileall docs. by R. David Murray · 15 years ago
  82. 2933312 Fixed issue11082 - Reject str for POST data with a TypeError. Document the need to explicitly encode to bytes when using urlencode. by Senthil Kumaran · 15 years ago
  83. 43b2f45 Merged revisions 87136,87221,87256,87337-87338,87571,87839,88164 via svnmerge from by R. David Murray · 15 years ago
  84. 3029aff Add missing source links. by Raymond Hettinger · 15 years ago
  85. ddcacf3 Merged revisions 88377 via svnmerge from by Antoine Pitrou · 15 years ago
  86. 631507d Issue #11141: Fix the shelve documentation to use a list, not a range object. by Antoine Pitrou · 15 years ago
  87. b248bdc Merged revisions 88371 via svnmerge from by Antoine Pitrou · 15 years ago
  88. fdded56 Clarify that IMAP4() implicitly calls open(), and that logout() implicitly calls shutdown(). by Antoine Pitrou · 15 years ago
  89. ca583b6 #8691: document that right alignment is default for numbers. by Georg Brandl · 15 years ago
  90. a5770aa #11138: fix order of fill and align specifiers. by Georg Brandl · 15 years ago
  91. 833ad0e Fix awkwardly rendered sentence. by Raymond Hettinger · 15 years ago
  92. 8095b65 Merged revisions 88352 via svnmerge from by Gregory P. Smith · 15 years ago
  93. e09d2f1 issue7678 - Properly document how to replace a shell pipeline so that SIGPIPE by Gregory P. Smith · 15 years ago
  94. 8e0ef58 Merged revisions 88334 via svnmerge from by Antoine Pitrou · 15 years ago
  95. eefb97c Mention that seek and tell over a TextIOWrapper can be very slow. by Antoine Pitrou · 15 years ago
  96. e951e91 Punctuation typos. by Georg Brandl · 15 years ago
  97. b344dd0 Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from by Éric Araujo · 15 years ago
  98. 0446b21 Punctuation typo. by Raymond Hettinger · 15 years ago
  99. 7b5011b Wording fix. by Eric Smith · 15 years ago
  100. 070f050 Merged revisions 88281 via svnmerge from by Brian Curtin · 15 years ago