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