1. 5537d29 Add updated .hgeol file and fix newlines in the 3.1 branch. by Georg Brandl · 13 years ago
  2. f55aa80 Merged revisions 85820,85823,85825,85840,85843-85845,85849-85851,85855,85867,85875,85907-85908,85911,85914 via svnmerge from by Georg Brandl · 14 years ago
  3. ae87a27 Merged revisions 85429 via svnmerge from by Benjamin Peterson · 14 years ago
  4. 57a5e3f Merged revisions 84249,84264,84326-84327,84407,84476,84480-84482,84484,84530-84531,84553,84619,84684,84915-84916 via svnmerge from by Georg Brandl · 14 years ago
  5. c7b6908 Merged revisions 82262,82269,82434,82480-82481,82484-82485,82487-82488,82594,82599,82615 via svnmerge from by Georg Brandl · 14 years ago
  6. cea7e55 Merged revisions 83393,83396,83398,83404-83405,83408 via svnmerge from by Georg Brandl · 14 years ago
  7. 5f6b4a5 Merged revisions 82351 via svnmerge from by Brian Curtin · 14 years ago
  8. 7f14f0d Recorded merge of revisions 81032 via svnmerge from by Antoine Pitrou · 14 years ago
  9. 628e6f9 Merged revisions 75797 via svnmerge from by Georg Brandl · 15 years ago
  10. 22fff43 Merged revisions 74609,74627,74634,74645,74651,74738,74840,75016,75316-75317,75323-75324,75326,75328,75330,75338,75340-75341,75343,75352-75353,75355,75357,75359 via svnmerge from by Georg Brandl · 15 years ago
  11. c707167 Merged revisions 73557 via svnmerge from by R. David Murray · 15 years ago
  12. 3783143 Merged revisions 73537 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  13. 34c044f remove old metaclass demos by Benjamin Peterson · 15 years ago
  14. eaa84ef #5923: update turtle module to version 1.1. by Georg Brandl · 15 years ago
  15. 2b1a467 Merged revisions 72237 via svnmerge from by Gregory P. Smith · 15 years ago
  16. bb93d17 Add example for new copydir_run_2to3(). by Georg Brandl · 15 years ago
  17. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 15 years ago
  18. a7d2797 Merged revisions 69053 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  19. c7d484d Remove __long__ methods from UserString and from Demo/ classes. by Mark Dickinson · 16 years ago
  20. d6d63f5 fix a lot of Tkinter imports by Benjamin Peterson · 16 years ago
  21. 6825e17 Add script forgotten in r67464. by Martin v. Löwis · 16 years ago
  22. 6178db6 Issue #4073: Add 2to3 support to build_scripts, refactor that support by Martin v. Löwis · 16 years ago
  23. 06fd5f8 fix the socketserver demo code for py3k by Benjamin Peterson · 16 years ago
  24. 6a27efa Issue 3723: Fixed initialization of subinterpreters by Christian Heimes · 16 years ago
  25. 869bad9 Issue #3717: Fix Demo/embed/demo.c. Reviewed by Benjamin Peterson. by Martin v. Löwis · 16 years ago
  26. 33b6450 Issue #4072: Restore build_py_2to3. Add a distutils demo for build_py_2to3. by Martin v. Löwis · 16 years ago
  27. 601149b Merged revisions 66686 via svnmerge from by Martin v. Löwis · 16 years ago
  28. 60ebb8b Bug #3884: Make the turtle module toplevel again. by Martin v. Löwis · 16 years ago
  29. d7b0328 Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge from by Benjamin Peterson · 16 years ago
  30. c4fe6f3 Merged revisions 65780,65782,65785,65809,65812,65834,65846,65859,65861 via svnmerge from by Benjamin Peterson · 16 years ago
  31. b61bd97 correct version by Benjamin Peterson · 16 years ago
  32. 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 16 years ago
  33. 97cf99f Patch #3064: Port new turtle module and demos to 3.0. by Martin v. Löwis · 16 years ago
  34. 36281f6 remove imputil demo by Benjamin Peterson · 16 years ago
  35. e81f5ef Remove __metaclass__ remains. by Georg Brandl · 16 years ago
  36. a23810f The commands module has been removed. The getoutput() and getstatusoutput() by Brett Cannon · 16 years ago
  37. 0a7ac7d Create the dbm package from PEP 3108. #2881. by Georg Brandl · 16 years ago
  38. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago
  39. 1f2ba4b Rename the repr module to reprlib. by Alexandre Vassalotti · 16 years ago
  40. 2a691a8 Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from by Benjamin Peterson · 16 years ago
  41. d3eb5a15 Merged revisions 61003-61033 via svnmerge from by Christian Heimes · 16 years ago
  42. 3feef61 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60706,60708-60712,60714-60724 via svnmerge from by Christian Heimes · 16 years ago
  43. 7736b5b Merged revisions 59952-59984 via svnmerge from by Guido van Rossum · 17 years ago
  44. d11b68a Fix more exception slicing. by Georg Brandl · 17 years ago
  45. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  46. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
  47. 45f9af3 Merged revisions 59193-59201 via svnmerge from by Christian Heimes · 17 years ago
  48. 0d3fb8a Merged revisions 59107-59186 via svnmerge from by Guido van Rossum · 17 years ago
  49. 8161a65 Add -i option. Don't exit when the command fails. Redirect stderr to stdout. by Guido van Rossum · 17 years ago
  50. 16c7075 Remove more cruft leftover from nb_coerce. Rename nb_coerce to nb_reserved. by Neil Schemenauer · 17 years ago
  51. 4902e69 More raise statement normalization. by Collin Winter · 17 years ago
  52. 3cd6537 Fix a lingering string exception. by Collin Winter · 17 years ago
  53. 0168802 Kill execfile(), use exec() instead by Neal Norwitz · 17 years ago
  54. 1e8ce58 remove most uses of list(somedict.keys()) in Demo scripts by Skip Montanaro · 17 years ago
  55. 33d2689 Merged revisions 56492-56752 via svnmerge from by Guido van Rossum · 17 years ago
  56. 3f6dd68 Make the last two curses demos work again -- they were using float by Guido van Rossum · 17 years ago
  57. 6f2df4d Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lingering print statements. by Collin Winter · 17 years ago
  58. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  59. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  60. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  61. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  62. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  63. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  64. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  65. 4dafcc4 - patch #1600346 submitted by Tomer Filiba by Jack Diederich · 18 years ago
  66. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  67. 3bd844e Get rid of most of the remaining uses of <>. There's still Tools/* thogh. by Neal Norwitz · 18 years ago
  68. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  69. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  70. d910855 Remove apply() by Neal Norwitz · 18 years ago
  71. ce96f69 Get rid of a bunch more raw_input references by Neal Norwitz · 18 years ago
  72. ac3625f Remove sys.exc_type, sys.exc_value, sys.exc_traceback by Neal Norwitz · 18 years ago
  73. 87a8b4f unparse.py can now unparse itself. by Martin v. Löwis · 18 years ago
  74. 400cbc3 Set EOL style to native. by Tim Peters · 18 years ago
  75. 710ab3b Whitespace normalization. by Tim Peters · 18 years ago
  76. 5fec904 Start of a source code unparser. by Martin v. Löwis · 18 years ago
  77. 286d747 SF Bug #1348477, regextest can't be pydoc'ed. Will backport. by Neal Norwitz · 19 years ago
  78. ab0f947 Remove .cvsignore files, as they live in svn:ignore properties now. by Martin v. Löwis · 19 years ago
  79. 3e98736 Minor spelling nit. by Georg Brandl · 19 years ago
  80. 0e21be7 Update version. by Michael W. Hudson · 19 years ago
  81. f2dbeff Fix HTTP method handler example so that method names in uppercases by Hye-Shik Chang · 19 years ago
  82. c672f8c SF patch 1179503: Fix typos in rpc.py by Raymond Hettinger · 19 years ago
  83. bdaad8c * Fix error in definition of Im() which returned self instead of 0 by Raymond Hettinger · 19 years ago
  84. 4a1e48c Patch #1177597: Correct various bugs, add comments. by Martin v. Löwis · 19 years ago
  85. 75b64e6 Use decorators. by Guido van Rossum · 20 years ago
  86. 7a8c43e Add 'if __name__ == "__main__":' to files already as a usable as a module. by Johannes Gijsbers · 20 years ago
  87. 6a507a1 Remove mpzpi demo by Andrew M. Kuchling · 20 years ago
  88. 68a323c Whitespace normalization. Had to break guido's lock on rev 1.1 to do by Tim Peters · 20 years ago
  89. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  90. e6ddc8b Whitespace normalization. Ran reindent.py over the entire source tree. by Tim Peters · 20 years ago
  91. 0ec0b72 Fix comment typo by Andrew M. Kuchling · 20 years ago
  92. c2b151c Add code for a range function that uses generators. by Brett Cannon · 20 years ago
  93. 09659fb fix error message; closes SF patch #932796 by Fred Drake · 20 years ago
  94. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  95. bbd290a Revert previous change which didn't make sense the next day :-) by Raymond Hettinger · 21 years ago
  96. e807da8 Update to use python ints and int/long unification. by Raymond Hettinger · 21 years ago
  97. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  98. fe63faa SF patch #803449: modernize demo scripts (Contributed by George Yoshida.) by Raymond Hettinger · 21 years ago
  99. 9463792 To be a good citizen, it should really delete its socket when done. by Skip Montanaro · 21 years ago
  100. 7890c26 Patch #748846: Let Demo/classes/Date.py mention DateTime module. by Martin v. Löwis · 21 years ago