1. 375aec2 Fix a few doc errors, mostly undefined keywords. by Georg Brandl · 14 years ago
  2. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  3. f4112e2 Add note about changes to the `round` function between 2.x and 3.x. by Mark Dickinson · 14 years ago
  4. c4a55fc Recorded merge of revisions 78024 via svnmerge from by Georg Brandl · 15 years ago
  5. 36e0d0e isinstance(f, collections.Callable) is more correct by Benjamin Peterson · 15 years ago
  6. 5850389 revert r75090 by Benjamin Peterson · 15 years ago
  7. 5770847 use more correct callable replacement by Benjamin Peterson · 15 years ago
  8. 3036420 more about the file type's death #5513 by Benjamin Peterson · 16 years ago
  9. 0a7b2c7 #5173: StandardError wasn't removed in 2.6. by Georg Brandl · 16 years ago
  10. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  11. 8f9cd6a Use :samp: role. by Georg Brandl · 16 years ago
  12. 40c509d cmp() is not really gone. by Georg Brandl · 16 years ago
  13. d2aa7e6 #4557: remove 'c' typecode from array docs and add a note in whatsnew. by Georg Brandl · 16 years ago
  14. badc7ab Use :samp: role. by Georg Brandl · 16 years ago
  15. f519523 Tweak verbiage and markup for relative/absolute import. Backport candidate. by Guido van Rossum · 16 years ago
  16. 83ebf38 #4521: fix getcwdu() vs getcwdb(). by Georg Brandl · 16 years ago
  17. a2361d9 #4526: fix typo. by Georg Brandl · 16 years ago
  18. 9baee31 - fix markup error - remove silly emoticon by Fred Drake · 16 years ago
  19. 2982c32 Wording change (flaunt -> disobey); markup fixes. The largest edit is to the paragraph on relative imports; please review. (Backport candidate) by Andrew M. Kuchling · 16 years ago
  20. 815427c Remove remark about NaN==NaN, I misunderstood that issue. by Guido van Rossum · 16 years ago
  21. ab4c51c Minor edits. by Raymond Hettinger · 16 years ago
  22. 6e72b9e Fixed a warning on whatsnew/3.0.rst by Christian Heimes · 16 years ago
  23. ffd1a75 Use the :mod: role. by Georg Brandl · 16 years ago
  24. 08388ef Some textual tweaks, and fixed a few typos found by a spell checker. by Guido van Rossum · 16 years ago
  25. b768d4f Fix bad markup. by Guido van Rossum · 16 years ago
  26. fedd140 More cleanup. Moved all Unicode and str/bytes info to the text/data by Guido van Rossum · 16 years ago
  27. 67d75ba Another checkpoint. by Guido van Rossum · 16 years ago
  28. 3828768 Another checkpoint -- some stuff I managed to do on the train. by Guido van Rossum · 16 years ago
  29. 7396135 Another checkpoint. by Guido van Rossum · 16 years ago
  30. f3655c4 interators -> iterators (thanks Taggnostr) by Gregory P. Smith · 16 years ago
  31. c46ee54 Finished what I'm going to write about the standard library. by Guido van Rossum · 16 years ago
  32. 56076da Finished the "porting to 3.0" section. Had to add a label to by Guido van Rossum · 16 years ago
  33. 715287f Another checkpoint. More XXXes added... by Guido van Rossum · 16 years ago
  34. 5b78dd9 Another checkpoint to switch machines. by Guido van Rossum · 16 years ago
  35. eab34c9 Add missing bracket. by Walter Dörwald · 16 years ago
  36. a443856 Fix typo. by Walter Dörwald · 16 years ago
  37. cc163bb fix markup by Benjamin Peterson · 16 years ago
  38. eb3d8d4 Checkpoint. Added some stuff. Mostly XXX notes for myself. :-) by Guido van Rossum · 16 years ago
  39. b667087 #4372: add bullet point for __cmp__ removal. by Georg Brandl · 16 years ago
  40. 4a98a2a A few tiny improvements that I had sitting in an edit buffer. More to come. by Guido van Rossum · 16 years ago
  41. f10a79a merge from trunk by Benjamin Peterson · 16 years ago
  42. 7b9a222 Mention that bsddb is gone and include a link to jcea's website where by Gregory P. Smith · 16 years ago
  43. 6a88384 Fix spelling. by Raymond Hettinger · 16 years ago
  44. 9557f60 - removed sentence about the new free format floating-point representation by Mark Summerfield · 16 years ago
  45. e06de8b #2762: remove 2.x remnants and patch up some new documentation. by Georg Brandl · 17 years ago
  46. a2f837f Document the fact that '\U' and '\u' escapes are not treated specially in 3.0 (see issue 2541) by Benjamin Peterson · 17 years ago
  47. 67b8cad Clarify xrange() entry. by Georg Brandl · 17 years ago
  48. 428de65 - Issue #719888: Updated tokenize to use a bytes API. generate_tokens has been by Trent Nelson · 17 years ago
  49. 0327e60 Clarification. by Georg Brandl · 17 years ago
  50. 9d0d616 typo by Kurt B. Kaiser · 17 years ago
  51. 2bc6b5e Improve formatting for arg names in previous checkin. by Kurt B. Kaiser · 17 years ago
  52. a140101 list.sort() and builtin.sorted() no longer accept 'cmp' argument. by Kurt B. Kaiser · 17 years ago
  53. ec17d20 Update whatsnew document to use specific markup for identifiers, thus enabling cross-linking. by Georg Brandl · 17 years ago
  54. 396ef80 Some new 3.0 whatsnew items, written for GHOP by Andreas Freund. by Georg Brandl · 17 years ago
  55. 32f523e Fix typo. by Walter Dörwald · 17 years ago
  56. bad17e7 Added comment about sys.maxint to whatsnew. Issue #1930 by Christian Heimes · 17 years ago
  57. f534f7b Document that basestring has been replaced by str. Issue #1931. by Christian Heimes · 17 years ago
  58. 7274858 Fix markup. by Georg Brandl · 17 years ago
  59. cc595bd #1571: clarify removal of ``L`` suffix from long int repr. by Georg Brandl · 17 years ago
  60. f78b1c6 I've moved the remains of PyInt_ to the longobject.h header file and removed the inclusing of intobject.h from Python.h. Now the intobject.h exists only to provide some aliases for porters from Python 2.x. by Christian Heimes · 17 years ago
  61. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  62. dff1c31 In response to issue 1101, place vastly more emphasis on the new print() by Guido van Rossum · 17 years ago
  63. afe0cd1 Correction an issue reported by Mark Summerfeld. by Guido van Rossum · 17 years ago
  64. 4edae68 CVS -> Subversion by Skip Montanaro · 17 years ago
  65. a86f5d4 I always think of the language when I see "ABC". Emphasize the meaning of by Skip Montanaro · 17 years ago
  66. 5eb520c Fix sinple typo. by Guido van Rossum · 17 years ago
  67. bbb809e I'm not actually an author by Andrew M. Kuchling · 17 years ago
  68. b3922cb Neal sent real performance numbers. :-( by Guido van Rossum · 17 years ago
  69. 5a16558 Correct a few typos. by Georg Brandl · 17 years ago
  70. b197f3c First draft of a what's new document. by Guido van Rossum · 17 years ago
  71. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago