1. 68a323c Whitespace normalization. Had to break guido's lock on rev 1.1 to do by Tim Peters · 20 years ago
  2. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  3. e6ddc8b Whitespace normalization. Ran reindent.py over the entire source tree. by Tim Peters · 20 years ago
  4. 0ec0b72 Fix comment typo by Andrew M. Kuchling · 20 years ago
  5. c2b151c Add code for a range function that uses generators. by Brett Cannon · 20 years ago
  6. 09659fb fix error message; closes SF patch #932796 by Fred Drake · 20 years ago
  7. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  8. bbd290a Revert previous change which didn't make sense the next day :-) by Raymond Hettinger · 21 years ago
  9. e807da8 Update to use python ints and int/long unification. by Raymond Hettinger · 21 years ago
  10. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  11. fe63faa SF patch #803449: modernize demo scripts (Contributed by George Yoshida.) by Raymond Hettinger · 21 years ago
  12. 9463792 To be a good citizen, it should really delete its socket when done. by Skip Montanaro · 21 years ago
  13. 7890c26 Patch #748846: Let Demo/classes/Date.py mention DateTime module. by Martin v. Löwis · 21 years ago
  14. bb640c1 Patch #748849: Update to current tools and demos. by Martin v. Löwis · 21 years ago
  15. e81866e Remove unneeded continuation chars by Andrew M. Kuchling · 21 years ago
  16. f64509e Move all the imports to the top; use md5.new() by Andrew M. Kuchling · 21 years ago
  17. 30dd9bc Run this demo script through reindent.py; output has been verified to remain the same by Andrew M. Kuchling · 21 years ago
  18. 9b12d9d Modernize the code a bit: use re module make chomp() use rstrip() by Andrew M. Kuchling · 21 years ago
  19. b7878d0 Modernize the code a bit: use re module use .split() string method by Andrew M. Kuchling · 21 years ago
  20. 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
  21. 4f237b6 Modernize code by using isinstance() instead of type() checks by Andrew M. Kuchling · 21 years ago
  22. 64b3c83 Avoid TypeError by not comparing complex numbers by Andrew M. Kuchling · 21 years ago
  23. 2cfc472 add find-uname.py by Skip Montanaro · 22 years ago
  24. f2c4711 Search for Unicode character names using regular expressions. by Skip Montanaro · 22 years ago
  25. d8b5e3f Tix update from Mike Clarkson (maintainer) by Neal Norwitz · 22 years ago
  26. 731a986 Upgrade to Tix-8.1.4 from Mike Clarkson (the maintainer) by Neal Norwitz · 22 years ago
  27. 4687428 Patch #649184: Update to tix-8.1.4 RC3. by Martin v. Löwis · 22 years ago
  28. ac30ead Sync tixwidgets from Mike Clarkson, a maintainer by Neal Norwitz · 22 years ago
  29. 065627e Add "select all" by clicking on (0,0) cell. by Guido van Rossum · 22 years ago
  30. bfcd653 Add ESC key binding -- undo current cell editing. by Guido van Rossum · 22 years ago
  31. 3669242 Major breakthrough in selection -- drag-select multiple cells now by Guido van Rossum · 22 years ago
  32. 69ccfcc Spreadsheet demo that I used in the advanced talk at Linux Lunacy II. by Guido van Rossum · 22 years ago
  33. eeb7827 Remove reference to deleted 'www' directory. by Guido van Rossum · 22 years ago
  34. b50e1de Note lack of speedup. Remove Irix reference. Remove silly extra by Guido van Rossum · 22 years ago
  35. ecbb0ea Update docs. Remove old classes.doc. by Guido van Rossum · 22 years ago
  36. 989ea8d Add description of the cgi directory. by Guido van Rossum · 22 years ago
  37. cc44ccc Add description of what's here. by Guido van Rossum · 22 years ago
  38. 154c088 Refactor cmd_view(): move line formatting to a helper method. by Guido van Rossum · 22 years ago
  39. 9c3848b In cmd_create(), use a redirect directive instead of viewing the page; by Guido van Rossum · 22 years ago
  40. 3296dcc Remove redundant load() call. by Guido van Rossum · 22 years ago
  41. a55dda6 Grammar repair in comment. by Guido van Rossum · 22 years ago
  42. c9776bd Use tempfile.gettempdir() to get the temp directory rather than by Guido van Rossum · 22 years ago
  43. f66cccf Restructure: move all wiki code into a separate module. by Guido van Rossum · 22 years ago
  44. 26a1ac4 Add trailing newline when saving. by Guido van Rossum · 22 years ago
  45. 48123b2 Security fixes: reject non-wiki-word page names; set homedir to /tmp. by Guido van Rossum · 22 years ago
  46. 6807721 Some really simple cgi examples. cgi3 is a MiniWiki. by Guido van Rossum · 22 years ago
  47. b0c87b9 Remove the SGI demos. These were all ancient and nobody cared enough. by Guido van Rossum · 22 years ago
  48. 16aac45 Remove the SGI demos. These were all ancient and nobody cared enough. by Guido van Rossum · 22 years ago
  49. 3b0a329 Massive changes from SF 589982 (tempfile.py rewrite, by Zack by Guido van Rossum · 22 years ago
  50. ead36d7 - Make number in comment match the targets in that section of the by Fred Drake · 22 years ago
  51. 98013be Get the meta class inheritance right. by Jeremy Hylton · 22 years ago
  52. 1808fbc move make_eiffel_method() out of base metaclass by Jeremy Hylton · 22 years ago
  53. a70c3bd Remove list prenpost. It's not used any longer. by Jeremy Hylton · 22 years ago
  54. c9329ca Add a call to a Sub() method that actually works. by Jeremy Hylton · 22 years ago
  55. a003316 Add Enum and Eiffel examples using new-style classes. by Jeremy Hylton · 22 years ago
  56. 425a8ec Repair example code in doc string. by Jeremy Hylton · 22 years ago
  57. a90a3b4 Use md5.new() constructor by Andrew M. Kuchling · 22 years ago
  58. 9a62448 Use random module instead of whrandom Move imports to top by Andrew M. Kuchling · 22 years ago
  59. d1a3c81 Move knee.py from Lib/ to Demo/imputil/. Fixes #515745. by Martin v. Löwis · 22 years ago
  60. 72118e5 Fix a typo in Tim's fix. by Guido van Rossum · 22 years ago
  61. bc0e910 Convert a pile of obvious "yes/no" functions to return bool. by Tim Peters · 22 years ago
  62. 71cc46e Slight modernization. by Fred Drake · 22 years ago
  63. 4843eb4 Remove bug.py. This is something I sent to Guido via email in or before by Tim Peters · 22 years ago
  64. 8ec03e0 Patch #485959: Various changes to Tix demos. by Martin v. Löwis · 22 years ago
  65. dcea370 Patch #524008: Fix portability bug on new POSIX hosts by Martin v. Löwis · 22 years ago
  66. 719cfc4 SF #517447, correct syntax error by Neal Norwitz · 22 years ago
  67. c92cf50 Updated -- all Demo subdirectories are once again listed here, in by Guido van Rossum · 23 years ago
  68. 3f0b1c9 Removing this directory; it's no longer needed now that Misc/Makefile.pre.in by Guido van Rossum · 23 years ago
  69. 885d457 sprintf -> PyOS_snprintf in some "obviously safe" cases. by Tim Peters · 23 years ago
  70. 652e191 Properly set static options for tixBalloon and tixResizeHandle. by Martin v. Löwis · 23 years ago
  71. 3176b08 Update to use more modern calling conventions; also avoid a magic number by Fred Drake · 23 years ago
  72. e012e35 Bump the version number; used to identify the Python runtime we link to. by Fred Drake · 23 years ago
  73. 20efa68 Patch #473002: Update Demo/tix tixwidgets.py et al. by Martin v. Löwis · 23 years ago
  74. 10f9c07 Remove obsolete e-mail address by Andrew M. Kuchling · 23 years ago
  75. 401a76d Patch #469517: Info about rpcgen compilers. by Martin v. Löwis · 23 years ago
  76. 2559f5a Removed Demo/dns -- see sf.net/projects/pydns/ instead. by Guido van Rossum · 23 years ago
  77. 0e58ff8 Update reference to pydns. by Guido van Rossum · 23 years ago
  78. eb2d36c Use the build directory by default, and update the version. by Guido van Rossum · 23 years ago
  79. 79e75e1 Use string.ascii_letters instead of string.letters (SF bug #226706). by Fred Drake · 23 years ago
  80. 817ed5a Kill another merge zombie. by Tim Peters · 23 years ago
  81. b1a77dd Deleting zombies by Guido van Rossum · 23 years ago
  82. 1b776a2 Deleting merge zombie. by Guido van Rossum · 23 years ago
  83. b905633 xmlrpclib for python 2.2; initial checkin by Fredrik Lundh · 23 years ago
  84. 89e90d6 Separate CFLAGS and CPPFLAGS. CFLAGS should not contain preprocessor by Neil Schemenauer · 23 years ago
  85. ef4cdad [].index() raises ValueError if the value is not in the list, so only by Fred Drake · 23 years ago
  86. 7def256 [].index() raises ValueError if the value is not in the list, so only by Fred Drake · 23 years ago
  87. d42124c Change co.detach() to co.back() call. by Guido van Rossum · 23 years ago
  88. 27f9b84 Add more complete reference. Change a co.back() call to co.tran() -- by Guido van Rossum · 23 years ago
  89. f74c9dc Add newline to end of file. by Guido van Rossum · 23 years ago
  90. be0e7f4 Document tix directory. by Martin v. Löwis · 23 years ago
  91. b21cb5f Patch #410231: Add the Python Tix library. by Martin v. Löwis · 23 years ago
  92. 8b41116 import.c -> importexc.c by Barry Warsaw · 23 years ago
  93. a18e7ea import -> importexc by Barry Warsaw · 23 years ago
  94. d5221a3 import.c -> importexc.c by Barry Warsaw · 23 years ago
  95. 273ad45 Updated to use new Python features Reindented by Moshe Zadka · 23 years ago
  96. 8b6f989 Fixed to use new Python features and use more commonly accepted style Reindented by Moshe Zadka · 23 years ago
  97. 38e083b Changed to use the fact that str(long) doesn't produce a trailing L Reindented by Moshe Zadka · 23 years ago
  98. 693291b Superseded by $(srcdir)/Makefile.pre.in. by Neil Schemenauer · 23 years ago
  99. f9abaf4 Simple embedded program that does a module import. Useful for by Barry Warsaw · 23 years ago
  100. 2df3c41 Ignore the programs created in this directory. by Barry Warsaw · 23 years ago