1. 5ac2230 #3400: document new 3.0 opcodes. by Georg Brandl · 16 years ago
  2. 1aea30a #3113: document exception chaining. by Georg Brandl · 16 years ago
  3. 32480b0 Fix urllib function reference. by Georg Brandl · 16 years ago
  4. 72cdd74 fixed tiny typo in new # format doc by Mark Summerfield · 16 years ago
  5. 22b85b3 Backed out r65073, pending fixing it in Windows. by Eric Smith · 16 years ago
  6. a4fac36 Merged revisions 65069 via svnmerge from by Eric Smith · 16 years ago
  7. bded4d3 Make gettext Unicode interface consistent and clean up the docs. by Georg Brandl · 16 years ago
  8. 01ca04c #3310: stop referring to basestring. by Georg Brandl · 16 years ago
  9. 6ea420b Merged revisions 64982-64983,65004 via svnmerge from by Georg Brandl · 16 years ago
  10. 2ee470f Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from by Georg Brandl · 16 years ago
  11. 65fe25e Merged revisions 64974 via svnmerge from by Mark Dickinson · 16 years ago
  12. 86b2fb9 Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,64744-64746,64756-64761,64767-64769,64771-64772,64774-64775,64788,64793,64835-64836 via svnmerge from by Georg Brandl · 16 years ago
  13. 3ccb787 Merged revisions 64446,64490,64495,64526,64567 via svnmerge from by Georg Brandl · 16 years ago
  14. d68af8f Merged revisions 64984 via svnmerge from by Eric Smith · 16 years ago
  15. 801844d #2512 implement the 3.0 gettext API by Benjamin Peterson · 16 years ago
  16. fbe94c5 Merged revisions 64842,64853,64856,64945 via svnmerge from by Robert Schuppenies · 16 years ago
  17. 3065b87 Mention the behaviour of PyFunction_SetAnnotations() on error. by Alexandre Vassalotti · 16 years ago
  18. b0c8165 Added documentation for PyFunction_GetAnnotations() and by Alexandre Vassalotti · 16 years ago
  19. b130493 Make test.test_support.catch_warnings more robust as discussed on python-dev. Also add explicit tests for it to test_warnings. (forward port of r64910 from trunk) by Nick Coghlan · 16 years ago
  20. 628b1b3 Clean up list of undocumented modules as most of them have been removed in Python 3.0. by Brett Cannon · 16 years ago
  21. 35bf9bf Removed extraneous whitespace. by Josiah Carlson · 16 years ago
  22. 1893ce7 Fixed documentation to be correct for Py3k. by Josiah Carlson · 16 years ago
  23. d74900e Committing Py3k version of changelist 64080 and 64257, along with updated tests by Josiah Carlson · 16 years ago
  24. bfc644b fix no-op in tutorial by Benjamin Peterson · 16 years ago
  25. e7c78b2 remove traces of .next by Benjamin Peterson · 16 years ago
  26. 69164c7 document LOAD_BUILD_CLASS by Benjamin Peterson · 16 years ago
  27. b09b844 Merged revisions 64688 via svnmerge from by Martin v. Löwis · 16 years ago
  28. 87ce6d7 #3247: get rid of Py_FindMethods by Amaury Forgeot d'Arc · 16 years ago
  29. 4118174 Merged revisions 64475,64544-64545,64550,64557-64558,64565,64570,64577,64582-64583,64585,64590,64592-64593,64625,64630,64638,64647,64655-64656,64663-64664 via svnmerge from by Benjamin Peterson · 16 years ago
  30. dcf97b9 Merged revisions 64434-64435,64440-64443,64445,64447-64448,64450,64452,64455,64461,64464,64466,64468 via svnmerge from by Benjamin Peterson · 16 years ago
  31. f9c98b4 sync whatsnew with 2.6 by Benjamin Peterson · 16 years ago
  32. fea6a94 Merged revisions 64365,64370,64406,64408-64409,64412,64416-64417,64420-64421,64425-64428 via svnmerge from by Benjamin Peterson · 16 years ago
  33. 1cef37c add an entry for object.__dir__ by Benjamin Peterson · 16 years ago
  34. 809ddaa #3191: fix round() docs and docstring. by Georg Brandl · 16 years ago
  35. 18da8f0 #3220: improve bytes docs a bit. by Georg Brandl · 16 years ago
  36. c22ed14 document PyUnicode_CompareWithASCIIString by Benjamin Peterson · 16 years ago
  37. e11787a #2683: communicate() takes bytes. by Georg Brandl · 16 years ago
  38. bbfd71d - No more 0L or similar. by Mark Summerfield · 16 years ago
  39. 9557f60 - removed sentence about the new free format floating-point representation by Mark Summerfield · 16 years ago
  40. 980f314 fix bad method names in ssl module (and typo in ssl doc) by Bill Janssen · 16 years ago
  41. f04779b #3229 fix typo and expand notes a little by Benjamin Peterson · 16 years ago
  42. 257060a change references to Queue module to queue in multiprocessing docs by Benjamin Peterson · 16 years ago
  43. 5289b2b Merged revisions 64407,64568 via svnmerge from by Benjamin Peterson · 16 years ago
  44. ce279a7 Merged revisions 64561 via svnmerge from by Mark Dickinson · 16 years ago
  45. 85f7604 #3204: remove slice operations from operator doc. by Georg Brandl · 16 years ago
  46. 268bf4a Rewrite references to Py3k in __floor__, __ceil__ and __round__ documentation. by Mark Dickinson · 16 years ago
  47. 79edbd5 Remove trailing 'L's from integers in limit_denominator examples. by Mark Dickinson · 16 years ago
  48. 029986a Fix old urllib/urllib2/urlparse usage. by Georg Brandl · 16 years ago
  49. 0f7ede4 Review the doc changes for the urllib package creation. by Georg Brandl · 16 years ago
  50. aca8fd7 Documentation updates for urllib package. Modified the documentation for the by Senthil Kumaran · 16 years ago
  51. 789bdf0 Reviewed and updated the documentation. Fixes #3017. by Facundo Batista · 16 years ago
  52. be149d0 remove references of cPickle in the pickle docs (uhh. unlabeled footnotes) by Benjamin Peterson · 16 years ago
  53. 35c8658 Merged revisions 64119,64147,64150,64165,64219-64221,64229-64230,64233,64235,64253,64278,64280,64301,64303,64320,64328,64338-64339 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  54. 6a00b64 Removed some versionadded tags, and a reference to "long" in a sample by Amaury Forgeot d'Arc · 16 years ago
  55. fdfe62d Merged revisions 64089,64098,64100-64102,64113,64115-64116,64118,64120,64132,64342 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  56. 2fadaa2 Merged revisions 64131,64134-64141,64143-64146 via svnmerge from by Thomas Heller · 16 years ago
  57. 95a939c remove a versionadded by Benjamin Peterson · 16 years ago
  58. f992640 Fix last traces of old threading API. by Georg Brandl · 16 years ago
  59. a0c0a4a remove the rfc822 module by Benjamin Peterson · 16 years ago
  60. 83e9f4c Remove last traces of mimetools. by Georg Brandl · 16 years ago
  61. 23c51a2 actually remove the mimetools module by Benjamin Peterson · 16 years ago
  62. 4f92ca4 Remove nb_reserved (nb_coerce), nb_hex, and nb_oct from PyNumberMethods by Benjamin Peterson · 16 years ago
  63. 624a789 Add dummy_threading to toctree. by Georg Brandl · 16 years ago
  64. 672b803 Merged revisions 64125 via svnmerge from by Benjamin Peterson · 16 years ago
  65. 559e5d7 #2630: Implement PEP 3138. by Georg Brandl · 16 years ago
  66. 2c906f1 Merged revisions 64130 via svnmerge from by Georg Brandl · 16 years ago
  67. e711caf Merged revisions 64104,64117 via svnmerge from by Benjamin Peterson · 16 years ago
  68. eec3d71 #3021: Antoine Pitrou's Lexical exception handlers by Benjamin Peterson · 16 years ago
  69. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  70. c28e1fa Merged revisions 64002-64003,64012,64036-64037,64047,64050-64052,64054-64055,64066,64071 via svnmerge from by Georg Brandl · 16 years ago
  71. f78e02b Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,63887,63975,63998 via svnmerge from by Georg Brandl · 16 years ago
  72. f08a9dd Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,63781-63782,63787,63805-63808,63818-63819,63823-63824 via svnmerge from by Georg Brandl · 16 years ago
  73. 0c77a82 Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,63989,64014-64015,64021-64022,64063-64065,64067 via svnmerge from by Georg Brandl · 16 years ago
  74. 0312494 Remove last traces of cStringIO. by Georg Brandl · 16 years ago
  75. b795f528 Merged revisions 63988,63991 via svnmerge from by Thomas Heller · 16 years ago
  76. 97cf99f Patch #3064: Port new turtle module and demos to 3.0. by Martin v. Löwis · 16 years ago
  77. 00709aa Merged revisions 63856-63857,63859-63860 via svnmerge from by Martin v. Löwis · 16 years ago
  78. e1b5ac6 Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  79. a26f8ca Revert r63934 -- it was mixing two patches. by Georg Brandl · 16 years ago
  80. f954c4b Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  81. e5d68ac Fix misspelling. by Georg Brandl · 16 years ago
  82. 0f59989 Forward-port PYTHONIOENCODING. by Martin v. Löwis · 16 years ago
  83. e95593e Merged revisions 63888 via svnmerge from by Martin v. Löwis · 16 years ago
  84. 877b10a Remove the htmllib and sgmllib modules as per PEP 3108. by Georg Brandl · 16 years ago
  85. 6b38daa Merged revisions 63871 via svnmerge from by Georg Brandl · 16 years ago
  86. 40ab2ec remove mac module docs missed in the first round by Benjamin Peterson · 16 years ago
  87. c3e36af Whitespace nits. by Alexandre Vassalotti · 16 years ago
  88. 787f307 Added documentation for PyDict_GetItemWithError(). by Alexandre Vassalotti · 16 years ago
  89. 9e670c2 Added a note to [] that special forms & special chars lose their meaning by Mark Summerfield · 16 years ago
  90. 2932d93 #3007: remove stringio docs and fix a few nits in io docs. by Georg Brandl · 16 years ago
  91. 6101395 Remove deprecated SmartCookie and SerialCookie classes. by Georg Brandl · 16 years ago
  92. a23810f The commands module has been removed. The getoutput() and getstatusoutput() by Brett Cannon · 16 years ago
  93. f4a4123 Fix old-style octal literals in the docs. by Georg Brandl · 16 years ago
  94. c772372 Remove remaining references to UserDict module. by Georg Brandl · 16 years ago
  95. 79e4803 remove test.support.have_unicode by Benjamin Peterson · 16 years ago
  96. 2b7411d Merged revisions 63542-63544,63546,63553,63563-63564,63567,63569,63576 via svnmerge from by Benjamin Peterson · 16 years ago
  97. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago
  98. fbeb6b6 Merged revisions 63678,63688,63690,63696 via svnmerge from by Benjamin Peterson · 16 years ago
  99. dae32c1 update docs after renaming of PyString -> PyBytes by Benjamin Peterson · 16 years ago
  100. a37cfc6 Merged revisions 63402,63405,63411,63457,63467-63468,63480,63507-63508,63516,63534,63541 via svnmerge from by Benjamin Peterson · 16 years ago