1. cd938fc Made some more things static, and other cleanup for new naming scheme by Guido van Rossum · 29 years ago
  2. 087579e added $& to $(LIB) target for Sequent by Guido van Rossum · 29 years ago
  3. caa6380 The great renaming, phase two: all header files have been updated to by Guido van Rossum · 29 years ago
  4. a3c04b0 cosmetics by Guido van Rossum · 29 years ago
  5. b941868 rearrange declarations somewhat by Guido van Rossum · 29 years ago
  6. a597dde cosmetic changes so these modules will work with the strict new naming scheme by Guido van Rossum · 30 years ago
  7. 6c1874f changes for C++ (Tim MacKenzie) by Guido van Rossum · 30 years ago
  8. 062cfb0 added interface to Tk_DoOneEvent (R Lindsay Todd) by Guido van Rossum · 30 years ago
  9. ca9b323 better test for existence of hstrerror() by Guido van Rossum · 30 years ago
  10. a6a1e53 added bufsize parameter to fdopen and popen by Guido van Rossum · 30 years ago
  11. 37431fb initmodule3 -> initmodule3 by Guido van Rossum · 30 years ago
  12. f9888eb totally revamped by Guido van Rossum · 30 years ago
  13. 9558825 do not call newmethodobject directly by Guido van Rossum · 30 years ago
  14. 6d023c9 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  15. 524b588 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  16. 5799b52 Added 1995 copyright. by Guido van Rossum · 30 years ago
  17. 3bbc62e Another bulky set of minor changes. by Guido van Rossum · 30 years ago
  18. 44fff3c Added missing initialization by Jack Jansen · 30 years ago
  19. f34cadd added timer and file callbacks and global mainloop and quit fns by Guido van Rossum · 30 years ago
  20. 5e8e832 don't use backslashes for continuation lines by Guido van Rossum · 30 years ago
  21. 132f5c2 don't fail moving empty list of shared modules by Guido van Rossum · 30 years ago
  22. 05bf280 clarifications by Guido van Rossum · 30 years ago
  23. 411a8bd add hypot() by Guido van Rossum · 30 years ago
  24. 2ce15a5 always make sharedmods by Guido van Rossum · 30 years ago
  25. 8991065 makesetup should use $cc not cc by Guido van Rossum · 30 years ago
  26. 6493389 distinguish between getpgrp and setpgrp arg requirements by Guido van Rossum · 30 years ago
  27. 2abc494 Free was called with a struct as argument instead of a field from the struct. by Sjoerd Mullender · 30 years ago
  28. 4eba0c9 Escaped $(LDSHARED) in a string. by Sjoerd Mullender · 30 years ago
  29. 73624e9 new style by Guido van Rossum · 30 years ago
  30. c370607 Add pointer to GPL-free MP library by Guido van Rossum · 30 years ago
  31. 0c57abb Removed this module (will be distributed with Jack's package) by Guido van Rossum · 30 years ago
  32. e8a1e8c Fix getpythonpath() fix; never #include frozen.c. by Guido van Rossum · 30 years ago
  33. 6e890b8 Save static pointer to malloc'ed buffer by Guido van Rossum · 30 years ago
  34. 14ed0b2 * Modules/xxmodule.c: integrated with xxobject.c by Jack by Guido van Rossum · 30 years ago
  35. be9f149 Various layout changes; some extra warnings; for IRIX, IRIX 5 is the default. by Guido van Rossum · 30 years ago
  36. cc1b8d5 Specified libraries for flmodule. by Sjoerd Mullender · 30 years ago
  37. bf677ed Put a comment start symbol at the start of a comment that lacked one. by Sjoerd Mullender · 30 years ago
  38. 602099a * various modules: #include "Python.h" and remove most remporary by Guido van Rossum · 30 years ago
  39. f5e0ea8 * Modules/Setup.in: define PYTHONPATH using COREPYTHONPATH for by Guido van Rossum · 30 years ago
  40. 73737ab If an argument on a Setup line starts with `$', treat it as a library, by Sjoerd Mullender · 30 years ago
  41. 7cc5abd Support shared library creation. by Guido van Rossum · 30 years ago
  42. 9adae8e Steen Lumholt's termios interface. by Guido van Rossum · 30 years ago
  43. 4302193 Added _getpty interface. by Guido van Rossum · 30 years ago
  44. e4485b0 Setup.in: added tkinter; rearranged the definition of PYTHONPATH so by Guido van Rossum · 30 years ago
  45. a142613 Added minmax function. by Sjoerd Mullender · 30 years ago
  46. 56bf235 Lance's release 1.1 -- fixes some problems with 1.0 by Guido van Rossum · 30 years ago
  47. fbea2f3 Release 1.0 by Lance by Guido van Rossum · 30 years ago
  48. f6971e2 Lance has converted his modules to the new naming conventions, and by Guido van Rossum · 30 years ago
  49. 224b289 * Modules/makesetup: bugfix: add objects from sources to OBJS by Guido van Rossum · 30 years ago
  50. 1d5735e Merge back to main trunk by Guido van Rossum · 30 years ago
  51. b078ce1 Move #endif for NT by Guido van Rossum · 30 years ago
  52. 7b1e974 Makefile.pre.in: add $(OPT) to link command by Guido van Rossum · 30 years ago
  53. 794b93e * Modules/Setup.*: removed all except Setup.in (huh? I thought by Guido van Rossum · 30 years ago
  54. aa0f4c7 * Modules/signalmodule.c: added pause(). by Guido van Rossum · 30 years ago
  55. 0b498be * Modules/makesetup: support C++ files now; these should be given by Guido van Rossum · 30 years ago
  56. 794d813 * Modules/posixmodule.c: some more NT changes by Guido van Rossum · 30 years ago
  57. 9731d44 * Modules/config.c.in: change mac specific things by Guido van Rossum · 30 years ago
  58. 72824ba Move all code from version.c into config.c by Guido van Rossum · 30 years ago
  59. 0c70954 Changes for Mac by Guido van Rossum · 30 years ago
  60. 6a3eb5f Changes to make it work and compile on NT, by Mark Hammond. by Guido van Rossum · 30 years ago
  61. 5806a4f * Modules/stropmodule.c: implement find/rfind instead of by Guido van Rossum · 30 years ago
  62. 9bb4fd6 * tkintermodule.c (*FileHandler): generalize to arbitrary file ids by Guido van Rossum · 30 years ago
  63. 4b4c664 * Modules/{Setup.in, gdbmmodule.c}, Doc/{lib,libgdbm}.tex: added by Guido van Rossum · 30 years ago
  64. c65a525 * Modules/{Setup.in,Makefile.pre.in}: renamed some modules to by Guido van Rossum · 30 years ago
  65. e2ca9bd * tkintermodule.c: OK, I've fixed the "tty" problem. You're right by Guido van Rossum · 30 years ago
  66. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  67. e44e373 Added some names to Setup.in, and added syslogmodule.c. by Guido van Rossum · 30 years ago
  68. d308e2b * tkintermodule.c by Guido van Rossum · 30 years ago
  69. f713247 Initial revision by Guido van Rossum · 30 years ago
  70. 7687522 * tkintermodule.c (Tkapp_New): Remove #ifdef WITH_APPINIT. by Guido van Rossum · 30 years ago
  71. bb4ba12 * Modules/signalmodule.c: added thread compatibility (only main by Guido van Rossum · 30 years ago
  72. 20882d5 Split pwd in pwd and grp; added imgformat (by Jack) by Guido van Rossum · 30 years ago
  73. 1846882 Initial revision by Guido van Rossum · 30 years ago
  74. 6299d1e Speed up checking for signals and define intrcheck differently by Guido van Rossum · 30 years ago
  75. 34162a1 Added some new modules by Guido van Rossum · 30 years ago
  76. 398d9fe New experimental modules -- signal and sybase by Guido van Rossum · 30 years ago
  77. e4c6131 crypt module (Steve M's) by Guido van Rossum · 30 years ago
  78. 094183e At the release of 1.0.1. by Guido van Rossum · 30 years ago
  79. cbcd8d7 Make more robust against Minix and Mac by Guido van Rossum · 30 years ago
  80. 4de6cbc new file, setup for minix by Guido van Rossum · 30 years ago
  81. 7590193 Add colon to TESTPATH (oops!) by Guido van Rossum · 30 years ago
  82. 42f69da Added TESTPATH by Guido van Rossum · 30 years ago
  83. 6eb1d4a Clarified comments about build process. by Guido van Rossum · 30 years ago
  84. 8b03cae Integers are specified as "i" and not as "d". by Sjoerd Mullender · 31 years ago
  85. 7dd31d0 Makefile.pre.in (renamed from Makefile.in.in), makesetup: changes to by Guido van Rossum · 31 years ago
  86. 93fcb9b One NULL should have been 0. by Sjoerd Mullender · 31 years ago
  87. 4b35ef5 Implemented sort of a solution for PYTHONPATH. by Guido van Rossum · 31 years ago
  88. 116857c Added George Neville-Neil's timing module by Guido van Rossum · 31 years ago
  89. a1c996c 1994 Copyright by Guido van Rossum · 31 years ago
  90. fba715a Added some files to new module by Guido van Rossum · 31 years ago
  91. 0d2d397 Added function ttob. by Sjoerd Mullender · 31 years ago
  92. be0e942 New files. by Guido van Rossum · 31 years ago
  93. 92fa23f ANSIfied somewhat. by Sjoerd Mullender · 31 years ago
  94. c4f169c rgbimgmodule.c, Makefile, config.c: new module to read RGB image files. by Sjoerd Mullender · 31 years ago
  95. 7030b1f almodule.c: added close method, equivalent to closeport. by Sjoerd Mullender · 31 years ago
  96. 248a50c * Grammar: corrected old typo (class instead of 'class') by Guido van Rossum · 31 years ago
  97. 67a5fdb * mpzmodule.c: cast some methods to the proper type. by Guido van Rossum · 31 years ago
  98. c4801ed Added minmax function: by Sjoerd Mullender · 31 years ago
  99. 66bca32 Port to Solaris 2.3. by Sjoerd Mullender · 31 years ago
  100. b376a4a * timemodule.c: Add hack for Solaris 2. by Guido van Rossum · 31 years ago