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