1. 725a67e Regenerated on newer Solaris version by Guido van Rossum · 28 years ago
  2. f0ee937 Removed out-of-date TODO file by Guido van Rossum · 28 years ago
  3. af647dd Use ProgressBar to show progress in stead of print by Jack Jansen · 28 years ago
  4. 450ae9f Don't free the MacOS_Splash() dialog twice... by Jack Jansen · 28 years ago
  5. 48c5527 Add a few more BringToFont calls by Jack Jansen · 28 years ago
  6. 79b5bb4 Export a few more New/Convert routines, on Just's request by Jack Jansen · 28 years ago
  7. 141f9a0 Regenrated from CW11 IDE by Jack Jansen · 28 years ago
  8. 0e351f3 Finally found a wat to set a file nonblocking that works on Irix, by Guido van Rossum · 28 years ago
  9. d776362 Another change suggested by Donn Cave -- forget "step 5", which by Guido van Rossum · 28 years ago
  10. 573a24a Fix problem reported by Donn Cave: if VPATH is an absolute path, it by Guido van Rossum · 28 years ago
  11. 4a807f5 Fix big ineficciency in regobj.search/match (introduced by Barry in an by Guido van Rossum · 28 years ago
  12. 1d63d8c Fixes to progress bar by SDM, modified by Jack: by Jack Jansen · 28 years ago
  13. 789a161 Add optional 'sizehint' argument to readlines(). After approximately by Guido van Rossum · 28 years ago
  14. 6263d54 Rewrite readlines() to speed it up -- about a factor of 2 on my by Guido van Rossum · 28 years ago
  15. 5449b6e Speed up read() (i.e. read till EOF) considerably by doing a stat() to by Guido van Rossum · 28 years ago
  16. 5878b66 This commit was manufactured by cvs2svn to create tag 'r15a1'. by cvs2svn · 28 years ago
  17. d0f2372 Modernized for 1.5 by Guido van Rossum · 28 years ago
  18. 6a9ee0e New heros. by Guido van Rossum · 28 years ago
  19. 29f6533 Scroll to top of info window when done. by Guido van Rossum · 28 years ago
  20. ff2ea72 Oops -- missed FloatingPointError. by Guido van Rossum · 28 years ago
  21. b6a7f77 Oops -- missed FloatingPointError in renaming. by Guido van Rossum · 28 years ago
  22. 7f25391 The usual. by Guido van Rossum · 28 years ago
  23. 9327422 Added --with-fpectl. Change checks for -lm, -lc. by Guido van Rossum · 28 years ago
  24. 7a24c37 Move WANT_SIGFPE_HANDLER. by Guido van Rossum · 28 years ago
  25. f4eb63e Add HAVE_PTHREAD_H; move WANT_SIGFPE_HANDLER. by Guido van Rossum · 28 years ago
  26. 33fde57 1.5a1 adaptations. by Guido van Rossum · 28 years ago
  27. 004c1e1 Latest from Jeffrey Ollie. by Guido van Rossum · 28 years ago
  28. 1681429 Fix the date. by Guido van Rossum · 28 years ago
  29. 51a6c90 Added docs for dumbdbm (AMK), and misc small fixes. by Guido van Rossum · 28 years ago
  30. 7e691de Document return value of wait[pid]() more carefully. by Guido van Rossum · 28 years ago
  31. e4f347e Document "" and "<broadcast>". by Guido van Rossum · 28 years ago
  32. 57c30f6 Regenerated on a newer Linux version. by Guido van Rossum · 28 years ago
  33. db4a629 Avoid warning from gcc on Linux about dropping const. by Guido van Rossum · 28 years ago
  34. 16dffdc Fix the NDELAY test; avoid outputting binary garbage. by Guido van Rossum · 28 years ago
  35. f518d5e Print less in test_socket. by Guido van Rossum · 28 years ago
  36. 0add15f removed last #ifdef SUPPORT_OBSOLETE_ACCESS bits. by Guido van Rossum · 28 years ago
  37. c77b921 Latest and greatest. by Guido van Rossum · 28 years ago
  38. 16cd332 Add root.tkraise() to the _test() program so the window doesn't hide by Guido van Rossum · 28 years ago
  39. 9a0f04d Get rid of obsolete support for access statement. by Guido van Rossum · 28 years ago
  40. 6a33de9 Get rid of obsolete ACCESS_MODE opcode. by Guido van Rossum · 28 years ago
  41. 1aceb05 Add warning that it's out of date. by Guido van Rossum · 28 years ago
  42. 22822d7 forgot to rename import_filetab by Guido van Rossum · 28 years ago
  43. d0e8436 ??? maybe window size by Guido van Rossum · 28 years ago
  44. 8812552 Added assert statement. by Guido van Rossum · 28 years ago
  45. d8f038e Added assert resword. by Guido van Rossum · 28 years ago
  46. 4408ed5 Tiny utility prints the latest set of reserved words. by Guido van Rossum · 28 years ago
  47. 78b21cf Checking in old changes -- no idea why (probably window size). by Guido van Rossum · 28 years ago
  48. de554ec The usual. by Guido van Rossum · 28 years ago
  49. 6dd8783 Improve getting the mailbox from the environment. by Guido van Rossum · 28 years ago
  50. 56f78d9 Set correct RFC number. by Guido van Rossum · 28 years ago
  51. 25107de Set correct RFC number. Open input in binary. by Guido van Rossum · 28 years ago
  52. ee2373b Oops, missed some renamings. by Guido van Rossum · 28 years ago
  53. 6778f25 Oops, rename2.h was included by some other headers. by Guido van Rossum · 28 years ago
  54. b05a5c7 Instead of importing graminit.h whenever one of the three grammar 'root' by Guido van Rossum · 28 years ago
  55. 8813b58 On popular demand, re-enable the readline event hook. by Guido van Rossum · 28 years ago
  56. aa948df In makesockaddr(), if we don't know the address family, don't raise an by Guido van Rossum · 28 years ago
  57. 8b4c987 - toolboxmodules built first (others depend on it) by Jack Jansen · 28 years ago
  58. c512be0 Sometimes tried to modify a tuple. Fixed. by Jack Jansen · 28 years ago
  59. 73d203f Version upped to 1.5a1 by Jack Jansen · 28 years ago
  60. 3edc476 Included new MSL error numbers by Jack Jansen · 28 years ago
  61. e44545f Workaround for bug in MSL and CWGUSI interaction that stopped the by Jack Jansen · 28 years ago
  62. 3089b7e - Various names in CodeFragments.h have changed by Jack Jansen · 28 years ago
  63. eeccca9 - Changed the m# format for PyArg_ParseTuple back to s# by Jack Jansen · 28 years ago
  64. d1d242e c2pstr has moved to a different include file by Jack Jansen · 28 years ago
  65. b764eed c2pstring has moved to a different include file by Jack Jansen · 28 years ago
  66. 1473af7 Updated for building with MSL libraries by Jack Jansen · 28 years ago
  67. 2fe3a37 Updated for (optional) use of MSL libraries by Jack Jansen · 28 years ago
  68. a176485 Updated to use MSL libraries by Jack Jansen · 28 years ago
  69. 89efda3 Avoid the fancy handler for error 401 (request authentication). by Guido van Rossum · 28 years ago
  70. 78089e2 Updated vc40.mak for Roger. Includes CRLF! by Guido van Rossum · 28 years ago
  71. 666b17a New dir() function -- by Guido van Rossum · 28 years ago
  72. 0f00c5e - Use cfmfile to (finally) implement building fat Pythons by Jack Jansen · 28 years ago
  73. c70c350 Module to merge 'cfrg' resources (to create fat ppc/cfm68k programs by Jack Jansen · 28 years ago
  74. 2e146b3 Use spaces exclusively. by Guido van Rossum · 28 years ago
  75. 42c2e6a Added cStringIO and cPickle to the supported modules. by Guido van Rossum · 28 years ago
  76. c339753 Added HAVE_ macros for getpeername, getpid, setvbuf. by Guido van Rossum · 28 years ago
  77. 478e718 Keep MS compiler happy: use (int)strlen() when comparing; make sure by Guido van Rossum · 28 years ago
  78. b819914 Fix by Mark Hammond to enable truncate() on Windows. by Guido van Rossum · 28 years ago
  79. fc49073 Used operators from abstract.h where possible (arithmetic operators, by Guido van Rossum · 28 years ago
  80. a1ebdbd Use Python.h, not allobjects.h. by Guido van Rossum · 28 years ago
  81. db9353e CloseHandle should be RegCloseKey. Add extern decl for Py_GetProgramName(). by Guido van Rossum · 28 years ago
  82. fdf95dd Checkin of Jack's buffer mods. by Guido van Rossum · 28 years ago
  83. 8290e07 Removed misc outdated stuff for 1.5 by Guido van Rossum · 28 years ago
  84. 13454c3 Fix old typo PyArgs_VaParse -> PyArg_VaParse. by Guido van Rossum · 28 years ago
  85. 45510ae Fix old typo PyArgs_VaParse -> PyArg_VaParse. by Guido van Rossum · 28 years ago
  86. 7688bba Include Python.h, not allobjects.h (which no longer exists). by Guido van Rossum · 28 years ago
  87. a027efa Massive changes for separate thread state management. by Guido van Rossum · 28 years ago
  88. 73237c5 Only use PyCode_Addr2Line to get tb_lineno when Py_OptimizeFlag is set. by Guido van Rossum · 28 years ago
  89. d3d6f8f Add -lgl and -lm for imgfile. Better way to configure zlib. by Guido van Rossum · 28 years ago
  90. 4a43cc6 Remove sys_* defines that are internal only and about to disappear by Guido van Rossum · 28 years ago
  91. 9218b70 Remove 2 out of 3 __FreeBSD__ tests. by Guido van Rossum · 28 years ago
  92. 526749b Misc.__init__(): Removed method, replaced with class attribute (which by Fred Drake · 28 years ago
  93. 84bf425 Finally deleted this obsolete crud. by Guido van Rossum · 28 years ago
  94. d27b4f2 Several oopsies -- Py_ALLOBJECTS_H -> Py_PYTHON_H, temporarily removed by Guido van Rossum · 28 years ago
  95. 174f95a Moved allobjects.h to Python.h (without rename2.h). by Guido van Rossum · 28 years ago
  96. c0b618a Quickly renamed the last directory. by Guido van Rossum · 28 years ago
  97. f4806c2 Add detach call so threads are GC'ed. by Guido van Rossum · 28 years ago
  98. 03ef647 Add PYTHONHOME to the usage message. by Guido van Rossum · 28 years ago
  99. ebde385 One copy is enough; we already had resource.c. by Guido van Rossum · 28 years ago
  100. 5bbf0f7 Some updates (AMK at work, added resource.c). by Guido van Rossum · 28 years ago