1. d7b0033 Add rational.Rational as an implementation of numbers.Rational with infinite by Jeffrey Yasskin · 17 years ago
  2. c756d00 Replaced import of the 'new' module with 'types' module and added a deprecation warning to the 'new' module. by Christian Heimes · 17 years ago
  3. 41f0392 A thread-less variant of brownian.py, submitted by Michele Simoniato. by Guido van Rossum · 17 years ago
  4. 25e4461 Remove references to stdwin which was removed long ago. by Neal Norwitz · 17 years ago
  5. 35c7bb2 Whitespace normalization. by Tim Peters · 17 years ago
  6. 124df83 Patch #1683328: fixes and enhancements for "unparse" demo. by Georg Brandl · 18 years ago
  7. 2756278 Patch #1552024: add decorator support to unparse.py demo script. by Georg Brandl · 18 years ago
  8. 215f13d Normalized a few cases of whitespace in function declarations. by Martin Blais · 18 years ago
  9. 9fef9b1 Add more whitespace; use a better socket name by Andrew M. Kuchling · 18 years ago
  10. 46df918 Remove dangling reference by Andrew M. Kuchling · 18 years ago
  11. 84b9cbc Remove xmlrpc/ directory by Andrew M. Kuchling · 18 years ago
  12. 65ff561 Remove xmlrpc demo -- it duplicates the SimpleXMLRPCServer module. by Andrew M. Kuchling · 18 years ago
  13. 7b1ddca This demo requires Medusa (not just asyncore); remove it by Andrew M. Kuchling · 18 years ago
  14. 0b4e554 Use functions; modernize code by Andrew M. Kuchling · 18 years ago
  15. 3550613 Put code in a main() function; loosen up the spacing to match current code style by Andrew M. Kuchling · 18 years ago
  16. 3725dea Docstring fix; use True by Andrew M. Kuchling · 18 years ago
  17. 311562a Use true division, and the True value by Andrew M. Kuchling · 18 years ago
  18. 98900bc Use True; value returned from main is unused by Andrew M. Kuchling · 18 years ago
  19. 510b46f Some code tidying; use curses.wrapper by Andrew M. Kuchling · 18 years ago
  20. 6f159b1 Drop 0 parameter by Andrew M. Kuchling · 18 years ago
  21. 08bcfc2 Update readme by Andrew M. Kuchling · 18 years ago
  22. 3daf304 Whitespace normalization. by Tim Peters · 19 years ago
  23. 3fa6c09 Patch #1441452: Add more AST nodes. by Martin v. Löwis · 19 years ago
  24. b04dee9 Patch #1462222: Fix Tix.Grid. Closes #1036406. by Martin v. Löwis · 19 years ago
  25. 10be10c Remove regsub, reconvert, regex, regex_syntax and everything under lib-old. by Neal Norwitz · 19 years ago
  26. 87a8b4f unparse.py can now unparse itself. by Martin v. Löwis · 19 years ago
  27. 400cbc3 Set EOL style to native. by Tim Peters · 19 years ago
  28. 710ab3b Whitespace normalization. by Tim Peters · 19 years ago
  29. 5fec904 Start of a source code unparser. by Martin v. Löwis · 19 years ago
  30. 286d747 SF Bug #1348477, regextest can't be pydoc'ed. Will backport. by Neal Norwitz · 19 years ago
  31. ab0f947 Remove .cvsignore files, as they live in svn:ignore properties now. by Martin v. Löwis · 19 years ago
  32. 3e98736 Minor spelling nit. by Georg Brandl · 19 years ago
  33. 0e21be7 Update version. by Michael W. Hudson · 19 years ago
  34. f2dbeff Fix HTTP method handler example so that method names in uppercases by Hye-Shik Chang · 20 years ago
  35. c672f8c SF patch 1179503: Fix typos in rpc.py by Raymond Hettinger · 20 years ago
  36. bdaad8c * Fix error in definition of Im() which returned self instead of 0 by Raymond Hettinger · 20 years ago
  37. 4a1e48c Patch #1177597: Correct various bugs, add comments. by Martin v. Löwis · 20 years ago
  38. 75b64e6 Use decorators. by Guido van Rossum · 20 years ago
  39. 7a8c43e Add 'if __name__ == "__main__":' to files already as a usable as a module. by Johannes Gijsbers · 20 years ago
  40. 6a507a1 Remove mpzpi demo by Andrew M. Kuchling · 20 years ago
  41. 68a323c Whitespace normalization. Had to break guido's lock on rev 1.1 to do by Tim Peters · 20 years ago
  42. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  43. e6ddc8b Whitespace normalization. Ran reindent.py over the entire source tree. by Tim Peters · 20 years ago
  44. 0ec0b72 Fix comment typo by Andrew M. Kuchling · 20 years ago
  45. c2b151c Add code for a range function that uses generators. by Brett Cannon · 20 years ago
  46. 09659fb fix error message; closes SF patch #932796 by Fred Drake · 20 years ago
  47. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  48. bbd290a Revert previous change which didn't make sense the next day :-) by Raymond Hettinger · 21 years ago
  49. e807da8 Update to use python ints and int/long unification. by Raymond Hettinger · 21 years ago
  50. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  51. fe63faa SF patch #803449: modernize demo scripts (Contributed by George Yoshida.) by Raymond Hettinger · 21 years ago
  52. 9463792 To be a good citizen, it should really delete its socket when done. by Skip Montanaro · 21 years ago
  53. 7890c26 Patch #748846: Let Demo/classes/Date.py mention DateTime module. by Martin v. Löwis · 21 years ago
  54. bb640c1 Patch #748849: Update to current tools and demos. by Martin v. Löwis · 21 years ago
  55. e81866e Remove unneeded continuation chars by Andrew M. Kuchling · 22 years ago
  56. f64509e Move all the imports to the top; use md5.new() by Andrew M. Kuchling · 22 years ago
  57. 30dd9bc Run this demo script through reindent.py; output has been verified to remain the same by Andrew M. Kuchling · 22 years ago
  58. 9b12d9d Modernize the code a bit: use re module make chomp() use rstrip() by Andrew M. Kuchling · 22 years ago
  59. b7878d0 Modernize the code a bit: use re module use .split() string method by Andrew M. Kuchling · 22 years ago
  60. 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 · 22 years ago
  61. 4f237b6 Modernize code by using isinstance() instead of type() checks by Andrew M. Kuchling · 22 years ago
  62. 64b3c83 Avoid TypeError by not comparing complex numbers by Andrew M. Kuchling · 22 years ago
  63. 2cfc472 add find-uname.py by Skip Montanaro · 22 years ago
  64. f2c4711 Search for Unicode character names using regular expressions. by Skip Montanaro · 22 years ago
  65. d8b5e3f Tix update from Mike Clarkson (maintainer) by Neal Norwitz · 22 years ago
  66. 731a986 Upgrade to Tix-8.1.4 from Mike Clarkson (the maintainer) by Neal Norwitz · 22 years ago
  67. 4687428 Patch #649184: Update to tix-8.1.4 RC3. by Martin v. Löwis · 22 years ago
  68. ac30ead Sync tixwidgets from Mike Clarkson, a maintainer by Neal Norwitz · 22 years ago
  69. 065627e Add "select all" by clicking on (0,0) cell. by Guido van Rossum · 22 years ago
  70. bfcd653 Add ESC key binding -- undo current cell editing. by Guido van Rossum · 22 years ago
  71. 3669242 Major breakthrough in selection -- drag-select multiple cells now by Guido van Rossum · 22 years ago
  72. 69ccfcc Spreadsheet demo that I used in the advanced talk at Linux Lunacy II. by Guido van Rossum · 22 years ago
  73. eeb7827 Remove reference to deleted 'www' directory. by Guido van Rossum · 22 years ago
  74. b50e1de Note lack of speedup. Remove Irix reference. Remove silly extra by Guido van Rossum · 22 years ago
  75. ecbb0ea Update docs. Remove old classes.doc. by Guido van Rossum · 22 years ago
  76. 989ea8d Add description of the cgi directory. by Guido van Rossum · 22 years ago
  77. cc44ccc Add description of what's here. by Guido van Rossum · 22 years ago
  78. 154c088 Refactor cmd_view(): move line formatting to a helper method. by Guido van Rossum · 22 years ago
  79. 9c3848b In cmd_create(), use a redirect directive instead of viewing the page; by Guido van Rossum · 22 years ago
  80. 3296dcc Remove redundant load() call. by Guido van Rossum · 22 years ago
  81. a55dda6 Grammar repair in comment. by Guido van Rossum · 22 years ago
  82. c9776bd Use tempfile.gettempdir() to get the temp directory rather than by Guido van Rossum · 22 years ago
  83. f66cccf Restructure: move all wiki code into a separate module. by Guido van Rossum · 22 years ago
  84. 26a1ac4 Add trailing newline when saving. by Guido van Rossum · 22 years ago
  85. 48123b2 Security fixes: reject non-wiki-word page names; set homedir to /tmp. by Guido van Rossum · 22 years ago
  86. 6807721 Some really simple cgi examples. cgi3 is a MiniWiki. by Guido van Rossum · 22 years ago
  87. b0c87b9 Remove the SGI demos. These were all ancient and nobody cared enough. by Guido van Rossum · 22 years ago
  88. 16aac45 Remove the SGI demos. These were all ancient and nobody cared enough. by Guido van Rossum · 22 years ago
  89. 3b0a329 Massive changes from SF 589982 (tempfile.py rewrite, by Zack by Guido van Rossum · 22 years ago
  90. ead36d7 - Make number in comment match the targets in that section of the by Fred Drake · 22 years ago
  91. 98013be Get the meta class inheritance right. by Jeremy Hylton · 22 years ago
  92. 1808fbc move make_eiffel_method() out of base metaclass by Jeremy Hylton · 22 years ago
  93. a70c3bd Remove list prenpost. It's not used any longer. by Jeremy Hylton · 22 years ago
  94. c9329ca Add a call to a Sub() method that actually works. by Jeremy Hylton · 22 years ago
  95. a003316 Add Enum and Eiffel examples using new-style classes. by Jeremy Hylton · 22 years ago
  96. 425a8ec Repair example code in doc string. by Jeremy Hylton · 22 years ago
  97. a90a3b4 Use md5.new() constructor by Andrew M. Kuchling · 23 years ago
  98. 9a62448 Use random module instead of whrandom Move imports to top by Andrew M. Kuchling · 23 years ago
  99. d1a3c81 Move knee.py from Lib/ to Demo/imputil/. Fixes #515745. by Martin v. Löwis · 23 years ago
  100. 72118e5 Fix a typo in Tim's fix. by Guido van Rossum · 23 years ago