1. 3261719 Docs on new tcl/tk, new build tree layout by Jack Jansen · 27 years ago
  2. f10786b Very sketchy preliminary docs on new applescripting functionality. by Jack Jansen · 27 years ago
  3. 97de10c Added reop by Jack Jansen · 27 years ago
  4. 78c3cc4 MkPluginAliases now knows about fat PythonCore (and all resource files by Jack Jansen · 27 years ago
  5. 03a00a8 PythonCore is now a fat shared library, the plugin modules aren't fat, by Jack Jansen · 27 years ago
  6. ef3138f Moved assert.h to ../Parser directory by Guido van Rossum · 27 years ago
  7. 5b02078 Alas, the thread support for Tk didn't work. Withdraw it, until I by Guido van Rossum · 27 years ago
  8. fd7a0b8 Made lookdict nearly twice as fast, resulting in a 5% overall by Guido van Rossum · 27 years ago
  9. 2da391f I'm tired -- checking in more news items. This isn't complete; I'm by Guido van Rossum · 27 years ago
  10. 8a81d27 Remove remark on python15.lib being in the Debug subdir only. by Guido van Rossum · 27 years ago
  11. b27d8d8 Changed the way python15.lib is included in the other projects. by Guido van Rossum · 27 years ago
  12. 92dfa4f Use correct keyword parameter when calling copy with answer option! by Guido van Rossum · 27 years ago
  13. a412220 Change default verbosity so that there are only three levels left: -q, by Guido van Rossum · 27 years ago
  14. 6688d35 Removed ancient FAQ from distribution by Guido van Rossum · 27 years ago
  15. 25f9303 Moved inclusion of PURIFY in LINKCC to configure by Guido van Rossum · 27 years ago
  16. 34b3597 No longer used. by Guido van Rossum · 27 years ago
  17. e703842 Tweaks to cope with strftime returning 0 without error for %Z by Guido van Rossum · 27 years ago
  18. f07eaea Forgot to check in the fixed output for print by Guido van Rossum · 27 years ago
  19. ed2554a Casts by Jack to shut up the Mac compiler. by Guido van Rossum · 27 years ago
  20. bad3c01 DeleteTimerHandler was accidentally #ifdef'ed out for macintosh with by Guido van Rossum · 27 years ago
  21. e229d86 Misc Mac mods by Jack. Added libmacic.tex, and these patches: by Guido van Rossum · 27 years ago
  22. 9918e0c Add missing comma to make a tuple of (tagOrId). by Guido van Rossum · 27 years ago
  23. 79fa8b0 When making all, don't make sharedmods. That's now called separately by Guido van Rossum · 27 years ago
  24. 506ef9e Change the order in which things are built -- build the shared modules by Guido van Rossum · 27 years ago
  25. 0393e18 Fix LINKCC for AIX by Guido van Rossum · 27 years ago
  26. 92c9032 Recognize https:// as URL as well. by Guido van Rossum · 27 years ago
  27. ce32096 Oops. Of course, print b should also be print `b`. :-( by Guido van Rossum · 27 years ago
  28. 57e846f Use a trick to make the test for GMP v2 to work when GMP v1 defines by Guido van Rossum · 27 years ago
  29. 5060b3b Consistently change Python-C API to Python/C API; added lots of new by Guido van Rossum · 27 years ago
  30. 787bdd3 PyTuple_SetItem should require that the tuple's refcnt is one! by Guido van Rossum · 27 years ago
  31. 607b33a Different strategy regarding whether to declare getrusage() and by Guido van Rossum · 27 years ago
  32. 54dec59 set sharedlib extensions properly for NeXT (Ted Horst) by Guido van Rossum · 27 years ago
  33. 749af7c the usual by Guido van Rossum · 27 years ago
  34. 79c970c typo in next config by Guido van Rossum · 27 years ago
  35. 9b24649 This commit was manufactured by cvs2svn to create tag 'r15a3'. by cvs2svn · 27 years ago
  36. 1fed5b3 Another typo (importand). by Guido van Rossum · 27 years ago
  37. bda6fe6 Final touch... by Guido van Rossum · 27 years ago
  38. b235d9e Tweaked all l2h targets to remove the target directory before renaming by Guido van Rossum · 27 years ago
  39. 09270b5 Fixes to make it pass latex without complaints. by Guido van Rossum · 27 years ago
  40. e7fe864 Type ("thgis"). by Guido van Rossum · 27 years ago
  41. 4952369 New, more complete list of what's new, pointing to Misc/NEWS for the by Guido van Rossum · 27 years ago
  42. c95a6c1 Use imp.find_module() as the most certain way to find the test data. by Guido van Rossum · 27 years ago
  43. 57fa217 generated by regrtest.py -g by Jeremy Hylton · 27 years ago
  44. 6eb4b6a test the zlib module only produce output if somethign goes wrong by Jeremy Hylton · 27 years ago
  45. 53665e5 Last minute changes for \B. AMK. by Guido van Rossum · 27 years ago
  46. cf00505 Added tests for \b, \B (AMK). by Guido van Rossum · 27 years ago
  47. 827ea7c Last minut changes for \B, \S (?). AMK. by Guido van Rossum · 27 years ago
  48. f2e917e Regenerated by Jack Jansen · 27 years ago
  49. 8f0fab7 Added support for WCTabHandle, AuxWinHandle, PixPatHandle: no reason by Jack Jansen · 27 years ago
  50. eaf3c9b Added #include <string.h> for memcpy() by Jack Jansen · 27 years ago
  51. 69b43ed Added support for GDHandle, CTabHandle, ITabHandle and CCrsrHandle: no by Jack Jansen · 27 years ago
  52. c7fefed Added GetAuxiliaryControlRecord and SetControlColor, there was no good by Jack Jansen · 27 years ago
  53. f69633e Made AEDesc_{New,Convert} global by Jack Jansen · 27 years ago
  54. 6100033 Another checkpoint -- reorganized, in sections. by Guido van Rossum · 27 years ago
  55. 9085822 the usual by Guido van Rossum · 27 years ago
  56. 1574d78 Date by Guido van Rossum · 27 years ago
  57. 34900f8 . by Guido van Rossum · 27 years ago
  58. 7c14103 Keep gcc -Wall happy by Guido van Rossum · 27 years ago
  59. f0b69f0 Checkpoint checkin of list of changes. Much more to follow, but it's late... by Guido van Rossum · 27 years ago
  60. ff712aa The usual. by Guido van Rossum · 27 years ago
  61. f84a539 Added std copyright notice. by Guido van Rossum · 27 years ago
  62. 939e4c1 Oops, there was a bug in the output formatting - the last printed by Guido van Rossum · 27 years ago
  63. 1acceb0 Added AMK's first cut at docs for re.py by Guido van Rossum · 27 years ago
  64. ff7d104 DevStudio (CV++ 5.0) Project files. by Guido van Rossum · 27 years ago
  65. 831c258 Updated for new situation; added VC++ 5.0 info and new path strategies. by Guido van Rossum · 27 years ago
  66. 2b41fdc Moved some non-standard format characters out of the standard list. by Guido van Rossum · 27 years ago
  67. 3485bb6 Added logmerge.py by Guido van Rossum · 27 years ago
  68. 6f0cf7e Consolidate a bunch of CVS or RCS logs read from stdin. by Guido van Rossum · 27 years ago
  69. c4d6c4d OK, reop is safe again. by Guido van Rossum · 27 years ago
  70. f1c018d Fixed refcount bug (thank you, Purify and AMK). by Guido van Rossum · 27 years ago
  71. 644c17d Several bug fixes. by Jeremy Hylton · 27 years ago
  72. 4a944d7 Added more stuff on initialization (still rudimentary) by Guido van Rossum · 27 years ago
  73. 59a6135 Added new intro sections (incomplete); fixed various typos by Guido van Rossum · 27 years ago
  74. 91c7c93 New version (changes are so minor that I don't bother to explain them). by Guido van Rossum · 27 years ago
  75. fee9faa Of course, this file should be empty except for an informative comment. by Guido van Rossum · 27 years ago
  76. 193a11e Add a separate SRC directory and insert it in front of the path. by Guido van Rossum · 27 years ago
  77. 1dccdc2 Add missing semicolon to '&gt;'. by Guido van Rossum · 27 years ago
  78. 4d3376a Added cvsfiles.py and treesync.py by Guido van Rossum · 27 years ago
  79. a554107 Source tree synchronization tool (for Windowes, mostly) by Guido van Rossum · 27 years ago
  80. 30e53c0 Print a list of files under CVS. by Guido van Rossum · 27 years ago
  81. 9189bda support C++ comments by Guido van Rossum · 27 years ago
  82. 5526e39 set LOOPS to 10000 by Guido van Rossum · 27 years ago
  83. 77b3008 Add XXX warning about fishy line by Guido van Rossum · 27 years ago
  84. 49b1226 Use _beginthread() and _endthread() in favor of CreateThread() and by Guido van Rossum · 27 years ago
  85. d47a0a8 Added Jim Fulton's PyImport_Import(), which calls whatever by Guido van Rossum · 27 years ago
  86. 6d8841c Added a bunch of XXX comments about things I'd like to see changed... by Guido van Rossum · 27 years ago
  87. 0d2390c Merge Mac and Windows mods (which mostly affect the same problem -- no by Guido van Rossum · 27 years ago
  88. c4c2641 Print `a` so encrypted text is shown in ascii, not binary. by Guido van Rossum · 27 years ago
  89. 9faabb8 Added prototype for PyImport_Import(). by Guido van Rossum · 27 years ago
  90. 3572d37 Updated platform specific notes (it is now more common to have this) by Guido van Rossum · 27 years ago
  91. 8f06247 Added buffer_info() docs. by Guido van Rossum · 27 years ago
  92. 98046b9 Minor typo only. by Guido van Rossum · 27 years ago
  93. dac4447 Add try-finally around main loop. by Guido van Rossum · 27 years ago
  94. 20abb4e Added (commented-out) defs for use with the build tree instead of the by Guido van Rossum · 27 years ago
  95. 40d6358 Added QNX remarks. by Guido van Rossum · 27 years ago
  96. 76c5fe2 The usual by Guido van Rossum · 27 years ago
  97. e838701 Don't call sys.exit() all over the place -- simply return the exit by Guido van Rossum · 27 years ago
  98. 257c772 Comment out use of reop.expand_escape and reop._expand until their by Guido van Rossum · 27 years ago
  99. 0318bd6 Use _Py_re_match/search instead of re_match/search; these may become by Guido van Rossum · 27 years ago
  100. 1530c87 Fred Lundh's latest versions. by Guido van Rossum · 27 years ago