1. aa7633a Merged revisions 65258,65292,65299,65308-65309,65315,65326 via svnmerge from by Mark Dickinson · 17 years ago
  2. a986dfa Merged revisions 65293 via svnmerge from by Benjamin Peterson · 17 years ago
  3. d18de0e Merged revisions 65259,65263,65296,65307,65321 via svnmerge from by Benjamin Peterson · 17 years ago
  4. d631371 Merged revisions 65209-65216,65225-65226,65233,65239,65246-65247,65255-65256 via svnmerge from by Benjamin Peterson · 17 years ago
  5. 4ae1946 update the struct documentation to refer to bytes by Benjamin Peterson · 17 years ago
  6. 2e73ffc Fix-up recipe with a syntax error (as discussed on python-dev). by Raymond Hettinger · 17 years ago
  7. f5a2e47 Neaten-up the itertools recipes. by Raymond Hettinger · 17 years ago
  8. c2542e9 Remove the sunaudio module. by Brett Cannon · 17 years ago
  9. 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 · 17 years ago
  10. 30704ea Remove "ast" aliases from the parser module. by Georg Brandl · 17 years ago
  11. aac8fd3 fix markup by Benjamin Peterson · 17 years ago
  12. 5ac2230 #3400: document new 3.0 opcodes. by Georg Brandl · 17 years ago
  13. 1aea30a #3113: document exception chaining. by Georg Brandl · 17 years ago
  14. 32480b0 Fix urllib function reference. by Georg Brandl · 17 years ago
  15. 72cdd74 fixed tiny typo in new # format doc by Mark Summerfield · 17 years ago
  16. 22b85b3 Backed out r65073, pending fixing it in Windows. by Eric Smith · 17 years ago
  17. a4fac36 Merged revisions 65069 via svnmerge from by Eric Smith · 17 years ago
  18. bded4d3 Make gettext Unicode interface consistent and clean up the docs. by Georg Brandl · 17 years ago
  19. 6ea420b Merged revisions 64982-64983,65004 via svnmerge from by Georg Brandl · 17 years ago
  20. 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 · 17 years ago
  21. 65fe25e Merged revisions 64974 via svnmerge from by Mark Dickinson · 17 years ago
  22. 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 · 17 years ago
  23. 3ccb787 Merged revisions 64446,64490,64495,64526,64567 via svnmerge from by Georg Brandl · 17 years ago
  24. d68af8f Merged revisions 64984 via svnmerge from by Eric Smith · 17 years ago
  25. 801844d #2512 implement the 3.0 gettext API by Benjamin Peterson · 17 years ago
  26. fbe94c5 Merged revisions 64842,64853,64856,64945 via svnmerge from by Robert Schuppenies · 17 years ago
  27. 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 · 17 years ago
  28. 628b1b3 Clean up list of undocumented modules as most of them have been removed in Python 3.0. by Brett Cannon · 17 years ago
  29. 35bf9bf Removed extraneous whitespace. by Josiah Carlson · 17 years ago
  30. 1893ce7 Fixed documentation to be correct for Py3k. by Josiah Carlson · 17 years ago
  31. d74900e Committing Py3k version of changelist 64080 and 64257, along with updated tests by Josiah Carlson · 17 years ago
  32. 69164c7 document LOAD_BUILD_CLASS by Benjamin Peterson · 17 years ago
  33. b09b844 Merged revisions 64688 via svnmerge from by Martin v. Löwis · 17 years ago
  34. 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 · 17 years ago
  35. dcf97b9 Merged revisions 64434-64435,64440-64443,64445,64447-64448,64450,64452,64455,64461,64464,64466,64468 via svnmerge from by Benjamin Peterson · 17 years ago
  36. fea6a94 Merged revisions 64365,64370,64406,64408-64409,64412,64416-64417,64420-64421,64425-64428 via svnmerge from by Benjamin Peterson · 17 years ago
  37. 809ddaa #3191: fix round() docs and docstring. by Georg Brandl · 17 years ago
  38. 18da8f0 #3220: improve bytes docs a bit. by Georg Brandl · 17 years ago
  39. e11787a #2683: communicate() takes bytes. by Georg Brandl · 17 years ago
  40. bbfd71d - No more 0L or similar. by Mark Summerfield · 17 years ago
  41. 980f314 fix bad method names in ssl module (and typo in ssl doc) by Bill Janssen · 17 years ago
  42. 257060a change references to Queue module to queue in multiprocessing docs by Benjamin Peterson · 17 years ago
  43. 5289b2b Merged revisions 64407,64568 via svnmerge from by Benjamin Peterson · 17 years ago
  44. ce279a7 Merged revisions 64561 via svnmerge from by Mark Dickinson · 17 years ago
  45. 85f7604 #3204: remove slice operations from operator doc. by Georg Brandl · 17 years ago
  46. 268bf4a Rewrite references to Py3k in __floor__, __ceil__ and __round__ documentation. by Mark Dickinson · 17 years ago
  47. 79edbd5 Remove trailing 'L's from integers in limit_denominator examples. by Mark Dickinson · 17 years ago
  48. 029986a Fix old urllib/urllib2/urlparse usage. by Georg Brandl · 17 years ago
  49. 0f7ede4 Review the doc changes for the urllib package creation. by Georg Brandl · 17 years ago
  50. aca8fd7 Documentation updates for urllib package. Modified the documentation for the by Senthil Kumaran · 17 years ago
  51. 789bdf0 Reviewed and updated the documentation. Fixes #3017. by Facundo Batista · 17 years ago
  52. be149d0 remove references of cPickle in the pickle docs (uhh. unlabeled footnotes) by Benjamin Peterson · 17 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 · 17 years ago
  54. 6a00b64 Removed some versionadded tags, and a reference to "long" in a sample by Amaury Forgeot d'Arc · 17 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 · 17 years ago
  56. 2fadaa2 Merged revisions 64131,64134-64141,64143-64146 via svnmerge from by Thomas Heller · 17 years ago
  57. 95a939c remove a versionadded by Benjamin Peterson · 17 years ago
  58. f992640 Fix last traces of old threading API. by Georg Brandl · 17 years ago
  59. a0c0a4a remove the rfc822 module by Benjamin Peterson · 17 years ago
  60. 83e9f4c Remove last traces of mimetools. by Georg Brandl · 17 years ago
  61. 23c51a2 actually remove the mimetools module by Benjamin Peterson · 17 years ago
  62. 624a789 Add dummy_threading to toctree. by Georg Brandl · 17 years ago
  63. 672b803 Merged revisions 64125 via svnmerge from by Benjamin Peterson · 17 years ago
  64. 559e5d7 #2630: Implement PEP 3138. by Georg Brandl · 17 years ago
  65. e711caf Merged revisions 64104,64117 via svnmerge from by Benjamin Peterson · 17 years ago
  66. eec3d71 #3021: Antoine Pitrou's Lexical exception handlers by Benjamin Peterson · 17 years ago
  67. c28e1fa Merged revisions 64002-64003,64012,64036-64037,64047,64050-64052,64054-64055,64066,64071 via svnmerge from by Georg Brandl · 17 years ago
  68. f78e02b Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,63887,63975,63998 via svnmerge from by Georg Brandl · 17 years ago
  69. 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 · 17 years ago
  70. 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 · 17 years ago
  71. 0312494 Remove last traces of cStringIO. by Georg Brandl · 17 years ago
  72. b795f52 Merged revisions 63988,63991 via svnmerge from by Thomas Heller · 17 years ago
  73. 97cf99f Patch #3064: Port new turtle module and demos to 3.0. by Martin v. Löwis · 17 years ago
  74. 00709aa Merged revisions 63856-63857,63859-63860 via svnmerge from by Martin v. Löwis · 17 years ago
  75. e1b5ac6 Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 17 years ago
  76. a26f8ca Revert r63934 -- it was mixing two patches. by Georg Brandl · 17 years ago
  77. f954c4b Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 17 years ago
  78. e95593e Merged revisions 63888 via svnmerge from by Martin v. Löwis · 17 years ago
  79. 877b10a Remove the htmllib and sgmllib modules as per PEP 3108. by Georg Brandl · 17 years ago
  80. 40ab2ec remove mac module docs missed in the first round by Benjamin Peterson · 17 years ago
  81. 9e670c2 Added a note to [] that special forms & special chars lose their meaning by Mark Summerfield · 17 years ago
  82. 2932d93 #3007: remove stringio docs and fix a few nits in io docs. by Georg Brandl · 17 years ago
  83. 6101395 Remove deprecated SmartCookie and SerialCookie classes. by Georg Brandl · 17 years ago
  84. a23810f The commands module has been removed. The getoutput() and getstatusoutput() by Brett Cannon · 17 years ago
  85. f4a4123 Fix old-style octal literals in the docs. by Georg Brandl · 17 years ago
  86. c772372 Remove remaining references to UserDict module. by Georg Brandl · 17 years ago
  87. 79e4803 remove test.support.have_unicode by Benjamin Peterson · 17 years ago
  88. 2b7411d Merged revisions 63542-63544,63546,63553,63563-63564,63567,63569,63576 via svnmerge from by Benjamin Peterson · 17 years ago
  89. 2442015 Create http package. #2883. by Georg Brandl · 17 years ago
  90. a37cfc6 Merged revisions 63402,63405,63411,63457,63467-63468,63480,63507-63508,63516,63534,63541 via svnmerge from by Benjamin Peterson · 17 years ago
  91. 38eceaa Create xmlrpc package. Issue #2886. by Georg Brandl · 17 years ago
  92. 0a7ac7d Create the dbm package from PEP 3108. #2881. by Georg Brandl · 17 years ago
  93. 50923f9 remove version note by Benjamin Peterson · 17 years ago
  94. b533e26 Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,63470,63483-63484,63496-63497,63499-63501,63530-63531,63540,63614 via svnmerge from by Georg Brandl · 17 years ago
  95. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 17 years ago
  96. 38feaf0 #2879: rename _winreg to winreg. by Georg Brandl · 17 years ago
  97. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 17 years ago
  98. 9087b7f Merged revisions 63438 via svnmerge from by Georg Brandl · 17 years ago
  99. 3c50ea4 rename HTMLParser to html.parser and htmlentitydefs to html.entities; by Fred Drake · 17 years ago
  100. ac6060c Tkinter, step 3: doc updates. by Georg Brandl · 17 years ago