1. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  2. 94f2528 Remove traces of MacOS9 support. by Ronald Oussoren · 14 years ago
  3. 9c6bd77 Merged revisions 78779 via svnmerge from by Benjamin Peterson · 15 years ago
  4. 852f3cc fix demo/doc eol by Benjamin Peterson · 15 years ago
  5. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 15 years ago
  6. f6489f9 Merged revisions 75264,75268,75293,75318,75391-75392,75436,75478,75971,76003,76058,76140-76141,76231,76380,76428-76429 via svnmerge from by Benjamin Peterson · 15 years ago
  7. 495f7b5 Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from by Georg Brandl · 15 years ago
  8. bc470d5 Merged revisions 75358 via svnmerge from by Georg Brandl · 15 years ago
  9. 97b0837 Merged revisions 75356 via svnmerge from by Georg Brandl · 15 years ago
  10. ec8aab6 Merged revisions 75354 via svnmerge from by Georg Brandl · 15 years ago
  11. 41706b3 Merged revisions 75350 via svnmerge from by Georg Brandl · 15 years ago
  12. b243ed2 Merged revisions 75348 via svnmerge from by Mark Dickinson · 15 years ago
  13. 0caa576 Merged revisions 75346 via svnmerge from by Mark Dickinson · 15 years ago
  14. edbc50c Merged revisions 75344 via svnmerge from by Georg Brandl · 15 years ago
  15. 5f8814d Merged revisions 75342 via svnmerge from by Georg Brandl · 15 years ago
  16. be0ee2b Fix README description. by Georg Brandl · 15 years ago
  17. 2cbd09c Merged revisions 75339 via svnmerge from by Georg Brandl · 15 years ago
  18. e63514b Merged revisions 75337 via svnmerge from by Georg Brandl · 15 years ago
  19. 7291cf8 Merged revisions 75329 via svnmerge from by Georg Brandl · 15 years ago
  20. 583350f Merged revisions 75327 via svnmerge from by Georg Brandl · 15 years ago
  21. 8bef554 Merged revisions 75325 via svnmerge from by Georg Brandl · 15 years ago
  22. 4630c09 Merged revisions 75322 via svnmerge from by Georg Brandl · 15 years ago
  23. 2a354cd Recorded merge of revisions 75321 via svnmerge from by Georg Brandl · 15 years ago
  24. 38c34ef Merged revisions 75315 via svnmerge from by Georg Brandl · 15 years ago
  25. 28ae0c3 Merged revisions 75313 via svnmerge from by Georg Brandl · 15 years ago
  26. c707167 Merged revisions 73557 via svnmerge from by R. David Murray · 15 years ago
  27. 3783143 Merged revisions 73537 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  28. 34c044f remove old metaclass demos by Benjamin Peterson · 15 years ago
  29. eaa84ef #5923: update turtle module to version 1.1. by Georg Brandl · 15 years ago
  30. 2b1a467 Merged revisions 72237 via svnmerge from by Gregory P. Smith · 15 years ago
  31. bb93d17 Add example for new copydir_run_2to3(). by Georg Brandl · 16 years ago
  32. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 16 years ago
  33. a7d2797 Merged revisions 69053 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 16 years ago
  34. c7d484d Remove __long__ methods from UserString and from Demo/ classes. by Mark Dickinson · 16 years ago
  35. d6d63f5 fix a lot of Tkinter imports by Benjamin Peterson · 16 years ago
  36. 6825e17 Add script forgotten in r67464. by Martin v. Löwis · 16 years ago
  37. 6178db6 Issue #4073: Add 2to3 support to build_scripts, refactor that support by Martin v. Löwis · 16 years ago
  38. 06fd5f8 fix the socketserver demo code for py3k by Benjamin Peterson · 16 years ago
  39. 6a27efa Issue 3723: Fixed initialization of subinterpreters by Christian Heimes · 16 years ago
  40. 869bad9 Issue #3717: Fix Demo/embed/demo.c. Reviewed by Benjamin Peterson. by Martin v. Löwis · 16 years ago
  41. 33b6450 Issue #4072: Restore build_py_2to3. Add a distutils demo for build_py_2to3. by Martin v. Löwis · 16 years ago
  42. 601149b Merged revisions 66686 via svnmerge from by Martin v. Löwis · 16 years ago
  43. 60ebb8b Bug #3884: Make the turtle module toplevel again. by Martin v. Löwis · 16 years ago
  44. d7b0328 Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge from by Benjamin Peterson · 16 years ago
  45. c4fe6f3 Merged revisions 65780,65782,65785,65809,65812,65834,65846,65859,65861 via svnmerge from by Benjamin Peterson · 16 years ago
  46. b61bd97 correct version by Benjamin Peterson · 16 years ago
  47. 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 16 years ago
  48. 97cf99f Patch #3064: Port new turtle module and demos to 3.0. by Martin v. Löwis · 16 years ago
  49. 36281f6 remove imputil demo by Benjamin Peterson · 16 years ago
  50. e81f5ef Remove __metaclass__ remains. by Georg Brandl · 16 years ago
  51. a23810f The commands module has been removed. The getoutput() and getstatusoutput() by Brett Cannon · 16 years ago
  52. 0a7ac7d Create the dbm package from PEP 3108. #2881. by Georg Brandl · 16 years ago
  53. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago
  54. 1f2ba4b Rename the repr module to reprlib. by Alexandre Vassalotti · 16 years ago
  55. 2a691a8 Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from by Benjamin Peterson · 17 years ago
  56. d3eb5a15 Merged revisions 61003-61033 via svnmerge from by Christian Heimes · 17 years ago
  57. 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 · 17 years ago
  58. 7736b5b Merged revisions 59952-59984 via svnmerge from by Guido van Rossum · 17 years ago
  59. d11b68a Fix more exception slicing. by Georg Brandl · 17 years ago
  60. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  61. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
  62. 45f9af3 Merged revisions 59193-59201 via svnmerge from by Christian Heimes · 17 years ago
  63. 0d3fb8a Merged revisions 59107-59186 via svnmerge from by Guido van Rossum · 17 years ago
  64. 8161a65 Add -i option. Don't exit when the command fails. Redirect stderr to stdout. by Guido van Rossum · 17 years ago
  65. 16c7075 Remove more cruft leftover from nb_coerce. Rename nb_coerce to nb_reserved. by Neil Schemenauer · 17 years ago
  66. 4902e69 More raise statement normalization. by Collin Winter · 17 years ago
  67. 3cd6537 Fix a lingering string exception. by Collin Winter · 17 years ago
  68. 0168802 Kill execfile(), use exec() instead by Neal Norwitz · 17 years ago
  69. 1e8ce58 remove most uses of list(somedict.keys()) in Demo scripts by Skip Montanaro · 17 years ago
  70. 33d2689 Merged revisions 56492-56752 via svnmerge from by Guido van Rossum · 17 years ago
  71. 3f6dd68 Make the last two curses demos work again -- they were using float by Guido van Rossum · 17 years ago
  72. 6f2df4d Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lingering print statements. by Collin Winter · 17 years ago
  73. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  74. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  75. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  76. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  77. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  78. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  79. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  80. 4dafcc4 - patch #1600346 submitted by Tomer Filiba by Jack Diederich · 18 years ago
  81. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  82. 3bd844e Get rid of most of the remaining uses of <>. There's still Tools/* thogh. by Neal Norwitz · 18 years ago
  83. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  84. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
  85. d910855 Remove apply() by Neal Norwitz · 19 years ago
  86. ce96f69 Get rid of a bunch more raw_input references by Neal Norwitz · 19 years ago
  87. ac3625f Remove sys.exc_type, sys.exc_value, sys.exc_traceback by Neal Norwitz · 19 years ago
  88. 87a8b4f unparse.py can now unparse itself. by Martin v. Löwis · 19 years ago
  89. 400cbc3 Set EOL style to native. by Tim Peters · 19 years ago
  90. 710ab3b Whitespace normalization. by Tim Peters · 19 years ago
  91. 5fec904 Start of a source code unparser. by Martin v. Löwis · 19 years ago
  92. 286d747 SF Bug #1348477, regextest can't be pydoc'ed. Will backport. by Neal Norwitz · 19 years ago
  93. ab0f947 Remove .cvsignore files, as they live in svn:ignore properties now. by Martin v. Löwis · 19 years ago
  94. 3e98736 Minor spelling nit. by Georg Brandl · 19 years ago
  95. 0e21be7 Update version. by Michael W. Hudson · 19 years ago
  96. f2dbeff Fix HTTP method handler example so that method names in uppercases by Hye-Shik Chang · 20 years ago
  97. c672f8c SF patch 1179503: Fix typos in rpc.py by Raymond Hettinger · 20 years ago
  98. bdaad8c * Fix error in definition of Im() which returned self instead of 0 by Raymond Hettinger · 20 years ago
  99. 4a1e48c Patch #1177597: Correct various bugs, add comments. by Martin v. Löwis · 20 years ago
  100. 75b64e6 Use decorators. by Guido van Rossum · 20 years ago