1. 29168ce Added CRLF for Notepad. by Guido van Rossum · 27 years ago
  2. 3cca245 Got rid of all the last_name_* bogosities. I don't think the by Guido van Rossum · 27 years ago
  3. 3f11da0 Changes to make these tests work on the Mac. by Guido van Rossum · 27 years ago
  4. 9522274 Increase the child's sleep time to 5 for slow machines. by Guido van Rossum · 27 years ago
  5. e6fcd33 Correct comment; -c is off by default. by Guido van Rossum · 27 years ago
  6. 9231c8f Made a start with api.tex, the Python-C API Reference Manual. by Guido van Rossum · 27 years ago
  7. d0c87ee Oops, another forgotten renaming: varobject -> PyVarObject. by Guido van Rossum · 27 years ago
  8. fe28fa0 Remove the last three uses of PyArg_GetInt() from the source. by Guido van Rossum · 27 years ago
  9. 4c4d5ce Catch nis.error and raise TestFailed instead. This catches the by Barry Warsaw · 27 years ago
  10. 1ade44c Open the output files with 'wb', not 'w'. by Guido van Rossum · 27 years ago
  11. fdf58fe Added BabylMailbox class by Fred Lundh (untested). by Guido van Rossum · 27 years ago
  12. 71606f8 This commit was manufactured by cvs2svn to create tag 'r15a2'. by cvs2svn · 27 years ago
  13. c8fba8e Add pthred-std define for Linux. by Guido van Rossum · 27 years ago
  14. 8766dfd Regenreated for MSL by Jack Jansen · 27 years ago
  15. b83b46d MSL errno.h has moved some errors around, and doesn't document by Jack Jansen · 27 years ago
  16. 4346716 Bump level to 1.5a2. by Guido van Rossum · 27 years ago
  17. 6ae5d3d Update description of "make test" to new test harness. by Guido van Rossum · 27 years ago
  18. 4dfd458 Fix typo in error reporting. by Guido van Rossum · 27 years ago
  19. c1c96d1 Fix hex tests for 64-bit machines. by Guido van Rossum · 27 years ago
  20. 8cd70c3 Instructions updated for 1.5. Added the important note to set the by Guido van Rossum · 27 years ago
  21. 201afe5 Add -Olimit 1500 to OPT if CC supports it. by Guido van Rossum · 27 years ago
  22. 2b4d280 Suppress fork part of socket test when we can't fork. by Guido van Rossum · 27 years ago
  23. 9348bf8 Updated, mappingobject -> dictobject plus some other minor things. by Guido van Rossum · 27 years ago
  24. 1cbdfb9 Add sections for PIL (Fred Lundh). by Guido van Rossum · 27 years ago
  25. 4a0694d Fix sys.platform test -- on Win, it is 'win32', not 'win'. by Guido van Rossum · 27 years ago
  26. 0ba7e59 More rational implementation of get_qualified_path() -- search along by Guido van Rossum · 27 years ago
  27. e61093c Fix reversed test for failure in PySequence_List() and PySequence_Tuple(). by Guido van Rossum · 27 years ago
  28. fcc7704 Typo! \\lib\\<path> should be .\\lib\\<path> by Guido van Rossum · 27 years ago
  29. fc4f503 Fix showstopping bug (^ wouldn't match after \n). Jeffrey Ollie. by Guido van Rossum · 27 years ago
  30. 34570d7 A new set of symbols. Hopefully this will be sufficient, I have no by Guido van Rossum · 27 years ago
  31. af5dfb4 One last rename glitch: import_modules -> _PyImport_Modules. by Guido van Rossum · 27 years ago
  32. 39d6ae7 New makefile, for 1.5, with CRLF by Guido van Rossum · 27 years ago
  33. 445efa9 Add a cast to a malloc to shut up the DEC Unix compiler. by Guido van Rossum · 27 years ago
  34. 2ec9031 Subsumed mappingobject.h in dictobject.h. by Guido van Rossum · 27 years ago
  35. 9637432 Renamed mappingobject.c to dictobject.c. by Guido van Rossum · 27 years ago
  36. e4766f6 The usual by Guido van Rossum · 27 years ago
  37. a9e7a81 Renamed from mappingobject.c to dictobject.c. by Guido van Rossum · 27 years ago
  38. 93ad0df Faster floating point allocator, same idea as the int allocator. by Guido van Rossum · 27 years ago
  39. 0609f19 A completely new Rat.py by Sjoerd. by Guido van Rossum · 27 years ago
  40. e0332c7 Longer default PYTHONPATH will find test, tkinter, and shared modules by Guido van Rossum · 27 years ago
  41. df4549e Remove a spurious ^M. by Guido van Rossum · 27 years ago
  42. 7d3246d Keep gcc -Wall happy. by Guido van Rossum · 27 years ago
  43. ad16471 Untested changes by Skip Montanaro to have an optional limit on the by Guido van Rossum · 27 years ago
  44. de8d6d7 Use compile-time test for 64-bit hardware instead of run-time test. by Guido van Rossum · 27 years ago
  45. c5d14a6 Added $(srcdir)/ prefix to python.exp for AIX. No idea if this actually works... by Guido van Rossum · 27 years ago
  46. 054b3a2 TESTPATH is no longer needed by Guido van Rossum · 27 years ago
  47. 2ef21ef Removed symbols that are no longer defined. by Guido van Rossum · 27 years ago
  48. 4917d93 Keep picky compilers happy. by Guido van Rossum · 27 years ago
  49. d6353e2 Support for various versions of the pthread draft. by Guido van Rossum · 27 years ago
  50. 5f15b96 (int) cast for strlen() to keep picky compilers happy. by Guido van Rossum · 27 years ago
  51. 725a67e Regenerated on newer Solaris version by Guido van Rossum · 27 years ago
  52. f0ee937 Removed out-of-date TODO file by Guido van Rossum · 27 years ago
  53. af647dd Use ProgressBar to show progress in stead of print by Jack Jansen · 27 years ago
  54. 450ae9f Don't free the MacOS_Splash() dialog twice... by Jack Jansen · 27 years ago
  55. 48c5527 Add a few more BringToFont calls by Jack Jansen · 27 years ago
  56. 79b5bb4 Export a few more New/Convert routines, on Just's request by Jack Jansen · 27 years ago
  57. 141f9a0 Regenrated from CW11 IDE by Jack Jansen · 27 years ago
  58. 0e351f3 Finally found a wat to set a file nonblocking that works on Irix, by Guido van Rossum · 27 years ago
  59. d776362 Another change suggested by Donn Cave -- forget "step 5", which by Guido van Rossum · 27 years ago
  60. 573a24a Fix problem reported by Donn Cave: if VPATH is an absolute path, it by Guido van Rossum · 27 years ago
  61. 4a807f5 Fix big ineficciency in regobj.search/match (introduced by Barry in an by Guido van Rossum · 27 years ago
  62. 1d63d8c Fixes to progress bar by SDM, modified by Jack: by Jack Jansen · 27 years ago
  63. 789a161 Add optional 'sizehint' argument to readlines(). After approximately by Guido van Rossum · 27 years ago
  64. 6263d54 Rewrite readlines() to speed it up -- about a factor of 2 on my by Guido van Rossum · 27 years ago
  65. 5449b6e Speed up read() (i.e. read till EOF) considerably by doing a stat() to by Guido van Rossum · 27 years ago
  66. 5878b66 This commit was manufactured by cvs2svn to create tag 'r15a1'. by cvs2svn · 27 years ago
  67. d0f2372 Modernized for 1.5 by Guido van Rossum · 27 years ago
  68. 6a9ee0e New heros. by Guido van Rossum · 27 years ago
  69. 29f6533 Scroll to top of info window when done. by Guido van Rossum · 27 years ago
  70. ff2ea72 Oops -- missed FloatingPointError. by Guido van Rossum · 27 years ago
  71. b6a7f77 Oops -- missed FloatingPointError in renaming. by Guido van Rossum · 27 years ago
  72. 7f25391 The usual. by Guido van Rossum · 27 years ago
  73. 9327422 Added --with-fpectl. Change checks for -lm, -lc. by Guido van Rossum · 27 years ago
  74. 7a24c37 Move WANT_SIGFPE_HANDLER. by Guido van Rossum · 27 years ago
  75. f4eb63e Add HAVE_PTHREAD_H; move WANT_SIGFPE_HANDLER. by Guido van Rossum · 27 years ago
  76. 33fde57 1.5a1 adaptations. by Guido van Rossum · 27 years ago
  77. 004c1e1 Latest from Jeffrey Ollie. by Guido van Rossum · 27 years ago
  78. 1681429 Fix the date. by Guido van Rossum · 27 years ago
  79. 51a6c90 Added docs for dumbdbm (AMK), and misc small fixes. by Guido van Rossum · 27 years ago
  80. 7e691de Document return value of wait[pid]() more carefully. by Guido van Rossum · 27 years ago
  81. e4f347e Document "" and "<broadcast>". by Guido van Rossum · 27 years ago
  82. 57c30f6 Regenerated on a newer Linux version. by Guido van Rossum · 27 years ago
  83. db4a629 Avoid warning from gcc on Linux about dropping const. by Guido van Rossum · 27 years ago
  84. 16dffdc Fix the NDELAY test; avoid outputting binary garbage. by Guido van Rossum · 27 years ago
  85. f518d5e Print less in test_socket. by Guido van Rossum · 27 years ago
  86. 0add15f removed last #ifdef SUPPORT_OBSOLETE_ACCESS bits. by Guido van Rossum · 27 years ago
  87. c77b921 Latest and greatest. by Guido van Rossum · 27 years ago
  88. 16cd332 Add root.tkraise() to the _test() program so the window doesn't hide by Guido van Rossum · 27 years ago
  89. 9a0f04d Get rid of obsolete support for access statement. by Guido van Rossum · 27 years ago
  90. 6a33de9 Get rid of obsolete ACCESS_MODE opcode. by Guido van Rossum · 27 years ago
  91. 1aceb05 Add warning that it's out of date. by Guido van Rossum · 27 years ago
  92. 22822d7 forgot to rename import_filetab by Guido van Rossum · 27 years ago
  93. d0e8436 ??? maybe window size by Guido van Rossum · 27 years ago
  94. 8812552 Added assert statement. by Guido van Rossum · 27 years ago
  95. d8f038e Added assert resword. by Guido van Rossum · 27 years ago
  96. 4408ed5 Tiny utility prints the latest set of reserved words. by Guido van Rossum · 27 years ago
  97. 78b21cf Checking in old changes -- no idea why (probably window size). by Guido van Rossum · 27 years ago
  98. de554ec The usual. by Guido van Rossum · 27 years ago
  99. 6dd8783 Improve getting the mailbox from the environment. by Guido van Rossum · 27 years ago
  100. 56f78d9 Set correct RFC number. by Guido van Rossum · 27 years ago