1. 49bff65 Include config.h so it can define const away for K&R. by Guido van Rossum · 27 years ago
  2. 7929c6f Make delimiter and separator static for K&R C. by Guido van Rossum · 27 years ago
  3. f9cba09 Don't use function prototypes in function definition headers. by Guido van Rossum · 27 years ago
  4. 2f75b29 Indent the #error directives so a classic K&R cpp doesn't see them. by Guido van Rossum · 27 years ago
  5. a9040ec Renamed a local variable from 'PyCFunction' (which is also a typedef by Guido van Rossum · 27 years ago
  6. 59943ba Added Py_PROTO macros for SunOS 4.x /bin/cc. by Guido van Rossum · 27 years ago
  7. 462d6e6 More robust way of choosing a non-existant uid (faster, too). by Guido van Rossum · 27 years ago
  8. 6308d51 More robust way of choosing a non-existant uid (faster, too). by Guido van Rossum · 27 years ago
  9. 037b220 Moved PyObject_{Get,Set}Attr to object.c. by Guido van Rossum · 27 years ago
  10. 98ff96a Moved PyObject_{Get,Set}Attr here (from dictobject) and add PyObject_HasAttr. by Guido van Rossum · 27 years ago
  11. 9678394 Got rid of c_error in favor of errno (and EDOM/ERANGE). by Guido van Rossum · 27 years ago
  12. 72be306 Added some minimal comments and tweaked lay-out a bit. by Guido van Rossum · 27 years ago
  13. df4c308 Plug leak of stack frame object in exception handling code. by Guido van Rossum · 27 years ago
  14. 32f92ca Handling of pathnames pointing to files on toplevel folder of disk was by Guido van Rossum · 27 years ago
  15. b24c9ea fixed ratecv to continue working if product of rates is bigger than 32 bits by Guido van Rossum · 27 years ago
  16. 511f163 Removed MetroWerks workaround, replaced by defines in mymath.h (Jack) by Guido van Rossum · 27 years ago
  17. 19a6c8a workaround for Mac MSL header definitions of TRUE and FALSE (Jack) by Guido van Rossum · 27 years ago
  18. c23ef0a Workaround for bug in Metrowerks MSL headers on 68K Macs (Jack) by Guido van Rossum · 27 years ago
  19. df0d00e Logic for enabling mac-specific signal handling fixed (Jack) by Guido van Rossum · 27 years ago
  20. 1254d79 Use #ifdef in stead of #if (Jack) by Guido van Rossum · 27 years ago
  21. e34b7de Updated Python version no to 1.5. by Guido van Rossum · 27 years ago
  22. 6181e00 Added AMK's SocketServer docs. by Guido van Rossum · 27 years ago
  23. fe4dfc7 Add platform to welcome message. by Guido van Rossum · 27 years ago
  24. 650b3aa Unlink before rename (for NT). by Guido van Rossum · 27 years ago
  25. 1aa7e3a Jim Ahlstrom's contributions for DOS, OS/2, WIN3.1. by Guido van Rossum · 27 years ago
  26. 5a37d7d Renamed strndup to my_strndup to avoid conflict witth GNU libc. by Guido van Rossum · 27 years ago
  27. 082d289 Added CRLF for Notepad. by Guido van Rossum · 27 years ago
  28. 1a747f8 Address the following problem on DOS and Win 3.1, reported by Jim Ahlstrom: by Guido van Rossum · 27 years ago
  29. 29168ce Added CRLF for Notepad. by Guido van Rossum · 27 years ago
  30. 3cca245 Got rid of all the last_name_* bogosities. I don't think the by Guido van Rossum · 27 years ago
  31. 3f11da0 Changes to make these tests work on the Mac. by Guido van Rossum · 27 years ago
  32. 9522274 Increase the child's sleep time to 5 for slow machines. by Guido van Rossum · 27 years ago
  33. e6fcd33 Correct comment; -c is off by default. by Guido van Rossum · 27 years ago
  34. 9231c8f Made a start with api.tex, the Python-C API Reference Manual. by Guido van Rossum · 27 years ago
  35. d0c87ee Oops, another forgotten renaming: varobject -> PyVarObject. by Guido van Rossum · 27 years ago
  36. fe28fa0 Remove the last three uses of PyArg_GetInt() from the source. by Guido van Rossum · 27 years ago
  37. 4c4d5ce Catch nis.error and raise TestFailed instead. This catches the by Barry Warsaw · 27 years ago
  38. 1ade44c Open the output files with 'wb', not 'w'. by Guido van Rossum · 27 years ago
  39. fdf58fe Added BabylMailbox class by Fred Lundh (untested). by Guido van Rossum · 27 years ago
  40. 71606f8 This commit was manufactured by cvs2svn to create tag 'r15a2'. by cvs2svn · 27 years ago
  41. c8fba8e Add pthred-std define for Linux. by Guido van Rossum · 27 years ago
  42. 8766dfd Regenreated for MSL by Jack Jansen · 27 years ago
  43. b83b46d MSL errno.h has moved some errors around, and doesn't document by Jack Jansen · 27 years ago
  44. 4346716 Bump level to 1.5a2. by Guido van Rossum · 27 years ago
  45. 6ae5d3d Update description of "make test" to new test harness. by Guido van Rossum · 27 years ago
  46. 4dfd458 Fix typo in error reporting. by Guido van Rossum · 27 years ago
  47. c1c96d1 Fix hex tests for 64-bit machines. by Guido van Rossum · 27 years ago
  48. 8cd70c3 Instructions updated for 1.5. Added the important note to set the by Guido van Rossum · 27 years ago
  49. 201afe5 Add -Olimit 1500 to OPT if CC supports it. by Guido van Rossum · 27 years ago
  50. 2b4d280 Suppress fork part of socket test when we can't fork. by Guido van Rossum · 27 years ago
  51. 9348bf8 Updated, mappingobject -> dictobject plus some other minor things. by Guido van Rossum · 27 years ago
  52. 1cbdfb9 Add sections for PIL (Fred Lundh). by Guido van Rossum · 27 years ago
  53. 4a0694d Fix sys.platform test -- on Win, it is 'win32', not 'win'. by Guido van Rossum · 27 years ago
  54. 0ba7e59 More rational implementation of get_qualified_path() -- search along by Guido van Rossum · 27 years ago
  55. e61093c Fix reversed test for failure in PySequence_List() and PySequence_Tuple(). by Guido van Rossum · 27 years ago
  56. fcc7704 Typo! \\lib\\<path> should be .\\lib\\<path> by Guido van Rossum · 27 years ago
  57. fc4f503 Fix showstopping bug (^ wouldn't match after \n). Jeffrey Ollie. by Guido van Rossum · 27 years ago
  58. 34570d7 A new set of symbols. Hopefully this will be sufficient, I have no by Guido van Rossum · 27 years ago
  59. af5dfb4 One last rename glitch: import_modules -> _PyImport_Modules. by Guido van Rossum · 27 years ago
  60. 39d6ae7 New makefile, for 1.5, with CRLF by Guido van Rossum · 27 years ago
  61. 445efa9 Add a cast to a malloc to shut up the DEC Unix compiler. by Guido van Rossum · 27 years ago
  62. 2ec9031 Subsumed mappingobject.h in dictobject.h. by Guido van Rossum · 27 years ago
  63. 9637432 Renamed mappingobject.c to dictobject.c. by Guido van Rossum · 27 years ago
  64. e4766f6 The usual by Guido van Rossum · 27 years ago
  65. a9e7a81 Renamed from mappingobject.c to dictobject.c. by Guido van Rossum · 27 years ago
  66. 93ad0df Faster floating point allocator, same idea as the int allocator. by Guido van Rossum · 27 years ago
  67. 0609f19 A completely new Rat.py by Sjoerd. by Guido van Rossum · 27 years ago
  68. e0332c7 Longer default PYTHONPATH will find test, tkinter, and shared modules by Guido van Rossum · 27 years ago
  69. df4549e Remove a spurious ^M. by Guido van Rossum · 27 years ago
  70. 7d3246d Keep gcc -Wall happy. by Guido van Rossum · 27 years ago
  71. ad16471 Untested changes by Skip Montanaro to have an optional limit on the by Guido van Rossum · 27 years ago
  72. de8d6d7 Use compile-time test for 64-bit hardware instead of run-time test. by Guido van Rossum · 27 years ago
  73. c5d14a6 Added $(srcdir)/ prefix to python.exp for AIX. No idea if this actually works... by Guido van Rossum · 27 years ago
  74. 054b3a2 TESTPATH is no longer needed by Guido van Rossum · 27 years ago
  75. 2ef21ef Removed symbols that are no longer defined. by Guido van Rossum · 27 years ago
  76. 4917d93 Keep picky compilers happy. by Guido van Rossum · 27 years ago
  77. d6353e2 Support for various versions of the pthread draft. by Guido van Rossum · 27 years ago
  78. 5f15b96 (int) cast for strlen() to keep picky compilers happy. by Guido van Rossum · 27 years ago
  79. 725a67e Regenerated on newer Solaris version by Guido van Rossum · 27 years ago
  80. f0ee937 Removed out-of-date TODO file by Guido van Rossum · 27 years ago
  81. af647dd Use ProgressBar to show progress in stead of print by Jack Jansen · 27 years ago
  82. 450ae9f Don't free the MacOS_Splash() dialog twice... by Jack Jansen · 27 years ago
  83. 48c5527 Add a few more BringToFont calls by Jack Jansen · 27 years ago
  84. 79b5bb4 Export a few more New/Convert routines, on Just's request by Jack Jansen · 27 years ago
  85. 141f9a0 Regenrated from CW11 IDE by Jack Jansen · 27 years ago
  86. 0e351f3 Finally found a wat to set a file nonblocking that works on Irix, by Guido van Rossum · 27 years ago
  87. d776362 Another change suggested by Donn Cave -- forget "step 5", which by Guido van Rossum · 27 years ago
  88. 573a24a Fix problem reported by Donn Cave: if VPATH is an absolute path, it by Guido van Rossum · 27 years ago
  89. 4a807f5 Fix big ineficciency in regobj.search/match (introduced by Barry in an by Guido van Rossum · 27 years ago
  90. 1d63d8c Fixes to progress bar by SDM, modified by Jack: by Jack Jansen · 27 years ago
  91. 789a161 Add optional 'sizehint' argument to readlines(). After approximately by Guido van Rossum · 27 years ago
  92. 6263d54 Rewrite readlines() to speed it up -- about a factor of 2 on my by Guido van Rossum · 27 years ago
  93. 5449b6e Speed up read() (i.e. read till EOF) considerably by doing a stat() to by Guido van Rossum · 27 years ago
  94. 5878b66 This commit was manufactured by cvs2svn to create tag 'r15a1'. by cvs2svn · 27 years ago
  95. d0f2372 Modernized for 1.5 by Guido van Rossum · 27 years ago
  96. 6a9ee0e New heros. by Guido van Rossum · 27 years ago
  97. 29f6533 Scroll to top of info window when done. by Guido van Rossum · 27 years ago
  98. ff2ea72 Oops -- missed FloatingPointError. by Guido van Rossum · 27 years ago
  99. b6a7f77 Oops -- missed FloatingPointError in renaming. by Guido van Rossum · 27 years ago
  100. 7f25391 The usual. by Guido van Rossum · 27 years ago