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