1. 3e43d83 clarify optional status by Guido van Rossum · 29 years ago
  2. 0bbbea1 typos only by Guido van Rossum · 29 years ago
  3. eafe32a chapter on new things in 1.3 by Guido van Rossum · 29 years ago
  4. e164bd8 Documented FindFolder, GetFInfo, SetFInfo and the FInfo object. by Jack Jansen · 29 years ago
  5. ea79c87 re-enabled newmodule by Jack Jansen · 29 years ago
  6. d8eb8a7 MkPluginAliases - Scripts (AppleScript and Python) to create aliases by Jack Jansen · 29 years ago
  7. 9f0a17b Better fix for creating extended pythons. (getpath.c needs to be by Sjoerd Mullender · 29 years ago
  8. ad5d2cf Fixed creation of extended python. by Sjoerd Mullender · 29 years ago
  9. 9d8fe64 rather ugly temporary hacks to make it work in grail & restricted mode by Guido van Rossum · 29 years ago
  10. 6a0691a fix bug in reload by Guido van Rossum · 29 years ago
  11. bebe515 add module binascii; add r_unload/s_unload; don't change 'rb' to 'r' in open by Guido van Rossum · 29 years ago
  12. aa76344 change blank line insertion at a few places and fix recursion bug for </var> by Guido van Rossum · 29 years ago
  13. 150316e added getpath.c; added -P exec_prefix; added explanatory note by Guido van Rossum · 29 years ago
  14. 45a9104 added MACHDEP back in by Guido van Rossum · 29 years ago
  15. 6e39e53 Initial revision by Guido van Rossum · 29 years ago
  16. 222c892 add xstat (extended stat, returns resource fork size and creator/type) by Guido van Rossum · 29 years ago
  17. 08d2071 set some fields to zero for directories by Guido van Rossum · 29 years ago
  18. 6d47d0d pass prefix etc. on when making sharedinstall; install getpath.c by Guido van Rossum · 29 years ago
  19. 1383356 added sys.std files, read-only open, reload by Guido van Rossum · 29 years ago
  20. 221df24 add splitdrive() by Guido van Rossum · 29 years ago
  21. 971ee13 pass the command to sh -c by Guido van Rossum · 29 years ago
  22. e0bfd50 correct typo (persis*ent) by Guido van Rossum · 29 years ago
  23. ec8fd94 use new "single" compile option by Guido van Rossum · 29 years ago
  24. b767709 make sure os.environ exists (maybe empty) by Guido van Rossum · 29 years ago
  25. 8755582 add seekable option to __init__ by Guido van Rossum · 29 years ago
  26. 65ab98c use mimetools; add close() by Guido van Rossum · 29 years ago
  27. e780877 added parse_qs(query_string) by Guido van Rossum · 29 years ago
  28. f54d967 new formatter module; redid htmllib module to use it by Guido van Rossum · 29 years ago
  29. a0eab1d Initial revision by Guido van Rossum · 29 years ago
  30. 0a2eaac Use binascii module for inner loop by Jack Jansen · 29 years ago
  31. fcdffea Implement binhex protocol. by Jack Jansen · 29 years ago
  32. cf63693 Better error messages wrt missing resources and preferences by Jack Jansen · 29 years ago
  33. a7b6a82 Added binascii by Jack Jansen · 29 years ago
  34. 7278119 Helper module for uuencode and binhex coders by Jack Jansen · 29 years ago
  35. a68bfe2 Added missing walk() function by Jack Jansen · 29 years ago
  36. 3d18593 Added interfaces to {Get,Set}FInfo and accompanying objects by Jack Jansen · 29 years ago
  37. f8bddd8 Mwerks now also has fopenrf by Jack Jansen · 29 years ago
  38. 426fa79 Mwerks version of fopenRF. by Jack Jansen · 29 years ago
  39. 67b4e6d Fix for cfm68k by Jack Jansen · 29 years ago
  40. fc59603 Moved here because it is think-specific by Jack Jansen · 29 years ago
  41. 63bf598 Added resource-files to CVS tree, in binhex form by Jack Jansen · 29 years ago
  42. d8c7a41 Put resource-files under CVS, in binhex form by Jack Jansen · 29 years ago
  43. 221ec0b new sendport() interface; add test() program call by Guido van Rossum · 29 years ago
  44. 28e99fe added format_* functions (suggestion by Ken M) by Guido van Rossum · 29 years ago
  45. fb1a0cd subtle changes to relative rurl joins by Guido van Rossum · 29 years ago
  46. bbb0a05 use mimetools; add error handling and authentication by Guido van Rossum · 29 years ago
  47. 7ff5d7f major rewrite using different formatting paradigm by Guido van Rossum · 29 years ago
  48. 145b2e0 changed comment parsing by Guido van Rossum · 29 years ago
  49. 667d704 Initial revision by Guido van Rossum · 29 years ago
  50. 37ba0bc split config.c in 1000 parts; new main; new unfinished objective-C module by Guido van Rossum · 29 years ago
  51. e3e61c1 empty kw dict is ok for builtins by Guido van Rossum · 29 years ago
  52. a1633cd split cofnfig.c in 1000 little files :-) by Guido van Rossum · 29 years ago
  53. 47ad5e7 moved stuff around to resemble main.c by Guido van Rossum · 29 years ago
  54. 6ec1efb add imp.get_frozen_object() by Guido van Rossum · 29 years ago
  55. b7b4562 avoid resize of 0-length tuple by Guido van Rossum · 29 years ago
  56. ac21f6a class objects are read-only in restricted mode by Guido van Rossum · 29 years ago
  57. 055968c better err checks in resizetuple by Guido van Rossum · 29 years ago
  58. e7e578f Initial revision by Guido van Rossum · 29 years ago
  59. 40d1ea3 new package support, import hooks, restricted execution support by Guido van Rossum · 29 years ago
  60. a22a70a added some missing constants by Guido van Rossum · 29 years ago
  61. 35f67fb keyword arguments; redid Photo image class; other goodies by Guido van Rossum · 29 years ago
  62. 9455063 keyword parameter changes by Guido van Rossum · 29 years ago
  63. 5968bad - Use new names - Use AEInteractWithUser by Jack Jansen · 29 years ago
  64. 39fe80b Initial revision by Jack Jansen · 29 years ago
  65. e87e7a5 New test program for server AE handling by Jack Jansen · 29 years ago
  66. 7874b5d minor fix by Jack Jansen · 29 years ago
  67. 5050199 Fixed incorrect call to InstallHandler and a few other things by Jack Jansen · 29 years ago
  68. 21eb0b5 mac CW-only fix for messy windows upon exit by Jack Jansen · 29 years ago
  69. b7d0df4 Allow mac user to set "command line flags" by option-starting python. by Jack Jansen · 29 years ago
  70. 292b0f9 Added code so you canset "command line options" if you by Jack Jansen · 29 years ago
  71. cc456fb Un-installing of AE handlers fixed (AE is very picky that you specify by Jack Jansen · 29 years ago
  72. 7571f30 A new home for scripts/applets by Jack Jansen · 29 years ago
  73. 0db1ef9 fix bogus DECREF in finally clause by Guido van Rossum · 29 years ago
  74. b158909 \temporary 'fix' for brokenness by Guido van Rossum · 29 years ago
  75. 23ebeba Made more ppc-savvy by Jack Jansen · 29 years ago
  76. 4cae5e6 - Added getplatform() - (temporarily?) removed newmodule reference by Jack Jansen · 29 years ago
  77. 614cf81 Undef 'argument' before including mac headers by Jack Jansen · 29 years ago
  78. 8cb4b1f Module with one function to read Python modules and extract class and by Sjoerd Mullender · 29 years ago
  79. ff8b494 changes for keyword args to built-in functions and classes by Guido van Rossum · 29 years ago
  80. ce0a6de never close the file in imp.load_... by Guido van Rossum · 29 years ago
  81. a83f270 changes for keyword args to built-in functions and classes by Guido van Rossum · 29 years ago
  82. bebdc37 changes for keyword args to built-in functions and classes by Guido van Rossum · 29 years ago
  83. 454674d add forgotten PyObject_SetAttrString by Guido van Rossum · 29 years ago
  84. 07b14dd add locking where it exists by Guido van Rossum · 29 years ago
  85. ef38b78 use newgetargs by Guido van Rossum · 29 years ago
  86. f8afdcf improved comments for curses, dbhash by Guido van Rossum · 29 years ago
  87. e42fc2f use getnewargs where it makes sense by Guido van Rossum · 29 years ago
  88. 53bb7ff be more suspicious of getlocals() by Guido van Rossum · 29 years ago
  89. bdd207a better policy regarding NULL locals by Guido van Rossum · 29 years ago
  90. 3fc9d73 new version by Guido van Rossum · 29 years ago
  91. ffa257d Initial revision by Guido van Rossum · 29 years ago
  92. 2e5168c Get magic number from interpreter (using module imp). by Sjoerd Mullender · 29 years ago
  93. aa3e163 Added flush() method. by Sjoerd Mullender · 29 years ago
  94. ff99a72 change obsolete isfile to isvalid; add lock and unlock commands by Guido van Rossum · 29 years ago
  95. ec9ea61 remove comment about obsolete variable by Guido van Rossum · 29 years ago
  96. a79f5a3 implemented 'add' command and commit for added files by Guido van Rossum · 29 years ago
  97. cf1025b fixed arg checking for keys() and close() by Guido van Rossum · 29 years ago
  98. 79ae53e Initial revision by Guido van Rossum · 29 years ago
  99. ae75f49 added dbhash; Tk is now officially at 4.0 by Guido van Rossum · 29 years ago
  100. 24f42ac suppress . and .. in listdir return value by Guido van Rossum · 29 years ago