1. 61e21b5 Merged revisions 57152-57220 via svnmerge from by Guido van Rossum · 17 years ago
  2. 7d6068e Remove note about compatibility layer, as the compatibility layer was removed. by Jeremy Hylton · 17 years ago
  3. 30d1c51 Remove _PyObject_Del by Neal Norwitz · 17 years ago
  4. ba9c9ac Force PYTHON = python2.5. by Guido van Rossum · 17 years ago
  5. f10aa98 Another merge. Only doc stuff was affected (but this aligns the UTF-32 by Guido van Rossum · 17 years ago
  6. 19e6238 Fix stupid typo in Lib/encodings/utf_32.py which led to failing tests by Walter Dörwald · 17 years ago
  7. eb33e5a Remove support for BeOS by Skip Montanaro · 17 years ago
  8. e9af284 No need to define raw_input(), input() does the same. by Georg Brandl · 17 years ago
  9. 289bc05 some RiscOS stuff I missed before (was only looking for "RISCOS") by Skip Montanaro · 17 years ago
  10. da27fd2 Manually patched a few things that didn't get merged in, but should. by Guido van Rossum · 17 years ago
  11. af554a0 First merge from the trunk straight into the py3k branch. I'm not by Guido van Rossum · 17 years ago
  12. 41980ca Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le and by Walter Dörwald · 17 years ago
  13. d9a1579 Complete truncated sentence. by Walter Dörwald · 17 years ago
  14. 7a98be2 Remove RISCOS support by Skip Montanaro · 17 years ago
  15. c5aba17 Remove license of the md5 module which is no longer part of Python. by Georg Brandl · 17 years ago
  16. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago
  17. 739c01d Delete the LaTeX doc tree. by Georg Brandl · 17 years ago
  18. 3541489 Fix doc compilation problem. by George Yoshida · 17 years ago
  19. 4738340 Implement PEP 3131. Add isidentifier to str. by Martin v. Löwis · 17 years ago
  20. 967f1e3 Remove string.{letters,lowercase,uppercase}. by Martin v. Löwis · 17 years ago
  21. 46fc337 PyErr_Warn is deprecated in 2.5 - goes away for 3.0 by Skip Montanaro · 17 years ago
  22. dcb46ed Remove docs for builtin file. by Neal Norwitz · 17 years ago
  23. 0168802 Kill execfile(), use exec() instead by Neal Norwitz · 17 years ago
  24. 8dfc4a9 Remove support for __members__ and __methods__. There still might be by Neal Norwitz · 17 years ago
  25. c32f71d Fix some doc problems. by Neal Norwitz · 17 years ago
  26. c76a250 Merged revisions 56782-56847 via svnmerge from by Guido van Rossum · 17 years ago
  27. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  28. c77e24b Kill references to tp_print. by Guido van Rossum · 17 years ago
  29. 45d569b Run 2to3 over Doc/lib/sqlite3/. by Collin Winter · 17 years ago
  30. 806c246 Merged revisions 56753-56781 via svnmerge from by Guido van Rossum · 17 years ago
  31. 9c12106 Change PyUnicode_FromString[AndSize] to expect UTF-8. by Martin v. Löwis · 17 years ago
  32. 64ce505 Make bsddb use bytes as keys and values. Add StringKeys by Martin v. Löwis · 17 years ago
  33. 33d2689 Merged revisions 56492-56752 via svnmerge from by Guido van Rossum · 17 years ago
  34. a9efc8e Remove useless \withsubitem. by Georg Brandl · 17 years ago
  35. 4ca9471 SF patch# 1759016 by Joe Gregorio, who writes: by Guido van Rossum · 17 years ago
  36. 36e0a92 Merged revisions 56443-56466 via svnmerge from by Guido van Rossum · 17 years ago
  37. b5a755e Merged revisions 56301-56442 via svnmerge from by Guido van Rossum · 17 years ago
  38. 992d4a3 Merged revisions 56154-56264 via svnmerge from by Guido van Rossum · 17 years ago
  39. 486364b Merged revisions 56020-56124 via svnmerge from by Guido van Rossum · 17 years ago
  40. 7eaf822 Merged revisions 55962-56019 via svnmerge from by Guido van Rossum · 17 years ago
  41. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  42. 42748a8 Rip out all codecs that can't work in a unicode/bytes world: by Walter Dörwald · 17 years ago
  43. 80bfb72 Add versionadded notes to PyUnicode_FromString(), by Walter Dörwald · 17 years ago
  44. c0aa45f Document PyUnicode_FromFormat(). by Walter Dörwald · 17 years ago
  45. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  46. e65c86c Document the existence of PyUnicode_InternInPlace() and by Walter Dörwald · 17 years ago
  47. 1d0476b Fix typo. by Walter Dörwald · 17 years ago
  48. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  49. d203431 Add 'U'/'U#' format characters to Py_BuildValue (and thus by Walter Dörwald · 17 years ago
  50. 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 17 years ago
  51. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  52. a8add0e Merged revisions 55270-55324 via svnmerge from by Guido van Rossum · 17 years ago
  53. 0368b72 Merged revisions 55225-55227,55229-55269 via svnmerge from by Guido van Rossum · 17 years ago
  54. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  55. acaa5a1 Add PyUnicode_FromString(), which create a unicode object from a by Walter Dörwald · 17 years ago
  56. 612344f Change UnicodeDecodeError objects so that the 'object' attribute by Walter Dörwald · 17 years ago
  57. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  58. 4a76da7 fix some markup errors by Fred Drake · 17 years ago
  59. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 18 years ago
  60. 53855c6 Remove the xmllib module that was obsolete. by Neal Norwitz · 18 years ago
  61. 3abcb01 Apply SF patch #1698994: Add getstate() and setstate() by Walter Dörwald · 18 years ago
  62. 650f0d0 Hide list comp variables and support set comprehensions by Nick Coghlan · 18 years ago
  63. 0e07448 make the markup match that of the trunk to avoid insane spread of by Fred Drake · 18 years ago
  64. 670e692 Patch #1680961: remove sys.exitfunc and replace it with a private C API. Also, reimplement atexit in C so it can take advantage of this private API. by Collin Winter · 18 years ago
  65. 450ee81 Use the local python binary to build the docs, not whatever 'python' is on the PATH (which is probably Python 2.x, and we need 3.x). by Collin Winter · 18 years ago
  66. 65d09d4 Run 2to3 over Doc/tools/. by Collin Winter · 18 years ago
  67. 428f064 Remove the deprecated and useless "pend" argument from by Georg Brandl · 18 years ago
  68. e32b422 Patch #1591665: implement the __dir__() special function lookup in PyObject_Dir. by Georg Brandl · 18 years ago
  69. 5e0af3c put a missing curly brace by George Yoshida · 18 years ago
  70. 221085d Change all the function attributes from func_* -> __*__. This gets rid by Neal Norwitz · 18 years ago
  71. 27d517b Merged revisions 53875-53911 via svnmerge from by Thomas Wouters · 18 years ago
  72. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 18 years ago
  73. 88fc664 * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. by Georg Brandl · 18 years ago
  74. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 18 years ago
  75. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 18 years ago
  76. fc7bb8c Merged revisions 53304-53433,53435-53450 via svnmerge from by Thomas Wouters · 18 years ago
  77. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  78. 33552e9 Excise the sets module. SF #1500611 by Collin Winter. by Guido van Rossum · 18 years ago
  79. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
  80. 51d0022 hide version notes for 1.x and 2.x from the HTML version by Fred Drake · 18 years ago
  81. 66a796e Patch #1601678: move intern() to sys.intern(). by Georg Brandl · 18 years ago
  82. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  83. 4dafcc4 - patch #1600346 submitted by Tomer Filiba by Jack Diederich · 18 years ago
  84. 52318d6 Patch #1550786: ellipsis literal. by Georg Brandl · 18 years ago
  85. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  86. d4ccfcb Fix latex2html compile error by George Yoshida · 18 years ago
  87. ca81046 Get rid of more coerce cruft (really check in this time :-) by Neal Norwitz · 18 years ago
  88. 2eca440 Get rid of some more cases of backquotes. parsermodule.c doesn't compile by Neal Norwitz · 18 years ago
  89. 3bd844e Get rid of most of the remaining uses of <>. There's still Tools/* thogh. by Neal Norwitz · 18 years ago
  90. 86e58e2 SF patch 1547796 by Georg Brandl -- set literals. by Guido van Rossum · 18 years ago
  91. 0919a1a Part of SF patch #1513870 (the still relevant part) -- add reduce() to by Guido van Rossum · 18 years ago
  92. e2e23ef Remove the UNARY_CONVERT opcode (was used for backticks). Also bumped up the by Brett Cannon · 18 years ago
  93. cf588f6 Remove support for backticks from the grammar and compiler. by Brett Cannon · 18 years ago
  94. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  95. 4886cc3 Get rid of most of the rest of coerce (slot is still there for now). by Neal Norwitz · 18 years ago
  96. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  97. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  98. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  99. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  100. 65810fe SF patch 1495675: Remove types.InstanceType and new.instance (Collin Winter) by Guido van Rossum · 18 years ago