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