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