1. 5fb7c2a Merged revisions 59565-59594 via svnmerge from by Christian Heimes · 17 years ago
  2. 81f1130 Document os.device_encoding. by Georg Brandl · 17 years ago
  3. e5a32dc Fix docstring of types.py. by Georg Brandl · 17 years ago
  4. 69aabc0 Fix role usage. by Georg Brandl · 17 years ago
  5. e783700 Fix thoroughly misleading comment by Nick Coghlan · 17 years ago
  6. 8445104 Drop _PyLong_FitsInLong. Fixes #1666. by Martin v. Löwis · 17 years ago
  7. 704b34d Fix issue #1667. The _Printer() class was using sys.stdin.readline() by Guido van Rossum · 17 years ago
  8. 7d85ba1 Update to the world tool for Python 3. Provided by quentin.gallet-gilles via by Barry Warsaw · 17 years ago
  9. 3acc41b Fixed #1673. I hope it works. I don't have access to a Windows box right now. by Christian Heimes · 17 years ago
  10. a30be30 Removed test from test_import. It will never work on all systems, see #1377 by Christian Heimes · 17 years ago
  11. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  12. 99170a5 Merged revisions 59541-59561 via svnmerge from by Christian Heimes · 17 years ago
  13. 2c18161 Merged revisions 59512-59540 via svnmerge from by Christian Heimes · 17 years ago
  14. 3377055 Fix sys.maxsize docs. by Georg Brandl · 17 years ago
  15. 2d378ab Fixed #1630 by Christian Heimes · 17 years ago
  16. 0449f63 Merged revisions 59488-59511 via svnmerge from by Christian Heimes · 17 years ago
  17. 54cc54c update to fix leak in SSL code by Bill Janssen · 17 years ago
  18. 517b9dd Couple of corrections to open() doc as per email from GvR. by Mark Summerfield · 17 years ago
  19. ecff60e Updated open() to more accurately reflect io.open()'s documentation. by Mark Summerfield · 17 years ago
  20. 3805321 Merged revisions 59465-59487 via svnmerge from by Christian Heimes · 17 years ago
  21. 8a78cad Shell was not colorizing due to bug introduced at r57998, Bug 1586. by Kurt B. Kaiser · 17 years ago
  22. f4d4f8b Explicitly close pipes so test_ctypes won't appear to randomly leak by Guido van Rossum · 17 years ago
  23. b8189f3 Add a comment to explain why we have to restore the original value. by Thomas Heller · 17 years ago
  24. 3536a5c maxint->maxsize. Wouldn't import. by Kurt B. Kaiser · 17 years ago
  25. 79bbbbc Bump version by Kurt B. Kaiser · 17 years ago
  26. eeb49cd This test checks and modifies the value of an integer stored in a dll. by Thomas Heller · 17 years ago
  27. 94b7d3d Fixed #1593 spacing of the builtin_format function is inconsistent. Thanks to Joseph for the fix by Christian Heimes · 17 years ago
  28. a3534a6 Issue #1587: Added instancemethod wrapper for PyCFunctions. The Python C API by Christian Heimes · 17 years ago
  29. fc5aa9d Added note about 1585 to Misc/NEWS by Christian Heimes · 17 years ago
  30. b76922a Merged revisions 59450-59464 via svnmerge from by Christian Heimes · 17 years ago
  31. ad8dcd5 Minor cleanup in the gc module. by Amaury Forgeot d'Arc · 17 years ago
  32. bd2e0c0 Added missing file by Christian Heimes · 17 years ago
  33. 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
  34. b9f7f24 Two IDLE errors in Option->Configure menu. Reported by Mark Summerfield. by Amaury Forgeot d'Arc · 17 years ago
  35. a5535f2 Fixed doc xml rpc tests and server by Christian Heimes · 17 years ago
  36. a13f4a1 Make Decimal a subclass of Real and Inexact. by Guido van Rossum · 17 years ago
  37. 968e68d Updated release notes (to match what's on python.org/download/releases/3.0/). by Guido van Rossum · 17 years ago
  38. 0ec88b3 Fixed #1578: Problems in win_getpass by Christian Heimes · 17 years ago
  39. 2f1019e Merged revisions 59441-59449 via svnmerge from by Christian Heimes · 17 years ago
  40. 0ded5b5 Fixed issue #1564: The set implementation should special-case PyUnicode instead of PyString by Christian Heimes · 17 years ago
  41. 1101940 typo by Skip Montanaro · 17 years ago
  42. 40d3a67 Issue #1573, second attempt: "def f(*, **kw)" now raises a SyntaxError. by Amaury Forgeot d'Arc · 17 years ago
  43. 3279b5d Merged revisions 59423-59440 via svnmerge from by Christian Heimes · 17 years ago
  44. cc595bd #1571: clarify removal of ``L`` suffix from long int repr. by Georg Brandl · 17 years ago
  45. eda9e2b Added another test case for kwonly methods by Christian Heimes · 17 years ago
  46. 0da5bd6 Added two tests for f(*, **kw) syntax by Christian Heimes · 17 years ago
  47. bc87341 Fixed #1573: Improper use of the keyword-only syntax makes the parser crash by Christian Heimes · 17 years ago
  48. da65f60 Fix one more PyInt occurrence. by Georg Brandl · 17 years ago
  49. d019fe2 Replace all remaining occurrences of PyInt_. by Georg Brandl · 17 years ago
  50. 0aa93cd Fixed two of the three failing xml rpc tests by Christian Heimes · 17 years ago
  51. 9bbac50 Fixed a bug found by Marcin Kowalczyk by Christian Heimes · 17 years ago
  52. a33eb06 Added descriptor for builtins.open.__doc__ by Christian Heimes · 17 years ago
  53. 895627f Merged revisions 59407-59422 via svnmerge from by Christian Heimes · 17 years ago
  54. 576bf65 Added stop_serving and a timeout to tearDown() by Christian Heimes · 17 years ago
  55. 99d73f2 Disabled test_404, see issue #1572 by Christian Heimes · 17 years ago
  56. e7f9f46 Readded Lib/distutils/tests/test_sysconfig.py by Christian Heimes · 17 years ago
  57. 255f53b Merged revisions 59376-59406 via svnmerge from by Christian Heimes · 17 years ago
  58. 226679a Added -b option to the list of command line options by Christian Heimes · 17 years ago
  59. cb5c80f rename markupbase to _markupbase by Fred Drake · 17 years ago
  60. 15c3254 No -Q flag anymore in Py3k. by Georg Brandl · 17 years ago
  61. 27423b8 Tagging 3.0a2 for release. Fingers crossed. by Guido van Rossum · 17 years ago
  62. e6650f9 Reverting revision 59394. We'll sort this out later. by Guido van Rossum · 17 years ago
  63. 03b5c9a Fix the leaks in test_ssl. Issue 1469. Patch by Christian Heimes: by Guido van Rossum · 17 years ago
  64. 4b28041 Fix a last use of file() that should be open(). by Guido van Rossum · 17 years ago
  65. da3673e Some Windows notes by Christian. by Guido van Rossum · 17 years ago
  66. d425630 Small set of updates (with Jeffrey's OK). by Guido van Rossum · 17 years ago
  67. 280ca08 Silence more warnings, _CRT_NONSTDC_NO_DEPRECATE is already defined in pyconfig.h but several projects don't include it. by Christian Heimes · 17 years ago
  68. 99533a9 Get ready for releasing 3.0a2. (Next: update the whatsnew docs.) by Guido van Rossum · 17 years ago
  69. f64db9f Fix the rest of issue 1400, by introducing a proper implementation of by Guido van Rossum · 17 years ago
  70. 7867208 Merged revisions 59371-59375 via svnmerge from by Christian Heimes · 17 years ago
  71. b9eccbf Merged revisions 59333-59370 via svnmerge from by Christian Heimes · 17 years ago
  72. a5ea385 Added 2to3 tools via svn:externals from http://svn.python.org/projects/sandbox/trunk/2to3/ by Christian Heimes · 17 years ago
  73. 46fb994 Update build instructions Tcl/Tk to use 8.4.12, and python9.mak. by Martin v. Löwis · 17 years ago
  74. ecda261 You are right, Guido. The newline argument is easier to use. by Christian Heimes · 17 years ago
  75. 2ca76f6 Fixed line separator problem on Windows by Christian Heimes · 17 years ago
  76. 1239ad8 Fixed two small problems in regrtest found by Amaury. This fixes issue #1539. Thanks Amaury! by Christian Heimes · 17 years ago
  77. 60d388d Reverted two commit accidents by Christian Heimes · 17 years ago
  78. 68e3686 Fixed quoting and paths in the sqlite project file by Christian Heimes · 17 years ago
  79. dbb7b9d Fixed problem with missing PyInt_CheckExact() macro in _ctypes.c by Christian Heimes · 17 years ago
  80. 50ab942 Believe it or not, the addition of flush() calls broke two unittests. by Guido van Rossum · 17 years ago
  81. 6c193fa Solve issue 1400 at least in part -- whenever we run Python code, at the end by Guido van Rossum · 17 years ago
  82. 48dc27c most recent changes to SSL module to support non-blocking sockets properly by Bill Janssen · 17 years ago
  83. a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 17 years ago
  84. 327858e Eliminate outdated usages of PyInt_GetMax. by Martin v. Löwis · 17 years ago
  85. d1a1d1e Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow. by Martin v. Löwis · 17 years ago
  86. 0fbab7f Removed another occurrence of PyInt_ExactCheck() by Christian Heimes · 17 years ago
  87. 3267f87 Remove special-casing of integer operations, to stop using PyInt_CheckExact. by Martin v. Löwis · 17 years ago
  88. 8b0facf Merged revisions 59323-59332 via svnmerge from by Christian Heimes · 17 years ago
  89. 43f827b These optimizations create smaller and a bit faster code on my machine. I've also disabled an optimization that may be dangerous. Intrinsic functions conflict with errno. by Christian Heimes · 17 years ago
  90. c5d98b4 Document nonlocal statement. Written for GHOP by "Canadabear". by Georg Brandl · 17 years ago
  91. 52ca6cc Merged revisions 59321-59322 via svnmerge from by Christian Heimes · 17 years ago
  92. d0764e2 Merged revisions 59313-59320 via svnmerge from by Christian Heimes · 17 years ago
  93. de10c85 Manual merge of PEP 366 implementation from trunk (the automatic merge choked on the PyString->PyUnicode changes) by Nick Coghlan · 17 years ago
  94. 79a082b Fix issue #1553: An errornous __length_hint__ can make list() raise a by Alexandre Vassalotti · 17 years ago
  95. a74169b Remove a few tab characters introduced by r59314. by Alexandre Vassalotti · 17 years ago
  96. 09121e8 Issue #1283: Allow any iterable of integers to be passed to bytearray.extend(). by Alexandre Vassalotti · 17 years ago
  97. b00324f Merged revisions 59304-59312 via svnmerge from by Guido van Rossum · 17 years ago
  98. e7fc50f Add an errors parameter to open() and TextIOWrapper() to specify error handling. by Guido van Rossum · 17 years ago
  99. c6fe37b Fix merging glitch. by Georg Brandl · 17 years ago
  100. cbf3b5c Merged revisions 59275-59303 via svnmerge from by Christian Heimes · 17 years ago