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