1. 4836781 Manually merged r67583: move __import__ doc to the bottom. by Georg Brandl · 16 years ago
  2. f7d4874 Blocked revisions 67583 via svnmerge by Georg Brandl · 16 years ago
  3. 913b2a3 #4504, #4505: Update noddy examples in "Extending & Embedding". by Georg Brandl · 16 years ago
  4. a872de5 Fixed issue #4533: File read operation was dreadfully slow by Christian Heimes · 16 years ago
  5. 7a259ca #4427: fix arguments for "y" BuildValue type. by Georg Brandl · 16 years ago
  6. ed5b9b3 #4401: Re-add os.extsep. by Georg Brandl · 16 years ago
  7. 7fe2c4a #4355: refer to urlencode in the correct module. by Georg Brandl · 16 years ago
  8. 4f3359f Update build URL. by Georg Brandl · 16 years ago
  9. 924eca7 Send mails to python-checkins now. by Martin v. Löwis · 16 years ago
  10. f519523 Tweak verbiage and markup for relative/absolute import. Backport candidate. by Guido van Rossum · 16 years ago
  11. 3432829 fix Sphinx warnings by Benjamin Peterson · 16 years ago
  12. 608d574 add missing import by Fred Drake · 16 years ago
  13. bc9d474 #4542: On Windows, binascii.crc32 still accepted str as binary input. by Amaury Forgeot d'Arc · 16 years ago
  14. bc2ce57 Issue #4537: webbrowser.UnixBrowser failed because this module defines an open() by Amaury Forgeot d'Arc · 16 years ago
  15. 9a0a65b Merged revisions 67528 via svnmerge from by Fred Drake · 16 years ago
  16. c47408a Add a skeleton 3.1 whatsnew document. by Georg Brandl · 16 years ago
  17. ced51db #4513: remove traces of zip() docstring from when it was izip(). by Georg Brandl · 16 years ago
  18. 83ebf38 #4521: fix getcwdu() vs getcwdb(). by Georg Brandl · 16 years ago
  19. a2361d9 #4526: fix typo. by Georg Brandl · 16 years ago
  20. b159008 #4527: fix "unicode or string". by Georg Brandl · 16 years ago
  21. 9baee31 - fix markup error - remove silly emoticon by Fred Drake · 16 years ago
  22. 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
  23. af78e47 More 3.0 -> 3.1 transistion in the Windows and OS/2 build files by Christian Heimes · 16 years ago
  24. 73629da Bumped up version number in PC/pyconfig.h. by Hirokazu Yamamoto · 16 years ago
  25. fd44062 More 3.0 -> 3.1 transistions by Christian Heimes · 16 years ago
  26. 70e5cab Bumped up version numbers of configure/autoconf scripts by Christian Heimes · 16 years ago
  27. 97f005d Prep for Python 3.1! by Barry Warsaw · 16 years ago
  28. 815427c Remove remark about NaN==NaN, I misunderstood that issue. by Guido van Rossum · 16 years ago
  29. ab4c51c Minor edits. by Raymond Hettinger · 16 years ago
  30. 6e72b9e Fixed a warning on whatsnew/3.0.rst by Christian Heimes · 16 years ago
  31. ffd1a75 Use the :mod: role. by Georg Brandl · 16 years ago
  32. 08388ef Some textual tweaks, and fixed a few typos found by a spell checker. by Guido van Rossum · 16 years ago
  33. b768d4f Fix bad markup. by Guido van Rossum · 16 years ago
  34. fedd140 More cleanup. Moved all Unicode and str/bytes info to the text/data by Guido van Rossum · 16 years ago
  35. 67d75ba Another checkpoint. by Guido van Rossum · 16 years ago
  36. 3828768 Another checkpoint -- some stuff I managed to do on the train. by Guido van Rossum · 16 years ago
  37. d74a1dc Merged revisions 67484 via svnmerge from by Christian Heimes · 16 years ago
  38. 7396135 Another checkpoint. by Guido van Rossum · 16 years ago
  39. f3655c4 interators -> iterators (thanks Taggnostr) by Gregory P. Smith · 16 years ago
  40. c46ee54 Finished what I'm going to write about the standard library. by Guido van Rossum · 16 years ago
  41. 56076da Finished the "porting to 3.0" section. Had to add a label to by Guido van Rossum · 16 years ago
  42. 715287f Another checkpoint. More XXXes added... by Guido van Rossum · 16 years ago
  43. f5b6411 Issue 3689: list_reverseiterator should support __length_hint__ instead of __len__. by Raymond Hettinger · 16 years ago
  44. 0486904 Bug #4495: Fix signed/unsigned warning (both namelen and tailen should be signed, not just namelen). by Raymond Hettinger · 16 years ago
  45. 5b78dd9 Another checkpoint to switch machines. by Guido van Rossum · 16 years ago
  46. eab34c9 Add missing bracket. by Walter Dörwald · 16 years ago
  47. a443856 Fix typo. by Walter Dörwald · 16 years ago
  48. 15b16a3 Issue #4387: binascii now refuses to accept str as binary input. by Martin v. Löwis · 16 years ago
  49. eae122b Fix docutils parsing errors in Misc/NEWS. by Alexandre Vassalotti · 16 years ago
  50. cc163bb fix markup by Benjamin Peterson · 16 years ago
  51. eb3d8d4 Checkpoint. Added some stuff. Mostly XXX notes for myself. :-) by Guido van Rossum · 16 years ago
  52. db6f108 Merged revisions 67467 via svnmerge from by Georg Brandl · 16 years ago
  53. 6825e17 Add script forgotten in r67464. by Martin v. Löwis · 16 years ago
  54. 6178db6 Issue #4073: Add 2to3 support to build_scripts, refactor that support by Martin v. Löwis · 16 years ago
  55. 2212e52 Update copyright for recent changes. by Raymond Hettinger · 16 years ago
  56. 4469d0c Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-67424,67432,67440-67441,67444-67445,67454-67455,67457-67458 via svnmerge from by Benjamin Peterson · 16 years ago
  57. 1742e40 Merged revisions 67442 via svnmerge from by Benjamin Peterson · 16 years ago
  58. 45a6b9f Merged revisions 67449 via svnmerge from by Martin v. Löwis · 16 years ago
  59. 841edad Issue #4407: Fix source file that caused the compileall step in Windows by Martin v. Löwis · 16 years ago
  60. 779281c Blocked revisions 67370 via svnmerge by Benjamin Peterson · 16 years ago
  61. bed1710 Fix more threading API related bugs: Thread.get_name() --> Thread.name. by Amaury Forgeot d'Arc · 16 years ago
  62. 47c2b60 #4455: IDLE failed to display the windows list when two windows have the same title. by Amaury Forgeot d'Arc · 16 years ago
  63. 5cff931 Merged revisions 67428 via svnmerge from by Benjamin Peterson · 16 years ago
  64. 6f3a6e2 Blocked revisions 67349,67353,67396,67407,67411 via svnmerge by Benjamin Peterson · 16 years ago
  65. d0c4249 Fix mp example, remove fix_logger call by Jesse Noller · 16 years ago
  66. 4523968 Merge r67419 to py3k, mp doc fixes by Jesse Noller · 16 years ago
  67. 7ca7cb4 Forgot to update Misc/NEWS by Christian Heimes · 16 years ago
  68. aae1b70 2to3 run of multiprocessing examples. by Christian Heimes · 16 years ago
  69. 94e0772 Merged revisions 67414 via svnmerge from by Christian Heimes · 16 years ago
  70. a58ea4d - Modules/Setup.dist: Add _bisect by Matthias Klose · 16 years ago
  71. fa1885f - Modules/Setup.dist: add datetime, update _elementtree by Matthias Klose · 16 years ago
  72. e605b66 - Modules/Setup.dist: Update pyexpat by Matthias Klose · 16 years ago
  73. 60e5f5e Remove the Py_TPFLAGS_HAVE_GC from the _ctypes.COMError type. by Thomas Heller · 16 years ago
  74. bea0081 - Modules/Setup.dist: Fix typo in last checkin by Matthias Klose · 16 years ago
  75. 2a6beb3 - Modules/Setup.dist: Mention _elementtree and _pickle. by Matthias Klose · 16 years ago
  76. 7e1b8fa - Fix build failure of _cursesmodule.c building with -D_FORTIFY_SOURCE=2. by Matthias Klose · 16 years ago
  77. 1ff110d - fix build failure in Modules/fpectlmodule.c (not built by default) by Matthias Klose · 16 years ago
  78. 71fb513 Prevent UnicodeDecodeErrors in ctypes with non-ascii error messages. by Thomas Heller · 16 years ago
  79. d951e7b check the return value of NEW_IDENTIFIER in some more places by Benjamin Peterson · 16 years ago
  80. 45dea65 Fix a broken test_dbm_gnu as introducted by r67380. by Brett Cannon · 16 years ago
  81. 3e7e069 Second fix for issue #4373 by Christian Heimes · 16 years ago
  82. 5f95257 #4373: Reference leak in the pickle module. by Amaury Forgeot d'Arc · 16 years ago
  83. 7317c1e dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For the by Brett Cannon · 16 years ago
  84. 50d5a1c Make ast.c compile on Windows again. by Thomas Heller · 16 years ago
  85. d56976c Blocked revisions 67376 via svnmerge by Benjamin Peterson · 16 years ago
  86. 3076006 Merged revisions 67373 via svnmerge from by Benjamin Peterson · 16 years ago
  87. 64903f9 Merged revisions 67183,67191,67371 via svnmerge from by Martin v. Löwis · 16 years ago
  88. 2b5d6eb dbm.dumb was opening files without specifying the encoding. Caused problem on by Brett Cannon · 16 years ago
  89. 02c3b5c Document PY_SSIZE_T_CLEAN use and behavior for PyArg_ParseTuple and by Gregory P. Smith · 16 years ago
  90. e8068ed - Fix typo in last checkin by Matthias Klose · 16 years ago
  91. 8aea286 Merge 67349 from the trunk: by Matthias Klose · 16 years ago
  92. 310d139 remove warning about not accepting unicode by Benjamin Peterson · 16 years ago
  93. 5df7567 These files used to belong to the "sv" module, which was deleted. by Amaury Forgeot d'Arc · 16 years ago
  94. b0c2916 Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  95. ac1f9b1 Blocked revisions 67307 via svnmerge by Benjamin Peterson · 16 years ago
  96. 7396a08 Add 3.0rc3 UUID. by Martin v. Löwis · 16 years ago
  97. 0c07422 #4153: finish updating Unicode HOWTO for Py3k changes. by Georg Brandl · 16 years ago
  98. 2d92593 Blocked revisions 67336 via svnmerge by Georg Brandl · 16 years ago
  99. e3d70ae Fix two mp doc issues from #4012. by Georg Brandl · 16 years ago
  100. 9290503 #4206: fix 2.xisms in multiprocessing docs and docstrings. by Georg Brandl · 16 years ago