1. 10b24e8 Merged revisions 67688 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  2. ee76395 simplify imports by Fred Drake · 16 years ago
  3. acc68cc #4592: fix embedding example with new C API changes. by Georg Brandl · 16 years ago
  4. a872787 Add UUIDs for 3.0.1 and 3.0.2. by Martin v. Löwis · 16 years ago
  5. a116cf0 Merged revisions 67658-67659 via svnmerge from by Martin v. Löwis · 16 years ago
  6. 05b482c #4586: fix usage of Py_InitModule. by Georg Brandl · 16 years ago
  7. d153afe Remove unnecessary import by Neal Norwitz · 16 years ago
  8. bc42040 Issue #4569: Interpreter crash when mutating a memoryview with an item size larger than 1. by Antoine Pitrou · 16 years ago
  9. f973407 Merged revisions 67511,67536-67537,67543 via svnmerge from by Georg Brandl · 16 years ago
  10. 2080ea5 Forward-port r67624 and r67627. by Georg Brandl · 16 years ago
  11. c7d2b21 Blocked revisions 67614 via svnmerge by Georg Brandl · 16 years ago
  12. eee3116 Merged revisions 67463,67572,67576,67628 via svnmerge from by Georg Brandl · 16 years ago
  13. 6485f24 remove extraneous 'text' by Benjamin Peterson · 16 years ago
  14. 70997a9 Blocked revisions 67498,67521,67581,67584,67587 via svnmerge by Georg Brandl · 16 years ago
  15. af265f4 Merged revisions 67531-67532,67538,67553-67554,67556-67557,67571,67574-67575,67579-67580,67591,67597,67608,67631 via svnmerge from by Georg Brandl · 16 years ago
  16. eb9fc52 document how to deal with binary standard streams by Benjamin Peterson · 16 years ago
  17. 2ed237b #4576: fix ob_type access. by Georg Brandl · 16 years ago
  18. 8f1a77d Blocked revisions 67619 via svnmerge by Antoine Pitrou · 16 years ago
  19. 5504e89 Issue #4509: bugs in bytearray with exports (buffer protocol) by Antoine Pitrou · 16 years ago
  20. e6d4a9b update version number by Benjamin Peterson · 16 years ago
  21. e84f03f there are only four asdl builtin types in py3k by Benjamin Peterson · 16 years ago
  22. c1ce286 issue 4483 - _dbm build failures on systems with gdbm_compat lib. by Skip Montanaro · 16 years ago
  23. 008d8ef Merged revisions 67494 via svnmerge from by Jeffrey Yasskin · 16 years ago
  24. fd24b32 Issue #4445: save 3 bytes of memory (on average) per bytes allocation. by Mark Dickinson · 16 years ago
  25. 17fe364 #4562: fix zip() examples. by Georg Brandl · 16 years ago
  26. 518d8da Issue 1163367: Clarify super() docs. Also, fix-up the markup and XXX comment. by Raymond Hettinger · 16 years ago
  27. 40c509d cmp() is not really gone. by Georg Brandl · 16 years ago
  28. d2aa7e6 #4557: remove 'c' typecode from array docs and add a note in whatsnew. by Georg Brandl · 16 years ago
  29. 9af5235 Blocked revisions 67601 via svnmerge by Mark Dickinson · 16 years ago
  30. badc7ab Use :samp: role. by Georg Brandl · 16 years ago
  31. d3c827b Merged revisions 67590 via svnmerge from by Mark Dickinson · 16 years ago
  32. fed7d80 #4549: Mention nonlocal statement in tutorial section about scoping. by Georg Brandl · 16 years ago
  33. 6d204bf #4550: fix 2.x syntax in webservers howto. by Georg Brandl · 16 years ago
  34. 50b2b6e Issue 4497: silence compiler warnings on Windows. by Mark Dickinson · 16 years ago
  35. 4836781 Manually merged r67583: move __import__ doc to the bottom. by Georg Brandl · 16 years ago
  36. f7d4874 Blocked revisions 67583 via svnmerge by Georg Brandl · 16 years ago
  37. 913b2a3 #4504, #4505: Update noddy examples in "Extending & Embedding". by Georg Brandl · 16 years ago
  38. a872de5 Fixed issue #4533: File read operation was dreadfully slow by Christian Heimes · 16 years ago
  39. 7a259ca #4427: fix arguments for "y" BuildValue type. by Georg Brandl · 16 years ago
  40. ed5b9b3 #4401: Re-add os.extsep. by Georg Brandl · 16 years ago
  41. 7fe2c4a #4355: refer to urlencode in the correct module. by Georg Brandl · 16 years ago
  42. 4f3359f Update build URL. by Georg Brandl · 16 years ago
  43. 924eca7 Send mails to python-checkins now. by Martin v. Löwis · 16 years ago
  44. f519523 Tweak verbiage and markup for relative/absolute import. Backport candidate. by Guido van Rossum · 16 years ago
  45. 3432829 fix Sphinx warnings by Benjamin Peterson · 16 years ago
  46. 608d574 add missing import by Fred Drake · 16 years ago
  47. bc9d474 #4542: On Windows, binascii.crc32 still accepted str as binary input. by Amaury Forgeot d'Arc · 16 years ago
  48. bc2ce57 Issue #4537: webbrowser.UnixBrowser failed because this module defines an open() by Amaury Forgeot d'Arc · 16 years ago
  49. 9a0a65b Merged revisions 67528 via svnmerge from by Fred Drake · 16 years ago
  50. c47408a Add a skeleton 3.1 whatsnew document. by Georg Brandl · 16 years ago
  51. ced51db #4513: remove traces of zip() docstring from when it was izip(). by Georg Brandl · 16 years ago
  52. 83ebf38 #4521: fix getcwdu() vs getcwdb(). by Georg Brandl · 16 years ago
  53. a2361d9 #4526: fix typo. by Georg Brandl · 16 years ago
  54. b159008 #4527: fix "unicode or string". by Georg Brandl · 16 years ago
  55. 9baee31 - fix markup error - remove silly emoticon by Fred Drake · 16 years ago
  56. 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
  57. af78e47 More 3.0 -> 3.1 transistion in the Windows and OS/2 build files by Christian Heimes · 16 years ago
  58. 73629da Bumped up version number in PC/pyconfig.h. by Hirokazu Yamamoto · 16 years ago
  59. fd44062 More 3.0 -> 3.1 transistions by Christian Heimes · 16 years ago
  60. 70e5cab Bumped up version numbers of configure/autoconf scripts by Christian Heimes · 16 years ago
  61. 97f005d Prep for Python 3.1! by Barry Warsaw · 16 years ago
  62. 815427c Remove remark about NaN==NaN, I misunderstood that issue. by Guido van Rossum · 16 years ago
  63. ab4c51c Minor edits. by Raymond Hettinger · 16 years ago
  64. 6e72b9e Fixed a warning on whatsnew/3.0.rst by Christian Heimes · 16 years ago
  65. ffd1a75 Use the :mod: role. by Georg Brandl · 16 years ago
  66. 08388ef Some textual tweaks, and fixed a few typos found by a spell checker. by Guido van Rossum · 16 years ago
  67. b768d4f Fix bad markup. by Guido van Rossum · 16 years ago
  68. fedd140 More cleanup. Moved all Unicode and str/bytes info to the text/data by Guido van Rossum · 16 years ago
  69. 67d75ba Another checkpoint. by Guido van Rossum · 16 years ago
  70. 3828768 Another checkpoint -- some stuff I managed to do on the train. by Guido van Rossum · 16 years ago
  71. d74a1dc Merged revisions 67484 via svnmerge from by Christian Heimes · 16 years ago
  72. 7396135 Another checkpoint. by Guido van Rossum · 16 years ago
  73. f3655c4 interators -> iterators (thanks Taggnostr) by Gregory P. Smith · 16 years ago
  74. c46ee54 Finished what I'm going to write about the standard library. by Guido van Rossum · 16 years ago
  75. 56076da Finished the "porting to 3.0" section. Had to add a label to by Guido van Rossum · 16 years ago
  76. 715287f Another checkpoint. More XXXes added... by Guido van Rossum · 16 years ago
  77. f5b6411 Issue 3689: list_reverseiterator should support __length_hint__ instead of __len__. by Raymond Hettinger · 16 years ago
  78. 0486904 Bug #4495: Fix signed/unsigned warning (both namelen and tailen should be signed, not just namelen). by Raymond Hettinger · 16 years ago
  79. 5b78dd9 Another checkpoint to switch machines. by Guido van Rossum · 16 years ago
  80. eab34c9 Add missing bracket. by Walter Dörwald · 16 years ago
  81. a443856 Fix typo. by Walter Dörwald · 16 years ago
  82. 15b16a3 Issue #4387: binascii now refuses to accept str as binary input. by Martin v. Löwis · 16 years ago
  83. eae122b Fix docutils parsing errors in Misc/NEWS. by Alexandre Vassalotti · 16 years ago
  84. cc163bb fix markup by Benjamin Peterson · 16 years ago
  85. eb3d8d4 Checkpoint. Added some stuff. Mostly XXX notes for myself. :-) by Guido van Rossum · 16 years ago
  86. db6f108 Merged revisions 67467 via svnmerge from by Georg Brandl · 16 years ago
  87. 6825e17 Add script forgotten in r67464. by Martin v. Löwis · 16 years ago
  88. 6178db6 Issue #4073: Add 2to3 support to build_scripts, refactor that support by Martin v. Löwis · 16 years ago
  89. 2212e52 Update copyright for recent changes. by Raymond Hettinger · 16 years ago
  90. 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
  91. 1742e40 Merged revisions 67442 via svnmerge from by Benjamin Peterson · 16 years ago
  92. 45a6b9f Merged revisions 67449 via svnmerge from by Martin v. Löwis · 16 years ago
  93. 841edad Issue #4407: Fix source file that caused the compileall step in Windows by Martin v. Löwis · 16 years ago
  94. 779281c Blocked revisions 67370 via svnmerge by Benjamin Peterson · 16 years ago
  95. bed1710 Fix more threading API related bugs: Thread.get_name() --> Thread.name. by Amaury Forgeot d'Arc · 16 years ago
  96. 47c2b60 #4455: IDLE failed to display the windows list when two windows have the same title. by Amaury Forgeot d'Arc · 16 years ago
  97. 5cff931 Merged revisions 67428 via svnmerge from by Benjamin Peterson · 16 years ago
  98. 6f3a6e2 Blocked revisions 67349,67353,67396,67407,67411 via svnmerge by Benjamin Peterson · 16 years ago
  99. d0c4249 Fix mp example, remove fix_logger call by Jesse Noller · 16 years ago
  100. 4523968 Merge r67419 to py3k, mp doc fixes by Jesse Noller · 16 years ago