1. c29cd93 Use simpler assert in basic example. by Ezio Melotti · 14 years ago
  2. f2b5673 Explicitly mention that people should not depend on immediate by Gregory P. Smith · 14 years ago
  3. c542547 Reword the finalization note. by Gregory P. Smith · 14 years ago
  4. c60137b Explicitly mention that people should not depend on immediate by Gregory P. Smith · 14 years ago
  5. 40dcb1d Port a couple of changes from 3.1. by Ezio Melotti · 14 years ago
  6. 2d1e88a Backport from 3.2 several improvements and fixes for unittest.rst. by Ezio Melotti · 14 years ago
  7. 3d99584 #11298: Improve the unittest discovery explanation. by Ezio Melotti · 14 years ago
  8. 891391b Merge doc fixes. by Georg Brandl · 14 years ago
  9. 1d0a0f5 #11294: add missing ERA_T_FMT to locale docs. by Georg Brandl · 14 years ago
  10. 931e5c1 #11292: add missing A_REVERSE to curses attribute table. by Georg Brandl · 14 years ago
  11. a2388be #11239: add } to list of metacharacters (it is only a metacharacter sometimes, ie. when closing a {n,m} group, but so is ]. by Georg Brandl · 14 years ago
  12. 45ec333 #11227: use Host header in asyncore example. by Georg Brandl · 14 years ago
  13. 12a6153 #11373: fix spelling. by Georg Brandl · 14 years ago
  14. 3640e18 #11405: do not reference the string module again for its deprecated functions, only for Template class. by Georg Brandl · 14 years ago
  15. da22719 #11392: you can trust the computer, but you have to know what it does. by Georg Brandl · 14 years ago
  16. e32acd0 #11337: remove unreferenced footnote. by Georg Brandl · 14 years ago
  17. 310337f #11400: remove reference to pre-1.5 assignment behavior. by Georg Brandl · 14 years ago
  18. 49857f8 Add updated .hgeol file and fix newlines in the 3.2 branch. by Georg Brandl · 14 years ago
  19. 5537d29 Add updated .hgeol file and fix newlines in the 3.1 branch. by Georg Brandl · 14 years ago
  20. c7eb789 Merged revisions 88717 via svnmerge from by Fred Drake · 14 years ago
  21. 6120d87 Merged revisions 88686 via svnmerge from by Antoine Pitrou · 14 years ago
  22. f3352e7 Merged revisions 88668 via svnmerge from by Benjamin Peterson · 14 years ago
  23. 849272b Merged revisions 88658 via svnmerge from by Benjamin Peterson · 14 years ago
  24. dcc9513 Issue #11331: fixed documentation in logging cookbook. by Vinay Sajip · 14 years ago
  25. 682f6a7 Merged revisions 88613 via svnmerge from by Éric Araujo · 14 years ago
  26. 7d9d34f Merged revisions 88613 via svnmerge from by Éric Araujo · 14 years ago
  27. fb9a9c8 Merged revisions 88581 via svnmerge from by Giampaolo Rodolà · 14 years ago
  28. bd65e7f Markup backport fix. by Georg Brandl · 14 years ago
  29. 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
  30. 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
  31. 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
  32. 8edd2e9 Issue #11296: rsplit() mentioned twice for the same change. by Raymond Hettinger · 14 years ago
  33. edf5132 Merged revisions 88540-88541 via svnmerge from by Benjamin Peterson · 14 years ago
  34. 756fe26 Issue #11304: Input/output tutorial - PI is rounded not truncated. by Raymond Hettinger · 14 years ago
  35. 48e5cd3 nits by Raymond Hettinger · 14 years ago
  36. ba9ad60 Fix typo reported by 'Paddy' on python-list. by Terry Reedy · 14 years ago
  37. 540b636 Issue 11263: Fix link to source code. by Raymond Hettinger · 14 years ago
  38. f5692b0 Issue 10160: Both single-arg and multi-arg calls have been sped-up. by Raymond Hettinger · 14 years ago
  39. 14927d0 Topic and suspicious update. by Georg Brandl · 14 years ago
  40. e0e824d Fix two typos in what’s new (#11234). by Éric Araujo · 14 years ago
  41. 85dacf7 Some more grammar fixes/typos for what’s new (approved by Raymond; #11071) by Éric Araujo · 14 years ago
  42. 6277fa4 Update the porting HOWTO to be a little less harsh on using 2to3. by Brett Cannon · 14 years ago
  43. 8f0ae9a Doc fixups. by Raymond Hettinger · 14 years ago
  44. 03a6e66 Fix-up logging.dictConfig() example. by Raymond Hettinger · 14 years ago
  45. 4a8f50a Fix an import and add a citation. by Raymond Hettinger · 14 years ago
  46. 08e278a Remove editing slip. by Georg Brandl · 14 years ago
  47. dbb9585 Apply logging SocketHandler doc update by Vinay. by Georg Brandl · 14 years ago
  48. 44efc65 Fix accumulate() example. (Reported by David Murray.) by Raymond Hettinger · 14 years ago
  49. 725cb96 Fix example for count(). by Raymond Hettinger · 14 years ago
  50. 829befb Fix markup error and update suspicious ignores. by Georg Brandl · 14 years ago
  51. c60e306 Fix markup problems. by Georg Brandl · 14 years ago
  52. 8b24aac Fix argument name typo in compileall docs. by R. David Murray · 14 years ago
  53. 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 · 14 years ago
  54. 43b2f45 Merged revisions 87136,87221,87256,87337-87338,87571,87839,88164 via svnmerge from by R. David Murray · 14 years ago
  55. 44028d8 Missing paren. by Raymond Hettinger · 14 years ago
  56. ed92b5a Insert missing section heading (noticed by Victor Stinner). by Raymond Hettinger · 14 years ago
  57. 1fbd8e1 Fix nits. by Raymond Hettinger · 14 years ago
  58. 9f62d74 Add an entry for logging. by Raymond Hettinger · 14 years ago
  59. 3029aff Add missing source links. by Raymond Hettinger · 14 years ago
  60. a2f1544 Tweak wording about equality comparison. by Brett Cannon · 14 years ago
  61. 91638e7 Add 'pysqlite' before version 2.6.0 by Terry Reedy · 14 years ago
  62. 186f441 Typo. by Raymond Hettinger · 14 years ago
  63. ddcacf3 Merged revisions 88377 via svnmerge from by Antoine Pitrou · 14 years ago
  64. 631507d Issue #11141: Fix the shelve documentation to use a list, not a range object. by Antoine Pitrou · 14 years ago
  65. b248bdc Merged revisions 88371 via svnmerge from by Antoine Pitrou · 14 years ago
  66. fdded56 Clarify that IMAP4() implicitly calls open(), and that logout() implicitly calls shutdown(). by Antoine Pitrou · 14 years ago
  67. 7a0afd3 Spelling fixes. by Georg Brandl · 14 years ago
  68. 2cb2fa9 Consistent heading spacing, and fix two typos. by Georg Brandl · 14 years ago
  69. 555f288 Add link to table for Tcl/Tk issues on the Mac. by Raymond Hettinger · 14 years ago
  70. ca583b6 #8691: document that right alignment is default for numbers. by Georg Brandl · 14 years ago
  71. a5770aa #11138: fix order of fill and align specifiers. by Georg Brandl · 14 years ago
  72. 7ac3419 Fix some typos and grammar by Eli Bendersky · 14 years ago
  73. 2d062de Fix some typos and grammar by Eli Bendersky · 14 years ago
  74. 8cd0b38 Typo. Doh! by Raymond Hettinger · 14 years ago
  75. 833ad0e Fix awkwardly rendered sentence. by Raymond Hettinger · 14 years ago
  76. fb2d167 Issue #11071: Various improvements to whatsnew. by Raymond Hettinger · 14 years ago
  77. 810cd34 Small markup and wording tweaks for the sorting-howto. by Raymond Hettinger · 14 years ago
  78. 98135d0 Mention that people going the source compatibility route should run 2to3 to find pain points. by Brett Cannon · 14 years ago
  79. 45aa7cc Soften wording on doctest. by Brett Cannon · 14 years ago
  80. ce71ab2 Re-arrange and clarify some __future__ import statements. by Brett Cannon · 14 years ago
  81. 8095b65 Merged revisions 88352 via svnmerge from by Gregory P. Smith · 14 years ago
  82. e09d2f1 issue7678 - Properly document how to replace a shell pipeline so that SIGPIPE by Gregory P. Smith · 14 years ago
  83. 738236d Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check in the limited ABI by Martin v. Löwis · 14 years ago
  84. 5405a0b Use an internal reference instead of hard-coded URI. by Éric Araujo · 14 years ago
  85. bd866e9 Everybody hates this one :) (bytes indexing) by Antoine Pitrou · 14 years ago
  86. e6a1464 Soften the wording about tracebacks. Reference cycles *don't* by Antoine Pitrou · 14 years ago
  87. 5c28cfdc Fix entries pertaining to file I/O by Antoine Pitrou · 14 years ago
  88. 8d8f7c5 Mention -b and -bb by Antoine Pitrou · 14 years ago
  89. 7095721 Mention asyncore and Twisted in the library FAQ. by Antoine Pitrou · 14 years ago
  90. 11480b6 Mention concurrent.futures and update answers about the GIL. by Antoine Pitrou · 14 years ago
  91. f700524 Update test of "why is Python installed" FAQ. by Antoine Pitrou · 14 years ago
  92. 09264b6 Mention Cython and remove obsolete alternatives by Antoine Pitrou · 14 years ago
  93. eb50ba5 Update info in the GUI FAQ by Antoine Pitrou · 14 years ago
  94. 8e0ef58 Merged revisions 88334 via svnmerge from by Antoine Pitrou · 14 years ago
  95. eefb97c Mention that seek and tell over a TextIOWrapper can be very slow. by Antoine Pitrou · 14 years ago
  96. 4b0c24a use 3-space indents. by Brett Cannon · 14 years ago
  97. 8045d97 Add a HOWTO on how to port from Python 2 to Python 3. by Brett Cannon · 14 years ago
  98. e951e91 Punctuation typos. by Georg Brandl · 14 years ago
  99. b344dd0 Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from by Éric Araujo · 14 years ago
  100. 0446b21 Punctuation typo. by Raymond Hettinger · 14 years ago