1. 5edcf34 Change bind() to tag_bind() so it works again. by Guido van Rossum · 27 years ago
  2. a2f626f Patch by Case Roole <cjr@bound.xs4all.nl> to fail with a more by Guido van Rossum · 27 years ago
  3. 626a8d0 Added hint to skip the heavy stuff on first reading. by Guido van Rossum · 27 years ago
  4. 7ade6da As Paul Prescod pointed out, metaprogramming is really something by Guido van Rossum · 27 years ago
  5. 7b877a9 Some nits, added a whole section on what you could do with by Guido van Rossum · 27 years ago
  6. 0cdb887 Completed first draft. by Guido van Rossum · 27 years ago
  7. 1fb071c Checkpoint. by Guido van Rossum · 27 years ago
  8. 27e4aa3 Arbitrary point checkpoint commit. Take no notice. by Guido van Rossum · 27 years ago
  9. bff110f Examples of metaprogramming in pure Python. by Guido van Rossum · 27 years ago
  10. 21c5c8f Correct off-by-two-pixels error. by Guido van Rossum · 27 years ago
  11. aa61505 Use a counter instead of a Boolean to check for initialized; n calls by Guido van Rossum · 27 years ago
  12. dac4447 Add try-finally around main loop. by Guido van Rossum · 27 years ago
  13. 20abb4e Added (commented-out) defs for use with the build tree instead of the by Guido van Rossum · 27 years ago
  14. c46d22e Print ps (process status) for us when starting a new thread. by Guido van Rossum · 27 years ago
  15. 630924f Use Py_NewInterpreter() and friends. Remove saving/restoring of std files. by Guido van Rossum · 27 years ago
  16. 661aebc New test for generic Makefile.pre.in by Guido van Rossum · 27 years ago
  17. a955967 Added description of the extend subdirectory. by Guido van Rossum · 27 years ago
  18. a88446a Some improvements, e.g. -L/depot/... is not needed. by Guido van Rossum · 27 years ago
  19. e0c6901 Added leading comment and security check. by Guido van Rossum · 27 years ago
  20. 42ded89 Reformulate security check using getsockname(). by Guido van Rossum · 27 years ago
  21. eca991d Change security policy -- only accept requests from current host. by Guido van Rossum · 27 years ago
  22. d1bef00 Removed old signature. by Guido van Rossum · 27 years ago
  23. 14b0e70 Updated description for embed; added pysvr. by Guido van Rossum · 27 years ago
  24. 5c8b991 New example of threaded embedding by Guido van Rossum · 27 years ago
  25. 6e614e3 Updated the Makefile to work with the new build strategy. by Guido van Rossum · 27 years ago
  26. fe97656 Hide .fdc files here. by Guido van Rossum · 27 years ago
  27. 5416a0d Checking in zlib demo. by Guido van Rossum · 27 years ago
  28. 0609f19 A completely new Rat.py by Sjoerd. by Guido van Rossum · 27 years ago
  29. b2c02de Removed pprint.py. by Fred Drake · 27 years ago
  30. b5d2039 Always use spaces for indentation. by Fred Drake · 27 years ago
  31. 9a8cb84 Checked in some new Tk demos that I wrote a while ago. by Guido van Rossum · 27 years ago
  32. b5846d7 A different winning animation. by Guido van Rossum · 28 years ago
  33. a0dc1c4 Actually, *this* fixes the last bug. by Guido van Rossum · 28 years ago
  34. 1b2b53a Considerably restructured. This fixes the one remaining bug. by Guido van Rossum · 28 years ago
  35. 8de9f89 Solitaire game, like the one that comes with Windows. by Guido van Rossum · 28 years ago
  36. f06ee5f /usr/local/bin/python -> /usr/bin/env python by Guido van Rossum · 28 years ago
  37. 58a7856 Pass self as master to Entry() widget constructor. by Guido van Rossum · 28 years ago
  38. c153d12 Got rid of almost totally obsolete Demo/www subdir. by Guido van Rossum · 28 years ago
  39. 3f3691e (Demo/parser/FILES, Demo/parser/Makefile, Demo/parser/parser.tex, by Fred Drake · 28 years ago
  40. 8206fb9 Final set of changes by Fred before 1.4beta3 by Guido van Rossum · 28 years ago
  41. a4ddb23 update -- Undo is now entry 1 by Guido van Rossum · 28 years ago
  42. 4ec060a unicast pendant for broadcast.py by Guido van Rossum · 28 years ago
  43. 16d27e3 Demos for Fred's parser module by Guido van Rossum · 28 years ago
  44. bf66c64 Added note about standard library module xdrlib.py by Guido van Rossum · 28 years ago
  45. 2108a50 Remove comment "SGI only" by Guido van Rossum · 28 years ago
  46. 3df1d1b Simplified and rationalized. by Guido van Rossum · 28 years ago
  47. c163ae5 mac utility by Guido van Rossum · 28 years ago
  48. db9c054 turn a pile of RCS files into a ChangeLog file by Guido van Rossum · 28 years ago
  49. ef25370 print MX record by Guido van Rossum · 28 years ago
  50. 29b1606 Adapted to CNRI by Guido van Rossum · 28 years ago
  51. 72ba616 Added note about Python's support of complex numbers. Added exp(z). by Guido van Rossum · 28 years ago
  52. 89cb67b Updated for Python 1.4 by Guido van Rossum · 28 years ago
  53. 4dd0bf9 (rmt.py): Updated to "modern" python coding conventions, somewhat. Keyword by Fred Drake · 28 years ago
  54. 7a1c791 add mac compatibility by Guido van Rossum · 28 years ago
  55. faefe4c Fix typos (need to use tag_bind, not bind). by Guido van Rossum · 28 years ago
  56. e71c5a7 Removed broken tst.py by Guido van Rossum · 28 years ago
  57. 10d0f8f Renamed module tkinter to _tkinter by Jack Jansen · 29 years ago
  58. 5e6a356 undo opaque=fopaque changes; make test script more flexible by Guido van Rossum · 29 years ago
  59. 81a07ce idraw on top of an image by Guido van Rossum · 29 years ago
  60. 447ae53 fix for 4.0 by Guido van Rossum · 29 years ago
  61. c0c01f7 more elegant way to treat exit status by Guido van Rossum · 29 years ago
  62. a176f58 add "-r revisions" flag to log flags by Guido van Rossum · 29 years ago
  63. 7bde92b added log option; cleanup afterwards by Guido van Rossum · 29 years ago
  64. bffda89 change log() to return the string instead of printing it by Guido van Rossum · 29 years ago
  65. 83d6bbf search for keyfile in sys.path as last resort; reword exception by Guido van Rossum · 29 years ago
  66. 5a6ad8f flush before reading response from socket by Guido van Rossum · 29 years ago
  67. 11bb174 mac robustness: use os.path.join by Guido van Rossum · 29 years ago
  68. f6d6928 mac robustness: default timezone, unlink target before rename by Guido van Rossum · 29 years ago
  69. ee3de2a small fixes by Guido van Rossum · 29 years ago
  70. 502d960 incompletely converted to Tk 4.0 by Guido van Rossum · 29 years ago
  71. c27e042 adapted to Tk 4.0 and CNRI man page locations by Guido van Rossum · 29 years ago
  72. 69428f1 improve fonts; Tk 4.0 aware by Guido van Rossum · 29 years ago
  73. bbf8175 simplified no Tk() sets _default_root by Guido van Rossum · 29 years ago
  74. 55618ef use $DISPLAY by Guido van Rossum · 29 years ago
  75. c66394d Initial revision by Guido van Rossum · 29 years ago
  76. ff99a72 change obsolete isfile to isvalid; add lock and unlock commands by Guido van Rossum · 29 years ago
  77. ec9ea61 remove comment about obsolete variable by Guido van Rossum · 29 years ago
  78. a79f5a3 implemented 'add' command and commit for added files by Guido van Rossum · 29 years ago
  79. 9f02331 Ignore a few more names when comparing directories. by Sjoerd Mullender · 29 years ago
  80. 464f62b added support for -L flag (local operation) by Guido van Rossum · 29 years ago
  81. 2ba1b4c add -L option by Guido van Rossum · 29 years ago
  82. bab4725 delete file after checkin by Guido van Rossum · 29 years ago
  83. 903afd0 add bug comment by Guido van Rossum · 29 years ago
  84. c503c97 restructured index somewhat by Guido van Rossum · 29 years ago
  85. ab75eb2 rewritten using rcslib.py by Guido van Rossum · 29 years ago
  86. 40de53c use the new rcslib by Guido van Rossum · 29 years ago
  87. 8608ab6 initial checkin by Guido van Rossum · 29 years ago
  88. 72974f3 define RCSProxyClient here instead of in RCSProxy.py by Guido van Rossum · 29 years ago
  89. 802c437 rewritten and documented by Guido van Rossum · 29 years ago
  90. 79ed32d barry's contributions by Guido van Rossum · 29 years ago
  91. 6ea3f92 added notes about security by Guido van Rossum · 29 years ago
  92. 54175f7 import string; add 129.6.64 to security by Guido van Rossum · 29 years ago
  93. f3d39ab add security by Guido van Rossum · 29 years ago
  94. 541df3e bugfixes by Guido van Rossum · 29 years ago
  95. d1972af update -R; diff -r<rev>; send mail on commit by Guido van Rossum · 29 years ago
  96. 29cd62b add doc for extra field by Guido van Rossum · 29 years ago
  97. 45babef security stuff added by Guido van Rossum · 29 years ago
  98. 37a2911 placeholder for security measures by Guido van Rossum · 29 years ago
  99. 2f7ef91 eremoved should be edeleted, tests for lseen/rseen should be lsum/rsum by Guido van Rossum · 29 years ago
  100. ec8cfd4 largely rewritten FileClass and RCVS by Guido van Rossum · 29 years ago