1. 57dddfb Merged revisions 59642-59665 via svnmerge from by Christian Heimes · 17 years ago
  2. 7c086c0 Get rid of raw_input() emulation, use its reincarnation as input(). by Guido van Rossum · 17 years ago
  3. 83210b9 Fix issue #1707. When raw_input() was removed, it was incorrectly replaced by Guido van Rossum · 17 years ago
  4. cfb8333 Patch #1703 by Philip Jenvey -- getpass() should flush after writing prompt. by Guido van Rossum · 17 years ago
  5. d9a4d1d Merged revisions 59628-59641 via svnmerge from by Christian Heimes · 17 years ago
  6. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
  7. 862543a Don't close sys.stdin with quit() if sys.stdin wraps fd 0. Otherwise it will raise a warning: Lib/io.py:1221: RuntimeWarning: Trying to close unclosable fd by Christian Heimes · 17 years ago
  8. c90584e Use strings for all entity values, as that is now possible by Martin v. Löwis · 17 years ago
  9. 9a37159 Merged revisions 59595-59604 via svnmerge from by Christian Heimes · 17 years ago
  10. f609a34 help() was not paging to the shell. Issue1650. by Kurt B. Kaiser · 17 years ago
  11. c3d7fe0 Fix the reset() method of IncrementalNewlineDecoder to also reset self.seennl. by Alexandre Vassalotti · 17 years ago
  12. 5fb7c2a Merged revisions 59565-59594 via svnmerge from by Christian Heimes · 17 years ago
  13. e5a32dc Fix docstring of types.py. by Georg Brandl · 17 years ago
  14. 704b34d Fix issue #1667. The _Printer() class was using sys.stdin.readline() by Guido van Rossum · 17 years ago
  15. 3acc41b Fixed #1673. I hope it works. I don't have access to a Windows box right now. by Christian Heimes · 17 years ago
  16. a30be30 Removed test from test_import. It will never work on all systems, see #1377 by Christian Heimes · 17 years ago
  17. 99170a5 Merged revisions 59541-59561 via svnmerge from by Christian Heimes · 17 years ago
  18. 2c18161 Merged revisions 59512-59540 via svnmerge from by Christian Heimes · 17 years ago
  19. 0449f63 Merged revisions 59488-59511 via svnmerge from by Christian Heimes · 17 years ago
  20. 54cc54c update to fix leak in SSL code by Bill Janssen · 17 years ago
  21. 3805321 Merged revisions 59465-59487 via svnmerge from by Christian Heimes · 17 years ago
  22. 8a78cad Shell was not colorizing due to bug introduced at r57998, Bug 1586. by Kurt B. Kaiser · 17 years ago
  23. f4d4f8b Explicitly close pipes so test_ctypes won't appear to randomly leak by Guido van Rossum · 17 years ago
  24. b8189f3 Add a comment to explain why we have to restore the original value. by Thomas Heller · 17 years ago
  25. 3536a5c maxint->maxsize. Wouldn't import. by Kurt B. Kaiser · 17 years ago
  26. 79bbbbc Bump version by Kurt B. Kaiser · 17 years ago
  27. eeb49cd This test checks and modifies the value of an integer stored in a dll. by Thomas Heller · 17 years ago
  28. b76922a Merged revisions 59450-59464 via svnmerge from by Christian Heimes · 17 years ago
  29. bd2e0c0 Added missing file by Christian Heimes · 17 years ago
  30. 827b35c Issue #1580: New free format floating point representation based on "Floating-Point Printer Sample Code", by Robert G. Burger. For example repr(11./5) now returns '2.2' instead of '2.2000000000000002'. by Christian Heimes · 17 years ago
  31. b9f7f24 Two IDLE errors in Option->Configure menu. Reported by Mark Summerfield. by Amaury Forgeot d'Arc · 17 years ago
  32. a5535f2 Fixed doc xml rpc tests and server by Christian Heimes · 17 years ago
  33. a13f4a1 Make Decimal a subclass of Real and Inexact. by Guido van Rossum · 17 years ago
  34. 0ec88b3 Fixed #1578: Problems in win_getpass by Christian Heimes · 17 years ago
  35. 2f1019e Merged revisions 59441-59449 via svnmerge from by Christian Heimes · 17 years ago
  36. 0ded5b5 Fixed issue #1564: The set implementation should special-case PyUnicode instead of PyString by Christian Heimes · 17 years ago
  37. 40d3a67 Issue #1573, second attempt: "def f(*, **kw)" now raises a SyntaxError. by Amaury Forgeot d'Arc · 17 years ago
  38. eda9e2b Added another test case for kwonly methods by Christian Heimes · 17 years ago
  39. 0da5bd6 Added two tests for f(*, **kw) syntax by Christian Heimes · 17 years ago
  40. 0aa93cd Fixed two of the three failing xml rpc tests by Christian Heimes · 17 years ago
  41. a33eb06 Added descriptor for builtins.open.__doc__ by Christian Heimes · 17 years ago
  42. 895627f Merged revisions 59407-59422 via svnmerge from by Christian Heimes · 17 years ago
  43. 576bf65 Added stop_serving and a timeout to tearDown() by Christian Heimes · 17 years ago
  44. 99d73f2 Disabled test_404, see issue #1572 by Christian Heimes · 17 years ago
  45. e7f9f46 Readded Lib/distutils/tests/test_sysconfig.py by Christian Heimes · 17 years ago
  46. 255f53b Merged revisions 59376-59406 via svnmerge from by Christian Heimes · 17 years ago
  47. cb5c80f rename markupbase to _markupbase by Fred Drake · 17 years ago
  48. e6650f9 Reverting revision 59394. We'll sort this out later. by Guido van Rossum · 17 years ago
  49. 03b5c9a Fix the leaks in test_ssl. Issue 1469. Patch by Christian Heimes: by Guido van Rossum · 17 years ago
  50. d425630 Small set of updates (with Jeffrey's OK). by Guido van Rossum · 17 years ago
  51. f64db9f Fix the rest of issue 1400, by introducing a proper implementation of by Guido van Rossum · 17 years ago
  52. b9eccbf Merged revisions 59333-59370 via svnmerge from by Christian Heimes · 17 years ago
  53. ecda261 You are right, Guido. The newline argument is easier to use. by Christian Heimes · 17 years ago
  54. 2ca76f6 Fixed line separator problem on Windows by Christian Heimes · 17 years ago
  55. 1239ad8 Fixed two small problems in regrtest found by Amaury. This fixes issue #1539. Thanks Amaury! by Christian Heimes · 17 years ago
  56. 50ab942 Believe it or not, the addition of flush() calls broke two unittests. by Guido van Rossum · 17 years ago
  57. 48dc27c most recent changes to SSL module to support non-blocking sockets properly by Bill Janssen · 17 years ago
  58. a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 17 years ago
  59. 8b0facf Merged revisions 59323-59332 via svnmerge from by Christian Heimes · 17 years ago
  60. 09121e8 Issue #1283: Allow any iterable of integers to be passed to bytearray.extend(). by Alexandre Vassalotti · 17 years ago
  61. e7fc50f Add an errors parameter to open() and TextIOWrapper() to specify error handling. by Guido van Rossum · 17 years ago
  62. cbf3b5c Merged revisions 59275-59303 via svnmerge from by Christian Heimes · 17 years ago
  63. f929077 Reverting last commit. I had some staled data from an attempted svnmerge in my local sandbox by Christian Heimes · 17 years ago
  64. e69c320 Patch #1537 from Chad Austin by Christian Heimes · 17 years ago
  65. 2137b6a Fixed merge accident. Next time I'm going to run the entire test suite ... by Christian Heimes · 17 years ago
  66. b981995 The bz2 codec isn't supported any more. I've also commented out several codecs which were removed in the past. by Christian Heimes · 17 years ago
  67. d8654cf Merged revisions 59259-59274 via svnmerge from by Christian Heimes · 17 years ago
  68. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
  69. 9385266 Merged revisions 59245-59254 via svnmerge from by Christian Heimes · 17 years ago
  70. 8598422 Correct a failing test after merge from trunk. by Amaury Forgeot d'Arc · 17 years ago
  71. 4e30a84 Merged revisions 59239-59244 via svnmerge from by Christian Heimes · 17 years ago
  72. 04a4eb3 abc's are subclasses of _Abstract, not instances. by Christian Heimes · 17 years ago
  73. 941973a Fixed problem with regrtest caused by the additional of objects to _abcoll. by Christian Heimes · 17 years ago
  74. d59c64c Merged revisions 59234-59238 via svnmerge from by Christian Heimes · 17 years ago
  75. 45031df Backmerge -r59233:59232 by Christian Heimes · 17 years ago
  76. 7d2ff88 Merged revisions 59226-59233 via svnmerge from by Christian Heimes · 17 years ago
  77. 2e510fb Fix for bug #1109 by Christian Heimes · 17 years ago
  78. 513b2ac long integer -> integer. by Georg Brandl · 17 years ago
  79. 0db3853 Removed more types from the types module by Christian Heimes · 17 years ago
  80. 69a7963 Merged revisions 59202-59211 via svnmerge from by Christian Heimes · 17 years ago
  81. 084dc4c I forgot to remove the tests for new *blush* by Christian Heimes · 17 years ago
  82. f83be4e Added view and iterator types to collections / _abcoll by Christian Heimes · 17 years ago
  83. c9543e4 Removed the new module by Christian Heimes · 17 years ago
  84. ceee077 #1496: revert str.translate() to the old version, and add by Georg Brandl · 17 years ago
  85. 45f9af3 Merged revisions 59193-59201 via svnmerge from by Christian Heimes · 17 years ago
  86. ff73795 Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance). by Christian Heimes · 17 years ago
  87. 0d3fb8a Merged revisions 59107-59186 via svnmerge from by Guido van Rossum · 17 years ago
  88. 4975a1f Minor cleanup by Christian Heimes · 17 years ago
  89. 4a22b5d Patch from Georg Brandl and me for #1493 Remove unbound method objects by Christian Heimes · 17 years ago
  90. e670bd4 fix #1409: cell variables were not initialized, by Amaury Forgeot d'Arc · 17 years ago
  91. af59346 Problem found while converting from PyBytes to PyString: by Amaury Forgeot d'Arc · 17 years ago
  92. b2b6262 Removed some leftovers from the str8 days by Christian Heimes · 17 years ago
  93. cd4d452 Merged revisions 59077-59104 via svnmerge from by Guido van Rossum · 17 years ago
  94. d05eb00 Add ABC ByteString which unifies bytes and bytearray (but not memoryview). by Guido van Rossum · 17 years ago
  95. 8a392d7 Convert the socket module to insist on bytes for input, and to return bytes by Guido van Rossum · 17 years ago
  96. b0efee2 Fix an issue with str.translate() in IDLE -- str.translate() only accepts by Guido van Rossum · 17 years ago
  97. 254348e Rename buffer -> bytearray. by Guido van Rossum · 17 years ago
  98. 5d14c2b Merged revisions 59056-59076 via svnmerge from by Christian Heimes · 17 years ago
  99. e052dd8 Another fix for test_shutil. Martin pointed out that it breaks some build bots by Christian Heimes · 17 years ago
  100. 9414015 Fixed bug #1470 by Christian Heimes · 17 years ago