1. 7661185 Changed the patch level to 1.5a3, to avoid confusion with a2 (I'm not by Guido van Rossum · 27 years ago
  2. 661aebc New test for generic Makefile.pre.in by Guido van Rossum · 27 years ago
  3. a955967 Added description of the extend subdirectory. by Guido van Rossum · 27 years ago
  4. 895e105 For use with Misc/Makefile.pre.in, the libainstall target must install by Guido van Rossum · 27 years ago
  5. bef03ae Adapted to the new build system. by Guido van Rossum · 27 years ago
  6. ded2e20 Change libainstall again: need to install fewer files for "freeze"; by Guido van Rossum · 27 years ago
  7. a941451 frozenmain.c is now also in the library, with entry point Py_FrozenMain(). by Guido van Rossum · 27 years ago
  8. b3afce5 Updated for new style build/install; much simpler! by Guido van Rossum · 27 years ago
  9. 019db5d Oops -- this contains frozen bytecode, but it was Python 1.4 bytecode! by Guido van Rossum · 27 years ago
  10. a88446a Some improvements, e.g. -L/depot/... is not needed. by Guido van Rossum · 27 years ago
  11. e0c6901 Added leading comment and security check. by Guido van Rossum · 27 years ago
  12. 42ded89 Reformulate security check using getsockname(). by Guido van Rossum · 27 years ago
  13. eca991d Change security policy -- only accept requests from current host. by Guido van Rossum · 27 years ago
  14. d1bef00 Removed old signature. by Guido van Rossum · 27 years ago
  15. 14b0e70 Updated description for embed; added pysvr. by Guido van Rossum · 27 years ago
  16. 5c8b991 New example of threaded embedding by Guido van Rossum · 27 years ago
  17. 6e614e3 Updated the Makefile to work with the new build strategy. by Guido van Rossum · 27 years ago
  18. 8aea8d9 Remove -s option and $PYTHONSUPPRESS environment variable. by Guido van Rossum · 27 years ago
  19. 5624abd Emptied (in expectation of a laundry list of what's new in 1.5). by Guido van Rossum · 27 years ago
  20. ecd3b15 Added note about libpython1.5.a. by Guido van Rossum · 27 years ago
  21. 132cd06 Some new names. by Guido van Rossum · 27 years ago
  22. 68de379 Add the option to pass an open file object to GzipFile. This obviates by Guido van Rossum · 27 years ago
  23. 6576dd6 Document new 'quote' flag to cgi.escape(). by Guido van Rossum · 27 years ago
  24. 64c6620 Add optional 'quote' flag argument to escape(); if true, translate '"' by Guido van Rossum · 27 years ago
  25. 1e8c8a2 New dialog routines (Fred Lundh) by Guido van Rossum · 27 years ago
  26. 65c78e1 Use dictionary's update() method in _cnfmerge(). by Guido van Rossum · 27 years ago
  27. 7a337c1 Removed Py_SuppressPrintingFlag flag; added new by Guido van Rossum · 27 years ago
  28. 496f8f6 Removed remaining support for Tk versions below 4.0. by Guido van Rossum · 27 years ago
  29. 9cc8a20 Moved PyEval_{Acquire,Release}Thread() to within the same #ifdef by Guido van Rossum · 27 years ago
  30. 4c12570 Adapted to new build procedure (hopefully correct -- can't test it!). by Guido van Rossum · 27 years ago
  31. 534ac09 Removed a bunch of extern declarations of functions that are now by Guido van Rossum · 27 years ago
  32. 57d8e3f Added declarations for Py_{Set,Get}ProgramName() and a bunch of other by Guido van Rossum · 27 years ago
  33. 5617f32 Added decl for PyInt_GetMax(). by Guido van Rossum · 27 years ago
  34. 8fb26ed Make it return a _const_ char*. by Guido van Rossum · 27 years ago
  35. f6ca6aa New build procedure. by Guido van Rossum · 27 years ago
  36. 914fbd9 New build procedure, using a single library libpython$(VERSION) at this level. by Guido van Rossum · 27 years ago
  37. 1fd74a7 The usual by Guido van Rossum · 27 years ago
  38. 642b678 Set $VERSION here (fixed to 1.5). Remove some unneeded AC_SUBST() calls. by Guido van Rossum · 27 years ago
  39. a847889 Moved PyEval_InitThreads to inside WITH_THREAD, where it belongs. by Guido van Rossum · 27 years ago
  40. e6fb204 Got rid of "suppres printing" flag. by Guido van Rossum · 27 years ago
  41. 4c04be6 This is now the "real" main program -- it calls Py_Main(argc, argv) by Guido van Rossum · 27 years ago
  42. 3768fb1 Tracking changes to Py_Main(): by Guido van Rossum · 27 years ago
  43. ed52aac This is no longer the real main program; it now defines Py_Main(), so by Guido van Rossum · 27 years ago
  44. ad6dfda Moved some stuff here from main.c (part of a big restructuring - wait by Guido van Rossum · 27 years ago
  45. 0c88e1f Remove confusing usage comments at end. by Guido van Rossum · 27 years ago
  46. 618af4b Include pystate.h earlier so it can be referenced by ceval.h. by Guido van Rossum · 27 years ago
  47. 75aa0d6 Use the new functions PyEval_AcquireThread() and by Guido van Rossum · 27 years ago
  48. 2fca21f7 PyEval_SaveThread() and PyEval_RestoreThread() now return/take a by Guido van Rossum · 27 years ago
  49. c864ad6 Nit: round delays to 0.1 second. by Guido van Rossum · 27 years ago
  50. edca74a The usual by Guido van Rossum · 27 years ago
  51. b5875b6 Set OPT to -g -O2 (or -O2 when -g not supported) when using gcc. by Guido van Rossum · 27 years ago
  52. 61c2703 added code.py; codehack.py is obsolete by Guido van Rossum · 27 years ago
  53. 1c78cf3 Added label{module-spam} by Guido van Rossum · 27 years ago
  54. ca1182b Remove pprint from the list of undocumented modules. by Fred Drake · 27 years ago
  55. d2b9f81 Add entry for the pprint module. by Fred Drake · 27 years ago
  56. 18600a4 Add libpprint.tex to the lib.dvi dependencies. by Fred Drake · 27 years ago
  57. e0ffabe Slight mods to make the module conform to the documentation. by Fred Drake · 27 years ago
  58. ee8d3ca Documentation for the pprint module. by Fred Drake · 27 years ago
  59. 1557a73 Checking in new module code.py -- utilities dealing with code objects. by Guido van Rossum · 27 years ago
  60. f357d3e This module is now completely obsolete. by Guido van Rossum · 27 years ago
  61. c444865 No longer need to use codehack -- use co.co_firstlineno instead. by Guido van Rossum · 27 years ago
  62. 2deb73a Use sys.exc_info() instead of sys.exc_{type,value,traceback}. by Guido van Rossum · 27 years ago
  63. 4994657 Some new tests by Jeffrey by Guido van Rossum · 27 years ago
  64. 71fa97c Jeffrey's latest -- reorder my chages somewhat, by Guido van Rossum · 27 years ago
  65. c12da69 Huge speedup by inlining some common integer operations: by Guido van Rossum · 27 years ago
  66. 77eecfa Patches by AMK to check that the db is still open. by Guido van Rossum · 27 years ago
  67. b8ad024 Add 'return' keyword before error calls. by Guido van Rossum · 27 years ago
  68. 74fb303 Jeffrey's latests by Guido van Rossum · 27 years ago
  69. 9e18ec7 Correctly implement sub, subn, and split. Also correct and augment by Guido van Rossum · 27 years ago
  70. a4f1a78 Jeffrey's next installment by Guido van Rossum · 27 years ago
  71. 32d6f3c Corresponding output. by Guido van Rossum · 27 years ago
  72. 06c0ec9 Several additions from Jeffrey. by Guido van Rossum · 27 years ago
  73. 23b2257 Added tests for sub, subn, and split. by Guido van Rossum · 27 years ago
  74. b15e5ed Use 'and' instead of '&', which is a (La)TeX control character. by Guido van Rossum · 27 years ago
  75. e3d5fc5 Add AMK's seealso environment that is now used in the library manual by Guido van Rossum · 27 years ago
  76. e47da0a AMK's megapatch: by Guido van Rossum · 27 years ago
  77. 3c2a056 Extensive changes by AMK. by Guido van Rossum · 27 years ago
  78. 5320998 Note that getvalue() must be called before close(). by Guido van Rossum · 27 years ago
  79. 0fcbe8d Added libni.tex libgzip.tex by Guido van Rossum · 27 years ago
  80. 41884a9 New from AMK by Guido van Rossum · 27 years ago
  81. 0245569 New version (interim) by AMK. by Guido van Rossum · 27 years ago
  82. eb1633e Removed mailbox, SocketServer, cmath -- these are now documented! by Guido van Rossum · 27 years ago
  83. 84057a3 Added cmath by Guido van Rossum · 27 years ago
  84. 246d965 Typo in example. by Guido van Rossum · 27 years ago
  85. 14a8024 New cmath module docs, by AMK (with additions and deletions by Guido). by Guido van Rossum · 27 years ago
  86. 6c9db41 Added fileno(); added readlines(sizehint). AMK's sed job. by Guido van Rossum · 27 years ago
  87. debf2e8 Fix dropped word. by Guido van Rossum · 27 years ago
  88. c3fb88b Fix xover implementation according to Fred Lundh. by Guido van Rossum · 27 years ago
  89. a0e4c1b Jeffrey's latest -- seems to solve most problems! by Guido van Rossum · 27 years ago
  90. 75fce30 Add flush() method to fake file. by Guido van Rossum · 27 years ago
  91. db2b70c Fix bug found by kjpylint; change doc string to avoid "(" in column 1. by Guido van Rossum · 27 years ago
  92. f0f7aad Added remaining PyThread symbols. by Guido van Rossum · 27 years ago
  93. cfaf143 Added a few new undocumented modules. by Guido van Rossum · 27 years ago
  94. 9e48b27 Catch all exceptions in test modules. by Guido van Rossum · 27 years ago
  95. 65cd989 Added output from new tests. by Guido van Rossum · 27 years ago
  96. 9ddd9da Fixed a syntax error caused by a bad line in the Perl source. by Guido van Rossum · 27 years ago
  97. 26d80e6 Correct inf. while loop. by Guido van Rossum · 27 years ago
  98. e8b8131 Merged Jeffrey's changes in. by Guido van Rossum · 27 years ago
  99. 16bd0ff Merged my changes in, and added all converted Perl tests. by Guido van Rossum · 27 years ago
  100. 337c6d4 Jeffrey's version by Guido van Rossum · 27 years ago