1. 3b1c89e MACDEPPATH: Remove `sharedmodules' from default value of this variable by Barry Warsaw · 27 years ago
  2. bcdb940 Added docstrings by Sue Williams, re-indented to 4 spaces / level. by Fred Drake · 27 years ago
  3. 8f81ef1 Fix LaTeX bug found by examining the docstrings added to commands.py. by Fred Drake · 27 years ago
  4. b4aeaeb Added libcommands.tex to list of library reference dependencies. by Fred Drake · 27 years ago
  5. 4fd1292 Documentation for Lib/commands.py, from Sue Williams. by Fred Drake · 27 years ago
  6. eda7863 Make imports faster on the Mac, by by Jack Jansen · 27 years ago
  7. 0130f0f Added prototype for PyMac_RestoreMenuBar by Jack Jansen · 27 years ago
  8. 3368cb7 Replaced MacOS.EnableAppSwitch with MacOS.SchedParams by Jack Jansen · 27 years ago
  9. d3b06a8 Added optional preload arg to some routines (which creates reloaded by Jack Jansen · 27 years ago
  10. 7fb76e0 Replaced MacOS.EnableAppswitch by MacOS.SchedParams by Jack Jansen · 27 years ago
  11. caa7c46 - Restore SIOUX menubar just before exiting, if the console window is kept by Jack Jansen · 27 years ago
  12. 455838a Really nitty-gritty change to prevent latex2html from using a LaTeX-generated by Fred Drake · 27 years ago
  13. 295b8e5 Add sys/types.h include for pid_t when threading. by Guido van Rossum · 27 years ago
  14. d9c6f4f Allow oct() result for 64-bit machines. by Guido van Rossum · 27 years ago
  15. 914c938 Use cPickle and cStringIO when available. by Guido van Rossum · 27 years ago
  16. f668d17 Clear the ftp cache when it contains more than 10 entries. by Guido van Rossum · 27 years ago
  17. 2966b32 Catch *all* errors that ftplib can raise (ftplib.all_errors) rather by Guido van Rossum · 27 years ago
  18. 0318fd6 Moved the definition of posix_times__doc__ to outside of #ifdef HAVE_TIMES by Roger E. Masse · 27 years ago
  19. 1830afb Changed the reference of 'mappingobject.c' to 'dictobject.c' by Roger E. Masse · 27 years ago
  20. 97b5457 Small changes (casts etc.) by Jack, for Mac compilation. by Guido van Rossum · 27 years ago
  21. 3c54030 Doc strings (AMK). by Guido van Rossum · 27 years ago
  22. 2b1566b Correct typo in last line (test program invocation). by Guido van Rossum · 27 years ago
  23. 9115eb5 Added a variant of the epilogue that has the PythonPowered logo. by Guido van Rossum · 27 years ago
  24. 5bf4d00 Move the second import of faqcust to the very end. by Guido van Rossum · 27 years ago
  25. 876736c AMK's regex test suite by Guido van Rossum · 27 years ago
  26. 71160aa Use #include "mymath.h" instead of declaring fabs() explicitly. by Guido van Rossum · 27 years ago
  27. cf3527b socket_type --> SocketType by Fred Drake · 27 years ago
  28. ca0f88d Added zlib by Jack Jansen · 27 years ago
  29. 175f1c8 Added USE_ZLIB to nonshared config files by Jack Jansen · 27 years ago
  30. 120a105 Removed SetScheduleTimes Added SchedParams Added docstrings for most routines by Jack Jansen · 27 years ago
  31. e68a61c Added zlib (optional on USE_ZLIB) by Jack Jansen · 27 years ago
  32. e3ae0df Removed old scheduler parameterizing calls and replaced with something by Jack Jansen · 27 years ago
  33. 4a79a4b Removed SetScheduleTimes and PyMac_DoYieldEnabled by Jack Jansen · 27 years ago
  34. c24751b Add Host: header to URL request. by Guido van Rossum · 27 years ago
  35. b94cd96 Fix bug in copy() by using copy.copy() instead of making assumptions by Guido van Rossum · 27 years ago
  36. bd40d7e Added the new dictionary methods to the wrapper class. by Fred Drake · 27 years ago
  37. 36bab7d Don't stop if the tests fail the first time around. by Guido van Rossum · 27 years ago
  38. 2d3aac2 The usual by Guido van Rossum · 27 years ago
  39. ce1fa26 Added tests for dict.clear(), dict.update(), dict.copy(). by Guido van Rossum · 27 years ago
  40. 77e1db3 Support $HOME in expanduser(). by Guido van Rossum · 27 years ago
  41. dafce6d Expanded the setup instructions. by Guido van Rossum · 27 years ago
  42. 525d52f Move the roulette() functionality out of the FaqDir class into the by Guido van Rossum · 27 years ago
  43. 46ff190 Add default case (standard conformance) to avoid piling up by Guido van Rossum · 27 years ago
  44. ec4f4ac Added doc strings (Neil Schemenauer). by Guido van Rossum · 27 years ago
  45. 21f8497 Use string.h, not strings.h by Guido van Rossum · 27 years ago
  46. 91ba64d socket_type -> SocketType by Guido van Rossum · 27 years ago
  47. 24995b9 array_type -> ArrayType by Guido van Rossum · 27 years ago
  48. 290283b Mac hack to make select() work again... by Guido van Rossum · 27 years ago
  49. 4f07404 Version upped. by Guido van Rossum · 27 years ago
  50. 178f58a Stupid typos -- ImporError. by Guido van Rossum · 27 years ago
  51. 39a23cc Doc for mailbox.tex (Jack) by Guido van Rossum · 27 years ago
  52. 6cb2ac2 A nicety (author lost). by Guido van Rossum · 27 years ago
  53. 41c302f add libmailbox by Guido van Rossum · 27 years ago
  54. e5bb790 Added libmailbox, obsolete libstdwin by Guido van Rossum · 27 years ago
  55. daff175 Increase printable page size. by Guido van Rossum · 27 years ago
  56. b40f2a7 Added SocketServer and mailbox modules. by Guido van Rossum · 27 years ago
  57. 98b43eb It's now using mimetools instead of rfc822 by Guido van Rossum · 27 years ago
  58. b9ee9c2 stdwin is obsolete. Point to bsddb from dbhash. by Guido van Rossum · 27 years ago
  59. 0a3c753 Additional info about sys.path, sys.version, sys.prefix, sys.exec_prefix. (AMK) by Guido van Rossum · 27 years ago
  60. 0fa066b Grammar (AMK). by Guido van Rossum · 27 years ago
  61. 067a2ac Mention seekable parameter (AMK). Added pointer to mailbox module. by Guido van Rossum · 27 years ago
  62. bac8002 Mention use of profile.py to run a script (AMK). by Guido van Rossum · 27 years ago
  63. f967bf6 Added putenv, ftruncate (AMK). by Guido van Rossum · 27 years ago
  64. 809408e Mention use of pdb.py to run a script (AMK). by Guido van Rossum · 27 years ago
  65. 94adab5 Added date, xgtitle, xover, xpath (AMK). by Guido van Rossum · 27 years ago
  66. a3f53cd It's now using mimetools instead of rfc822 by Guido van Rossum · 27 years ago
  67. 2525bed Fix a sentence which ends "...is 6, which." (AMK) by Guido van Rossum · 27 years ago
  68. 921f32c Mention abs(complex) -> magnitude (AMK). by Guido van Rossum · 27 years ago
  69. 3a0d850 Added complex numbers (AMK). by Guido van Rossum · 27 years ago
  70. a8d5131 Renamed dict.absorb() (too spungy) to dict.update(). by Guido van Rossum · 27 years ago
  71. c22eb01 Bugfix: last_changed would always print current time. by Guido van Rossum · 27 years ago
  72. 80c2a16 American spelling in doc string. by Guido van Rossum · 27 years ago
  73. db7098c The usual by Guido van Rossum · 27 years ago
  74. 7f059ad Use TRY_RUN, not TRY_COMPILE, to test for -Olimit (on Solaris, by Guido van Rossum · 27 years ago
  75. d7918fb Added hint about permissions. by Guido van Rossum · 27 years ago
  76. 72a342f Protect roulette against empty FAQ. by Guido van Rossum · 27 years ago
  77. 00494bf Inclide the imports and chdir in the try/except. by Guido van Rossum · 27 years ago
  78. 1d0fe31 Packer.pack_uhyper(): Fixes needed to properly pack unsigned 64 bit by Barry Warsaw · 27 years ago
  79. 8d1ac02 Documented (slightly) the USE_CACHE_ALIGNED define, for the standalone by Jack Jansen · 27 years ago
  80. e66b8c8 Updated for 1.5a2 distribution by Jack Jansen · 27 years ago
  81. 219e2e2 Projects for 1.5a2 distritbuion by Jack Jansen · 27 years ago
  82. baa6d55 Version number and such for 1.5a2 distribution by Jack Jansen · 27 years ago
  83. 6102b51 Added copy() and absorb(). by Guido van Rossum · 27 years ago
  84. f7cea10 Remove '(' in column 0 of doc strings. Add dependency on dict.copy(). by Guido van Rossum · 27 years ago
  85. e3f5b9c Added dict.absorb() and dict.copy(). by Guido van Rossum · 27 years ago
  86. fe97656 Hide .fdc files here. by Guido van Rossum · 27 years ago
  87. 5416a0d Checking in zlib demo. by Guido van Rossum · 27 years ago
  88. 68bdad1 Tiny script to play with it on a Mac. by Guido van Rossum · 27 years ago
  89. d7c9d96 Tweak default source of query a bit so it is possible to invoke by Guido van Rossum · 27 years ago
  90. 1aec3f0 lowercase proxies env variables, for Windows. by Guido van Rossum · 27 years ago
  91. 4305542 Reworded the doc string to remove the need for The Emacs font-lock kludge. by Guido van Rossum · 27 years ago
  92. 7701fd9 Changed release note structure: by Jack Jansen · 27 years ago
  93. 001aa86 Added a range of resource numbers reserved for Bruce by Jack Jansen · 27 years ago
  94. c8296db Widget._setup(): Support name=None in a similar way to the handling of other by Fred Drake · 27 years ago
  95. d812c07 Set version to 0.4; get rid of '(' in column 1 in triple-queted string. by Guido van Rossum · 27 years ago
  96. 132e189 Initial revision by Guido van Rossum · 27 years ago
  97. 7a24107 Added marks for very recently (24 hours) and recently (7 days) by Guido van Rossum · 27 years ago
  98. fd67f73 Added marks for very recently (24 hours) and recently (7 days) by Guido van Rossum · 27 years ago
  99. 8bc49c8 Support for more general diffing and retrieving any old revision. by Guido van Rossum · 27 years ago
  100. 8cde0b4 Added keyword searching. by Guido van Rossum · 27 years ago