1. 9115eb5 Added a variant of the epilogue that has the PythonPowered logo. by Guido van Rossum · 27 years ago
  2. 5bf4d00 Move the second import of faqcust to the very end. by Guido van Rossum · 27 years ago
  3. 876736c AMK's regex test suite by Guido van Rossum · 27 years ago
  4. 71160aa Use #include "mymath.h" instead of declaring fabs() explicitly. by Guido van Rossum · 27 years ago
  5. cf3527b socket_type --> SocketType by Fred Drake · 27 years ago
  6. ca0f88d Added zlib by Jack Jansen · 27 years ago
  7. 175f1c8 Added USE_ZLIB to nonshared config files by Jack Jansen · 27 years ago
  8. 120a105 Removed SetScheduleTimes Added SchedParams Added docstrings for most routines by Jack Jansen · 27 years ago
  9. e68a61c Added zlib (optional on USE_ZLIB) by Jack Jansen · 27 years ago
  10. e3ae0df Removed old scheduler parameterizing calls and replaced with something by Jack Jansen · 27 years ago
  11. 4a79a4b Removed SetScheduleTimes and PyMac_DoYieldEnabled by Jack Jansen · 27 years ago
  12. c24751b Add Host: header to URL request. by Guido van Rossum · 27 years ago
  13. b94cd96 Fix bug in copy() by using copy.copy() instead of making assumptions by Guido van Rossum · 27 years ago
  14. bd40d7e Added the new dictionary methods to the wrapper class. by Fred Drake · 27 years ago
  15. 36bab7d Don't stop if the tests fail the first time around. by Guido van Rossum · 27 years ago
  16. 2d3aac2 The usual by Guido van Rossum · 27 years ago
  17. ce1fa26 Added tests for dict.clear(), dict.update(), dict.copy(). by Guido van Rossum · 27 years ago
  18. 77e1db3 Support $HOME in expanduser(). by Guido van Rossum · 27 years ago
  19. dafce6d Expanded the setup instructions. by Guido van Rossum · 27 years ago
  20. 525d52f Move the roulette() functionality out of the FaqDir class into the by Guido van Rossum · 27 years ago
  21. 46ff190 Add default case (standard conformance) to avoid piling up by Guido van Rossum · 27 years ago
  22. ec4f4ac Added doc strings (Neil Schemenauer). by Guido van Rossum · 27 years ago
  23. 21f8497 Use string.h, not strings.h by Guido van Rossum · 27 years ago
  24. 91ba64d socket_type -> SocketType by Guido van Rossum · 27 years ago
  25. 24995b9 array_type -> ArrayType by Guido van Rossum · 27 years ago
  26. 290283b Mac hack to make select() work again... by Guido van Rossum · 27 years ago
  27. 4f07404 Version upped. by Guido van Rossum · 27 years ago
  28. 178f58a Stupid typos -- ImporError. by Guido van Rossum · 27 years ago
  29. 39a23cc Doc for mailbox.tex (Jack) by Guido van Rossum · 27 years ago
  30. 6cb2ac2 A nicety (author lost). by Guido van Rossum · 27 years ago
  31. 41c302f add libmailbox by Guido van Rossum · 27 years ago
  32. e5bb790 Added libmailbox, obsolete libstdwin by Guido van Rossum · 27 years ago
  33. daff175 Increase printable page size. by Guido van Rossum · 27 years ago
  34. b40f2a7 Added SocketServer and mailbox modules. by Guido van Rossum · 27 years ago
  35. 98b43eb It's now using mimetools instead of rfc822 by Guido van Rossum · 27 years ago
  36. b9ee9c2 stdwin is obsolete. Point to bsddb from dbhash. by Guido van Rossum · 27 years ago
  37. 0a3c753 Additional info about sys.path, sys.version, sys.prefix, sys.exec_prefix. (AMK) by Guido van Rossum · 27 years ago
  38. 0fa066b Grammar (AMK). by Guido van Rossum · 27 years ago
  39. 067a2ac Mention seekable parameter (AMK). Added pointer to mailbox module. by Guido van Rossum · 27 years ago
  40. bac8002 Mention use of profile.py to run a script (AMK). by Guido van Rossum · 27 years ago
  41. f967bf6 Added putenv, ftruncate (AMK). by Guido van Rossum · 27 years ago
  42. 809408e Mention use of pdb.py to run a script (AMK). by Guido van Rossum · 27 years ago
  43. 94adab5 Added date, xgtitle, xover, xpath (AMK). by Guido van Rossum · 27 years ago
  44. a3f53cd It's now using mimetools instead of rfc822 by Guido van Rossum · 27 years ago
  45. 2525bed Fix a sentence which ends "...is 6, which." (AMK) by Guido van Rossum · 27 years ago
  46. 921f32c Mention abs(complex) -> magnitude (AMK). by Guido van Rossum · 27 years ago
  47. 3a0d850 Added complex numbers (AMK). by Guido van Rossum · 27 years ago
  48. a8d5131 Renamed dict.absorb() (too spungy) to dict.update(). by Guido van Rossum · 27 years ago
  49. c22eb01 Bugfix: last_changed would always print current time. by Guido van Rossum · 27 years ago
  50. 80c2a16 American spelling in doc string. by Guido van Rossum · 27 years ago
  51. db7098c The usual by Guido van Rossum · 27 years ago
  52. 7f059ad Use TRY_RUN, not TRY_COMPILE, to test for -Olimit (on Solaris, by Guido van Rossum · 27 years ago
  53. d7918fb Added hint about permissions. by Guido van Rossum · 27 years ago
  54. 72a342f Protect roulette against empty FAQ. by Guido van Rossum · 27 years ago
  55. 00494bf Inclide the imports and chdir in the try/except. by Guido van Rossum · 27 years ago
  56. 1d0fe31 Packer.pack_uhyper(): Fixes needed to properly pack unsigned 64 bit by Barry Warsaw · 27 years ago
  57. 8d1ac02 Documented (slightly) the USE_CACHE_ALIGNED define, for the standalone by Jack Jansen · 27 years ago
  58. e66b8c8 Updated for 1.5a2 distribution by Jack Jansen · 27 years ago
  59. 219e2e2 Projects for 1.5a2 distritbuion by Jack Jansen · 27 years ago
  60. baa6d55 Version number and such for 1.5a2 distribution by Jack Jansen · 27 years ago
  61. 6102b51 Added copy() and absorb(). by Guido van Rossum · 27 years ago
  62. f7cea10 Remove '(' in column 0 of doc strings. Add dependency on dict.copy(). by Guido van Rossum · 27 years ago
  63. e3f5b9c Added dict.absorb() and dict.copy(). by Guido van Rossum · 27 years ago
  64. fe97656 Hide .fdc files here. by Guido van Rossum · 27 years ago
  65. 5416a0d Checking in zlib demo. by Guido van Rossum · 27 years ago
  66. 68bdad1 Tiny script to play with it on a Mac. by Guido van Rossum · 27 years ago
  67. d7c9d96 Tweak default source of query a bit so it is possible to invoke by Guido van Rossum · 27 years ago
  68. 1aec3f0 lowercase proxies env variables, for Windows. by Guido van Rossum · 27 years ago
  69. 4305542 Reworded the doc string to remove the need for The Emacs font-lock kludge. by Guido van Rossum · 27 years ago
  70. 7701fd9 Changed release note structure: by Jack Jansen · 27 years ago
  71. 001aa86 Added a range of resource numbers reserved for Bruce by Jack Jansen · 27 years ago
  72. c8296db Widget._setup(): Support name=None in a similar way to the handling of other by Fred Drake · 27 years ago
  73. d812c07 Set version to 0.4; get rid of '(' in column 1 in triple-queted string. by Guido van Rossum · 27 years ago
  74. 132e189 Initial revision by Guido van Rossum · 27 years ago
  75. 7a24107 Added marks for very recently (24 hours) and recently (7 days) by Guido van Rossum · 27 years ago
  76. fd67f73 Added marks for very recently (24 hours) and recently (7 days) by Guido van Rossum · 27 years ago
  77. 8bc49c8 Support for more general diffing and retrieving any old revision. by Guido van Rossum · 27 years ago
  78. 8cde0b4 Added keyword searching. by Guido van Rossum · 27 years ago
  79. d993695 Added keyword searching radio buttons. by Guido van Rossum · 27 years ago
  80. 030144d Don't need <BR> at end of <LI>. by Guido van Rossum · 27 years ago
  81. 1f04772 Bugfix -- should pass headers=0 when formatting query results. by Guido van Rossum · 27 years ago
  82. 21c4b5f Add optional section titles to format_all. by Guido van Rossum · 27 years ago
  83. b1d8a25 Oops, checked in the wrong SHORTNAME value. by Guido van Rossum · 27 years ago
  84. 2305231 Added a local customization feature: load some parameters from faqcust. by Guido van Rossum · 27 years ago
  85. 46a160f Initial revision by Guido van Rossum · 27 years ago
  86. 72fdef0 Initial revision by Guido van Rossum · 27 years ago
  87. ea31ea2 I'm happy with this. by Guido van Rossum · 27 years ago
  88. 1677e5b Initial revision by Guido van Rossum · 27 years ago
  89. efe640c Final touch -- bottom link points to FAQ Wizard home. by Guido van Rossum · 27 years ago
  90. eae7d0e Forgot to remove debug stmt. by Guido van Rossum · 27 years ago
  91. 9c6ceda The official name of the whole thing is now "Python FAQ Wizard"; by Guido van Rossum · 27 years ago
  92. a78a3c3 Implemented a simple Password scheme. Added a Help link to the FAQ Edit Wizard. by Guido van Rossum · 27 years ago
  93. f8f0fb7 Added last mtime on whole faq. by Guido van Rossum · 27 years ago
  94. 1d57981 Nits. by Guido van Rossum · 27 years ago
  95. 1dcc244 Reorg TO DO list. by Guido van Rossum · 27 years ago
  96. a0e9a6d Small nits for Grail; don't forget to cgi.translate & and <. by Guido van Rossum · 27 years ago
  97. d1c1ec8 - Suppress the visible text in the epilogue when "edit=no" is specified. by Guido van Rossum · 27 years ago
  98. 4888c7e Added section titles (for now, hardcoded in the file). by Guido van Rossum · 27 years ago
  99. 549e0ff Removed references to StdClib and PLStringFuncs, rebuilt everything by Jack Jansen · 27 years ago
  100. 6f69c50 Nothing important by Jack Jansen · 27 years ago