1. 41b9f00 Many changes. by Jeremy Hylton · 27 years ago
  2. 4036c9c Probably the last VC++ 4.2 makefile I'll check in. by Guido van Rossum · 27 years ago
  3. f644882 Small changes to readme and makefile; tested for 1.5a3! by Guido van Rossum · 27 years ago
  4. 95e8053 1.5a3 prerelease 1 from AMK by Guido van Rossum · 27 years ago
  5. a74ef66 Must update the available space in the output buffer after by Jeremy Hylton · 27 years ago
  6. 00b299a removed getpath_nt.c in favor of revamped getpathp.c by Guido van Rossum · 27 years ago
  7. eea1449 Much rewritten. Added Win32 registry stuff (from getpath_nt.c, which by Guido van Rossum · 27 years ago
  8. 407a22d Made it real. Changed locking() to work with file descriptors instead by Guido van Rossum · 27 years ago
  9. 8f1b651 Some changes to make it work on NT; add the directory where the binary by Guido van Rossum · 27 years ago
  10. 0e6ae93 Moved PyWin_IsWin32s() here. by Guido van Rossum · 27 years ago
  11. 5137ea9 Remove #define main; remove vc40 from PYTHONPATH. by Guido van Rossum · 27 years ago
  12. abed54a Fix bug with \< (AMK). by Guido van Rossum · 27 years ago
  13. 6dc61b1 Add try-finally to close the file after loading it in by Guido van Rossum · 27 years ago
  14. 6af4abd Various changes by AMK, e.g. remove \e, \cX, add \v by Guido van Rossum · 27 years ago
  15. c24f038 Changes by AMK: by Guido van Rossum · 27 years ago
  16. 52d6832 Add syntax for hex,octal by Guido van Rossum · 27 years ago
  17. 142eeb8 cPickle release 0.3 from Jim Fulton by Guido van Rossum · 27 years ago
  18. f55afae New dialog from Fred Lundh by Guido van Rossum · 27 years ago
  19. 9d9af2c Fixes for the Mac. (Jack) by Guido van Rossum · 27 years ago
  20. a5e9fb6 Changes suggested by Jim fulton: by Guido van Rossum · 27 years ago
  21. ca54982 Added TemporaryFile and wrapper class by Jim Fulton. by Guido van Rossum · 27 years ago
  22. 3fb1aea Added decls for stuff from myreadline. by Guido van Rossum · 27 years ago
  23. 7242905 Megapatch for IRIX 6 by Sjoerd. by Guido van Rossum · 27 years ago
  24. 8e5e446 Added prototype for various finalizers. by Guido van Rossum · 27 years ago
  25. bb301c5 Added prototype for PyGrammar_RemoveAccelerators(). by Guido van Rossum · 27 years ago
  26. de4a4ca Added buffer_info() method that returns address and length in bytes of by Guido van Rossum · 27 years ago
  27. ea46e4d Fix mixup about PyErr_NoMemory() prototype. by Guido van Rossum · 27 years ago
  28. 741689d Use string interning and caching to get speedups on the mac (Jack). by Guido van Rossum · 27 years ago
  29. e5b4026 Use strerror on the mac if using MSL (Jack). by Guido van Rossum · 27 years ago
  30. 15974ad Bump MS_DLL_ID to 1.5.0. by Guido van Rossum · 27 years ago
  31. d510b72 Allow paths without drive specifier (Jack). by Guido van Rossum · 27 years ago
  32. e2ad88c Rewrite normcase() using string.translate... by Guido van Rossum · 27 years ago
  33. efa6837 Treat all HTTP/1.* versions the same. by Guido van Rossum · 27 years ago
  34. 2567dd6 Two changes: by Guido van Rossum · 27 years ago
  35. 4462064 Renamed Py_input_hook to PyOS_InputHook. by Guido van Rossum · 27 years ago
  36. 0357d02 Rewrite using class, to make waiting for processes possible; by Guido van Rossum · 27 years ago
  37. 0b4b8a2 Changed indents to 4 *spaces*; added Emacs variables to avoid by Guido van Rossum · 27 years ago
  38. 9a6e855 Support using -p/-P to point to the source/build directory instead of by Guido van Rossum · 27 years ago
  39. 516b620 #Fixed two byte-compiler errors by Barry Warsaw · 27 years ago
  40. c72c11c #Checkpointing X/Emacs 20'fication of this mode. by Barry Warsaw · 27 years ago
  41. 98d9d09 Added O_BINARY and O_TEXT (for Windows). by Guido van Rossum · 27 years ago
  42. 9c43c59 More emphasis on os.environ's calling of putenv; and added hint about by Guido van Rossum · 27 years ago
  43. 7d6b7d3 #Bumping to version 3.0 by Barry Warsaw · 27 years ago
  44. 48f662d mkalias() now has an optional third parameter to create relative aliases (Just) by Jack Jansen · 27 years ago
  45. 756a69f - Added classes to support class/property generation by gensuitemodule by Jack Jansen · 27 years ago
  46. a8441de Added (dummy) PyOS_FiniInterrupts by Jack Jansen · 27 years ago
  47. 7330b39 Adapted for 1.5a3: Py_SupressPrintingFlag is gone, and by Jack Jansen · 27 years ago
  48. 4be0ce3 New version number, new tk resources, new error numbers, new GUSI by Jack Jansen · 27 years ago
  49. 12f318a Don't define ENOENT when compiling with MSL by Jack Jansen · 27 years ago
  50. 04df97c CW11 projects replaced by CW Pro 1 projects, and all cfm68k/ppc by Jack Jansen · 27 years ago
  51. e3fa874 Modified for CW Pro 1 projects. Convention used: .mu files are old by Jack Jansen · 27 years ago
  52. 6654422 Generate class, property and comparison code (finally!). The resulting by Jack Jansen · 27 years ago
  53. 622f73f Remove unised variable by Guido van Rossum · 27 years ago
  54. 02c0467 Rather unsatisfactory temporary hack to get it to run by Guido van Rossum · 27 years ago
  55. 29c1ea5 Got the new structure working with MSVC 4.2. by Guido van Rossum · 27 years ago
  56. fb84255 New version of Vladimir Marangozov's AIX hacks -- simpler etc. by Guido van Rossum · 27 years ago
  57. b06df27 --with-readline is obsolete (and some editorial stuff in README) by Guido van Rossum · 27 years ago
  58. 3c7c678 Got rid of --with-readline, at last. by Guido van Rossum · 27 years ago
  59. 9b5dbed Attempt to import readline at interactive startup. by Guido van Rossum · 27 years ago
  60. 717c6f9 Move GNU readline interface to ../Modules/readline.c. by Guido van Rossum · 27 years ago
  61. 0969d36 New mechanism for GNU readline interface, via module by Guido van Rossum · 27 years ago
  62. 570278b Add test for function comparisons by Guido van Rossum · 27 years ago
  63. 83f9ad8 Fix bug in comparing function objects detected by Sjoerd: by Guido van Rossum · 27 years ago
  64. d6615ab Get READABLE c.s. from _tkinter instead of conditional definition. by Guido van Rossum · 27 years ago
  65. 1d529d1 Add a cast to the call to _Py_Dealloc in the expanded version of by Guido van Rossum · 27 years ago
  66. 7f400be Add pointer to new BSDDB module. by Guido van Rossum · 27 years ago
  67. 668e441 purported linux portability patch (Oliver Andrich) by Guido van Rossum · 27 years ago
  68. 5d1770e Py_Cleanup() is now Py_Finalize(). by Guido van Rossum · 27 years ago
  69. cc283f5 Merge Py_Cleanup() into Py_Finalize(). Call the various small Fini() functions. by Guido van Rossum · 27 years ago
  70. 085d269 New rules for deleting modules. Rather than having an elaborate by Guido van Rossum · 27 years ago
  71. f9c90c5 Renamed a local label that was accidentally grandly renamed to by Guido van Rossum · 27 years ago
  72. fbbd57e Added _Fini() routines to free up some memory by Guido van Rossum · 27 years ago
  73. 971a7aa Change the Fini function to only remove otherwise unreferenced strings by Guido van Rossum · 27 years ago
  74. 1f39c5c Added separate free list for cfunction (builtin method) objects, for a by Guido van Rossum · 27 years ago
  75. 404b95d Provide a dummy empty directory as f_builtins instead of failing, when by Guido van Rossum · 27 years ago
  76. a0d349f Added separate free list for instance method objects, for a few by Guido van Rossum · 27 years ago
  77. e09fb55 Added _Py_ResetReferences(), if tracing references. by Guido van Rossum · 27 years ago
  78. d085e88 Added Py_Malloc and friends as well as PyMem_Malloc and friends. by Guido van Rossum · 27 years ago
  79. 5c159bd Plug memory leak (DECREF doc string properly after inserting in dict). by Guido van Rossum · 27 years ago
  80. 7995ed2 The reload(sys) test no longer works due to changes in the import semantics. by Guido van Rossum · 27 years ago
  81. b02158e Oops, one more checkin. Use the new tstate/interp interface. by Guido van Rossum · 27 years ago
  82. 25ce566 The last of the mass checkins for separate (sub)interpreters. by Guido van Rossum · 27 years ago
  83. 40b33c6 Removed fatal errors from Py_Initmodule4() (and thus from by Guido van Rossum · 27 years ago
  84. aee094c Added finalization routines. by Guido van Rossum · 27 years ago
  85. 08c1661 Add finialization routines; fixed some memory leaks related to this. by Guido van Rossum · 27 years ago
  86. 05f7c50 Free the malloc'ed buffer that holds the command once we're done with it. by Guido van Rossum · 27 years ago
  87. eb46d67 Avoid function calls to access the current thread state and builtins by Guido van Rossum · 27 years ago
  88. 8cf0476 Added internal routine PyString_Fini() which deletes all interned by Guido van Rossum · 27 years ago
  89. 29e46a9 Mass checkin (more to follow for other directories). by Guido van Rossum · 27 years ago
  90. 7a2d611 Add cast to PyInt_AS_LONG macro, as suggested by Marc Lemburg. by Guido van Rossum · 27 years ago
  91. 2981bc7 Add cast to PyFloat_AS_DOUBLE macro, as suggested by Marc Lemburg. by Guido van Rossum · 27 years ago
  92. d0924f4 Add a simple way to enable purify; now you can set the Make variable by Guido van Rossum · 27 years ago
  93. c46d22e Print ps (process status) for us when starting a new thread. by Guido van Rossum · 27 years ago
  94. 35d4337 Functionality enhancement: allow other threads to use Tk commands by Guido van Rossum · 27 years ago
  95. 3e819a7 Compatibility with Tcl/Tk 8.0b*. by Guido van Rossum · 27 years ago
  96. f4e32c7 Add definitions for symbolic constants LOCK_{EX,NB,SH,UN}. by Guido van Rossum · 27 years ago
  97. 55b9ab5 Extend the "Don Beaudry hack" with "Guido's corollary" -- if the base by Guido van Rossum · 27 years ago
  98. fd16ca4 Added mimify docs (Sjoerd). by Guido van Rossum · 27 years ago
  99. 74d25e7 Mention decode_base64 in example. by Guido van Rossum · 27 years ago
  100. bc0cd37 l2h target: l2htut was listed twice and l2hapi was skipped. Fixed. by Fred Drake · 27 years ago