1. fdbea96 change is_daemon, set_daemon, get_name, and set_name to properties by Benjamin Peterson · 16 years ago
  2. 9ee5ec7 Blocked revisions 65814 via svnmerge by Eric Smith · 16 years ago
  3. 773c17b Merged revisions 65818 via svnmerge from by Benjamin Peterson · 16 years ago
  4. 46f5f9e fix dependencies after rename by Benjamin Peterson · 16 years ago
  5. 7a70a3a Merged revisions 65810 via svnmerge from by Nick Coghlan · 16 years ago
  6. 36f4952 Forward port only Py3k relevant change in r65642 (giving it a Py3k NEWS entry anyway because of the difference in the changes between the two branches) by Nick Coghlan · 16 years ago
  7. 7d10c2b ReferenceError is undefined. causes test___all__.py to fail. remove it from __all__ by Gregory P. Smith · 16 years ago
  8. 22ba560 Blocked revisions 65802-65803 via svnmerge by Benjamin Peterson · 16 years ago
  9. 13962fc Partially revert r65795 by undoing change to 'os'. by Brett Cannon · 16 years ago
  10. c9eed3e Blocked revisions 65798 via svnmerge by Benjamin Peterson · 16 years ago
  11. b61bd97 correct version by Benjamin Peterson · 16 years ago
  12. d8fa68b fix cut and paste error in a comment by Gregory P. Smith · 16 years ago
  13. e8d0bf9 Merged revisions 65795 via svnmerge from by Brett Cannon · 16 years ago
  14. 2f5cb34 Merged revisions 65793 via svnmerge from by Brett Cannon · 16 years ago
  15. f0a39af Merged revisions 65791 via svnmerge from by Brett Cannon · 16 years ago
  16. b5ebf27b Merged revisions 65787 via svnmerge from by Brett Cannon · 16 years ago
  17. 38679e2 fix markup by Benjamin Peterson · 16 years ago
  18. 4cd6a95 Merged revisions 65659,65693,65700,65702,65706-65707,65761 via svnmerge from by Benjamin Peterson · 16 years ago
  19. 9209138 Blocked revisions 65679,65710 via svnmerge by Benjamin Peterson · 16 years ago
  20. 5399114 correct return type by Benjamin Peterson · 16 years ago
  21. 55e00f2 Merged revisions 65715,65724,65726,65732,65736-65739,65775 via svnmerge from by Benjamin Peterson · 16 years ago
  22. 8ba92f6 Blocked revisions 65741 via svnmerge by Benjamin Peterson · 16 years ago
  23. 3db3e87 Merged revisions 65773 via svnmerge from by Antoine Pitrou · 16 years ago
  24. 43e4519 NEWS items from 2.6 don't need to be merged to 3.0. by Hirokazu Yamamoto · 16 years ago
  25. cbba8e4 Blocked revisions 65762 via svnmerge by Hirokazu Yamamoto · 16 years ago
  26. a8838f7 Blocked revisions 65768 via svnmerge by Antoine Pitrou · 16 years ago
  27. 078f0f5 Issue #3575: Incremental decoder's decode function now takes bytearray by Hirokazu Yamamoto · 16 years ago
  28. 289d9eb Blocked revisions 65748 via svnmerge by Hirokazu Yamamoto · 16 years ago
  29. d35e618 I forgot to update NEWS. by Hirokazu Yamamoto · 16 years ago
  30. d7e4c08 Merged revisions 65745 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  31. ab058ed RPC_WSTR is not available Visual Studio 2003 or earlier. by Hirokazu Yamamoto · 16 years ago
  32. 340a62b Blocked revisions 65742 via svnmerge by Brett Cannon · 16 years ago
  33. f24802c Issue 2464. Supports a malformation in the URL received in a redirect. by Facundo Batista · 16 years ago
  34. 8d5d62f Blocked revisions 65733 via svnmerge by Antoine Pitrou · 16 years ago
  35. 7a5dc75 #3567: fix sunau for running with -bb and make test_ossaudiodev work. by Antoine Pitrou · 16 years ago
  36. 47d305d Issue #3571: test_bytes mistakingly closed stdin by Antoine Pitrou · 16 years ago
  37. b9ee06c #3571: try to fix recurrent buildbot failures by strenghtening test_os.test_closerange by Antoine Pitrou · 16 years ago
  38. a307d0f Blocked revisions 65721 via svnmerge by Brett Cannon · 16 years ago
  39. 6efe96a Blocked revisions 65719 via svnmerge by Brett Cannon · 16 years ago
  40. 20dcbe9 Blocked revisions 65716 via svnmerge by Brett Cannon · 16 years ago
  41. 0b95290 Merged revisions 65713 via svnmerge from by Benjamin Peterson · 16 years ago
  42. 0067bd6 add _testcapi.raise_memoryerror to make test_exceptions.test_MemoryError simpler by Benjamin Peterson · 16 years ago
  43. 72dc1ea Issue #2776: fixed small issue when handling an URL with double slash by Facundo Batista · 16 years ago
  44. 371bb50 Bug #3542: Support Unicode strings in _msi module. by Martin v. Löwis · 16 years ago
  45. 9abf93d murder some versionadded and versionchanged directives in their beds by Benjamin Peterson · 16 years ago
  46. 24c4d85 Merged revisions 65703 via svnmerge from by Benjamin Peterson · 16 years ago
  47. deb75f5 Removed some unused imports to decrease the amount of loaded modules during startup. by Christian Heimes · 16 years ago
  48. 34ed9f7 Fix building binascii when not using the zlib's crc32 (build failure on Windows buildbots) by Antoine Pitrou · 16 years ago
  49. c175175 Zero-initialize buf. Fixes #3557. by Martin v. Löwis · 16 years ago
  50. 1f9d907 Issue 3514: Fixed segfault dues to infinite loop in __getattr__. by Alexandre Vassalotti · 16 years ago
  51. e1e48ea Fix build from a blank checkout by using the _thread module instead of threading in io.py by Antoine Pitrou · 16 years ago
  52. 8769576 Merged revisions 65686 via svnmerge from by Antoine Pitrou · 16 years ago
  53. 74bbea7 Merged revisions 65677-65678,65683 via svnmerge from by Martin v. Löwis · 16 years ago
  54. 23e3856 Issue 1432. Fixes a bug caused because of the evolution by Facundo Batista · 16 years ago
  55. 7b9cb25 Use s* to receive data. Fixes #3552. by Martin v. Löwis · 16 years ago
  56. 42b2f2e #3550: socket APIs use bytes, not strings. by Georg Brandl · 16 years ago
  57. ad3489e Merged revisions 65672 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  58. 3ff5393 Blocked revisions 65663 via svnmerge by Hirokazu Yamamoto · 16 years ago
  59. 95b1cf6 Merged revisions 65667 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  60. 3a954da Merged revisions 65668 via svnmerge from by Brett Cannon · 16 years ago
  61. b6b8ebb Blocked revisions 65665 via svnmerge by Brett Cannon · 16 years ago
  62. 0255f0e Issue #2065: VC6 related fix. by Hirokazu Yamamoto · 16 years ago
  63. 423be95 Merged revisions 65654 via svnmerge from by Martin v. Löwis · 16 years ago
  64. 688356f update ssl documentation by Bill Janssen · 16 years ago
  65. 40a0f66 clean up ssl.py; expose unwrap and add test for it by Bill Janssen · 16 years ago
  66. 6aa2d1f Merged revisions 65459,65472,65481,65518,65536,65581,65609,65637,65641,65644-65645 via svnmerge from by Georg Brandl · 16 years ago
  67. 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
  68. eaf8f7a Blocked revisions 65642 via svnmerge by Nick Coghlan · 16 years ago
  69. bae1b94 Remove long integer output. by Georg Brandl · 16 years ago
  70. 3d1c7de Merged revisions 65622 via svnmerge from by Robert Schuppenies · 16 years ago
  71. 2828ab2 Blocked revisions 65619 via svnmerge by Brett Cannon · 16 years ago
  72. 39f8c81 Blocked revisions 65617 via svnmerge by Brett Cannon · 16 years ago
  73. 8c4c705 Blocked revisions 65615 via svnmerge by Brett Cannon · 16 years ago
  74. bc385e7 Blocked revisions 65613 via svnmerge by Brett Cannon · 16 years ago
  75. 2f30a5d prop change? by Skip Montanaro · 16 years ago
  76. af8fcfa Merged revisions 65605 via svnmerge from by Skip Montanaro · 16 years ago
  77. bea655e Blocked revisions 65606 via svnmerge by Antoine Pitrou · 16 years ago
  78. 0dcb7ac #3524: fix up some old-style IO descriptions. by Georg Brandl · 16 years ago
  79. f5f2630 #3525: 3.0 exception changes in tutorial. by Georg Brandl · 16 years ago
  80. 1e3830a #3523: no backquotes any more. by Georg Brandl · 16 years ago
  81. 409c9d7 #3522: zip() returns an iterator. by Georg Brandl · 16 years ago
  82. 676cce3 Blocked revisions 65588 via svnmerge by Brett Cannon · 16 years ago
  83. 81df721 Blocked revisions 65586 via svnmerge by Brett Cannon · 16 years ago
  84. e3e4dbb Blocked revisions 65584 via svnmerge by Brett Cannon · 16 years ago
  85. af14b79 issue #3460: PyUnicode_Join() implementation can be simplified in py3k by Antoine Pitrou · 16 years ago
  86. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  87. 28bd1a3 Blocked revisions 65578 via svnmerge by Antoine Pitrou · 16 years ago
  88. 007ca12 Blocked revisions 65563 via svnmerge by Brett Cannon · 16 years ago
  89. df9f1ec Revert accidentally committed files. Oops! by Guido van Rossum · 16 years ago
  90. 10faf6a Merged revisions 65544 via svnmerge from by Guido van Rossum · 16 years ago
  91. 11e18b0 #3503: fix print statements in 3k doc. by Georg Brandl · 16 years ago
  92. 694f1f8 Blocked revisions 65524 via svnmerge by Brett Cannon · 16 years ago
  93. bd53352 Blocked revisions 65522 via svnmerge by Brett Cannon · 16 years ago
  94. 701c9ae Blocked revisions 65519 via svnmerge by Brett Cannon · 16 years ago
  95. 4618d34 Blocked revisions 65516 via svnmerge by Brett Cannon · 16 years ago
  96. 4c92e95 Blocked revisions 65514 via svnmerge by Brett Cannon · 16 years ago
  97. 8697eba Blocked revisions 65512 via svnmerge by Brett Cannon · 16 years ago
  98. f5f74f1 Blocked revisions 65510 via svnmerge by Brett Cannon · 16 years ago
  99. 4dfca90 Blocked revisions 65508 via svnmerge by Brett Cannon · 16 years ago
  100. 6b8e437 Blocked revisions 65506 via svnmerge by Brett Cannon · 16 years ago