1. 9478dd4 Fix core dump from pow(x,y,0). Make gcc -Wall happy. by Guido van Rossum · 28 years ago
  2. d560605 (Makefile): Added sym links for each manual, i.e., index.html -> lib.html. by Fred Drake · 28 years ago
  3. fc8f6f3 (Makefile): The sed hack is needed for all 3 manuals processed by latex2html; by Fred Drake · 28 years ago
  4. f1e6707 (Makefile): Rip out old partparse.py / texi2html.py stuff -- use latex2html by Fred Drake · 28 years ago
  5. 0d58d44 (myformat.perl): Don't italicize the '[]' characters around optional by Fred Drake · 28 years ago
  6. dce22ad (.latex2html-init): Restore one setting to the default (no real need to by Fred Drake · 28 years ago
  7. a376cc5 Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  8. 60fca2c Add case for 'R' and a little bit of cleanup. Andrew Kuchling. by Guido van Rossum · 28 years ago
  9. 049cd90 Jim F's brainchild by Guido van Rossum · 28 years ago
  10. 81b24c0 Fix bad format char in error msg (%s should be %d). by Guido van Rossum · 28 years ago
  11. 80bb965 Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  12. ed0af8f Support __complex__ method on instances, for complex() conversion. by Guido van Rossum · 28 years ago
  13. 150b2df Change the Don Beaudry hack into the Don B + Jim F hack; now, if *any* by Guido van Rossum · 28 years ago
  14. 3afb595 Some extra flags that an HPUX user wants me to add. by Guido van Rossum · 28 years ago
  15. b0c168c Tentative changes to make this work better on 64-bit machines. by Guido van Rossum · 28 years ago
  16. 9abe64a (libparser.tex): Added note that the line number for a terminal token by Fred Drake · 28 years ago
  17. ba469ba More stale info. by Guido van Rossum · 28 years ago
  18. 7941379 New URL for Swiss ftp mirror. by Guido van Rossum · 28 years ago
  19. da9c271 Make gcc -Wall happy by Guido van Rossum · 28 years ago
  20. 472c04f Fix newlongobject so it will work for 64-bit as well as 32-bit hardware by Guido van Rossum · 28 years ago
  21. a0a69b8 Experimental new implementation of dictionary comparison. This by Guido van Rossum · 28 years ago
  22. 685a38e Make gcc -Wall happy. by Guido van Rossum · 28 years ago
  23. 04f95d5 Better implementation of PyCObject_AsVoidPtr(). by Guido van Rossum · 28 years ago
  24. cbd1e4e Yet more elaborate message for exception in __del__. Make gcc -Wall happy. by Guido van Rossum · 28 years ago
  25. 3c5936a Added missing PySequence_List. by Guido van Rossum · 28 years ago
  26. 2adf06b Added missing for PySequence_List. by Guido van Rossum · 28 years ago
  27. 36a484f Correct typo -- repeat implements *, not +. by Guido van Rossum · 28 years ago
  28. 102dc41 Describe the new Unpacker.get_buffer() method. by Barry Warsaw · 28 years ago
  29. 75eccc5 Unpacker.get_buffer(): new method to access the internal buffer of data by Barry Warsaw · 28 years ago
  30. fd8a393 Make gcc -Wall happy by Guido van Rossum · 28 years ago
  31. bda7ca7 Added [nh]to[hn][sl](). by Guido van Rossum · 28 years ago
  32. dde9c2c Added .ilg (makeindex logfile) by Guido van Rossum · 28 years ago
  33. 4745a27 Added some more turd files we can't avoid: .MIF, .ps, .auto. by Guido van Rossum · 28 years ago
  34. f06ee5f /usr/local/bin/python -> /usr/bin/env python by Guido van Rossum · 28 years ago
  35. cd612d5 Webmaker instructions by Guido van Rossum · 28 years ago
  36. 558c09e Script to write MIF files from ref*.{book,doc} by Guido van Rossum · 28 years ago
  37. 58a7856 Pass self as master to Entry() widget constructor. by Guido van Rossum · 28 years ago
  38. 499181a Changed so that it replaces /usr/local/bin/python with /usr/bin/env python. by Guido van Rossum · 28 years ago
  39. d5c58c3 Changed logic so it now replaces anything that has #! and python in by Guido van Rossum · 28 years ago
  40. fc05882 Script to fix cprt notice by Guido van Rossum · 28 years ago
  41. 29e7781 Added safeguard against failure in __del__. by Guido van Rossum · 28 years ago
  42. bec7484 Added note about "boot" implying "clobber". by Guido van Rossum · 28 years ago
  43. 4742767 Corrected *noconfig* to be *shared*; added cc: vlad back. by Guido van Rossum · 28 years ago
  44. 4662b87 monty -> grail in Grail URL. by Guido van Rossum · 28 years ago
  45. b916faf Upgraded new.function() contributed by Tommy. Also got rid of #if 0'ed code. by Guido van Rossum · 28 years ago
  46. 40a172c Added ALL='all'. by Guido van Rossum · 28 years ago
  47. 58103d3 Turn leading minus sign into underscore for image widget name -- the by Guido van Rossum · 28 years ago
  48. 27cb8a4 Added support for timezone in date field. getdate_tz() and by Guido van Rossum · 28 years ago
  49. 3c8484e When re-raising an exception raised by a module used internally as by Guido van Rossum · 28 years ago
  50. 3ffc503 Removed the USA'isms that aren't really true by Barry Warsaw · 28 years ago
  51. 3d919c4 Added reference to pdf documentation and bbpy, correctly explained by Jack Jansen · 28 years ago
  52. 7081a69 /usr/bin/env is slightly more portable by Barry Warsaw · 28 years ago
  53. 00bf8ef Added a few meta info by Barry Warsaw · 28 years ago
  54. 0fb1d82 Added reference to pdf documentation and bbpy, correctly explained by Jack Jansen · 28 years ago
  55. e1d8c9b Fixed FSSpec->pathname code to add colon if the fsspec points to a disk. by Jack Jansen · 28 years ago
  56. 56c3c76 Fixed bundle to allow any object (file, folder, disk) to be dropped on by Jack Jansen · 28 years ago
  57. a918b8c Fixed to allow sys.path initializer to be longer than 255 chars. by Jack Jansen · 28 years ago
  58. 2a6e68f Output original address by Barry Warsaw · 28 years ago
  59. de0e8f7 Updated country codes as per ISO3166 10-Feb-1994 by Barry Warsaw · 28 years ago
  60. cb2b672 implementation complete. need to update country codes by Barry Warsaw · 28 years ago
  61. 3a7212c Added `ru' --> Russia by Barry Warsaw · 28 years ago
  62. f6d5344 A rewrite for better Python-ish style by Barry Warsaw · 28 years ago
  63. e41d00b Fixed a bug: files that no longer exist remotely would never be by Guido van Rossum · 28 years ago
  64. c59120b Added os.remove()/unlink(), rmdir(), rename(), and [f]truncate(). by Guido van Rossum · 28 years ago
  65. caa83c4 Added Q. about enabling *shared* on Linux. by Guido van Rossum · 28 years ago
  66. 3508d60 When removing a messge from all sequences, don't remove from 'cur', by Guido van Rossum · 28 years ago
  67. 3e1fe89 (myformat.perl): Fixed handling of "\e" -- argh! by Fred Drake · 28 years ago
  68. b4d4e25 (Makefile): Updated comments about using LaTeX2HTML for the library by Fred Drake · 28 years ago
  69. 4464022 (myformat.perl): Simplify generated HTML for "\optional{...}". by Fred Drake · 28 years ago
  70. b33021b (fix_libaux.sed): Hackish little sed script to modify lib.aux to get section by Fred Drake · 28 years ago
  71. 784c6d3 (.latex2html-init): Perform some limited setup for the reference manuals; by Fred Drake · 28 years ago
  72. 9b550d9 (myformat.sty): Simplify \varvars definition. by Fred Drake · 28 years ago
  73. e08c04c Added 'strict_parsing' option to all parsing functions. This causes a by Guido van Rossum · 28 years ago
  74. 73eba25 Don't require leading '-' on option name to Text.tag_cget by Guido van Rossum · 28 years ago
  75. c5d7e80 Fix the way the Authorization header is sent (how could this have worked?). by Guido van Rossum · 28 years ago
  76. c384d75 (myformat.perl): Updated to allow library reference manual to be handled by by Fred Drake · 28 years ago
  77. d859785 Add twit "home" location to sys.path (so you can put the applet on the desktop) by Jack Jansen · 28 years ago
  78. 052b7e1 Make Py_ReturnNullError() statis as it should be. by Guido van Rossum · 28 years ago
  79. 08ef9d9 Only call sq_length in Sequence_GetItem for negative index. by Guido van Rossum · 28 years ago
  80. 115c114 Changed project segment structure to (more-or-less) match directory structure. by Jack Jansen · 28 years ago
  81. abc2db7 Updated (which should have been done before the 1.4 distribution). by Jack Jansen · 28 years ago
  82. 6c11f74 Added PyMac_GetFullPath(), PyMac_ApplicationPath and PyMac_ApplicationFSSpec by Jack Jansen · 28 years ago
  83. 84fb1fa Got rid of nfullpath() by Jack Jansen · 28 years ago
  84. 26ee126 Got rid of nfullpath in favor of PyMac_GetFullPath (which was pretty by Jack Jansen · 28 years ago
  85. 8096daa When loading a PYC resource check whether the filename is the by Jack Jansen · 28 years ago
  86. 6c06590 More sensible default sys.path by Jack Jansen · 28 years ago
  87. 297d7dd Keep the folder structure in Mac:mwerks:projects similar to the by Jack Jansen · 28 years ago
  88. 612db8f Removed addpack calls by Jack Jansen · 28 years ago
  89. 7b6aa0a Removed old project file, als restructured projects directory to by Jack Jansen · 28 years ago
  90. 7d42d95 Fix syntax of commented-out variables by Guido van Rossum · 28 years ago
  91. b54f4de Added 'Introduction' section head and 'Memory Management' subsection. by Guido van Rossum · 28 years ago
  92. 8dbcdd0 correct typo in return variable for PySequence_Index() by Guido van Rossum · 28 years ago
  93. 0b1ff66 Should compare errno to 0, not NULL by Guido van Rossum · 28 years ago
  94. 76e47f3 Change last Ellipses to Ellipsis :-( by Guido van Rossum · 28 years ago
  95. f93f101 (Makefile): Updated latex2html support. by Fred Drake · 28 years ago
  96. 7a7480d (myformat.perl): Added handler for cfuncdesc environment. This is needed by Fred Drake · 28 years ago
  97. eb33c78 (myformat.sty, extref.tex): Moved definition of cfuncdesc environment to by Fred Drake · 28 years ago
  98. fd255e4 (tut.tex): Added matching \normalsize after \small font control command by Fred Drake · 28 years ago
  99. 3622e0d (match-string): Added a definition for older Emacsen. by Barry Warsaw · 28 years ago
  100. abcb382 (texi2html.py): Minor improvement to HTML 3.0 output for code examples. by Fred Drake · 28 years ago