1. 6c11f74 Added PyMac_GetFullPath(), PyMac_ApplicationPath and PyMac_ApplicationFSSpec by Jack Jansen · 28 years ago
  2. 84fb1fa Got rid of nfullpath() by Jack Jansen · 28 years ago
  3. 26ee126 Got rid of nfullpath in favor of PyMac_GetFullPath (which was pretty by Jack Jansen · 28 years ago
  4. 8096daa When loading a PYC resource check whether the filename is the by Jack Jansen · 28 years ago
  5. 6c06590 More sensible default sys.path by Jack Jansen · 28 years ago
  6. 297d7dd Keep the folder structure in Mac:mwerks:projects similar to the by Jack Jansen · 28 years ago
  7. 612db8f Removed addpack calls by Jack Jansen · 28 years ago
  8. 7b6aa0a Removed old project file, als restructured projects directory to by Jack Jansen · 28 years ago
  9. 7d42d95 Fix syntax of commented-out variables by Guido van Rossum · 28 years ago
  10. b54f4de Added 'Introduction' section head and 'Memory Management' subsection. by Guido van Rossum · 28 years ago
  11. 8dbcdd0 correct typo in return variable for PySequence_Index() by Guido van Rossum · 28 years ago
  12. 0b1ff66 Should compare errno to 0, not NULL by Guido van Rossum · 28 years ago
  13. 76e47f3 Change last Ellipses to Ellipsis :-( by Guido van Rossum · 28 years ago
  14. f93f101 (Makefile): Updated latex2html support. by Fred Drake · 28 years ago
  15. 7a7480d (myformat.perl): Added handler for cfuncdesc environment. This is needed by Fred Drake · 28 years ago
  16. eb33c78 (myformat.sty, extref.tex): Moved definition of cfuncdesc environment to by Fred Drake · 28 years ago
  17. fd255e4 (tut.tex): Added matching \normalsize after \small font control command by Fred Drake · 28 years ago
  18. 3622e0d (match-string): Added a definition for older Emacsen. by Barry Warsaw · 28 years ago
  19. abcb382 (texi2html.py): Minor improvement to HTML 3.0 output for code examples. by Fred Drake · 28 years ago
  20. 893e5e0 (partparse.py): Fix nasty bug where \e got translated to @e only within by Fred Drake · 28 years ago
  21. 6c3a3aa This commit was manufactured by cvs2svn to create tag 'release14'. by cvs2svn · 28 years ago
  22. 61f9139 Added disclaimer. by Guido van Rossum · 28 years ago
  23. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  24. 478f487 Added disclaimer. by Guido van Rossum · 28 years ago
  25. f501b4e Ready for release. Added section on the book. Removed bugs/gripes emails. by Guido van Rossum · 28 years ago
  26. 819889d Noticed a few more things that have been done. by Guido van Rossum · 28 years ago
  27. 7704bb7 Added last-minute changes. by Guido van Rossum · 28 years ago
  28. 58e7a1a Updated notice. by Guido van Rossum · 28 years ago
  29. 130575d CNRI additions, approved by the boss and his wife :-) by Guido van Rossum · 28 years ago
  30. 6240b0b Small nits only. by Guido van Rossum · 28 years ago
  31. c45289c The usual :-( by Guido van Rossum · 28 years ago
  32. 52cf578 Touched by FrameMaker :-( by Guido van Rossum · 28 years ago
  33. fa7bfce Include updated title page. by Guido van Rossum · 28 years ago
  34. f73f79b Done with this for 1.4. by Guido van Rossum · 28 years ago
  35. 3a26dd8 Done with the "New in 1.4" chapter. by Guido van Rossum · 28 years ago
  36. b0259bc Add SHELL=/bin/sh definition, to override SGI make's default to $SHELL. by Guido van Rossum · 28 years ago
  37. 7144557 Removed CNRI copyright, changed notice to standard notice. by Guido van Rossum · 28 years ago
  38. 40f7a55 Get rid of bogus binding of <Delete> to a function that deletes the next by Guido van Rossum · 28 years ago
  39. a5a4c2a Correct truncated paragraph. by Guido van Rossum · 28 years ago
  40. 16d5b11 Fix truncated paragraph in doc string. Bump version to 2.0. by Guido van Rossum · 28 years ago
  41. 9ec053c Removed NumPy instructions. Add note about VC 4.0 vs. 4.2. by Guido van Rossum · 28 years ago
  42. 93df314 Removed NumPy files -- no time to fix these. by Guido van Rossum · 28 years ago
  43. 9b67621 Cast mtime gotten from stat() to long int -- else it won't work on the Mac. by Guido van Rossum · 28 years ago
  44. 8542c8e Set /MD option for *all* projects (even python.exe). by Guido van Rossum · 28 years ago
  45. a83f3b8 Barry's latest (2.83). He likes this version particularly because by Guido van Rossum · 28 years ago
  46. 9e0e4dd Added answer by Greg Stein about threads on Linux. by Guido van Rossum · 28 years ago
  47. 7cb505c (py-indent-line): take an optional universal argument which says to by Barry Warsaw · 28 years ago
  48. 0cbaff4 Fix case where you start a new group immediately after a label. by Guido van Rossum · 28 years ago
  49. c148cd6 Ignore Frame backup and lock files. by Guido van Rossum · 28 years ago
  50. 71ec03b Adapted to migration of reference manual to Frame. by Guido van Rossum · 28 years ago
  51. 1775a51 Regenerated to remove hidden text from page 1. by Guido van Rossum · 28 years ago
  52. 5265ae4 Probably just binhexed again... by Jack Jansen · 28 years ago
  53. 230ad2c Different default location for distribution templates by Jack Jansen · 28 years ago
  54. c42c0b7 Only copy project files from build* and plugins to the projects by Jack Jansen · 28 years ago
  55. d2034c1 Build imgmodules.cfm68k too by Jack Jansen · 28 years ago
  56. 3a9b3b5 Added USE_MALLOC_DEBUG (disabled) by Jack Jansen · 28 years ago
  57. 05d9836 Project files for 1.4 release by Jack Jansen · 28 years ago
  58. 46ed276 Malloc debugging now flagged with USE_MALLOC_DEBUG by Jack Jansen · 28 years ago
  59. 6b9e560 Updated to cw10 by Jack Jansen · 28 years ago
  60. d6fccdf Fixed gusi preferences by Jack Jansen · 28 years ago
  61. a1255e0 removed unused var by Jack Jansen · 28 years ago
  62. 176f3a9 Added support for tab hooks by Jack Jansen · 28 years ago
  63. b7e82c1 Raise a more intellegible error in the case of missing keyword args by Jack Jansen · 28 years ago
  64. ae178ea Added HAVE_STRFTIME by Jack Jansen · 28 years ago
  65. 70e413d Added a note on swed and htmled examples, added tab support, fixed typo by Jack Jansen · 28 years ago
  66. 92ca16c Modified to work together with BBPy Re-enabled splash screen by Jack Jansen · 28 years ago
  67. d804bab Make self.rfile unbuffered (self.wfile already is). This should fix by Guido van Rossum · 28 years ago
  68. fde7a75 Fixed compare function to do first char comparison in unsigned mode, by Guido van Rossum · 28 years ago
  69. 1495747 Added support for floating point resolution to Scale.get(). by Guido van Rossum · 28 years ago
  70. db23185 Frame versions of documents after mangling by Robin. by Guido van Rossum · 28 years ago
  71. bed266a New version for 1.4 from Manus. by Guido van Rossum · 28 years ago
  72. cb9fe88 Version number and date. by Guido van Rossum · 28 years ago
  73. 1f17543 Removed LaTeX version of reference manual. Added ref/ref.ps. by Guido van Rossum · 28 years ago
  74. 6a05f95 Got rid of most XXXes in the News chapter. Bumped the version to 1.4. by Guido van Rossum · 28 years ago
  75. fd1e543 New date and version number. by Guido van Rossum · 28 years ago
  76. 176f10e Get rid of evil workaround for Python 1.4b2 bug. by Guido van Rossum · 28 years ago
  77. a31e084 It turns out that VC1.5 does not necessarily define _WINDOWS. by Guido van Rossum · 28 years ago
  78. 8487229 Get preference file name from a resource. Changed for 1.8.0 CWGUSI release by Jack Jansen · 28 years ago
  79. d09deac Also put aliases to PythonCore{PPC,CFM68K} in the extensions folder by Jack Jansen · 28 years ago
  80. 2d359bf Updated the instructions for the 1.4 release by Jack Jansen · 28 years ago
  81. e272303 Added a note about incorrect "PythonCore not found" message by Jack Jansen · 28 years ago
  82. 061ac50 Added a note about PythonApplet name by Jack Jansen · 28 years ago
  83. baffd68 Version upped to 1.4, removed some unused dialogs, added STR resource by Jack Jansen · 28 years ago
  84. 83c74df - Get preference filename from a resource by Jack Jansen · 28 years ago
  85. d081b13 Added resource for preference file name by Jack Jansen · 28 years ago
  86. 5b1b33c Fix another case where... by Guido van Rossum · 28 years ago
  87. 5805584 Changed version to plain "1.4". by Guido van Rossum · 28 years ago
  88. a4e41a8 Added question about error from misuse of mangled names. by Guido van Rossum · 28 years ago
  89. 36845ed Changed URL for PCT again. by Guido van Rossum · 28 years ago
  90. 02afd08 Added all current changes. by Guido van Rossum · 28 years ago
  91. a80c398 Added chapter on restricted execution. by Guido van Rossum · 28 years ago
  92. 6e308d7 Start new chapter on restricted execution. by Guido van Rossum · 28 years ago
  93. 095538d Actual text submitted by AMK. by Guido van Rossum · 28 years ago
  94. c3d090c Background chapter on restricted execution. Additional sections are by Guido van Rossum · 28 years ago
  95. 9cb018e Change the default seeding -- use 8 bits of sub-second precision and by Guido van Rossum · 28 years ago
  96. b6685dc The usual... by Guido van Rossum · 28 years ago
  97. 0c37369 (Tkinter.py): Fixed bug in re-implementation of OptionMenu. by Fred Drake · 28 years ago
  98. 28574b5 (Fred Drake:) Re-wrote the OptionMenu class to allow access to a real by Guido van Rossum · 28 years ago
  99. cc55c2d Changes in description of NeXT options. Fixed reference to newsgroup by Guido van Rossum · 28 years ago
  100. 8bcf369 Support passing in an empty dictionary of keywords to newinstanceobject. by Guido van Rossum · 28 years ago