1. d81a1ba Jim's latest version by Guido van Rossum · 28 years ago
  2. d4ff1b9 New strop_joinfields implementation, highly optimized for Lists. All by Barry Warsaw · 28 years ago
  3. 95f92df New output file for strop test by Barry Warsaw · 28 years ago
  4. da0e520 Added a couple of strop.join() tests for large lists and long items by Barry Warsaw · 28 years ago
  5. 9c5494a added PyTuple_GET_SIZE macro by Barry Warsaw · 28 years ago
  6. accfb84 added PyString_GET_SIZE macro by Barry Warsaw · 28 years ago
  7. 1f2bd07 added PyList_GET_SIZE macro by Barry Warsaw · 28 years ago
  8. e0548b8 Rewrote translate() as follows: by Guido van Rossum · 28 years ago
  9. 04d2d15 strop_upper(), strop_lower(): shared code version caused to much of a by Barry Warsaw · 28 years ago
  10. 7fc0bf8 Fix the following bug: by Guido van Rossum · 28 years ago
  11. bf0c3ca Renamed but not well tested. by Roger E. Masse · 28 years ago
  12. 32e949d This is a very inobstrusive test for the existance of the SGI cd module by Roger E. Masse · 28 years ago
  13. 5150542 Output file for test_cd.py by Roger E. Masse · 28 years ago
  14. e8fc29c Several changes: by Barry Warsaw · 28 years ago
  15. 9d1a02c Some small changes. by Guido van Rossum · 28 years ago
  16. a2a8b27 Renamed, but not throughly tested. by Roger E. Masse · 28 years ago
  17. 4a9ac06 Output file for test_al.py by Roger E. Masse · 28 years ago
  18. 1f983df This is a very inobstrusive test for the existance of the al module and all by Roger E. Masse · 28 years ago
  19. 7ba4c07 Renamed, but untested. by Roger E. Masse · 28 years ago
  20. 9bc7e0a Added PyLong*UnsignedLong and PyCobject interfaces. by Guido van Rossum · 28 years ago
  21. d44be3f very minor typo by Barry Warsaw · 28 years ago
  22. 61bc874 Output of socket module test. by Barry Warsaw · 28 years ago
  23. cf3d4b5 Test of the socket module. The following functions and methods are by Barry Warsaw · 28 years ago
  24. eaa6e11 Renamed, reindented. (was already partially complete) by Roger E. Masse · 28 years ago
  25. 6530717 'I' and 'L' now always return a Python long. by Guido van Rossum · 28 years ago
  26. b0b8181 Added unsigned data formats (B, H, I, L). by Guido van Rossum · 28 years ago
  27. 7a61f87 Updated to include the verbose flag from test_support by Roger E. Masse · 28 years ago
  28. 549ab71 Add new formats B, H, I, L for unsigned data types (analogous to the by Guido van Rossum · 28 years ago
  29. 6c87eca Changed the ``add/sub_offset'' hacks for dealing with C's unsigned by Guido van Rossum · 28 years ago
  30. 04ebf5c Change the ``calcsize*3'' test to be portable to 64-bit machines. by Guido van Rossum · 28 years ago
  31. 5b0eba3 Reindented. by Roger E. Masse · 28 years ago
  32. 752300b Check of return values and proper error handling. by Barry Warsaw · 28 years ago
  33. 53756b1 Added PyLong_FromUnsignedLong() and PyLong_AsUnsignedLong(). by Guido van Rossum · 28 years ago
  34. 461a1c1 Output for signal module test by Barry Warsaw · 28 years ago
  35. 042a051 Add $(srcdir) in front of the test program's name (else it won't work by Guido van Rossum · 28 years ago
  36. b9d338c Fill pad bytes with zeros (fixing a bug dating from the very first version!). by Guido van Rossum · 28 years ago
  37. dbadd55 Describe standard float/double support. by Guido van Rossum · 28 years ago
  38. b9a781e Scratch the ears of gcc -Wall. by Barry Warsaw · 28 years ago
  39. f3f41a9 Added declaration for PyErr_SetInterrupt. by Barry Warsaw · 28 years ago
  40. 9297117 Several changes: by Barry Warsaw · 28 years ago
  41. 420c11c Added f/d tests for specific byte orders. by Guido van Rossum · 28 years ago
  42. 4ccc531 Ok, ok, I've fixed gradual underflow on packing too. by Guido van Rossum · 28 years ago
  43. 6083f0e Use the new struct module's ability to pack and unpack standardized by Guido van Rossum · 28 years ago
  44. 07ef655 Oops -- unpack float/double didn't do the right thing if e==0. by Guido van Rossum · 28 years ago
  45. 74679b4 Support float and double in non-native formats. by Guido van Rossum · 28 years ago
  46. 9e3fceb rotorobj_setkey(): A single string argument is now required (i.e. no by Barry Warsaw · 28 years ago
  47. 5afafad <rotorobj>.setkey() now requires exactly one argument by Barry Warsaw · 28 years ago
  48. 9121ab9 Switched over to use the new testregr.py test harness. by Barry Warsaw · 28 years ago
  49. 6717030 setkey method's argument is no longer optional (it used to be a no-op by Barry Warsaw · 28 years ago
  50. b02092a Added characteristics of shttp, https, and snews. by Guido van Rossum · 28 years ago
  51. 6757748 Properly parenthesize a long Boolean combination. Formerly, you could by Guido van Rossum · 28 years ago
  52. 3c83bb4 The usual... by Guido van Rossum · 28 years ago
  53. 8c4ed9a Rewritten the readline test, hopefully it's okay now. by Guido van Rossum · 28 years ago
  54. 591bbb1 (libformatter.tex): Document the flush() method on the writer. by Fred Drake · 28 years ago
  55. 2823168 (formatter.py): Add a flush() method to the writer interface. This really by Fred Drake · 28 years ago
  56. 2a37850 Exercise the new feature set somewhat. by Guido van Rossum · 28 years ago
  57. 60c5061 Added better handling of unsigned longs -- a Python long returned by by Guido van Rossum · 28 years ago
  58. 36bb181 Rewrote _{read,write}_{short,long} to use the newly revamped struct by Guido van Rossum · 28 years ago
  59. 3dd68d3 Added libstat.tex by Guido van Rossum · 28 years ago
  60. 1254346 Document the new extensions. by Guido van Rossum · 28 years ago
  61. 3aa27fd Fix the first bugs... treatment of 0 count was wrong, and memchr() by Guido van Rossum · 28 years ago
  62. f7e6b4b Pretty much rewritten to fulfull several long-standing wishes: by Guido van Rossum · 28 years ago
  63. b5846d7 A different winning animation. by Guido van Rossum · 28 years ago
  64. 408027e Rename DEBUG macro to Py_DEBUG by Guido van Rossum · 28 years ago
  65. a0dc1c4 Actually, *this* fixes the last bug. by Guido van Rossum · 28 years ago
  66. 1b2b53a Considerably restructured. This fixes the one remaining bug. by Guido van Rossum · 28 years ago
  67. 8de9f89 Solitaire game, like the one that comes with Windows. by Guido van Rossum · 28 years ago
  68. c17a268 Added support for RFC 850 style dates, as used by some HTTP servers by Guido van Rossum · 28 years ago
  69. 178ff35 Fix bogus implementation of Group.bind(). by Guido van Rossum · 28 years ago
  70. 8371013 Added config(ure) method to Image class. (Fred Drake) by Guido van Rossum · 28 years ago
  71. 0b96b94 Change the default values for IntVar and DoubleVar to numbers (they by Guido van Rossum · 28 years ago
  72. 671dc20 Crude but effective hack to clear the parser cache every so often. (Fred Drake.) by Guido van Rossum · 28 years ago
  73. babab68 Removed all traces of accessobject.c. by Guido van Rossum · 28 years ago
  74. fbd1d74 Renamed. by Roger E. Masse · 28 years ago
  75. cf284cc Test output for the gl C extension module. by Roger E. Masse · 28 years ago
  76. 6da2953 gl is a *huge* module. This is a very simple test that insures that by Roger E. Masse · 28 years ago
  77. fb817cd Output files by Barry Warsaw · 28 years ago
  78. 5e056bb test_rotor.py: New test of the rotor module. by Barry Warsaw · 28 years ago
  79. aeb207c Reworked to check for memory problems (one potential found), by Barry Warsaw · 28 years ago
  80. f308c0f From reading the source, it turns out that the setkey() method can by Barry Warsaw · 28 years ago
  81. f3dd5aa - CWGUSI has moved - Changed instructions for Tcl 7.6/Tk 4.2 by Jack Jansen · 28 years ago
  82. a742d11 Added a chapter on using OSAXen by Jack Jansen · 28 years ago
  83. a83caa0 Added range of resource-ids for twit. by Jack Jansen · 28 years ago
  84. c75e1d0 Added Application.cleanup method which asks all windows to close by Jack Jansen · 28 years ago
  85. 81aa0e2 Added gdbm (if USE_GDBM defined) by Jack Jansen · 28 years ago
  86. b280e2b Moved resources around to forestall conflicts with debuggee by Jack Jansen · 28 years ago
  87. 3097463 Added gdbm by Jack Jansen · 28 years ago
  88. 83b17e8 Added gdbm plugins, changed jpeg library to v6, various minor changes by Jack Jansen · 28 years ago
  89. e1d325f Added gdbm plugins by Jack Jansen · 28 years ago
  90. 8bd7c56 If sys.argv is empty ask for input file and output folder by Jack Jansen · 28 years ago
  91. f85f052 Very very small comment change. by Roger E. Masse · 28 years ago
  92. fab8ab8 Many scripts, but small changes. Update the way the scripts obtain the by Roger E. Masse · 28 years ago
  93. 4b72278 added test of the regex module by Barry Warsaw · 28 years ago
  94. 7f33e40 Renamed. by Roger E. Masse · 28 years ago
  95. c357325 Several changes. Test program to follow. by Barry Warsaw · 28 years ago
  96. 4455cd8 More and better comments. by Roger E. Masse · 28 years ago
  97. 3507f50 Minor semantic cleanup. by Roger E. Masse · 28 years ago
  98. e9e0bd9 Output for test script for the SGI imgfile module. by Roger E. Masse · 28 years ago
  99. 033d91b Test script for the SGI imgfile module. by Roger E. Masse · 28 years ago
  100. a141f8a Renamed. by Roger E. Masse · 28 years ago