1. 9a0f04d Get rid of obsolete support for access statement. by Guido van Rossum · 28 years ago
  2. 6a33de9 Get rid of obsolete ACCESS_MODE opcode. by Guido van Rossum · 28 years ago
  3. 1aceb05 Add warning that it's out of date. by Guido van Rossum · 28 years ago
  4. 22822d7 forgot to rename import_filetab by Guido van Rossum · 28 years ago
  5. d0e8436 ??? maybe window size by Guido van Rossum · 28 years ago
  6. 8812552 Added assert statement. by Guido van Rossum · 28 years ago
  7. d8f038e Added assert resword. by Guido van Rossum · 28 years ago
  8. 4408ed5 Tiny utility prints the latest set of reserved words. by Guido van Rossum · 28 years ago
  9. 78b21cf Checking in old changes -- no idea why (probably window size). by Guido van Rossum · 28 years ago
  10. de554ec The usual. by Guido van Rossum · 28 years ago
  11. 6dd8783 Improve getting the mailbox from the environment. by Guido van Rossum · 28 years ago
  12. 56f78d9 Set correct RFC number. by Guido van Rossum · 28 years ago
  13. 25107de Set correct RFC number. Open input in binary. by Guido van Rossum · 28 years ago
  14. ee2373b Oops, missed some renamings. by Guido van Rossum · 28 years ago
  15. 6778f25 Oops, rename2.h was included by some other headers. by Guido van Rossum · 28 years ago
  16. b05a5c7 Instead of importing graminit.h whenever one of the three grammar 'root' by Guido van Rossum · 28 years ago
  17. 8813b58 On popular demand, re-enable the readline event hook. by Guido van Rossum · 28 years ago
  18. aa948df In makesockaddr(), if we don't know the address family, don't raise an by Guido van Rossum · 28 years ago
  19. 8b4c987 - toolboxmodules built first (others depend on it) by Jack Jansen · 28 years ago
  20. c512be0 Sometimes tried to modify a tuple. Fixed. by Jack Jansen · 28 years ago
  21. 73d203f Version upped to 1.5a1 by Jack Jansen · 28 years ago
  22. 3edc476 Included new MSL error numbers by Jack Jansen · 28 years ago
  23. e44545f Workaround for bug in MSL and CWGUSI interaction that stopped the by Jack Jansen · 28 years ago
  24. 3089b7e - Various names in CodeFragments.h have changed by Jack Jansen · 28 years ago
  25. eeccca9 - Changed the m# format for PyArg_ParseTuple back to s# by Jack Jansen · 28 years ago
  26. d1d242e c2pstr has moved to a different include file by Jack Jansen · 28 years ago
  27. b764eed c2pstring has moved to a different include file by Jack Jansen · 28 years ago
  28. 1473af7 Updated for building with MSL libraries by Jack Jansen · 28 years ago
  29. 2fe3a37 Updated for (optional) use of MSL libraries by Jack Jansen · 28 years ago
  30. a176485 Updated to use MSL libraries by Jack Jansen · 28 years ago
  31. 89efda3 Avoid the fancy handler for error 401 (request authentication). by Guido van Rossum · 28 years ago
  32. 78089e2 Updated vc40.mak for Roger. Includes CRLF! by Guido van Rossum · 28 years ago
  33. 666b17a New dir() function -- by Guido van Rossum · 28 years ago
  34. 0f00c5e - Use cfmfile to (finally) implement building fat Pythons by Jack Jansen · 28 years ago
  35. c70c350 Module to merge 'cfrg' resources (to create fat ppc/cfm68k programs by Jack Jansen · 28 years ago
  36. 2e146b3 Use spaces exclusively. by Guido van Rossum · 28 years ago
  37. 42c2e6a Added cStringIO and cPickle to the supported modules. by Guido van Rossum · 28 years ago
  38. c339753 Added HAVE_ macros for getpeername, getpid, setvbuf. by Guido van Rossum · 28 years ago
  39. 478e718 Keep MS compiler happy: use (int)strlen() when comparing; make sure by Guido van Rossum · 28 years ago
  40. b819914 Fix by Mark Hammond to enable truncate() on Windows. by Guido van Rossum · 28 years ago
  41. fc49073 Used operators from abstract.h where possible (arithmetic operators, by Guido van Rossum · 28 years ago
  42. a1ebdbd Use Python.h, not allobjects.h. by Guido van Rossum · 28 years ago
  43. db9353e CloseHandle should be RegCloseKey. Add extern decl for Py_GetProgramName(). by Guido van Rossum · 28 years ago
  44. fdf95dd Checkin of Jack's buffer mods. by Guido van Rossum · 28 years ago
  45. 8290e07 Removed misc outdated stuff for 1.5 by Guido van Rossum · 28 years ago
  46. 13454c3 Fix old typo PyArgs_VaParse -> PyArg_VaParse. by Guido van Rossum · 28 years ago
  47. 45510ae Fix old typo PyArgs_VaParse -> PyArg_VaParse. by Guido van Rossum · 28 years ago
  48. 7688bba Include Python.h, not allobjects.h (which no longer exists). by Guido van Rossum · 28 years ago
  49. a027efa Massive changes for separate thread state management. by Guido van Rossum · 28 years ago
  50. 73237c5 Only use PyCode_Addr2Line to get tb_lineno when Py_OptimizeFlag is set. by Guido van Rossum · 28 years ago
  51. d3d6f8f Add -lgl and -lm for imgfile. Better way to configure zlib. by Guido van Rossum · 28 years ago
  52. 4a43cc6 Remove sys_* defines that are internal only and about to disappear by Guido van Rossum · 28 years ago
  53. 9218b70 Remove 2 out of 3 __FreeBSD__ tests. by Guido van Rossum · 28 years ago
  54. 526749b Misc.__init__(): Removed method, replaced with class attribute (which by Fred Drake · 28 years ago
  55. 84bf425 Finally deleted this obsolete crud. by Guido van Rossum · 28 years ago
  56. d27b4f2 Several oopsies -- Py_ALLOBJECTS_H -> Py_PYTHON_H, temporarily removed by Guido van Rossum · 28 years ago
  57. 174f95a Moved allobjects.h to Python.h (without rename2.h). by Guido van Rossum · 28 years ago
  58. c0b618a Quickly renamed the last directory. by Guido van Rossum · 28 years ago
  59. f4806c2 Add detach call so threads are GC'ed. by Guido van Rossum · 28 years ago
  60. 03ef647 Add PYTHONHOME to the usage message. by Guido van Rossum · 28 years ago
  61. ebde385 One copy is enough; we already had resource.c. by Guido van Rossum · 28 years ago
  62. 5bbf0f7 Some updates (AMK at work, added resource.c). by Guido van Rossum · 28 years ago
  63. dfb4120 Add zlib by Guido van Rossum · 28 years ago
  64. 412154f Updated web ref and version#. Folded some long lines. by Guido van Rossum · 28 years ago
  65. bc2472d Avoid some potential (though unlikely) sprintf buffer overflows. by Guido van Rossum · 28 years ago
  66. 15e33a4 Avoid sprintf buffer overflow if more than 9999 arguments. by Guido van Rossum · 28 years ago
  67. 04bc9d6 zlib by AMK by Guido van Rossum · 28 years ago
  68. 1526219 Adding Jeremy Hylton's gzip module. by Guido van Rossum · 28 years ago
  69. 37e97bc The usual. by Guido van Rossum · 28 years ago
  70. 9b71273 Get rid of the "-n32" options for SGI IRIX 6.x. Instead, substitute by Guido van Rossum · 28 years ago
  71. 0739797 The usual. by Guido van Rossum · 28 years ago
  72. 6100aaf Added test for pthread.h. by Guido van Rossum · 28 years ago
  73. d11bfdd Ugly hack for SGI IRIX 6.2. Apparently _POSIX_THREADS is defined even by Guido van Rossum · 28 years ago
  74. 1ed5e57 Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  75. 86bea46 Another directory quickly renamed. by Guido van Rossum · 28 years ago
  76. 2b713b2 One more inittab. by Guido van Rossum · 28 years ago
  77. bb5c6f8 Oops, forgot one: inittab. by Guido van Rossum · 28 years ago
  78. 87490eb Renamed inittab. by Guido van Rossum · 28 years ago
  79. 0bac33b Oops, forgot one: inittab. by Guido van Rossum · 28 years ago
  80. 1a43ce8 Added inittab. by Guido van Rossum · 28 years ago
  81. 79f25d9 Quickly renamed the remaining files -- this directory is done. by Guido van Rossum · 28 years ago
  82. 65bf9f2 Quickly renamed. by Guido van Rossum · 28 years ago
  83. 04e30c1 Remove err_input from rename list -- it is a static inside errors.c. by Guido van Rossum · 28 years ago
  84. 373c869 Quickly renamed. Also removed the long comment explaining why this is by Guido van Rossum · 28 years ago
  85. 58d8e3d Remove renaming instructions for ANY -- this is not renamed in by Guido van Rossum · 28 years ago
  86. b209a11 Quickly renamed. by Guido van Rossum · 28 years ago
  87. e2b4f09 Track updates in rename2.h. by Guido van Rossum · 28 years ago
  88. e601c0f Added new name for inittab! by Guido van Rossum · 28 years ago
  89. 63c35e5 Remove macros that are only used for cgensupport.[ch]. by Guido van Rossum · 28 years ago
  90. 92e8782 Moved cgensupport.h to Modules (awaiting oblivion). by Guido van Rossum · 28 years ago
  91. 8105821 Added -I$(srcdir) to line for glmodule so we can move cgensupport.h here. by Guido van Rossum · 28 years ago
  92. 62cb0ba Moved to ../Modules. by Guido van Rossum · 28 years ago
  93. ba9d7c5 Change the exception objects to have the string value "os.error" by Guido van Rossum · 28 years ago
  94. 8ec9e63 Adapt Mac specific code to new universal headers (I think -- this is by Guido van Rossum · 28 years ago
  95. dfed920 Hm. What was previously checked in was the edited *output* of the old by Guido van Rossum · 28 years ago
  96. 3837de0 Moved here from ../Python and quickly renamed. by Guido van Rossum · 28 years ago
  97. 58a6ac5 Removed cgensupport.[co] (to ../Modules). by Guido van Rossum · 28 years ago
  98. 4f1099f Added cgensupport.o. by Guido van Rossum · 28 years ago
  99. 7fa3b75 Added cgensupport.c to Setup line for gl module. by Guido van Rossum · 28 years ago
  100. 9e3a812 Added Jeremy's resource module. by Guido van Rossum · 28 years ago