1. 2a691a8 Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from by Benjamin Peterson · 16 years ago
  2. d3eb5a15 Merged revisions 61003-61033 via svnmerge from by Christian Heimes · 16 years ago
  3. 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
  4. 7736b5b Merged revisions 59952-59984 via svnmerge from by Guido van Rossum · 17 years ago
  5. d11b68a Fix more exception slicing. by Georg Brandl · 17 years ago
  6. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  7. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
  8. 45f9af3 Merged revisions 59193-59201 via svnmerge from by Christian Heimes · 17 years ago
  9. 0d3fb8a Merged revisions 59107-59186 via svnmerge from by Guido van Rossum · 17 years ago
  10. 8161a65 Add -i option. Don't exit when the command fails. Redirect stderr to stdout. by Guido van Rossum · 17 years ago
  11. 16c7075 Remove more cruft leftover from nb_coerce. Rename nb_coerce to nb_reserved. by Neil Schemenauer · 17 years ago
  12. 4902e69 More raise statement normalization. by Collin Winter · 17 years ago
  13. 3cd6537 Fix a lingering string exception. by Collin Winter · 17 years ago
  14. 0168802 Kill execfile(), use exec() instead by Neal Norwitz · 17 years ago
  15. 1e8ce58 remove most uses of list(somedict.keys()) in Demo scripts by Skip Montanaro · 17 years ago
  16. 33d2689 Merged revisions 56492-56752 via svnmerge from by Guido van Rossum · 17 years ago
  17. 3f6dd68 Make the last two curses demos work again -- they were using float by Guido van Rossum · 17 years ago
  18. 6f2df4d Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lingering print statements. by Collin Winter · 17 years ago
  19. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  20. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  21. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  22. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  23. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  24. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  25. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  26. 4dafcc4 - patch #1600346 submitted by Tomer Filiba by Jack Diederich · 18 years ago
  27. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  28. 3bd844e Get rid of most of the remaining uses of <>. There's still Tools/* thogh. by Neal Norwitz · 18 years ago
  29. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  30. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  31. d910855 Remove apply() by Neal Norwitz · 18 years ago
  32. ce96f69 Get rid of a bunch more raw_input references by Neal Norwitz · 18 years ago
  33. ac3625f Remove sys.exc_type, sys.exc_value, sys.exc_traceback by Neal Norwitz · 18 years ago
  34. 87a8b4f unparse.py can now unparse itself. by Martin v. Löwis · 18 years ago
  35. 400cbc3 Set EOL style to native. by Tim Peters · 18 years ago
  36. 710ab3b Whitespace normalization. by Tim Peters · 18 years ago
  37. 5fec904 Start of a source code unparser. by Martin v. Löwis · 18 years ago
  38. 286d747 SF Bug #1348477, regextest can't be pydoc'ed. Will backport. by Neal Norwitz · 19 years ago
  39. ab0f947 Remove .cvsignore files, as they live in svn:ignore properties now. by Martin v. Löwis · 19 years ago
  40. 3e98736 Minor spelling nit. by Georg Brandl · 19 years ago
  41. 0e21be7 Update version. by Michael W. Hudson · 19 years ago
  42. f2dbeff Fix HTTP method handler example so that method names in uppercases by Hye-Shik Chang · 19 years ago
  43. c672f8c SF patch 1179503: Fix typos in rpc.py by Raymond Hettinger · 19 years ago
  44. bdaad8c * Fix error in definition of Im() which returned self instead of 0 by Raymond Hettinger · 19 years ago
  45. 4a1e48c Patch #1177597: Correct various bugs, add comments. by Martin v. Löwis · 19 years ago
  46. 75b64e6 Use decorators. by Guido van Rossum · 20 years ago
  47. 7a8c43e Add 'if __name__ == "__main__":' to files already as a usable as a module. by Johannes Gijsbers · 20 years ago
  48. 6a507a1 Remove mpzpi demo by Andrew M. Kuchling · 20 years ago
  49. 68a323c Whitespace normalization. Had to break guido's lock on rev 1.1 to do by Tim Peters · 20 years ago
  50. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  51. e6ddc8b Whitespace normalization. Ran reindent.py over the entire source tree. by Tim Peters · 20 years ago
  52. 0ec0b72 Fix comment typo by Andrew M. Kuchling · 20 years ago
  53. c2b151c Add code for a range function that uses generators. by Brett Cannon · 20 years ago
  54. 09659fb fix error message; closes SF patch #932796 by Fred Drake · 20 years ago
  55. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  56. bbd290a Revert previous change which didn't make sense the next day :-) by Raymond Hettinger · 21 years ago
  57. e807da8 Update to use python ints and int/long unification. by Raymond Hettinger · 21 years ago
  58. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  59. fe63faa SF patch #803449: modernize demo scripts (Contributed by George Yoshida.) by Raymond Hettinger · 21 years ago
  60. 9463792 To be a good citizen, it should really delete its socket when done. by Skip Montanaro · 21 years ago
  61. 7890c26 Patch #748846: Let Demo/classes/Date.py mention DateTime module. by Martin v. Löwis · 21 years ago
  62. bb640c1 Patch #748849: Update to current tools and demos. by Martin v. Löwis · 21 years ago
  63. e81866e Remove unneeded continuation chars by Andrew M. Kuchling · 21 years ago
  64. f64509e Move all the imports to the top; use md5.new() by Andrew M. Kuchling · 21 years ago
  65. 30dd9bc Run this demo script through reindent.py; output has been verified to remain the same by Andrew M. Kuchling · 21 years ago
  66. 9b12d9d Modernize the code a bit: use re module make chomp() use rstrip() by Andrew M. Kuchling · 21 years ago
  67. b7878d0 Modernize the code a bit: use re module use .split() string method by Andrew M. Kuchling · 21 years ago
  68. 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
  69. 4f237b6 Modernize code by using isinstance() instead of type() checks by Andrew M. Kuchling · 21 years ago
  70. 64b3c83 Avoid TypeError by not comparing complex numbers by Andrew M. Kuchling · 21 years ago
  71. 2cfc472 add find-uname.py by Skip Montanaro · 22 years ago
  72. f2c4711 Search for Unicode character names using regular expressions. by Skip Montanaro · 22 years ago
  73. d8b5e3f Tix update from Mike Clarkson (maintainer) by Neal Norwitz · 22 years ago
  74. 731a986 Upgrade to Tix-8.1.4 from Mike Clarkson (the maintainer) by Neal Norwitz · 22 years ago
  75. 4687428 Patch #649184: Update to tix-8.1.4 RC3. by Martin v. Löwis · 22 years ago
  76. ac30ead Sync tixwidgets from Mike Clarkson, a maintainer by Neal Norwitz · 22 years ago
  77. 065627e Add "select all" by clicking on (0,0) cell. by Guido van Rossum · 22 years ago
  78. bfcd653 Add ESC key binding -- undo current cell editing. by Guido van Rossum · 22 years ago
  79. 3669242 Major breakthrough in selection -- drag-select multiple cells now by Guido van Rossum · 22 years ago
  80. 69ccfcc Spreadsheet demo that I used in the advanced talk at Linux Lunacy II. by Guido van Rossum · 22 years ago
  81. eeb7827 Remove reference to deleted 'www' directory. by Guido van Rossum · 22 years ago
  82. b50e1de Note lack of speedup. Remove Irix reference. Remove silly extra by Guido van Rossum · 22 years ago
  83. ecbb0ea Update docs. Remove old classes.doc. by Guido van Rossum · 22 years ago
  84. 989ea8d Add description of the cgi directory. by Guido van Rossum · 22 years ago
  85. cc44ccc Add description of what's here. by Guido van Rossum · 22 years ago
  86. 154c088 Refactor cmd_view(): move line formatting to a helper method. by Guido van Rossum · 22 years ago
  87. 9c3848b In cmd_create(), use a redirect directive instead of viewing the page; by Guido van Rossum · 22 years ago
  88. 3296dcc Remove redundant load() call. by Guido van Rossum · 22 years ago
  89. a55dda6 Grammar repair in comment. by Guido van Rossum · 22 years ago
  90. c9776bd Use tempfile.gettempdir() to get the temp directory rather than by Guido van Rossum · 22 years ago
  91. f66cccf Restructure: move all wiki code into a separate module. by Guido van Rossum · 22 years ago
  92. 26a1ac4 Add trailing newline when saving. by Guido van Rossum · 22 years ago
  93. 48123b2 Security fixes: reject non-wiki-word page names; set homedir to /tmp. by Guido van Rossum · 22 years ago
  94. 6807721 Some really simple cgi examples. cgi3 is a MiniWiki. by Guido van Rossum · 22 years ago
  95. b0c87b9 Remove the SGI demos. These were all ancient and nobody cared enough. by Guido van Rossum · 22 years ago
  96. 16aac45 Remove the SGI demos. These were all ancient and nobody cared enough. by Guido van Rossum · 22 years ago
  97. 3b0a329 Massive changes from SF 589982 (tempfile.py rewrite, by Zack by Guido van Rossum · 22 years ago
  98. ead36d7 - Make number in comment match the targets in that section of the by Fred Drake · 22 years ago
  99. 98013be Get the meta class inheritance right. by Jeremy Hylton · 22 years ago
  100. 1808fbc move make_eiffel_method() out of base metaclass by Jeremy Hylton · 22 years ago