1. 1d529d1 Add a cast to the call to _Py_Dealloc in the expanded version of by Guido van Rossum · 27 years ago
  2. 7f400be Add pointer to new BSDDB module. by Guido van Rossum · 27 years ago
  3. 668e441 purported linux portability patch (Oliver Andrich) by Guido van Rossum · 27 years ago
  4. 5d1770e Py_Cleanup() is now Py_Finalize(). by Guido van Rossum · 27 years ago
  5. cc283f5 Merge Py_Cleanup() into Py_Finalize(). Call the various small Fini() functions. by Guido van Rossum · 27 years ago
  6. 085d269 New rules for deleting modules. Rather than having an elaborate by Guido van Rossum · 27 years ago
  7. f9c90c5 Renamed a local label that was accidentally grandly renamed to by Guido van Rossum · 27 years ago
  8. fbbd57e Added _Fini() routines to free up some memory by Guido van Rossum · 27 years ago
  9. 971a7aa Change the Fini function to only remove otherwise unreferenced strings by Guido van Rossum · 27 years ago
  10. 1f39c5c Added separate free list for cfunction (builtin method) objects, for a by Guido van Rossum · 27 years ago
  11. 404b95d Provide a dummy empty directory as f_builtins instead of failing, when by Guido van Rossum · 27 years ago
  12. a0d349f Added separate free list for instance method objects, for a few by Guido van Rossum · 27 years ago
  13. e09fb55 Added _Py_ResetReferences(), if tracing references. by Guido van Rossum · 27 years ago
  14. d085e88 Added Py_Malloc and friends as well as PyMem_Malloc and friends. by Guido van Rossum · 27 years ago
  15. 5c159bd Plug memory leak (DECREF doc string properly after inserting in dict). by Guido van Rossum · 27 years ago
  16. 7995ed2 The reload(sys) test no longer works due to changes in the import semantics. by Guido van Rossum · 27 years ago
  17. b02158e Oops, one more checkin. Use the new tstate/interp interface. by Guido van Rossum · 27 years ago
  18. 25ce566 The last of the mass checkins for separate (sub)interpreters. by Guido van Rossum · 27 years ago
  19. 40b33c6 Removed fatal errors from Py_Initmodule4() (and thus from by Guido van Rossum · 27 years ago
  20. aee094c Added finalization routines. by Guido van Rossum · 27 years ago
  21. 08c1661 Add finialization routines; fixed some memory leaks related to this. by Guido van Rossum · 27 years ago
  22. 05f7c50 Free the malloc'ed buffer that holds the command once we're done with it. by Guido van Rossum · 27 years ago
  23. eb46d67 Avoid function calls to access the current thread state and builtins by Guido van Rossum · 27 years ago
  24. 8cf0476 Added internal routine PyString_Fini() which deletes all interned by Guido van Rossum · 27 years ago
  25. 29e46a9 Mass checkin (more to follow for other directories). by Guido van Rossum · 27 years ago
  26. 7a2d611 Add cast to PyInt_AS_LONG macro, as suggested by Marc Lemburg. by Guido van Rossum · 27 years ago
  27. 2981bc7 Add cast to PyFloat_AS_DOUBLE macro, as suggested by Marc Lemburg. by Guido van Rossum · 27 years ago
  28. d0924f4 Add a simple way to enable purify; now you can set the Make variable by Guido van Rossum · 27 years ago
  29. c46d22e Print ps (process status) for us when starting a new thread. by Guido van Rossum · 27 years ago
  30. 35d4337 Functionality enhancement: allow other threads to use Tk commands by Guido van Rossum · 27 years ago
  31. 3e819a7 Compatibility with Tcl/Tk 8.0b*. by Guido van Rossum · 27 years ago
  32. f4e32c7 Add definitions for symbolic constants LOCK_{EX,NB,SH,UN}. by Guido van Rossum · 27 years ago
  33. 55b9ab5 Extend the "Don Beaudry hack" with "Guido's corollary" -- if the base by Guido van Rossum · 27 years ago
  34. fd16ca4 Added mimify docs (Sjoerd). by Guido van Rossum · 27 years ago
  35. 74d25e7 Mention decode_base64 in example. by Guido van Rossum · 27 years ago
  36. bc0cd37 l2h target: l2htut was listed twice and l2hapi was skipped. Fixed. by Fred Drake · 27 years ago
  37. 5e06257 Final set of CW11 projects, before switch to CW Pro 1. by Jack Jansen · 27 years ago
  38. ff0ec52 Finally plug the memory leak caused by syntax error (including by Guido van Rossum · 27 years ago
  39. 6fc06e7 Plugged a leak. (The same as the one plugged in compile.c -- forgot by Guido van Rossum · 27 years ago
  40. 5ec8e4b Moved the special compile of getbuildno.o to ../Makefile.in. by Guido van Rossum · 27 years ago
  41. 1eec528 Build getbuildno.o here, to adequately update it every time a new by Guido van Rossum · 27 years ago
  42. 630924f Use Py_NewInterpreter() and friends. Remove saving/restoring of std files. by Guido van Rossum · 27 years ago
  43. 275558c Plug a leak in code_dealloc() (and reordered the deallocs to match the by Guido van Rossum · 27 years ago
  44. 9a876a4 Tweaks by Lars Wirzenius to parse some more forms of illegal dates: by Guido van Rossum · 27 years ago
  45. 4e5cbcf Added createmessage() -- Lars Wirzenius. by Guido van Rossum · 27 years ago
  46. 2e2525f Patch by Lars Wirzenius to allow f.readline(length). by Guido van Rossum · 27 years ago
  47. b065452 Bump up the version number. The date still needs to be set (Guido will by Fred Drake · 27 years ago
  48. 12d9eac A couple of grammatical nits. by Fred Drake · 27 years ago
  49. ed57d76 Regenerated; __assert__ becomes assert. by Guido van Rossum · 27 years ago
  50. ef3d02e Removed some variables that are used to exchange data between import.c and by Guido van Rossum · 27 years ago
  51. 7661185 Changed the patch level to 1.5a3, to avoid confusion with a2 (I'm not by Guido van Rossum · 27 years ago
  52. 661aebc New test for generic Makefile.pre.in by Guido van Rossum · 27 years ago
  53. a955967 Added description of the extend subdirectory. by Guido van Rossum · 27 years ago
  54. 895e105 For use with Misc/Makefile.pre.in, the libainstall target must install by Guido van Rossum · 27 years ago
  55. bef03ae Adapted to the new build system. by Guido van Rossum · 27 years ago
  56. ded2e20 Change libainstall again: need to install fewer files for "freeze"; by Guido van Rossum · 27 years ago
  57. a941451 frozenmain.c is now also in the library, with entry point Py_FrozenMain(). by Guido van Rossum · 27 years ago
  58. b3afce5 Updated for new style build/install; much simpler! by Guido van Rossum · 27 years ago
  59. 019db5d Oops -- this contains frozen bytecode, but it was Python 1.4 bytecode! by Guido van Rossum · 27 years ago
  60. a88446a Some improvements, e.g. -L/depot/... is not needed. by Guido van Rossum · 27 years ago
  61. e0c6901 Added leading comment and security check. by Guido van Rossum · 27 years ago
  62. 42ded89 Reformulate security check using getsockname(). by Guido van Rossum · 27 years ago
  63. eca991d Change security policy -- only accept requests from current host. by Guido van Rossum · 27 years ago
  64. d1bef00 Removed old signature. by Guido van Rossum · 27 years ago
  65. 14b0e70 Updated description for embed; added pysvr. by Guido van Rossum · 27 years ago
  66. 5c8b991 New example of threaded embedding by Guido van Rossum · 27 years ago
  67. 6e614e3 Updated the Makefile to work with the new build strategy. by Guido van Rossum · 27 years ago
  68. 8aea8d9 Remove -s option and $PYTHONSUPPRESS environment variable. by Guido van Rossum · 27 years ago
  69. 5624abd Emptied (in expectation of a laundry list of what's new in 1.5). by Guido van Rossum · 27 years ago
  70. ecd3b15 Added note about libpython1.5.a. by Guido van Rossum · 27 years ago
  71. 132cd06 Some new names. by Guido van Rossum · 27 years ago
  72. 68de379 Add the option to pass an open file object to GzipFile. This obviates by Guido van Rossum · 27 years ago
  73. 6576dd6 Document new 'quote' flag to cgi.escape(). by Guido van Rossum · 27 years ago
  74. 64c6620 Add optional 'quote' flag argument to escape(); if true, translate '"' by Guido van Rossum · 27 years ago
  75. 1e8c8a2 New dialog routines (Fred Lundh) by Guido van Rossum · 27 years ago
  76. 65c78e1 Use dictionary's update() method in _cnfmerge(). by Guido van Rossum · 27 years ago
  77. 7a337c1 Removed Py_SuppressPrintingFlag flag; added new by Guido van Rossum · 27 years ago
  78. 496f8f6 Removed remaining support for Tk versions below 4.0. by Guido van Rossum · 27 years ago
  79. 9cc8a20 Moved PyEval_{Acquire,Release}Thread() to within the same #ifdef by Guido van Rossum · 27 years ago
  80. 4c12570 Adapted to new build procedure (hopefully correct -- can't test it!). by Guido van Rossum · 27 years ago
  81. 534ac09 Removed a bunch of extern declarations of functions that are now by Guido van Rossum · 27 years ago
  82. 57d8e3f Added declarations for Py_{Set,Get}ProgramName() and a bunch of other by Guido van Rossum · 27 years ago
  83. 5617f32 Added decl for PyInt_GetMax(). by Guido van Rossum · 27 years ago
  84. 8fb26ed Make it return a _const_ char*. by Guido van Rossum · 27 years ago
  85. f6ca6aa New build procedure. by Guido van Rossum · 27 years ago
  86. 914fbd9 New build procedure, using a single library libpython$(VERSION) at this level. by Guido van Rossum · 27 years ago
  87. 1fd74a7 The usual by Guido van Rossum · 27 years ago
  88. 642b678 Set $VERSION here (fixed to 1.5). Remove some unneeded AC_SUBST() calls. by Guido van Rossum · 27 years ago
  89. a847889 Moved PyEval_InitThreads to inside WITH_THREAD, where it belongs. by Guido van Rossum · 27 years ago
  90. e6fb204 Got rid of "suppres printing" flag. by Guido van Rossum · 27 years ago
  91. 4c04be6 This is now the "real" main program -- it calls Py_Main(argc, argv) by Guido van Rossum · 27 years ago
  92. 3768fb1 Tracking changes to Py_Main(): by Guido van Rossum · 27 years ago
  93. ed52aac This is no longer the real main program; it now defines Py_Main(), so by Guido van Rossum · 27 years ago
  94. ad6dfda Moved some stuff here from main.c (part of a big restructuring - wait by Guido van Rossum · 27 years ago
  95. 0c88e1f Remove confusing usage comments at end. by Guido van Rossum · 27 years ago
  96. 618af4b Include pystate.h earlier so it can be referenced by ceval.h. by Guido van Rossum · 27 years ago
  97. 75aa0d6 Use the new functions PyEval_AcquireThread() and by Guido van Rossum · 27 years ago
  98. 2fca21f7 PyEval_SaveThread() and PyEval_RestoreThread() now return/take a by Guido van Rossum · 27 years ago
  99. c864ad6 Nit: round delays to 0.1 second. by Guido van Rossum · 27 years ago
  100. edca74a The usual by Guido van Rossum · 27 years ago