1. 53699e9 Renamed. by Barry Warsaw · 28 years ago
  2. dde5c70 Test output files in their new location by Barry Warsaw · 28 years ago
  3. e4a252e Directory for test output files: Output => output by Barry Warsaw · 28 years ago
  4. 2e644a0 When run as a script, runs each test and sends results to stdout by Barry Warsaw · 28 years ago
  5. 272c00b New regression testing harness. by Barry Warsaw · 28 years ago
  6. 0aa9ee6 Moved the raise logic out of the main interpreter loop to a separate function. by Guido van Rossum · 28 years ago
  7. 6c31a14 The usual by Guido van Rossum · 28 years ago
  8. ce45851 Added -lld to AIX LINKFORSHARED. Monty Stein. by Guido van Rossum · 28 years ago
  9. 1d75734 Added a provide so the corresponding require will succeed. by Barry Warsaw · 28 years ago
  10. 924e5d5 A test of the `new' module. The new.code() test is fairly bogus since by Barry Warsaw · 28 years ago
  11. 0f150e4 Added test_new. by Barry Warsaw · 28 years ago
  12. a6b7c71 Renamed. by Barry Warsaw · 28 years ago
  13. 5de1f8d The usual; added several test modules, too. by Guido van Rossum · 28 years ago
  14. bd01374 Add optional data argument to urlopen() and open_http(), to trigger POST. by Guido van Rossum · 28 years ago
  15. 8b82baa In the HTTP reply header, be more accepting in the HTTP version. by Guido van Rossum · 28 years ago
  16. caf7837 Added remaining declarations needed/used in glmodule.c; keeps gcc -Wall happy. by Guido van Rossum · 28 years ago
  17. c1547d9 Better way to handle 64-bit ints, keeping gcc -Wall happy. by Guido van Rossum · 28 years ago
  18. 1a2c5cb Add unistd.h to make gcc -Wall happy. by Guido van Rossum · 28 years ago
  19. 067998f Add const to error and newstring functions by Guido van Rossum · 28 years ago
  20. 36dd0d2 Fix operator priority bug found thanks to gcc -Wall. by Guido van Rossum · 28 years ago
  21. e29ed8f Make gcc -Wall happy; remove dummy variable (can't see where it's needed). by Guido van Rossum · 28 years ago
  22. fb4130d Added extern decl for gethostname() to keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  23. 55db515 Great renaming. by Guido van Rossum · 28 years ago
  24. 09f99df Removed redundant inclusion of <errno.h> (sorry, Roj!). by Guido van Rossum · 28 years ago
  25. b0dfe96 renamed in a grand fashion. by Roger E. Masse · 28 years ago
  26. 16f9fd2 Added a test script for dbmmodule.c and added it to testall.py and by Roger E. Masse · 28 years ago
  27. 3ac30af Added test_new by Barry Warsaw · 28 years ago
  28. abb7efe Renamed a few symbols that were found in comments. by Barry Warsaw · 28 years ago
  29. 3bdf746 Renamed, ungrandly. We don't have the GNU MP library here so we can't by Barry Warsaw · 28 years ago
  30. 56c345b renamed grandly. by Roger E. Masse · 28 years ago
  31. 7536238 new test script for cryptmodule.py by Roger E. Masse · 28 years ago
  32. b6b85dd Test script/output for cryptmodule.c added to testall.py and testall.out by Roger E. Masse · 28 years ago
  33. 5632ce0 (python-cc-style): Although open braces for substatements typically by Barry Warsaw · 28 years ago
  34. 24070ca Renamed Grandly by Roger E. Masse · 28 years ago
  35. 3daddda New test module for complex math module by Roger E. Masse · 28 years ago
  36. b710357 Added test_cmath.py to test complex math module by Roger E. Masse · 28 years ago
  37. 3ab26b9 (testall.py): Slightly improved test harness to make it easier to add by Barry Warsaw · 28 years ago
  38. 8b43b19 Renamed by Barry Warsaw · 28 years ago
  39. 5817f8f Removed some unneeded header files and reedited with a fixed-width font by Roger E. Masse · 28 years ago
  40. 8c0710f (python-cc-style): Oops, we decided to use TABs for 8 spaces where possible. by Barry Warsaw · 28 years ago
  41. 0b32459 C coding standard for Python C files. by Barry Warsaw · 28 years ago
  42. 4985283 Added test_strop by Barry Warsaw · 28 years ago
  43. ad522fa Added tests of all strop module functions, and touching of module variables by Barry Warsaw · 28 years ago
  44. 6c832eb Added test_array output line. by Guido van Rossum · 28 years ago
  45. 2919eaa Renamed Grandly (I think). by Roger E. Masse · 28 years ago
  46. 8db1b07 module to test the arraymodule created and added to testall.py by Roger E. Masse · 28 years ago
  47. ece35bc Changes to keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  48. 7ce52be Added `void' to declaration of initgl(), to keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  49. 665f919 Added a bunch of extern void decls, to keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  50. 3d65fa3 Include <sys/ioctl.h>, to keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  51. cd165cc Make dummy int public (with _Py_ prefix), to keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  52. 3727317 Add ``extern void bzero();'' for SGI, to keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  53. 66a7013 Include unistd.h to keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  54. 259552d Added ``extern int get_default_domain();'' for SGI, to keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  55. 5217457 Added #ifdef around ``extern int ftime();'' for MS WINDOWS (which has by Guido van Rossum · 28 years ago
  56. f525601 Greatly renamed. by Barry Warsaw · 28 years ago
  57. ec775c5 ins(): missed a renaming in a string: dictinsert => PyDict_SetItemString. by Barry Warsaw · 28 years ago
  58. 9a2a8a8 Greatly renamed. by Barry Warsaw · 28 years ago
  59. 6ab7f07 Added test_time by Barry Warsaw · 28 years ago
  60. 5bebca2 Added 'test_time' by Barry Warsaw · 28 years ago
  61. b0c2232 test of time module. not terribly fancy, but it does touch every by Barry Warsaw · 28 years ago
  62. 843e712 Added descriptions of parsedate(), parsedate_tz(), getdate_tz() by Guido van Rossum · 28 years ago
  63. 61ed4db Added section for operator module (compiled Skip Montanaro). by Guido van Rossum · 28 years ago
  64. ccaf3b6 The usual. by Guido van Rossum · 28 years ago
  65. 5dab3d8 Test for sys/file.h. by Guido van Rossum · 28 years ago
  66. 1bb126f Add extern decl of ftime() to make gcc -Wall happy. by Guido van Rossum · 28 years ago
  67. 9478dd4 Fix core dump from pow(x,y,0). Make gcc -Wall happy. by Guido van Rossum · 28 years ago
  68. d560605 (Makefile): Added sym links for each manual, i.e., index.html -> lib.html. by Fred Drake · 28 years ago
  69. fc8f6f3 (Makefile): The sed hack is needed for all 3 manuals processed by latex2html; by Fred Drake · 28 years ago
  70. f1e6707 (Makefile): Rip out old partparse.py / texi2html.py stuff -- use latex2html by Fred Drake · 28 years ago
  71. 0d58d44 (myformat.perl): Don't italicize the '[]' characters around optional by Fred Drake · 28 years ago
  72. dce22ad (.latex2html-init): Restore one setting to the default (no real need to by Fred Drake · 28 years ago
  73. a376cc5 Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  74. 60fca2c Add case for 'R' and a little bit of cleanup. Andrew Kuchling. by Guido van Rossum · 28 years ago
  75. 049cd90 Jim F's brainchild by Guido van Rossum · 28 years ago
  76. 81b24c0 Fix bad format char in error msg (%s should be %d). by Guido van Rossum · 28 years ago
  77. 80bb965 Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  78. ed0af8f Support __complex__ method on instances, for complex() conversion. by Guido van Rossum · 28 years ago
  79. 150b2df Change the Don Beaudry hack into the Don B + Jim F hack; now, if *any* by Guido van Rossum · 28 years ago
  80. 3afb595 Some extra flags that an HPUX user wants me to add. by Guido van Rossum · 28 years ago
  81. b0c168c Tentative changes to make this work better on 64-bit machines. by Guido van Rossum · 28 years ago
  82. 9abe64a (libparser.tex): Added note that the line number for a terminal token by Fred Drake · 28 years ago
  83. ba469ba More stale info. by Guido van Rossum · 28 years ago
  84. 7941379 New URL for Swiss ftp mirror. by Guido van Rossum · 28 years ago
  85. da9c271 Make gcc -Wall happy by Guido van Rossum · 28 years ago
  86. 472c04f Fix newlongobject so it will work for 64-bit as well as 32-bit hardware by Guido van Rossum · 28 years ago
  87. a0a69b8 Experimental new implementation of dictionary comparison. This by Guido van Rossum · 28 years ago
  88. 685a38e Make gcc -Wall happy. by Guido van Rossum · 28 years ago
  89. 04f95d5 Better implementation of PyCObject_AsVoidPtr(). by Guido van Rossum · 28 years ago
  90. cbd1e4e Yet more elaborate message for exception in __del__. Make gcc -Wall happy. by Guido van Rossum · 28 years ago
  91. 3c5936a Added missing PySequence_List. by Guido van Rossum · 28 years ago
  92. 2adf06b Added missing for PySequence_List. by Guido van Rossum · 28 years ago
  93. 36a484f Correct typo -- repeat implements *, not +. by Guido van Rossum · 28 years ago
  94. 102dc41 Describe the new Unpacker.get_buffer() method. by Barry Warsaw · 28 years ago
  95. 75eccc5 Unpacker.get_buffer(): new method to access the internal buffer of data by Barry Warsaw · 28 years ago
  96. fd8a393 Make gcc -Wall happy by Guido van Rossum · 28 years ago
  97. bda7ca7 Added [nh]to[hn][sl](). by Guido van Rossum · 28 years ago
  98. dde9c2c Added .ilg (makeindex logfile) by Guido van Rossum · 28 years ago
  99. 4745a27 Added some more turd files we can't avoid: .MIF, .ps, .auto. by Guido van Rossum · 28 years ago
  100. f06ee5f /usr/local/bin/python -> /usr/bin/env python by Guido van Rossum · 28 years ago