1. 04f95d5 Better implementation of PyCObject_AsVoidPtr(). by Guido van Rossum · 28 years ago
  2. cbd1e4e Yet more elaborate message for exception in __del__. Make gcc -Wall happy. by Guido van Rossum · 28 years ago
  3. 3c5936a Added missing PySequence_List. by Guido van Rossum · 28 years ago
  4. 2adf06b Added missing for PySequence_List. by Guido van Rossum · 28 years ago
  5. 36a484f Correct typo -- repeat implements *, not +. by Guido van Rossum · 28 years ago
  6. 102dc41 Describe the new Unpacker.get_buffer() method. by Barry Warsaw · 28 years ago
  7. 75eccc5 Unpacker.get_buffer(): new method to access the internal buffer of data by Barry Warsaw · 28 years ago
  8. fd8a393 Make gcc -Wall happy by Guido van Rossum · 28 years ago
  9. bda7ca7 Added [nh]to[hn][sl](). by Guido van Rossum · 28 years ago
  10. dde9c2c Added .ilg (makeindex logfile) by Guido van Rossum · 28 years ago
  11. 4745a27 Added some more turd files we can't avoid: .MIF, .ps, .auto. by Guido van Rossum · 28 years ago
  12. f06ee5f /usr/local/bin/python -> /usr/bin/env python by Guido van Rossum · 28 years ago
  13. cd612d5 Webmaker instructions by Guido van Rossum · 28 years ago
  14. 558c09e Script to write MIF files from ref*.{book,doc} by Guido van Rossum · 28 years ago
  15. 58a7856 Pass self as master to Entry() widget constructor. by Guido van Rossum · 28 years ago
  16. 499181a Changed so that it replaces /usr/local/bin/python with /usr/bin/env python. by Guido van Rossum · 28 years ago
  17. d5c58c3 Changed logic so it now replaces anything that has #! and python in by Guido van Rossum · 28 years ago
  18. fc05882 Script to fix cprt notice by Guido van Rossum · 28 years ago
  19. 29e7781 Added safeguard against failure in __del__. by Guido van Rossum · 28 years ago
  20. bec7484 Added note about "boot" implying "clobber". by Guido van Rossum · 28 years ago
  21. 4742767 Corrected *noconfig* to be *shared*; added cc: vlad back. by Guido van Rossum · 28 years ago
  22. 4662b87 monty -> grail in Grail URL. by Guido van Rossum · 28 years ago
  23. b916faf Upgraded new.function() contributed by Tommy. Also got rid of #if 0'ed code. by Guido van Rossum · 28 years ago
  24. 40a172c Added ALL='all'. by Guido van Rossum · 28 years ago
  25. 58103d3 Turn leading minus sign into underscore for image widget name -- the by Guido van Rossum · 28 years ago
  26. 27cb8a4 Added support for timezone in date field. getdate_tz() and by Guido van Rossum · 28 years ago
  27. 3c8484e When re-raising an exception raised by a module used internally as by Guido van Rossum · 28 years ago
  28. 3ffc503 Removed the USA'isms that aren't really true by Barry Warsaw · 28 years ago
  29. 3d919c4 Added reference to pdf documentation and bbpy, correctly explained by Jack Jansen · 28 years ago
  30. 7081a69 /usr/bin/env is slightly more portable by Barry Warsaw · 28 years ago
  31. 00bf8ef Added a few meta info by Barry Warsaw · 28 years ago
  32. 0fb1d82 Added reference to pdf documentation and bbpy, correctly explained by Jack Jansen · 28 years ago
  33. e1d8c9b Fixed FSSpec->pathname code to add colon if the fsspec points to a disk. by Jack Jansen · 28 years ago
  34. 56c3c76 Fixed bundle to allow any object (file, folder, disk) to be dropped on by Jack Jansen · 28 years ago
  35. a918b8c Fixed to allow sys.path initializer to be longer than 255 chars. by Jack Jansen · 28 years ago
  36. 2a6e68f Output original address by Barry Warsaw · 28 years ago
  37. de0e8f7 Updated country codes as per ISO3166 10-Feb-1994 by Barry Warsaw · 28 years ago
  38. cb2b672 implementation complete. need to update country codes by Barry Warsaw · 28 years ago
  39. 3a7212c Added `ru' --> Russia by Barry Warsaw · 28 years ago
  40. f6d5344 A rewrite for better Python-ish style by Barry Warsaw · 28 years ago
  41. e41d00b Fixed a bug: files that no longer exist remotely would never be by Guido van Rossum · 28 years ago
  42. c59120b Added os.remove()/unlink(), rmdir(), rename(), and [f]truncate(). by Guido van Rossum · 28 years ago
  43. caa83c4 Added Q. about enabling *shared* on Linux. by Guido van Rossum · 28 years ago
  44. 3508d60 When removing a messge from all sequences, don't remove from 'cur', by Guido van Rossum · 28 years ago
  45. 3e1fe89 (myformat.perl): Fixed handling of "\e" -- argh! by Fred Drake · 28 years ago
  46. b4d4e25 (Makefile): Updated comments about using LaTeX2HTML for the library by Fred Drake · 28 years ago
  47. 4464022 (myformat.perl): Simplify generated HTML for "\optional{...}". by Fred Drake · 28 years ago
  48. b33021b (fix_libaux.sed): Hackish little sed script to modify lib.aux to get section by Fred Drake · 28 years ago
  49. 784c6d3 (.latex2html-init): Perform some limited setup for the reference manuals; by Fred Drake · 28 years ago
  50. 9b550d9 (myformat.sty): Simplify \varvars definition. by Fred Drake · 28 years ago
  51. e08c04c Added 'strict_parsing' option to all parsing functions. This causes a by Guido van Rossum · 28 years ago
  52. 73eba25 Don't require leading '-' on option name to Text.tag_cget by Guido van Rossum · 28 years ago
  53. c5d7e80 Fix the way the Authorization header is sent (how could this have worked?). by Guido van Rossum · 28 years ago
  54. c384d75 (myformat.perl): Updated to allow library reference manual to be handled by by Fred Drake · 28 years ago
  55. d859785 Add twit "home" location to sys.path (so you can put the applet on the desktop) by Jack Jansen · 28 years ago
  56. 052b7e1 Make Py_ReturnNullError() statis as it should be. by Guido van Rossum · 28 years ago
  57. 08ef9d9 Only call sq_length in Sequence_GetItem for negative index. by Guido van Rossum · 28 years ago
  58. 115c114 Changed project segment structure to (more-or-less) match directory structure. by Jack Jansen · 28 years ago
  59. abc2db7 Updated (which should have been done before the 1.4 distribution). by Jack Jansen · 28 years ago
  60. 6c11f74 Added PyMac_GetFullPath(), PyMac_ApplicationPath and PyMac_ApplicationFSSpec by Jack Jansen · 28 years ago
  61. 84fb1fa Got rid of nfullpath() by Jack Jansen · 28 years ago
  62. 26ee126 Got rid of nfullpath in favor of PyMac_GetFullPath (which was pretty by Jack Jansen · 28 years ago
  63. 8096daa When loading a PYC resource check whether the filename is the by Jack Jansen · 28 years ago
  64. 6c06590 More sensible default sys.path by Jack Jansen · 28 years ago
  65. 297d7dd Keep the folder structure in Mac:mwerks:projects similar to the by Jack Jansen · 28 years ago
  66. 612db8f Removed addpack calls by Jack Jansen · 28 years ago
  67. 7b6aa0a Removed old project file, als restructured projects directory to by Jack Jansen · 28 years ago
  68. 7d42d95 Fix syntax of commented-out variables by Guido van Rossum · 28 years ago
  69. b54f4de Added 'Introduction' section head and 'Memory Management' subsection. by Guido van Rossum · 28 years ago
  70. 8dbcdd0 correct typo in return variable for PySequence_Index() by Guido van Rossum · 28 years ago
  71. 0b1ff66 Should compare errno to 0, not NULL by Guido van Rossum · 28 years ago
  72. 76e47f3 Change last Ellipses to Ellipsis :-( by Guido van Rossum · 28 years ago
  73. f93f101 (Makefile): Updated latex2html support. by Fred Drake · 28 years ago
  74. 7a7480d (myformat.perl): Added handler for cfuncdesc environment. This is needed by Fred Drake · 28 years ago
  75. eb33c78 (myformat.sty, extref.tex): Moved definition of cfuncdesc environment to by Fred Drake · 28 years ago
  76. fd255e4 (tut.tex): Added matching \normalsize after \small font control command by Fred Drake · 28 years ago
  77. 3622e0d (match-string): Added a definition for older Emacsen. by Barry Warsaw · 28 years ago
  78. abcb382 (texi2html.py): Minor improvement to HTML 3.0 output for code examples. by Fred Drake · 28 years ago
  79. 893e5e0 (partparse.py): Fix nasty bug where \e got translated to @e only within by Fred Drake · 28 years ago
  80. 6c3a3aa This commit was manufactured by cvs2svn to create tag 'release14'. by cvs2svn · 28 years ago
  81. 61f9139 Added disclaimer. by Guido van Rossum · 28 years ago
  82. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  83. 478f487 Added disclaimer. by Guido van Rossum · 28 years ago
  84. f501b4e Ready for release. Added section on the book. Removed bugs/gripes emails. by Guido van Rossum · 28 years ago
  85. 819889d Noticed a few more things that have been done. by Guido van Rossum · 28 years ago
  86. 7704bb7 Added last-minute changes. by Guido van Rossum · 28 years ago
  87. 58e7a1a Updated notice. by Guido van Rossum · 28 years ago
  88. 130575d CNRI additions, approved by the boss and his wife :-) by Guido van Rossum · 28 years ago
  89. 6240b0b Small nits only. by Guido van Rossum · 28 years ago
  90. c45289c The usual :-( by Guido van Rossum · 28 years ago
  91. 52cf578 Touched by FrameMaker :-( by Guido van Rossum · 28 years ago
  92. fa7bfce Include updated title page. by Guido van Rossum · 28 years ago
  93. f73f79b Done with this for 1.4. by Guido van Rossum · 28 years ago
  94. 3a26dd8 Done with the "New in 1.4" chapter. by Guido van Rossum · 28 years ago
  95. b0259bc Add SHELL=/bin/sh definition, to override SGI make's default to $SHELL. by Guido van Rossum · 28 years ago
  96. 7144557 Removed CNRI copyright, changed notice to standard notice. by Guido van Rossum · 28 years ago
  97. 40f7a55 Get rid of bogus binding of <Delete> to a function that deletes the next by Guido van Rossum · 28 years ago
  98. a5a4c2a Correct truncated paragraph. by Guido van Rossum · 28 years ago
  99. 16d5b11 Fix truncated paragraph in doc string. Bump version to 2.0. by Guido van Rossum · 28 years ago
  100. 9ec053c Removed NumPy instructions. Add note about VC 4.0 vs. 4.2. by Guido van Rossum · 28 years ago