1. 6825e17 Add script forgotten in r67464. by Martin v. Löwis · 16 years ago
  2. 6178db6 Issue #4073: Add 2to3 support to build_scripts, refactor that support by Martin v. Löwis · 16 years ago
  3. 06fd5f8 fix the socketserver demo code for py3k by Benjamin Peterson · 16 years ago
  4. 6a27efa Issue 3723: Fixed initialization of subinterpreters by Christian Heimes · 16 years ago
  5. 869bad9 Issue #3717: Fix Demo/embed/demo.c. Reviewed by Benjamin Peterson. by Martin v. Löwis · 16 years ago
  6. 33b6450 Issue #4072: Restore build_py_2to3. Add a distutils demo for build_py_2to3. by Martin v. Löwis · 16 years ago
  7. 601149b Merged revisions 66686 via svnmerge from by Martin v. Löwis · 16 years ago
  8. 60ebb8b Bug #3884: Make the turtle module toplevel again. by Martin v. Löwis · 16 years ago
  9. d7b0328 Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge from by Benjamin Peterson · 16 years ago
  10. c4fe6f3 Merged revisions 65780,65782,65785,65809,65812,65834,65846,65859,65861 via svnmerge from by Benjamin Peterson · 16 years ago
  11. b61bd97 correct version by Benjamin Peterson · 16 years ago
  12. 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 16 years ago
  13. 97cf99f Patch #3064: Port new turtle module and demos to 3.0. by Martin v. Löwis · 16 years ago
  14. 36281f6 remove imputil demo by Benjamin Peterson · 16 years ago
  15. e81f5ef Remove __metaclass__ remains. by Georg Brandl · 16 years ago
  16. a23810f The commands module has been removed. The getoutput() and getstatusoutput() by Brett Cannon · 16 years ago
  17. 0a7ac7d Create the dbm package from PEP 3108. #2881. by Georg Brandl · 16 years ago
  18. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago
  19. 1f2ba4b Rename the repr module to reprlib. by Alexandre Vassalotti · 16 years ago
  20. 2a691a8 Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from by Benjamin Peterson · 16 years ago
  21. d3eb5a15 Merged revisions 61003-61033 via svnmerge from by Christian Heimes · 16 years ago
  22. 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
  23. 7736b5b Merged revisions 59952-59984 via svnmerge from by Guido van Rossum · 16 years ago
  24. d11b68a Fix more exception slicing. by Georg Brandl · 16 years ago
  25. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  26. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
  27. 45f9af3 Merged revisions 59193-59201 via svnmerge from by Christian Heimes · 17 years ago
  28. 0d3fb8a Merged revisions 59107-59186 via svnmerge from by Guido van Rossum · 17 years ago
  29. 8161a65 Add -i option. Don't exit when the command fails. Redirect stderr to stdout. by Guido van Rossum · 17 years ago
  30. 16c7075 Remove more cruft leftover from nb_coerce. Rename nb_coerce to nb_reserved. by Neil Schemenauer · 17 years ago
  31. 4902e69 More raise statement normalization. by Collin Winter · 17 years ago
  32. 3cd6537 Fix a lingering string exception. by Collin Winter · 17 years ago
  33. 0168802 Kill execfile(), use exec() instead by Neal Norwitz · 17 years ago
  34. 1e8ce58 remove most uses of list(somedict.keys()) in Demo scripts by Skip Montanaro · 17 years ago
  35. 33d2689 Merged revisions 56492-56752 via svnmerge from by Guido van Rossum · 17 years ago
  36. 3f6dd68 Make the last two curses demos work again -- they were using float by Guido van Rossum · 17 years ago
  37. 6f2df4d Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lingering print statements. by Collin Winter · 17 years ago
  38. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  39. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  40. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  41. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  42. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  43. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 17 years ago
  44. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  45. 4dafcc4 - patch #1600346 submitted by Tomer Filiba by Jack Diederich · 18 years ago
  46. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  47. 3bd844e Get rid of most of the remaining uses of <>. There's still Tools/* thogh. by Neal Norwitz · 18 years ago
  48. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  49. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  50. d910855 Remove apply() by Neal Norwitz · 18 years ago
  51. ce96f69 Get rid of a bunch more raw_input references by Neal Norwitz · 18 years ago
  52. ac3625f Remove sys.exc_type, sys.exc_value, sys.exc_traceback by Neal Norwitz · 18 years ago
  53. 87a8b4f unparse.py can now unparse itself. by Martin v. Löwis · 18 years ago
  54. 400cbc3 Set EOL style to native. by Tim Peters · 18 years ago
  55. 710ab3b Whitespace normalization. by Tim Peters · 18 years ago
  56. 5fec904 Start of a source code unparser. by Martin v. Löwis · 18 years ago
  57. 286d747 SF Bug #1348477, regextest can't be pydoc'ed. Will backport. by Neal Norwitz · 19 years ago
  58. ab0f947 Remove .cvsignore files, as they live in svn:ignore properties now. by Martin v. Löwis · 19 years ago
  59. 3e98736 Minor spelling nit. by Georg Brandl · 19 years ago
  60. 0e21be7 Update version. by Michael W. Hudson · 19 years ago
  61. f2dbeff Fix HTTP method handler example so that method names in uppercases by Hye-Shik Chang · 19 years ago
  62. c672f8c SF patch 1179503: Fix typos in rpc.py by Raymond Hettinger · 19 years ago
  63. bdaad8c * Fix error in definition of Im() which returned self instead of 0 by Raymond Hettinger · 19 years ago
  64. 4a1e48c Patch #1177597: Correct various bugs, add comments. by Martin v. Löwis · 19 years ago
  65. 75b64e6 Use decorators. by Guido van Rossum · 19 years ago
  66. 7a8c43e Add 'if __name__ == "__main__":' to files already as a usable as a module. by Johannes Gijsbers · 20 years ago
  67. 6a507a1 Remove mpzpi demo by Andrew M. Kuchling · 20 years ago
  68. 68a323c Whitespace normalization. Had to break guido's lock on rev 1.1 to do by Tim Peters · 20 years ago
  69. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  70. e6ddc8b Whitespace normalization. Ran reindent.py over the entire source tree. by Tim Peters · 20 years ago
  71. 0ec0b72 Fix comment typo by Andrew M. Kuchling · 20 years ago
  72. c2b151c Add code for a range function that uses generators. by Brett Cannon · 20 years ago
  73. 09659fb fix error message; closes SF patch #932796 by Fred Drake · 20 years ago
  74. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  75. bbd290a Revert previous change which didn't make sense the next day :-) by Raymond Hettinger · 21 years ago
  76. e807da8 Update to use python ints and int/long unification. by Raymond Hettinger · 21 years ago
  77. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  78. fe63faa SF patch #803449: modernize demo scripts (Contributed by George Yoshida.) by Raymond Hettinger · 21 years ago
  79. 9463792 To be a good citizen, it should really delete its socket when done. by Skip Montanaro · 21 years ago
  80. 7890c26 Patch #748846: Let Demo/classes/Date.py mention DateTime module. by Martin v. Löwis · 21 years ago
  81. bb640c1 Patch #748849: Update to current tools and demos. by Martin v. Löwis · 21 years ago
  82. e81866e Remove unneeded continuation chars by Andrew M. Kuchling · 21 years ago
  83. f64509e Move all the imports to the top; use md5.new() by Andrew M. Kuchling · 21 years ago
  84. 30dd9bc Run this demo script through reindent.py; output has been verified to remain the same by Andrew M. Kuchling · 21 years ago
  85. 9b12d9d Modernize the code a bit: use re module make chomp() use rstrip() by Andrew M. Kuchling · 21 years ago
  86. b7878d0 Modernize the code a bit: use re module use .split() string method by Andrew M. Kuchling · 21 years ago
  87. 946c53e Run these demo scripts through reindent.py to give them 4-space indents. I've verified that their output is unchanged. by Andrew M. Kuchling · 21 years ago
  88. 4f237b6 Modernize code by using isinstance() instead of type() checks by Andrew M. Kuchling · 21 years ago
  89. 64b3c83 Avoid TypeError by not comparing complex numbers by Andrew M. Kuchling · 21 years ago
  90. 2cfc472 add find-uname.py by Skip Montanaro · 22 years ago
  91. f2c4711 Search for Unicode character names using regular expressions. by Skip Montanaro · 22 years ago
  92. d8b5e3f Tix update from Mike Clarkson (maintainer) by Neal Norwitz · 22 years ago
  93. 731a986 Upgrade to Tix-8.1.4 from Mike Clarkson (the maintainer) by Neal Norwitz · 22 years ago
  94. 4687428 Patch #649184: Update to tix-8.1.4 RC3. by Martin v. Löwis · 22 years ago
  95. ac30ead Sync tixwidgets from Mike Clarkson, a maintainer by Neal Norwitz · 22 years ago
  96. 065627e Add "select all" by clicking on (0,0) cell. by Guido van Rossum · 22 years ago
  97. bfcd653 Add ESC key binding -- undo current cell editing. by Guido van Rossum · 22 years ago
  98. 3669242 Major breakthrough in selection -- drag-select multiple cells now by Guido van Rossum · 22 years ago
  99. 69ccfcc Spreadsheet demo that I used in the advanced talk at Linux Lunacy II. by Guido van Rossum · 22 years ago
  100. eeb7827 Remove reference to deleted 'www' directory. by Guido van Rossum · 22 years ago