1. b710357 Added test_cmath.py to test complex math module by Roger E. Masse · 28 years ago
  2. 3ab26b9 (testall.py): Slightly improved test harness to make it easier to add by Barry Warsaw · 28 years ago
  3. 8b43b19 Renamed by Barry Warsaw · 28 years ago
  4. 5817f8f Removed some unneeded header files and reedited with a fixed-width font by Roger E. Masse · 28 years ago
  5. 8c0710f (python-cc-style): Oops, we decided to use TABs for 8 spaces where possible. by Barry Warsaw · 28 years ago
  6. 0b32459 C coding standard for Python C files. by Barry Warsaw · 28 years ago
  7. 4985283 Added test_strop by Barry Warsaw · 28 years ago
  8. ad522fa Added tests of all strop module functions, and touching of module variables by Barry Warsaw · 28 years ago
  9. 6c832eb Added test_array output line. by Guido van Rossum · 28 years ago
  10. 2919eaa Renamed Grandly (I think). by Roger E. Masse · 28 years ago
  11. 8db1b07 module to test the arraymodule created and added to testall.py by Roger E. Masse · 28 years ago
  12. ece35bc Changes to keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  13. 7ce52be Added `void' to declaration of initgl(), to keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  14. 665f919 Added a bunch of extern void decls, to keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  15. 3d65fa3 Include <sys/ioctl.h>, to keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  16. cd165cc Make dummy int public (with _Py_ prefix), to keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  17. 3727317 Add ``extern void bzero();'' for SGI, to keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  18. 66a7013 Include unistd.h to keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  19. 259552d Added ``extern int get_default_domain();'' for SGI, to keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  20. 5217457 Added #ifdef around ``extern int ftime();'' for MS WINDOWS (which has by Guido van Rossum · 28 years ago
  21. f525601 Greatly renamed. by Barry Warsaw · 28 years ago
  22. ec775c5 ins(): missed a renaming in a string: dictinsert => PyDict_SetItemString. by Barry Warsaw · 28 years ago
  23. 9a2a8a8 Greatly renamed. by Barry Warsaw · 28 years ago
  24. 6ab7f07 Added test_time by Barry Warsaw · 28 years ago
  25. 5bebca2 Added 'test_time' by Barry Warsaw · 28 years ago
  26. b0c2232 test of time module. not terribly fancy, but it does touch every by Barry Warsaw · 28 years ago
  27. 843e712 Added descriptions of parsedate(), parsedate_tz(), getdate_tz() by Guido van Rossum · 28 years ago
  28. 61ed4db Added section for operator module (compiled Skip Montanaro). by Guido van Rossum · 28 years ago
  29. ccaf3b6 The usual. by Guido van Rossum · 28 years ago
  30. 5dab3d8 Test for sys/file.h. by Guido van Rossum · 28 years ago
  31. 1bb126f Add extern decl of ftime() to make gcc -Wall happy. by Guido van Rossum · 28 years ago
  32. 9478dd4 Fix core dump from pow(x,y,0). Make gcc -Wall happy. by Guido van Rossum · 28 years ago
  33. d560605 (Makefile): Added sym links for each manual, i.e., index.html -> lib.html. by Fred Drake · 28 years ago
  34. fc8f6f3 (Makefile): The sed hack is needed for all 3 manuals processed by latex2html; by Fred Drake · 28 years ago
  35. f1e6707 (Makefile): Rip out old partparse.py / texi2html.py stuff -- use latex2html by Fred Drake · 28 years ago
  36. 0d58d44 (myformat.perl): Don't italicize the '[]' characters around optional by Fred Drake · 28 years ago
  37. dce22ad (.latex2html-init): Restore one setting to the default (no real need to by Fred Drake · 28 years ago
  38. a376cc5 Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  39. 60fca2c Add case for 'R' and a little bit of cleanup. Andrew Kuchling. by Guido van Rossum · 28 years ago
  40. 049cd90 Jim F's brainchild by Guido van Rossum · 28 years ago
  41. 81b24c0 Fix bad format char in error msg (%s should be %d). by Guido van Rossum · 28 years ago
  42. 80bb965 Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  43. ed0af8f Support __complex__ method on instances, for complex() conversion. by Guido van Rossum · 28 years ago
  44. 150b2df Change the Don Beaudry hack into the Don B + Jim F hack; now, if *any* by Guido van Rossum · 28 years ago
  45. 3afb595 Some extra flags that an HPUX user wants me to add. by Guido van Rossum · 28 years ago
  46. b0c168c Tentative changes to make this work better on 64-bit machines. by Guido van Rossum · 28 years ago
  47. 9abe64a (libparser.tex): Added note that the line number for a terminal token by Fred Drake · 28 years ago
  48. ba469ba More stale info. by Guido van Rossum · 28 years ago
  49. 7941379 New URL for Swiss ftp mirror. by Guido van Rossum · 28 years ago
  50. da9c271 Make gcc -Wall happy by Guido van Rossum · 28 years ago
  51. 472c04f Fix newlongobject so it will work for 64-bit as well as 32-bit hardware by Guido van Rossum · 28 years ago
  52. a0a69b8 Experimental new implementation of dictionary comparison. This by Guido van Rossum · 28 years ago
  53. 685a38e Make gcc -Wall happy. by Guido van Rossum · 28 years ago
  54. 04f95d5 Better implementation of PyCObject_AsVoidPtr(). by Guido van Rossum · 28 years ago
  55. cbd1e4e Yet more elaborate message for exception in __del__. Make gcc -Wall happy. by Guido van Rossum · 28 years ago
  56. 3c5936a Added missing PySequence_List. by Guido van Rossum · 28 years ago
  57. 2adf06b Added missing for PySequence_List. by Guido van Rossum · 28 years ago
  58. 36a484f Correct typo -- repeat implements *, not +. by Guido van Rossum · 28 years ago
  59. 102dc41 Describe the new Unpacker.get_buffer() method. by Barry Warsaw · 28 years ago
  60. 75eccc5 Unpacker.get_buffer(): new method to access the internal buffer of data by Barry Warsaw · 28 years ago
  61. fd8a393 Make gcc -Wall happy by Guido van Rossum · 28 years ago
  62. bda7ca7 Added [nh]to[hn][sl](). by Guido van Rossum · 28 years ago
  63. dde9c2c Added .ilg (makeindex logfile) by Guido van Rossum · 28 years ago
  64. 4745a27 Added some more turd files we can't avoid: .MIF, .ps, .auto. by Guido van Rossum · 28 years ago
  65. f06ee5f /usr/local/bin/python -> /usr/bin/env python by Guido van Rossum · 28 years ago
  66. cd612d5 Webmaker instructions by Guido van Rossum · 28 years ago
  67. 558c09e Script to write MIF files from ref*.{book,doc} by Guido van Rossum · 28 years ago
  68. 58a7856 Pass self as master to Entry() widget constructor. by Guido van Rossum · 28 years ago
  69. 499181a Changed so that it replaces /usr/local/bin/python with /usr/bin/env python. by Guido van Rossum · 28 years ago
  70. d5c58c3 Changed logic so it now replaces anything that has #! and python in by Guido van Rossum · 28 years ago
  71. fc05882 Script to fix cprt notice by Guido van Rossum · 28 years ago
  72. 29e7781 Added safeguard against failure in __del__. by Guido van Rossum · 28 years ago
  73. bec7484 Added note about "boot" implying "clobber". by Guido van Rossum · 28 years ago
  74. 4742767 Corrected *noconfig* to be *shared*; added cc: vlad back. by Guido van Rossum · 28 years ago
  75. 4662b87 monty -> grail in Grail URL. by Guido van Rossum · 28 years ago
  76. b916faf Upgraded new.function() contributed by Tommy. Also got rid of #if 0'ed code. by Guido van Rossum · 28 years ago
  77. 40a172c Added ALL='all'. by Guido van Rossum · 28 years ago
  78. 58103d3 Turn leading minus sign into underscore for image widget name -- the by Guido van Rossum · 28 years ago
  79. 27cb8a4 Added support for timezone in date field. getdate_tz() and by Guido van Rossum · 28 years ago
  80. 3c8484e When re-raising an exception raised by a module used internally as by Guido van Rossum · 28 years ago
  81. 3ffc503 Removed the USA'isms that aren't really true by Barry Warsaw · 28 years ago
  82. 3d919c4 Added reference to pdf documentation and bbpy, correctly explained by Jack Jansen · 28 years ago
  83. 7081a69 /usr/bin/env is slightly more portable by Barry Warsaw · 28 years ago
  84. 00bf8ef Added a few meta info by Barry Warsaw · 28 years ago
  85. 0fb1d82 Added reference to pdf documentation and bbpy, correctly explained by Jack Jansen · 28 years ago
  86. e1d8c9b Fixed FSSpec->pathname code to add colon if the fsspec points to a disk. by Jack Jansen · 28 years ago
  87. 56c3c76 Fixed bundle to allow any object (file, folder, disk) to be dropped on by Jack Jansen · 28 years ago
  88. a918b8c Fixed to allow sys.path initializer to be longer than 255 chars. by Jack Jansen · 28 years ago
  89. 2a6e68f Output original address by Barry Warsaw · 28 years ago
  90. de0e8f7 Updated country codes as per ISO3166 10-Feb-1994 by Barry Warsaw · 28 years ago
  91. cb2b672 implementation complete. need to update country codes by Barry Warsaw · 28 years ago
  92. 3a7212c Added `ru' --> Russia by Barry Warsaw · 28 years ago
  93. f6d5344 A rewrite for better Python-ish style by Barry Warsaw · 28 years ago
  94. e41d00b Fixed a bug: files that no longer exist remotely would never be by Guido van Rossum · 28 years ago
  95. c59120b Added os.remove()/unlink(), rmdir(), rename(), and [f]truncate(). by Guido van Rossum · 28 years ago
  96. caa83c4 Added Q. about enabling *shared* on Linux. by Guido van Rossum · 28 years ago
  97. 3508d60 When removing a messge from all sequences, don't remove from 'cur', by Guido van Rossum · 28 years ago
  98. 3e1fe89 (myformat.perl): Fixed handling of "\e" -- argh! by Fred Drake · 28 years ago
  99. b4d4e25 (Makefile): Updated comments about using LaTeX2HTML for the library by Fred Drake · 28 years ago
  100. 4464022 (myformat.perl): Simplify generated HTML for "\optional{...}". by Fred Drake · 28 years ago