1. b916faf Upgraded new.function() contributed by Tommy. Also got rid of #if 0'ed code. by Guido van Rossum · 28 years ago
  2. 40a172c Added ALL='all'. by Guido van Rossum · 28 years ago
  3. 58103d3 Turn leading minus sign into underscore for image widget name -- the by Guido van Rossum · 28 years ago
  4. 27cb8a4 Added support for timezone in date field. getdate_tz() and by Guido van Rossum · 28 years ago
  5. 3c8484e When re-raising an exception raised by a module used internally as by Guido van Rossum · 28 years ago
  6. 3ffc503 Removed the USA'isms that aren't really true by Barry Warsaw · 28 years ago
  7. 3d919c4 Added reference to pdf documentation and bbpy, correctly explained by Jack Jansen · 28 years ago
  8. 7081a69 /usr/bin/env is slightly more portable by Barry Warsaw · 28 years ago
  9. 00bf8ef Added a few meta info by Barry Warsaw · 28 years ago
  10. 0fb1d82 Added reference to pdf documentation and bbpy, correctly explained by Jack Jansen · 28 years ago
  11. e1d8c9b Fixed FSSpec->pathname code to add colon if the fsspec points to a disk. by Jack Jansen · 28 years ago
  12. 56c3c76 Fixed bundle to allow any object (file, folder, disk) to be dropped on by Jack Jansen · 28 years ago
  13. a918b8c Fixed to allow sys.path initializer to be longer than 255 chars. by Jack Jansen · 28 years ago
  14. 2a6e68f Output original address by Barry Warsaw · 28 years ago
  15. de0e8f7 Updated country codes as per ISO3166 10-Feb-1994 by Barry Warsaw · 28 years ago
  16. cb2b672 implementation complete. need to update country codes by Barry Warsaw · 28 years ago
  17. 3a7212c Added `ru' --> Russia by Barry Warsaw · 28 years ago
  18. f6d5344 A rewrite for better Python-ish style by Barry Warsaw · 28 years ago
  19. e41d00b Fixed a bug: files that no longer exist remotely would never be by Guido van Rossum · 28 years ago
  20. c59120b Added os.remove()/unlink(), rmdir(), rename(), and [f]truncate(). by Guido van Rossum · 28 years ago
  21. caa83c4 Added Q. about enabling *shared* on Linux. by Guido van Rossum · 28 years ago
  22. 3508d60 When removing a messge from all sequences, don't remove from 'cur', by Guido van Rossum · 28 years ago
  23. 3e1fe89 (myformat.perl): Fixed handling of "\e" -- argh! by Fred Drake · 28 years ago
  24. b4d4e25 (Makefile): Updated comments about using LaTeX2HTML for the library by Fred Drake · 28 years ago
  25. 4464022 (myformat.perl): Simplify generated HTML for "\optional{...}". by Fred Drake · 28 years ago
  26. b33021b (fix_libaux.sed): Hackish little sed script to modify lib.aux to get section by Fred Drake · 28 years ago
  27. 784c6d3 (.latex2html-init): Perform some limited setup for the reference manuals; by Fred Drake · 28 years ago
  28. 9b550d9 (myformat.sty): Simplify \varvars definition. by Fred Drake · 28 years ago
  29. e08c04c Added 'strict_parsing' option to all parsing functions. This causes a by Guido van Rossum · 28 years ago
  30. 73eba25 Don't require leading '-' on option name to Text.tag_cget by Guido van Rossum · 28 years ago
  31. c5d7e80 Fix the way the Authorization header is sent (how could this have worked?). by Guido van Rossum · 28 years ago
  32. c384d75 (myformat.perl): Updated to allow library reference manual to be handled by by Fred Drake · 28 years ago
  33. d859785 Add twit "home" location to sys.path (so you can put the applet on the desktop) by Jack Jansen · 28 years ago
  34. 052b7e1 Make Py_ReturnNullError() statis as it should be. by Guido van Rossum · 28 years ago
  35. 08ef9d9 Only call sq_length in Sequence_GetItem for negative index. by Guido van Rossum · 28 years ago
  36. 115c114 Changed project segment structure to (more-or-less) match directory structure. by Jack Jansen · 28 years ago
  37. abc2db7 Updated (which should have been done before the 1.4 distribution). by Jack Jansen · 28 years ago
  38. 6c11f74 Added PyMac_GetFullPath(), PyMac_ApplicationPath and PyMac_ApplicationFSSpec by Jack Jansen · 28 years ago
  39. 84fb1fa Got rid of nfullpath() by Jack Jansen · 28 years ago
  40. 26ee126 Got rid of nfullpath in favor of PyMac_GetFullPath (which was pretty by Jack Jansen · 28 years ago
  41. 8096daa When loading a PYC resource check whether the filename is the by Jack Jansen · 28 years ago
  42. 6c06590 More sensible default sys.path by Jack Jansen · 28 years ago
  43. 297d7dd Keep the folder structure in Mac:mwerks:projects similar to the by Jack Jansen · 28 years ago
  44. 612db8f Removed addpack calls by Jack Jansen · 28 years ago
  45. 7b6aa0a Removed old project file, als restructured projects directory to by Jack Jansen · 28 years ago
  46. 7d42d95 Fix syntax of commented-out variables by Guido van Rossum · 28 years ago
  47. b54f4de Added 'Introduction' section head and 'Memory Management' subsection. by Guido van Rossum · 28 years ago
  48. 8dbcdd0 correct typo in return variable for PySequence_Index() by Guido van Rossum · 28 years ago
  49. 0b1ff66 Should compare errno to 0, not NULL by Guido van Rossum · 28 years ago
  50. 76e47f3 Change last Ellipses to Ellipsis :-( by Guido van Rossum · 28 years ago
  51. f93f101 (Makefile): Updated latex2html support. by Fred Drake · 28 years ago
  52. 7a7480d (myformat.perl): Added handler for cfuncdesc environment. This is needed by Fred Drake · 28 years ago
  53. eb33c78 (myformat.sty, extref.tex): Moved definition of cfuncdesc environment to by Fred Drake · 28 years ago
  54. fd255e4 (tut.tex): Added matching \normalsize after \small font control command by Fred Drake · 28 years ago
  55. 3622e0d (match-string): Added a definition for older Emacsen. by Barry Warsaw · 28 years ago
  56. abcb382 (texi2html.py): Minor improvement to HTML 3.0 output for code examples. by Fred Drake · 28 years ago
  57. 893e5e0 (partparse.py): Fix nasty bug where \e got translated to @e only within by Fred Drake · 28 years ago
  58. 6c3a3aa This commit was manufactured by cvs2svn to create tag 'release14'. by cvs2svn · 28 years ago
  59. 61f9139 Added disclaimer. by Guido van Rossum · 28 years ago
  60. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  61. 478f487 Added disclaimer. by Guido van Rossum · 28 years ago
  62. f501b4e Ready for release. Added section on the book. Removed bugs/gripes emails. by Guido van Rossum · 28 years ago
  63. 819889d Noticed a few more things that have been done. by Guido van Rossum · 28 years ago
  64. 7704bb7 Added last-minute changes. by Guido van Rossum · 28 years ago
  65. 58e7a1a Updated notice. by Guido van Rossum · 28 years ago
  66. 130575d CNRI additions, approved by the boss and his wife :-) by Guido van Rossum · 28 years ago
  67. 6240b0b Small nits only. by Guido van Rossum · 28 years ago
  68. c45289c The usual :-( by Guido van Rossum · 28 years ago
  69. 52cf578 Touched by FrameMaker :-( by Guido van Rossum · 28 years ago
  70. fa7bfce Include updated title page. by Guido van Rossum · 28 years ago
  71. f73f79b Done with this for 1.4. by Guido van Rossum · 28 years ago
  72. 3a26dd8 Done with the "New in 1.4" chapter. by Guido van Rossum · 28 years ago
  73. b0259bc Add SHELL=/bin/sh definition, to override SGI make's default to $SHELL. by Guido van Rossum · 28 years ago
  74. 7144557 Removed CNRI copyright, changed notice to standard notice. by Guido van Rossum · 28 years ago
  75. 40f7a55 Get rid of bogus binding of <Delete> to a function that deletes the next by Guido van Rossum · 28 years ago
  76. a5a4c2a Correct truncated paragraph. by Guido van Rossum · 28 years ago
  77. 16d5b11 Fix truncated paragraph in doc string. Bump version to 2.0. by Guido van Rossum · 28 years ago
  78. 9ec053c Removed NumPy instructions. Add note about VC 4.0 vs. 4.2. by Guido van Rossum · 28 years ago
  79. 93df314 Removed NumPy files -- no time to fix these. by Guido van Rossum · 28 years ago
  80. 9b67621 Cast mtime gotten from stat() to long int -- else it won't work on the Mac. by Guido van Rossum · 28 years ago
  81. 8542c8e Set /MD option for *all* projects (even python.exe). by Guido van Rossum · 28 years ago
  82. a83f3b8 Barry's latest (2.83). He likes this version particularly because by Guido van Rossum · 28 years ago
  83. 9e0e4dd Added answer by Greg Stein about threads on Linux. by Guido van Rossum · 28 years ago
  84. 7cb505c (py-indent-line): take an optional universal argument which says to by Barry Warsaw · 28 years ago
  85. 0cbaff4 Fix case where you start a new group immediately after a label. by Guido van Rossum · 28 years ago
  86. c148cd6 Ignore Frame backup and lock files. by Guido van Rossum · 28 years ago
  87. 71ec03b Adapted to migration of reference manual to Frame. by Guido van Rossum · 28 years ago
  88. 1775a51 Regenerated to remove hidden text from page 1. by Guido van Rossum · 28 years ago
  89. 5265ae4 Probably just binhexed again... by Jack Jansen · 28 years ago
  90. 230ad2c Different default location for distribution templates by Jack Jansen · 28 years ago
  91. c42c0b7 Only copy project files from build* and plugins to the projects by Jack Jansen · 28 years ago
  92. d2034c1 Build imgmodules.cfm68k too by Jack Jansen · 28 years ago
  93. 3a9b3b5 Added USE_MALLOC_DEBUG (disabled) by Jack Jansen · 28 years ago
  94. 05d9836 Project files for 1.4 release by Jack Jansen · 28 years ago
  95. 46ed276 Malloc debugging now flagged with USE_MALLOC_DEBUG by Jack Jansen · 28 years ago
  96. 6b9e560 Updated to cw10 by Jack Jansen · 28 years ago
  97. d6fccdf Fixed gusi preferences by Jack Jansen · 28 years ago
  98. a1255e0 removed unused var by Jack Jansen · 28 years ago
  99. 176f3a9 Added support for tab hooks by Jack Jansen · 28 years ago
  100. b7e82c1 Raise a more intellegible error in the case of missing keyword args by Jack Jansen · 28 years ago