1. 1101940 typo by Skip Montanaro · 18 years ago
  2. 40d3a67 Issue #1573, second attempt: "def f(*, **kw)" now raises a SyntaxError. by Amaury Forgeot d'Arc · 18 years ago
  3. 3279b5d Merged revisions 59423-59440 via svnmerge from by Christian Heimes · 18 years ago
  4. cc595bd #1571: clarify removal of ``L`` suffix from long int repr. by Georg Brandl · 18 years ago
  5. eda9e2b Added another test case for kwonly methods by Christian Heimes · 18 years ago
  6. 0da5bd6 Added two tests for f(*, **kw) syntax by Christian Heimes · 18 years ago
  7. bc87341 Fixed #1573: Improper use of the keyword-only syntax makes the parser crash by Christian Heimes · 18 years ago
  8. da65f60 Fix one more PyInt occurrence. by Georg Brandl · 18 years ago
  9. d019fe2 Replace all remaining occurrences of PyInt_. by Georg Brandl · 18 years ago
  10. 0aa93cd Fixed two of the three failing xml rpc tests by Christian Heimes · 18 years ago
  11. 9bbac50 Fixed a bug found by Marcin Kowalczyk by Christian Heimes · 18 years ago
  12. a33eb06 Added descriptor for builtins.open.__doc__ by Christian Heimes · 18 years ago
  13. 895627f Merged revisions 59407-59422 via svnmerge from by Christian Heimes · 18 years ago
  14. 576bf65 Added stop_serving and a timeout to tearDown() by Christian Heimes · 18 years ago
  15. 99d73f2 Disabled test_404, see issue #1572 by Christian Heimes · 18 years ago
  16. e7f9f46 Readded Lib/distutils/tests/test_sysconfig.py by Christian Heimes · 18 years ago
  17. 255f53b Merged revisions 59376-59406 via svnmerge from by Christian Heimes · 18 years ago
  18. 226679a Added -b option to the list of command line options by Christian Heimes · 18 years ago
  19. cb5c80f rename markupbase to _markupbase by Fred Drake · 18 years ago
  20. 15c3254 No -Q flag anymore in Py3k. by Georg Brandl · 18 years ago
  21. 27423b8 Tagging 3.0a2 for release. Fingers crossed. by Guido van Rossum · 18 years ago
  22. e6650f9 Reverting revision 59394. We'll sort this out later. by Guido van Rossum · 18 years ago
  23. 03b5c9a Fix the leaks in test_ssl. Issue 1469. Patch by Christian Heimes: by Guido van Rossum · 18 years ago
  24. 4b28041 Fix a last use of file() that should be open(). by Guido van Rossum · 18 years ago
  25. da3673e Some Windows notes by Christian. by Guido van Rossum · 18 years ago
  26. d425630 Small set of updates (with Jeffrey's OK). by Guido van Rossum · 18 years ago
  27. 280ca08 Silence more warnings, _CRT_NONSTDC_NO_DEPRECATE is already defined in pyconfig.h but several projects don't include it. by Christian Heimes · 18 years ago
  28. 99533a9 Get ready for releasing 3.0a2. (Next: update the whatsnew docs.) by Guido van Rossum · 18 years ago
  29. f64db9f Fix the rest of issue 1400, by introducing a proper implementation of by Guido van Rossum · 18 years ago
  30. 7867208 Merged revisions 59371-59375 via svnmerge from by Christian Heimes · 18 years ago
  31. b9eccbf Merged revisions 59333-59370 via svnmerge from by Christian Heimes · 18 years ago
  32. a5ea385 Added 2to3 tools via svn:externals from http://svn.python.org/projects/sandbox/trunk/2to3/ by Christian Heimes · 18 years ago
  33. 46fb994 Update build instructions Tcl/Tk to use 8.4.12, and python9.mak. by Martin v. Löwis · 18 years ago
  34. ecda261 You are right, Guido. The newline argument is easier to use. by Christian Heimes · 18 years ago
  35. 2ca76f6 Fixed line separator problem on Windows by Christian Heimes · 18 years ago
  36. 1239ad8 Fixed two small problems in regrtest found by Amaury. This fixes issue #1539. Thanks Amaury! by Christian Heimes · 18 years ago
  37. 60d388d Reverted two commit accidents by Christian Heimes · 18 years ago
  38. 68e3686 Fixed quoting and paths in the sqlite project file by Christian Heimes · 18 years ago
  39. dbb7b9d Fixed problem with missing PyInt_CheckExact() macro in _ctypes.c by Christian Heimes · 18 years ago
  40. 50ab942 Believe it or not, the addition of flush() calls broke two unittests. by Guido van Rossum · 18 years ago
  41. 6c193fa Solve issue 1400 at least in part -- whenever we run Python code, at the end by Guido van Rossum · 18 years ago
  42. 48dc27c most recent changes to SSL module to support non-blocking sockets properly by Bill Janssen · 18 years ago
  43. a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 18 years ago
  44. 327858e Eliminate outdated usages of PyInt_GetMax. by Martin v. Löwis · 18 years ago
  45. d1a1d1e Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow. by Martin v. Löwis · 18 years ago
  46. 0fbab7f Removed another occurrence of PyInt_ExactCheck() by Christian Heimes · 18 years ago
  47. 3267f87 Remove special-casing of integer operations, to stop using PyInt_CheckExact. by Martin v. Löwis · 18 years ago
  48. 8b0facf Merged revisions 59323-59332 via svnmerge from by Christian Heimes · 18 years ago
  49. 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 · 18 years ago
  50. c5d98b4 Document nonlocal statement. Written for GHOP by "Canadabear". by Georg Brandl · 18 years ago
  51. 52ca6cc Merged revisions 59321-59322 via svnmerge from by Christian Heimes · 18 years ago
  52. d0764e2 Merged revisions 59313-59320 via svnmerge from by Christian Heimes · 18 years ago
  53. de10c85 Manual merge of PEP 366 implementation from trunk (the automatic merge choked on the PyString->PyUnicode changes) by Nick Coghlan · 18 years ago
  54. 79a082b Fix issue #1553: An errornous __length_hint__ can make list() raise a by Alexandre Vassalotti · 18 years ago
  55. a74169b Remove a few tab characters introduced by r59314. by Alexandre Vassalotti · 18 years ago
  56. 09121e8 Issue #1283: Allow any iterable of integers to be passed to bytearray.extend(). by Alexandre Vassalotti · 18 years ago
  57. b00324f Merged revisions 59304-59312 via svnmerge from by Guido van Rossum · 18 years ago
  58. e7fc50f Add an errors parameter to open() and TextIOWrapper() to specify error handling. by Guido van Rossum · 18 years ago
  59. c6fe37b Fix merging glitch. by Georg Brandl · 18 years ago
  60. cbf3b5c Merged revisions 59275-59303 via svnmerge from by Christian Heimes · 18 years ago
  61. f929077 Reverting last commit. I had some staled data from an attempted svnmerge in my local sandbox by Christian Heimes · 18 years ago
  62. e69c320 Patch #1537 from Chad Austin by Christian Heimes · 18 years ago
  63. 6554cb9 Remove a few merged versionadded/changed. by Georg Brandl · 18 years ago
  64. aacc089 Remove mentions of "long integer" in the API docs. by Georg Brandl · 18 years ago
  65. 9914dd3 Remove PyInt API from the docs. Extend PyLong docs to cover all public functions in longobject.c. by Georg Brandl · 18 years ago
  66. 8d5c392 Remove all definitions of raw_input() that were still scattered throughout the docs by Georg Brandl · 18 years ago
  67. 2b1c592 Fixed a problem found by Bill Janssen on Mac OS X by Christian Heimes · 18 years ago
  68. a09ca38 Fix some 2.xisms in merged docs. by Georg Brandl · 18 years ago
  69. f78b1c6 I've moved the remains of PyInt_ to the longobject.h header file and removed the inclusing of intobject.h from Python.h. Now the intobject.h exists only to provide some aliases for porters from Python 2.x. by Christian Heimes · 18 years ago
  70. 2137b6a Fixed merge accident. Next time I'm going to run the entire test suite ... by Christian Heimes · 18 years ago
  71. 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 · 18 years ago
  72. d8654cf Merged revisions 59259-59274 via svnmerge from by Christian Heimes · 18 years ago
  73. b27ce7e Changed #ifdef 0 to #if 0. by Christian Heimes · 18 years ago
  74. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 18 years ago
  75. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 18 years ago
  76. 87f9c53 Empty svnmerge from trunk to skip the versionadded tags. by Christian Heimes · 18 years ago
  77. 7e9df35 Remove merged versionadded tags from os docs. by Georg Brandl · 18 years ago
  78. 9385266 Merged revisions 59245-59254 via svnmerge from by Christian Heimes · 18 years ago
  79. 8598422 Correct a failing test after merge from trunk. by Amaury Forgeot d'Arc · 18 years ago
  80. b5daaed Marc-Andre Lemburg has found the culprit of the problem in r57142. by Christian Heimes · 18 years ago
  81. f77c929 Rename the internal name of dictproxy -> dict_proxy, by Guido van Rossum · 18 years ago
  82. 05a2fc2 Cleanups and documentation updates related to the removal of unbound methods. by Christian Heimes · 18 years ago
  83. 4e30a84 Merged revisions 59239-59244 via svnmerge from by Christian Heimes · 18 years ago
  84. 04a4eb3 abc's are subclasses of _Abstract, not instances. by Christian Heimes · 18 years ago
  85. 941973a Fixed problem with regrtest caused by the additional of objects to _abcoll. by Christian Heimes · 18 years ago
  86. d59c64c Merged revisions 59234-59238 via svnmerge from by Christian Heimes · 18 years ago
  87. 45031df Backmerge -r59233:59232 by Christian Heimes · 18 years ago
  88. 7d2ff88 Merged revisions 59226-59233 via svnmerge from by Christian Heimes · 18 years ago
  89. 2e510fb Fix for bug #1109 by Christian Heimes · 18 years ago
  90. c896700 Partial fix for bug #1306 by Christian Heimes · 18 years ago
  91. a22e8bd Added all PyTypeObjects to the appropriate header files. by Christian Heimes · 18 years ago
  92. 513b2ac long integer -> integer. by Georg Brandl · 18 years ago
  93. 2fd4f37 Merged revisions 59212-59225 via svnmerge from by Guido van Rossum · 18 years ago
  94. 5c10664 Remove further mentions of long integers. by Georg Brandl · 18 years ago
  95. ba956ae Remove mentions of "long integer" in the docs. by Georg Brandl · 18 years ago
  96. 0db3853 Removed more types from the types module by Christian Heimes · 18 years ago
  97. 043c8f8 Removed iter* methods from dictproxy. by Christian Heimes · 18 years ago
  98. c0ac106 Fixed bug #1505 Changes to PyMethod_New breaks ctypes on Windows by Christian Heimes · 18 years ago
  99. 218a5ed Fixed #1508 Removal of stale code in _csv.c / pyexpat.c by Christian Heimes · 18 years ago
  100. 69a7963 Merged revisions 59202-59211 via svnmerge from by Christian Heimes · 18 years ago