1. 9faabb8 Added prototype for PyImport_Import(). by Guido van Rossum · 27 years ago
  2. 3572d37 Updated platform specific notes (it is now more common to have this) by Guido van Rossum · 27 years ago
  3. 8f06247 Added buffer_info() docs. by Guido van Rossum · 27 years ago
  4. 98046b9 Minor typo only. by Guido van Rossum · 27 years ago
  5. dac4447 Add try-finally around main loop. by Guido van Rossum · 27 years ago
  6. 20abb4e Added (commented-out) defs for use with the build tree instead of the by Guido van Rossum · 27 years ago
  7. 40d6358 Added QNX remarks. by Guido van Rossum · 27 years ago
  8. 76c5fe2 The usual by Guido van Rossum · 27 years ago
  9. e838701 Don't call sys.exit() all over the place -- simply return the exit by Guido van Rossum · 27 years ago
  10. 257c772 Comment out use of reop.expand_escape and reop._expand until their by Guido van Rossum · 27 years ago
  11. 0318bd6 Use _Py_re_match/search instead of re_match/search; these may become by Guido van Rossum · 27 years ago
  12. 1530c87 Fred Lundh's latest versions. by Guido van Rossum · 27 years ago
  13. f53c86c Add dummies for create/delete filehandles, just so that vanilla Grail by Guido van Rossum · 27 years ago
  14. fcaf26e Documented mime_decode_header() and mime_encode_header(). by Guido van Rossum · 27 years ago
  15. 88bb808 Fixed (and documented, see Doc/libmimify.tex) mime_decode_header() and by Guido van Rossum · 27 years ago
  16. 7ba3de4 Added Windows NT instructions. by Guido van Rossum · 27 years ago
  17. 58a5948 Changes for building under windows. by Guido van Rossum · 27 years ago
  18. 41b9f00 Many changes. by Jeremy Hylton · 27 years ago
  19. 4036c9c Probably the last VC++ 4.2 makefile I'll check in. by Guido van Rossum · 27 years ago
  20. f644882 Small changes to readme and makefile; tested for 1.5a3! by Guido van Rossum · 27 years ago
  21. 95e8053 1.5a3 prerelease 1 from AMK by Guido van Rossum · 27 years ago
  22. a74ef66 Must update the available space in the output buffer after by Jeremy Hylton · 27 years ago
  23. 00b299a removed getpath_nt.c in favor of revamped getpathp.c by Guido van Rossum · 27 years ago
  24. eea1449 Much rewritten. Added Win32 registry stuff (from getpath_nt.c, which by Guido van Rossum · 27 years ago
  25. 407a22d Made it real. Changed locking() to work with file descriptors instead by Guido van Rossum · 27 years ago
  26. 8f1b651 Some changes to make it work on NT; add the directory where the binary by Guido van Rossum · 27 years ago
  27. 0e6ae93 Moved PyWin_IsWin32s() here. by Guido van Rossum · 27 years ago
  28. 5137ea9 Remove #define main; remove vc40 from PYTHONPATH. by Guido van Rossum · 27 years ago
  29. abed54a Fix bug with \< (AMK). by Guido van Rossum · 27 years ago
  30. 6dc61b1 Add try-finally to close the file after loading it in by Guido van Rossum · 27 years ago
  31. 6af4abd Various changes by AMK, e.g. remove \e, \cX, add \v by Guido van Rossum · 27 years ago
  32. c24f038 Changes by AMK: by Guido van Rossum · 27 years ago
  33. 52d6832 Add syntax for hex,octal by Guido van Rossum · 27 years ago
  34. 142eeb8 cPickle release 0.3 from Jim Fulton by Guido van Rossum · 27 years ago
  35. f55afae New dialog from Fred Lundh by Guido van Rossum · 27 years ago
  36. 9d9af2c Fixes for the Mac. (Jack) by Guido van Rossum · 27 years ago
  37. a5e9fb6 Changes suggested by Jim fulton: by Guido van Rossum · 27 years ago
  38. ca54982 Added TemporaryFile and wrapper class by Jim Fulton. by Guido van Rossum · 27 years ago
  39. 3fb1aea Added decls for stuff from myreadline. by Guido van Rossum · 27 years ago
  40. 7242905 Megapatch for IRIX 6 by Sjoerd. by Guido van Rossum · 27 years ago
  41. 8e5e446 Added prototype for various finalizers. by Guido van Rossum · 27 years ago
  42. bb301c5 Added prototype for PyGrammar_RemoveAccelerators(). by Guido van Rossum · 27 years ago
  43. de4a4ca Added buffer_info() method that returns address and length in bytes of by Guido van Rossum · 27 years ago
  44. ea46e4d Fix mixup about PyErr_NoMemory() prototype. by Guido van Rossum · 27 years ago
  45. 741689d Use string interning and caching to get speedups on the mac (Jack). by Guido van Rossum · 27 years ago
  46. e5b4026 Use strerror on the mac if using MSL (Jack). by Guido van Rossum · 27 years ago
  47. 15974ad Bump MS_DLL_ID to 1.5.0. by Guido van Rossum · 27 years ago
  48. d510b72 Allow paths without drive specifier (Jack). by Guido van Rossum · 27 years ago
  49. e2ad88c Rewrite normcase() using string.translate... by Guido van Rossum · 27 years ago
  50. efa6837 Treat all HTTP/1.* versions the same. by Guido van Rossum · 27 years ago
  51. 2567dd6 Two changes: by Guido van Rossum · 27 years ago
  52. 4462064 Renamed Py_input_hook to PyOS_InputHook. by Guido van Rossum · 27 years ago
  53. 0357d02 Rewrite using class, to make waiting for processes possible; by Guido van Rossum · 27 years ago
  54. 0b4b8a2 Changed indents to 4 *spaces*; added Emacs variables to avoid by Guido van Rossum · 27 years ago
  55. 9a6e855 Support using -p/-P to point to the source/build directory instead of by Guido van Rossum · 27 years ago
  56. 516b620 #Fixed two byte-compiler errors by Barry Warsaw · 27 years ago
  57. c72c11c #Checkpointing X/Emacs 20'fication of this mode. by Barry Warsaw · 27 years ago
  58. 98d9d09 Added O_BINARY and O_TEXT (for Windows). by Guido van Rossum · 27 years ago
  59. 9c43c59 More emphasis on os.environ's calling of putenv; and added hint about by Guido van Rossum · 27 years ago
  60. 7d6b7d3 #Bumping to version 3.0 by Barry Warsaw · 27 years ago
  61. 48f662d mkalias() now has an optional third parameter to create relative aliases (Just) by Jack Jansen · 27 years ago
  62. 756a69f - Added classes to support class/property generation by gensuitemodule by Jack Jansen · 27 years ago
  63. a8441de Added (dummy) PyOS_FiniInterrupts by Jack Jansen · 27 years ago
  64. 7330b39 Adapted for 1.5a3: Py_SupressPrintingFlag is gone, and by Jack Jansen · 27 years ago
  65. 4be0ce3 New version number, new tk resources, new error numbers, new GUSI by Jack Jansen · 27 years ago
  66. 12f318a Don't define ENOENT when compiling with MSL by Jack Jansen · 27 years ago
  67. 04df97c CW11 projects replaced by CW Pro 1 projects, and all cfm68k/ppc by Jack Jansen · 27 years ago
  68. e3fa874 Modified for CW Pro 1 projects. Convention used: .mu files are old by Jack Jansen · 27 years ago
  69. 6654422 Generate class, property and comparison code (finally!). The resulting by Jack Jansen · 27 years ago
  70. 622f73f Remove unised variable by Guido van Rossum · 27 years ago
  71. 02c0467 Rather unsatisfactory temporary hack to get it to run by Guido van Rossum · 27 years ago
  72. 29c1ea5 Got the new structure working with MSVC 4.2. by Guido van Rossum · 27 years ago
  73. fb84255 New version of Vladimir Marangozov's AIX hacks -- simpler etc. by Guido van Rossum · 27 years ago
  74. b06df27 --with-readline is obsolete (and some editorial stuff in README) by Guido van Rossum · 27 years ago
  75. 3c7c678 Got rid of --with-readline, at last. by Guido van Rossum · 27 years ago
  76. 9b5dbed Attempt to import readline at interactive startup. by Guido van Rossum · 27 years ago
  77. 717c6f9 Move GNU readline interface to ../Modules/readline.c. by Guido van Rossum · 27 years ago
  78. 0969d36 New mechanism for GNU readline interface, via module by Guido van Rossum · 27 years ago
  79. 570278b Add test for function comparisons by Guido van Rossum · 27 years ago
  80. 83f9ad8 Fix bug in comparing function objects detected by Sjoerd: by Guido van Rossum · 27 years ago
  81. d6615ab Get READABLE c.s. from _tkinter instead of conditional definition. by Guido van Rossum · 27 years ago
  82. 1d529d1 Add a cast to the call to _Py_Dealloc in the expanded version of by Guido van Rossum · 27 years ago
  83. 7f400be Add pointer to new BSDDB module. by Guido van Rossum · 27 years ago
  84. 668e441 purported linux portability patch (Oliver Andrich) by Guido van Rossum · 27 years ago
  85. 5d1770e Py_Cleanup() is now Py_Finalize(). by Guido van Rossum · 27 years ago
  86. cc283f5 Merge Py_Cleanup() into Py_Finalize(). Call the various small Fini() functions. by Guido van Rossum · 27 years ago
  87. 085d269 New rules for deleting modules. Rather than having an elaborate by Guido van Rossum · 27 years ago
  88. f9c90c5 Renamed a local label that was accidentally grandly renamed to by Guido van Rossum · 27 years ago
  89. fbbd57e Added _Fini() routines to free up some memory by Guido van Rossum · 27 years ago
  90. 971a7aa Change the Fini function to only remove otherwise unreferenced strings by Guido van Rossum · 27 years ago
  91. 1f39c5c Added separate free list for cfunction (builtin method) objects, for a by Guido van Rossum · 27 years ago
  92. 404b95d Provide a dummy empty directory as f_builtins instead of failing, when by Guido van Rossum · 27 years ago
  93. a0d349f Added separate free list for instance method objects, for a few by Guido van Rossum · 27 years ago
  94. e09fb55 Added _Py_ResetReferences(), if tracing references. by Guido van Rossum · 27 years ago
  95. d085e88 Added Py_Malloc and friends as well as PyMem_Malloc and friends. by Guido van Rossum · 27 years ago
  96. 5c159bd Plug memory leak (DECREF doc string properly after inserting in dict). by Guido van Rossum · 27 years ago
  97. 7995ed2 The reload(sys) test no longer works due to changes in the import semantics. by Guido van Rossum · 27 years ago
  98. b02158e Oops, one more checkin. Use the new tstate/interp interface. by Guido van Rossum · 27 years ago
  99. 25ce566 The last of the mass checkins for separate (sub)interpreters. by Guido van Rossum · 27 years ago
  100. 40b33c6 Removed fatal errors from Py_Initmodule4() (and thus from by Guido van Rossum · 27 years ago