1. 43e4519 NEWS items from 2.6 don't need to be merged to 3.0. by Hirokazu Yamamoto · 16 years ago
  2. cbba8e4 Blocked revisions 65762 via svnmerge by Hirokazu Yamamoto · 16 years ago
  3. a8838f7 Blocked revisions 65768 via svnmerge by Antoine Pitrou · 16 years ago
  4. 078f0f5 Issue #3575: Incremental decoder's decode function now takes bytearray by Hirokazu Yamamoto · 16 years ago
  5. 289d9eb Blocked revisions 65748 via svnmerge by Hirokazu Yamamoto · 16 years ago
  6. d35e618 I forgot to update NEWS. by Hirokazu Yamamoto · 16 years ago
  7. d7e4c08 Merged revisions 65745 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  8. ab058ed RPC_WSTR is not available Visual Studio 2003 or earlier. by Hirokazu Yamamoto · 16 years ago
  9. 340a62b Blocked revisions 65742 via svnmerge by Brett Cannon · 16 years ago
  10. f24802c Issue 2464. Supports a malformation in the URL received in a redirect. by Facundo Batista · 16 years ago
  11. 8d5d62f Blocked revisions 65733 via svnmerge by Antoine Pitrou · 16 years ago
  12. 7a5dc75 #3567: fix sunau for running with -bb and make test_ossaudiodev work. by Antoine Pitrou · 16 years ago
  13. 47d305d Issue #3571: test_bytes mistakingly closed stdin by Antoine Pitrou · 16 years ago
  14. b9ee06c #3571: try to fix recurrent buildbot failures by strenghtening test_os.test_closerange by Antoine Pitrou · 16 years ago
  15. a307d0f Blocked revisions 65721 via svnmerge by Brett Cannon · 16 years ago
  16. 6efe96a Blocked revisions 65719 via svnmerge by Brett Cannon · 16 years ago
  17. 20dcbe9 Blocked revisions 65716 via svnmerge by Brett Cannon · 16 years ago
  18. 0b95290 Merged revisions 65713 via svnmerge from by Benjamin Peterson · 16 years ago
  19. 0067bd6 add _testcapi.raise_memoryerror to make test_exceptions.test_MemoryError simpler by Benjamin Peterson · 16 years ago
  20. 72dc1ea Issue #2776: fixed small issue when handling an URL with double slash by Facundo Batista · 16 years ago
  21. 371bb50 Bug #3542: Support Unicode strings in _msi module. by Martin v. Löwis · 16 years ago
  22. 9abf93d murder some versionadded and versionchanged directives in their beds by Benjamin Peterson · 16 years ago
  23. 24c4d85 Merged revisions 65703 via svnmerge from by Benjamin Peterson · 16 years ago
  24. deb75f5 Removed some unused imports to decrease the amount of loaded modules during startup. by Christian Heimes · 16 years ago
  25. 34ed9f7 Fix building binascii when not using the zlib's crc32 (build failure on Windows buildbots) by Antoine Pitrou · 16 years ago
  26. c175175 Zero-initialize buf. Fixes #3557. by Martin v. Löwis · 16 years ago
  27. 1f9d907 Issue 3514: Fixed segfault dues to infinite loop in __getattr__. by Alexandre Vassalotti · 16 years ago
  28. e1e48ea Fix build from a blank checkout by using the _thread module instead of threading in io.py by Antoine Pitrou · 16 years ago
  29. 8769576 Merged revisions 65686 via svnmerge from by Antoine Pitrou · 16 years ago
  30. 74bbea7 Merged revisions 65677-65678,65683 via svnmerge from by Martin v. Löwis · 16 years ago
  31. 23e3856 Issue 1432. Fixes a bug caused because of the evolution by Facundo Batista · 16 years ago
  32. 7b9cb25 Use s* to receive data. Fixes #3552. by Martin v. Löwis · 16 years ago
  33. 42b2f2e #3550: socket APIs use bytes, not strings. by Georg Brandl · 16 years ago
  34. ad3489e Merged revisions 65672 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  35. 3ff5393 Blocked revisions 65663 via svnmerge by Hirokazu Yamamoto · 16 years ago
  36. 95b1cf6 Merged revisions 65667 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  37. 3a954da Merged revisions 65668 via svnmerge from by Brett Cannon · 16 years ago
  38. b6b8ebb Blocked revisions 65665 via svnmerge by Brett Cannon · 16 years ago
  39. 0255f0e Issue #2065: VC6 related fix. by Hirokazu Yamamoto · 16 years ago
  40. 423be95 Merged revisions 65654 via svnmerge from by Martin v. Löwis · 16 years ago
  41. 688356f update ssl documentation by Bill Janssen · 16 years ago
  42. 40a0f66 clean up ssl.py; expose unwrap and add test for it by Bill Janssen · 16 years ago
  43. 6aa2d1f Merged revisions 65459,65472,65481,65518,65536,65581,65609,65637,65641,65644-65645 via svnmerge from by Georg Brandl · 16 years ago
  44. 734e268 Merged revisions 65437,65469,65476,65480,65502,65528,65539,65543,65558,65561-65562,65565,65591,65601,65608,65610,65639 via svnmerge from by Georg Brandl · 16 years ago
  45. eaf8f7a Blocked revisions 65642 via svnmerge by Nick Coghlan · 16 years ago
  46. bae1b94 Remove long integer output. by Georg Brandl · 16 years ago
  47. 3d1c7de Merged revisions 65622 via svnmerge from by Robert Schuppenies · 16 years ago
  48. 2828ab2 Blocked revisions 65619 via svnmerge by Brett Cannon · 16 years ago
  49. 39f8c81 Blocked revisions 65617 via svnmerge by Brett Cannon · 16 years ago
  50. 8c4c705 Blocked revisions 65615 via svnmerge by Brett Cannon · 16 years ago
  51. bc385e7 Blocked revisions 65613 via svnmerge by Brett Cannon · 16 years ago
  52. 2f30a5d prop change? by Skip Montanaro · 16 years ago
  53. af8fcfa Merged revisions 65605 via svnmerge from by Skip Montanaro · 16 years ago
  54. bea655e Blocked revisions 65606 via svnmerge by Antoine Pitrou · 16 years ago
  55. 0dcb7ac #3524: fix up some old-style IO descriptions. by Georg Brandl · 16 years ago
  56. f5f2630 #3525: 3.0 exception changes in tutorial. by Georg Brandl · 16 years ago
  57. 1e3830a #3523: no backquotes any more. by Georg Brandl · 16 years ago
  58. 409c9d7 #3522: zip() returns an iterator. by Georg Brandl · 16 years ago
  59. 676cce3 Blocked revisions 65588 via svnmerge by Brett Cannon · 16 years ago
  60. 81df721 Blocked revisions 65586 via svnmerge by Brett Cannon · 16 years ago
  61. e3e4dbb Blocked revisions 65584 via svnmerge by Brett Cannon · 16 years ago
  62. af14b79 issue #3460: PyUnicode_Join() implementation can be simplified in py3k by Antoine Pitrou · 16 years ago
  63. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  64. 28bd1a3 Blocked revisions 65578 via svnmerge by Antoine Pitrou · 16 years ago
  65. 007ca12 Blocked revisions 65563 via svnmerge by Brett Cannon · 16 years ago
  66. df9f1ec Revert accidentally committed files. Oops! by Guido van Rossum · 16 years ago
  67. 10faf6a Merged revisions 65544 via svnmerge from by Guido van Rossum · 16 years ago
  68. 11e18b0 #3503: fix print statements in 3k doc. by Georg Brandl · 16 years ago
  69. 694f1f8 Blocked revisions 65524 via svnmerge by Brett Cannon · 16 years ago
  70. bd53352 Blocked revisions 65522 via svnmerge by Brett Cannon · 16 years ago
  71. 701c9ae Blocked revisions 65519 via svnmerge by Brett Cannon · 16 years ago
  72. 4618d34 Blocked revisions 65516 via svnmerge by Brett Cannon · 16 years ago
  73. 4c92e95 Blocked revisions 65514 via svnmerge by Brett Cannon · 16 years ago
  74. 8697eba Blocked revisions 65512 via svnmerge by Brett Cannon · 16 years ago
  75. f5f74f1 Blocked revisions 65510 via svnmerge by Brett Cannon · 16 years ago
  76. 4dfca90 Blocked revisions 65508 via svnmerge by Brett Cannon · 16 years ago
  77. 6b8e437 Blocked revisions 65506 via svnmerge by Brett Cannon · 16 years ago
  78. cea04af Blocked revisions 65487-65488 via svnmerge by Nick Coghlan · 16 years ago
  79. 8c66a6d Remove the deprecated posix attribute. by Georg Brandl · 16 years ago
  80. 655c641 Blocked revisions 65477 via svnmerge by Georg Brandl · 16 years ago
  81. 4b26ff8 Undocument deprecated module global "template". by Georg Brandl · 16 years ago
  82. 18c55d3 Blocked revisions 65467 via svnmerge by Brett Cannon · 16 years ago
  83. 71ff98f Blocked revisions 65464 via svnmerge by Brett Cannon · 16 years ago
  84. f3e432a Blocked revisions 65462 via svnmerge by Brett Cannon · 16 years ago
  85. 8586624 Blocked revisions 65457 via svnmerge by Brett Cannon · 16 years ago
  86. ce1396a Blocked revisions 65455 via svnmerge by Brett Cannon · 16 years ago
  87. db09c8d Blocked revisions 65453 via svnmerge by Brett Cannon · 16 years ago
  88. 2dd17e4 Blocked revisions 65451 via svnmerge by Brett Cannon · 16 years ago
  89. 6d89839 Blocked revisions 65449 via svnmerge by Brett Cannon · 16 years ago
  90. cc5dca5 Blocked revisions 65446 via svnmerge by Brett Cannon · 16 years ago
  91. 68751a2 Blocked revisions 65444 via svnmerge by Brett Cannon · 16 years ago
  92. e5a9b80 Blocked revisions 65442 via svnmerge by Brett Cannon · 16 years ago
  93. cc83449 Blocked revisions 65440 via svnmerge by Brett Cannon · 16 years ago
  94. 81bf914 Blocked revisions 65438 via svnmerge by Brett Cannon · 16 years ago
  95. abecbf7 Use version 3.0. by Georg Brandl · 16 years ago
  96. 5b318c0 Merged revisions 65378-65379,65430 via svnmerge from by Georg Brandl · 16 years ago
  97. cca483a Blocked revisions 65422 via svnmerge by Georg Brandl · 16 years ago
  98. 7f8d2a5 Blocked revisions 65425 via svnmerge by Brett Cannon · 16 years ago
  99. 85e83fd Blocked revisions 65423 via svnmerge by Brett Cannon · 16 years ago
  100. 2f89aa6 #2538: bytes objects can only provide read-only buffers by Antoine Pitrou · 16 years ago