1. f2e917e Regenerated by Jack Jansen · 27 years ago
  2. 8f0fab7 Added support for WCTabHandle, AuxWinHandle, PixPatHandle: no reason by Jack Jansen · 27 years ago
  3. eaf3c9b Added #include <string.h> for memcpy() by Jack Jansen · 27 years ago
  4. 69b43ed Added support for GDHandle, CTabHandle, ITabHandle and CCrsrHandle: no by Jack Jansen · 27 years ago
  5. c7fefed Added GetAuxiliaryControlRecord and SetControlColor, there was no good by Jack Jansen · 27 years ago
  6. f69633e Made AEDesc_{New,Convert} global by Jack Jansen · 27 years ago
  7. 6100033 Another checkpoint -- reorganized, in sections. by Guido van Rossum · 27 years ago
  8. 9085822 the usual by Guido van Rossum · 27 years ago
  9. 1574d78 Date by Guido van Rossum · 27 years ago
  10. 34900f8 . by Guido van Rossum · 27 years ago
  11. 7c14103 Keep gcc -Wall happy by Guido van Rossum · 27 years ago
  12. f0b69f0 Checkpoint checkin of list of changes. Much more to follow, but it's late... by Guido van Rossum · 27 years ago
  13. ff712aa The usual. by Guido van Rossum · 27 years ago
  14. f84a539 Added std copyright notice. by Guido van Rossum · 27 years ago
  15. 939e4c1 Oops, there was a bug in the output formatting - the last printed by Guido van Rossum · 27 years ago
  16. 1acceb0 Added AMK's first cut at docs for re.py by Guido van Rossum · 27 years ago
  17. ff7d104 DevStudio (CV++ 5.0) Project files. by Guido van Rossum · 27 years ago
  18. 831c258 Updated for new situation; added VC++ 5.0 info and new path strategies. by Guido van Rossum · 27 years ago
  19. 2b41fdc Moved some non-standard format characters out of the standard list. by Guido van Rossum · 27 years ago
  20. 3485bb6 Added logmerge.py by Guido van Rossum · 27 years ago
  21. 6f0cf7e Consolidate a bunch of CVS or RCS logs read from stdin. by Guido van Rossum · 27 years ago
  22. c4d6c4d OK, reop is safe again. by Guido van Rossum · 27 years ago
  23. f1c018d Fixed refcount bug (thank you, Purify and AMK). by Guido van Rossum · 27 years ago
  24. 644c17d Several bug fixes. by Jeremy Hylton · 27 years ago
  25. 4a944d7 Added more stuff on initialization (still rudimentary) by Guido van Rossum · 27 years ago
  26. 59a6135 Added new intro sections (incomplete); fixed various typos by Guido van Rossum · 27 years ago
  27. 91c7c93 New version (changes are so minor that I don't bother to explain them). by Guido van Rossum · 27 years ago
  28. fee9faa Of course, this file should be empty except for an informative comment. by Guido van Rossum · 27 years ago
  29. 193a11e Add a separate SRC directory and insert it in front of the path. by Guido van Rossum · 27 years ago
  30. 1dccdc2 Add missing semicolon to '&gt;'. by Guido van Rossum · 27 years ago
  31. 4d3376a Added cvsfiles.py and treesync.py by Guido van Rossum · 27 years ago
  32. a554107 Source tree synchronization tool (for Windowes, mostly) by Guido van Rossum · 27 years ago
  33. 30e53c0 Print a list of files under CVS. by Guido van Rossum · 27 years ago
  34. 9189bda support C++ comments by Guido van Rossum · 27 years ago
  35. 5526e39 set LOOPS to 10000 by Guido van Rossum · 27 years ago
  36. 77b3008 Add XXX warning about fishy line by Guido van Rossum · 27 years ago
  37. 49b1226 Use _beginthread() and _endthread() in favor of CreateThread() and by Guido van Rossum · 27 years ago
  38. d47a0a8 Added Jim Fulton's PyImport_Import(), which calls whatever by Guido van Rossum · 27 years ago
  39. 6d8841c Added a bunch of XXX comments about things I'd like to see changed... by Guido van Rossum · 27 years ago
  40. 0d2390c Merge Mac and Windows mods (which mostly affect the same problem -- no by Guido van Rossum · 27 years ago
  41. c4c2641 Print `a` so encrypted text is shown in ascii, not binary. by Guido van Rossum · 27 years ago
  42. 9faabb8 Added prototype for PyImport_Import(). by Guido van Rossum · 27 years ago
  43. 3572d37 Updated platform specific notes (it is now more common to have this) by Guido van Rossum · 27 years ago
  44. 8f06247 Added buffer_info() docs. by Guido van Rossum · 27 years ago
  45. 98046b9 Minor typo only. by Guido van Rossum · 27 years ago
  46. dac4447 Add try-finally around main loop. by Guido van Rossum · 27 years ago
  47. 20abb4e Added (commented-out) defs for use with the build tree instead of the by Guido van Rossum · 27 years ago
  48. 40d6358 Added QNX remarks. by Guido van Rossum · 27 years ago
  49. 76c5fe2 The usual by Guido van Rossum · 27 years ago
  50. e838701 Don't call sys.exit() all over the place -- simply return the exit by Guido van Rossum · 27 years ago
  51. 257c772 Comment out use of reop.expand_escape and reop._expand until their by Guido van Rossum · 27 years ago
  52. 0318bd6 Use _Py_re_match/search instead of re_match/search; these may become by Guido van Rossum · 27 years ago
  53. 1530c87 Fred Lundh's latest versions. by Guido van Rossum · 27 years ago
  54. f53c86c Add dummies for create/delete filehandles, just so that vanilla Grail by Guido van Rossum · 27 years ago
  55. fcaf26e Documented mime_decode_header() and mime_encode_header(). by Guido van Rossum · 27 years ago
  56. 88bb808 Fixed (and documented, see Doc/libmimify.tex) mime_decode_header() and by Guido van Rossum · 27 years ago
  57. 7ba3de4 Added Windows NT instructions. by Guido van Rossum · 27 years ago
  58. 58a5948 Changes for building under windows. by Guido van Rossum · 27 years ago
  59. 41b9f00 Many changes. by Jeremy Hylton · 27 years ago
  60. 4036c9c Probably the last VC++ 4.2 makefile I'll check in. by Guido van Rossum · 27 years ago
  61. f644882 Small changes to readme and makefile; tested for 1.5a3! by Guido van Rossum · 27 years ago
  62. 95e8053 1.5a3 prerelease 1 from AMK by Guido van Rossum · 27 years ago
  63. a74ef66 Must update the available space in the output buffer after by Jeremy Hylton · 27 years ago
  64. 00b299a removed getpath_nt.c in favor of revamped getpathp.c by Guido van Rossum · 27 years ago
  65. eea1449 Much rewritten. Added Win32 registry stuff (from getpath_nt.c, which by Guido van Rossum · 27 years ago
  66. 407a22d Made it real. Changed locking() to work with file descriptors instead by Guido van Rossum · 27 years ago
  67. 8f1b651 Some changes to make it work on NT; add the directory where the binary by Guido van Rossum · 27 years ago
  68. 0e6ae93 Moved PyWin_IsWin32s() here. by Guido van Rossum · 27 years ago
  69. 5137ea9 Remove #define main; remove vc40 from PYTHONPATH. by Guido van Rossum · 27 years ago
  70. abed54a Fix bug with \< (AMK). by Guido van Rossum · 27 years ago
  71. 6dc61b1 Add try-finally to close the file after loading it in by Guido van Rossum · 27 years ago
  72. 6af4abd Various changes by AMK, e.g. remove \e, \cX, add \v by Guido van Rossum · 27 years ago
  73. c24f038 Changes by AMK: by Guido van Rossum · 27 years ago
  74. 52d6832 Add syntax for hex,octal by Guido van Rossum · 27 years ago
  75. 142eeb8 cPickle release 0.3 from Jim Fulton by Guido van Rossum · 27 years ago
  76. f55afae New dialog from Fred Lundh by Guido van Rossum · 27 years ago
  77. 9d9af2c Fixes for the Mac. (Jack) by Guido van Rossum · 27 years ago
  78. a5e9fb6 Changes suggested by Jim fulton: by Guido van Rossum · 27 years ago
  79. ca54982 Added TemporaryFile and wrapper class by Jim Fulton. by Guido van Rossum · 27 years ago
  80. 3fb1aea Added decls for stuff from myreadline. by Guido van Rossum · 27 years ago
  81. 7242905 Megapatch for IRIX 6 by Sjoerd. by Guido van Rossum · 27 years ago
  82. 8e5e446 Added prototype for various finalizers. by Guido van Rossum · 27 years ago
  83. bb301c5 Added prototype for PyGrammar_RemoveAccelerators(). by Guido van Rossum · 27 years ago
  84. de4a4ca Added buffer_info() method that returns address and length in bytes of by Guido van Rossum · 27 years ago
  85. ea46e4d Fix mixup about PyErr_NoMemory() prototype. by Guido van Rossum · 27 years ago
  86. 741689d Use string interning and caching to get speedups on the mac (Jack). by Guido van Rossum · 27 years ago
  87. e5b4026 Use strerror on the mac if using MSL (Jack). by Guido van Rossum · 27 years ago
  88. 15974ad Bump MS_DLL_ID to 1.5.0. by Guido van Rossum · 27 years ago
  89. d510b72 Allow paths without drive specifier (Jack). by Guido van Rossum · 27 years ago
  90. e2ad88c Rewrite normcase() using string.translate... by Guido van Rossum · 27 years ago
  91. efa6837 Treat all HTTP/1.* versions the same. by Guido van Rossum · 27 years ago
  92. 2567dd6 Two changes: by Guido van Rossum · 27 years ago
  93. 4462064 Renamed Py_input_hook to PyOS_InputHook. by Guido van Rossum · 27 years ago
  94. 0357d02 Rewrite using class, to make waiting for processes possible; by Guido van Rossum · 27 years ago
  95. 0b4b8a2 Changed indents to 4 *spaces*; added Emacs variables to avoid by Guido van Rossum · 27 years ago
  96. 9a6e855 Support using -p/-P to point to the source/build directory instead of by Guido van Rossum · 27 years ago
  97. 516b620 #Fixed two byte-compiler errors by Barry Warsaw · 27 years ago
  98. c72c11c #Checkpointing X/Emacs 20'fication of this mode. by Barry Warsaw · 27 years ago
  99. 98d9d09 Added O_BINARY and O_TEXT (for Windows). by Guido van Rossum · 27 years ago
  100. 9c43c59 More emphasis on os.environ's calling of putenv; and added hint about by Guido van Rossum · 27 years ago