1. 7278119 Helper module for uuencode and binhex coders by Jack Jansen · 29 years ago
  2. a68bfe2 Added missing walk() function by Jack Jansen · 29 years ago
  3. 3d18593 Added interfaces to {Get,Set}FInfo and accompanying objects by Jack Jansen · 29 years ago
  4. f8bddd8 Mwerks now also has fopenrf by Jack Jansen · 29 years ago
  5. 426fa79 Mwerks version of fopenRF. by Jack Jansen · 29 years ago
  6. 67b4e6d Fix for cfm68k by Jack Jansen · 29 years ago
  7. fc59603 Moved here because it is think-specific by Jack Jansen · 29 years ago
  8. 63bf598 Added resource-files to CVS tree, in binhex form by Jack Jansen · 29 years ago
  9. d8c7a41 Put resource-files under CVS, in binhex form by Jack Jansen · 29 years ago
  10. 221ec0b new sendport() interface; add test() program call by Guido van Rossum · 29 years ago
  11. 28e99fe added format_* functions (suggestion by Ken M) by Guido van Rossum · 29 years ago
  12. fb1a0cd subtle changes to relative rurl joins by Guido van Rossum · 29 years ago
  13. bbb0a05 use mimetools; add error handling and authentication by Guido van Rossum · 29 years ago
  14. 7ff5d7f major rewrite using different formatting paradigm by Guido van Rossum · 29 years ago
  15. 145b2e0 changed comment parsing by Guido van Rossum · 29 years ago
  16. 667d704 Initial revision by Guido van Rossum · 29 years ago
  17. 37ba0bc split config.c in 1000 parts; new main; new unfinished objective-C module by Guido van Rossum · 29 years ago
  18. e3e61c1 empty kw dict is ok for builtins by Guido van Rossum · 29 years ago
  19. a1633cd split cofnfig.c in 1000 little files :-) by Guido van Rossum · 29 years ago
  20. 47ad5e7 moved stuff around to resemble main.c by Guido van Rossum · 29 years ago
  21. 6ec1efb add imp.get_frozen_object() by Guido van Rossum · 29 years ago
  22. b7b4562 avoid resize of 0-length tuple by Guido van Rossum · 29 years ago
  23. ac21f6a class objects are read-only in restricted mode by Guido van Rossum · 29 years ago
  24. 055968c better err checks in resizetuple by Guido van Rossum · 29 years ago
  25. e7e578f Initial revision by Guido van Rossum · 29 years ago
  26. 40d1ea3 new package support, import hooks, restricted execution support by Guido van Rossum · 29 years ago
  27. a22a70a added some missing constants by Guido van Rossum · 29 years ago
  28. 35f67fb keyword arguments; redid Photo image class; other goodies by Guido van Rossum · 29 years ago
  29. 9455063 keyword parameter changes by Guido van Rossum · 29 years ago
  30. 5968bad - Use new names - Use AEInteractWithUser by Jack Jansen · 29 years ago
  31. 39fe80b Initial revision by Jack Jansen · 29 years ago
  32. e87e7a5 New test program for server AE handling by Jack Jansen · 29 years ago
  33. 7874b5d minor fix by Jack Jansen · 29 years ago
  34. 5050199 Fixed incorrect call to InstallHandler and a few other things by Jack Jansen · 29 years ago
  35. 21eb0b5 mac CW-only fix for messy windows upon exit by Jack Jansen · 29 years ago
  36. b7d0df4 Allow mac user to set "command line flags" by option-starting python. by Jack Jansen · 29 years ago
  37. 292b0f9 Added code so you canset "command line options" if you by Jack Jansen · 29 years ago
  38. cc456fb Un-installing of AE handlers fixed (AE is very picky that you specify by Jack Jansen · 29 years ago
  39. 7571f30 A new home for scripts/applets by Jack Jansen · 29 years ago
  40. 0db1ef9 fix bogus DECREF in finally clause by Guido van Rossum · 29 years ago
  41. b158909 \temporary 'fix' for brokenness by Guido van Rossum · 29 years ago
  42. 23ebeba Made more ppc-savvy by Jack Jansen · 29 years ago
  43. 4cae5e6 - Added getplatform() - (temporarily?) removed newmodule reference by Jack Jansen · 29 years ago
  44. 614cf81 Undef 'argument' before including mac headers by Jack Jansen · 29 years ago
  45. 8cb4b1f Module with one function to read Python modules and extract class and by Sjoerd Mullender · 29 years ago
  46. ff8b494 changes for keyword args to built-in functions and classes by Guido van Rossum · 29 years ago
  47. ce0a6de never close the file in imp.load_... by Guido van Rossum · 29 years ago
  48. a83f270 changes for keyword args to built-in functions and classes by Guido van Rossum · 29 years ago
  49. bebdc37 changes for keyword args to built-in functions and classes by Guido van Rossum · 29 years ago
  50. 454674d add forgotten PyObject_SetAttrString by Guido van Rossum · 29 years ago
  51. 07b14dd add locking where it exists by Guido van Rossum · 29 years ago
  52. ef38b78 use newgetargs by Guido van Rossum · 29 years ago
  53. f8afdcf improved comments for curses, dbhash by Guido van Rossum · 29 years ago
  54. e42fc2f use getnewargs where it makes sense by Guido van Rossum · 29 years ago
  55. 53bb7ff be more suspicious of getlocals() by Guido van Rossum · 29 years ago
  56. bdd207a better policy regarding NULL locals by Guido van Rossum · 29 years ago
  57. 3fc9d73 new version by Guido van Rossum · 29 years ago
  58. ffa257d Initial revision by Guido van Rossum · 29 years ago
  59. 2e5168c Get magic number from interpreter (using module imp). by Sjoerd Mullender · 29 years ago
  60. aa3e163 Added flush() method. by Sjoerd Mullender · 29 years ago
  61. ff99a72 change obsolete isfile to isvalid; add lock and unlock commands by Guido van Rossum · 29 years ago
  62. ec9ea61 remove comment about obsolete variable by Guido van Rossum · 29 years ago
  63. a79f5a3 implemented 'add' command and commit for added files by Guido van Rossum · 29 years ago
  64. cf1025b fixed arg checking for keys() and close() by Guido van Rossum · 29 years ago
  65. 79ae53e Initial revision by Guido van Rossum · 29 years ago
  66. ae75f49 added dbhash; Tk is now officially at 4.0 by Guido van Rossum · 29 years ago
  67. 24f42ac suppress . and .. in listdir return value by Guido van Rossum · 29 years ago
  68. 681d79a keyword arguments and faster calls by Guido van Rossum · 29 years ago
  69. 11a3f0c2 NT specific change for nicer error message (Mark H) by Guido van Rossum · 29 years ago
  70. 2271bf7 changes for keyword arguments and fast function call; added abstract.c by Guido van Rossum · 29 years ago
  71. 884afd6 keyword arguments and faster function calls by Guido van Rossum · 29 years ago
  72. e15dee5 Generic Abstract Object Interface by Guido van Rossum · 29 years ago
  73. 3c78079 include abstract.h by Guido van Rossum · 29 years ago
  74. a827537 Generic Abstract Object Interface by Guido van Rossum · 29 years ago
  75. e4b4038 Various toolbox routines have gotten new names. by Jack Jansen · 29 years ago
  76. bc60864 The three most important suites, generated by gensuitemodule by Jack Jansen · 29 years ago
  77. 5ccd826 Gensuitemodule generates python classes from aete/aeut resources by Jack Jansen · 29 years ago
  78. 40775ba Split aepack and aetypes off from aetools (it was getting too big) by Jack Jansen · 29 years ago
  79. 5ae5fdf Generated anew after fixing aescan.py by Jack Jansen · 29 years ago
  80. 7433568 Also scan AERegistry.h and AEObjects.h and create .py definition files. by Jack Jansen · 29 years ago
  81. 829f88c Added GetErrorString method (convert OSErr number to string) by Jack Jansen · 29 years ago
  82. 761c5ab Tk 4.0 and Tcl 7.4 are now standard by Guido van Rossum · 29 years ago
  83. 677dfc3 Tommy's mail explaining status by Guido van Rossum · 29 years ago
  84. 7f64e24 Official version 1.26 directly from Ken by Guido van Rossum · 29 years ago
  85. 1311e3c args to call_object must be tuple or NULL by Guido van Rossum · 29 years ago
  86. b89ab8c something close to Ken's latest version ... by Guido van Rossum · 29 years ago
  87. d3f9a1a fix read(0), readline(0); make tuple for call_object args by Guido van Rossum · 29 years ago
  88. 3212031 rename arglist to alist (conflict with new grammar symbol) by Guido van Rossum · 29 years ago
  89. 9f02331 Ignore a few more names when comparing directories. by Sjoerd Mullender · 29 years ago
  90. 611be70 replace vars() with locals() and globals(); 3rd raise arg; typos by Guido van Rossum · 29 years ago
  91. 8fd0219 typos by Guido van Rossum · 29 years ago
  92. ab330d4 add missing definitin of longstringitem by Guido van Rossum · 29 years ago
  93. 95a5b9c correct description of list.insert() by Guido van Rossum · 29 years ago
  94. d6ac380 fix bug in example (should close file at all times) by Guido van Rossum · 29 years ago
  95. 6b686e9 correct typo; document sys.platform by Guido van Rossum · 29 years ago
  96. fb502e9 documented globals() and locals() by Guido van Rossum · 29 years ago
  97. abfa2ca added pointer to libimp.tex for __import__ example by Guido van Rossum · 29 years ago
  98. 0bf8475 documented default flag, mode; changed gdbm into a pointer to dbm by Guido van Rossum · 29 years ago
  99. f10570b 3rd arg for raise; INCOMPLETE keyword parameter passing (currently f(kw=value) is seen as f('kw', value)) by Guido van Rossum · 29 years ago
  100. 7faeab3 new MAGIC; some changes to default files for imp.load_... functions by Guido van Rossum · 29 years ago