1. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  2. e44e373 Added some names to Setup.in, and added syslogmodule.c. by Guido van Rossum · 30 years ago
  3. d308e2b * tkintermodule.c by Guido van Rossum · 30 years ago
  4. f713247 Initial revision by Guido van Rossum · 30 years ago
  5. 7687522 * tkintermodule.c (Tkapp_New): Remove #ifdef WITH_APPINIT. by Guido van Rossum · 30 years ago
  6. bb4ba12 * Modules/signalmodule.c: added thread compatibility (only main by Guido van Rossum · 30 years ago
  7. 20882d5 Split pwd in pwd and grp; added imgformat (by Jack) by Guido van Rossum · 30 years ago
  8. 1846882 Initial revision by Guido van Rossum · 30 years ago
  9. 6299d1e Speed up checking for signals and define intrcheck differently by Guido van Rossum · 30 years ago
  10. 34162a1 Added some new modules by Guido van Rossum · 30 years ago
  11. 398d9fe New experimental modules -- signal and sybase by Guido van Rossum · 30 years ago
  12. e4c6131 crypt module (Steve M's) by Guido van Rossum · 30 years ago
  13. 094183e At the release of 1.0.1. by Guido van Rossum · 30 years ago
  14. cbcd8d7 Make more robust against Minix and Mac by Guido van Rossum · 31 years ago
  15. 4de6cbc new file, setup for minix by Guido van Rossum · 31 years ago
  16. 7590193 Add colon to TESTPATH (oops!) by Guido van Rossum · 31 years ago
  17. 42f69da Added TESTPATH by Guido van Rossum · 31 years ago
  18. 6eb1d4a Clarified comments about build process. by Guido van Rossum · 31 years ago
  19. 8b03cae Integers are specified as "i" and not as "d". by Sjoerd Mullender · 31 years ago
  20. 7dd31d0 Makefile.pre.in (renamed from Makefile.in.in), makesetup: changes to by Guido van Rossum · 31 years ago
  21. 93fcb9b One NULL should have been 0. by Sjoerd Mullender · 31 years ago
  22. 4b35ef5 Implemented sort of a solution for PYTHONPATH. by Guido van Rossum · 31 years ago
  23. 116857c Added George Neville-Neil's timing module by Guido van Rossum · 31 years ago
  24. a1c996c 1994 Copyright by Guido van Rossum · 31 years ago
  25. fba715a Added some files to new module by Guido van Rossum · 31 years ago
  26. 0d2d397 Added function ttob. by Sjoerd Mullender · 31 years ago
  27. be0e942 New files. by Guido van Rossum · 31 years ago
  28. 92fa23f ANSIfied somewhat. by Sjoerd Mullender · 31 years ago
  29. c4f169c rgbimgmodule.c, Makefile, config.c: new module to read RGB image files. by Sjoerd Mullender · 31 years ago
  30. 7030b1f almodule.c: added close method, equivalent to closeport. by Sjoerd Mullender · 31 years ago
  31. 248a50c * Grammar: corrected old typo (class instead of 'class') by Guido van Rossum · 31 years ago
  32. 67a5fdb * mpzmodule.c: cast some methods to the proper type. by Guido van Rossum · 31 years ago
  33. c4801ed Added minmax function: by Sjoerd Mullender · 31 years ago
  34. 66bca32 Port to Solaris 2.3. by Sjoerd Mullender · 31 years ago
  35. b376a4a * timemodule.c: Add hack for Solaris 2. by Guido van Rossum · 31 years ago
  36. c45611d * import.c (get_module): total rewrite, to ensure proper search order: for by Guido van Rossum · 31 years ago
  37. 52f2c05 * parsermodule.c, Makefile, config.c: rudimentary interface to the Python by Guido van Rossum · 31 years ago
  38. a3d78fb * posixmodule.c: added set{uid,gid}. by Guido van Rossum · 31 years ago
  39. c600411 * mpzmodule.c: removed redundant mpz_print function. by Guido van Rossum · 31 years ago
  40. 32be3a7 Fix stupib bug in concatenation by Guido van Rossum · 31 years ago
  41. c6dcc9f Added execve; change getstrarg into getargs with "s" format by Guido van Rossum · 31 years ago
  42. 572d2d9 Fix memory leaks in join & joinfields by Guido van Rossum · 31 years ago
  43. e77a757 * nismodule.c: database keys and values can contain null bytes. be more by Guido van Rossum · 31 years ago
  44. 78ed420 Fixed a couple of bugs: getargs doesn't use % escapes, and seconds by Sjoerd Mullender · 31 years ago
  45. b73cc04 * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c, by Guido van Rossum · 31 years ago
  46. c7a2270 * selectmodule.c (select_select): timeout argument may be None with same by Guido van Rossum · 31 years ago
  47. c70b61f Hacks for NEXTSTEP. by Guido van Rossum · 31 years ago
  48. 0667626 Replace <<-13 by >>13. Leave old code in #ifdef BUGGY_CODE_BW_COMPAT. by Guido van Rossum · 31 years ago
  49. 13ecc7a Simplify life for md5: include (slightly modified) md5.h and md5c.c by Guido van Rossum · 31 years ago
  50. ee9012f Added rindex(). index() and rindex() interpret negative start index by Guido van Rossum · 31 years ago
  51. 0619153 Work around a bug in the DEC alpha OSF/1 C preprocessor. by Guido van Rossum · 31 years ago
  52. 89b3325 * import.c (MAGIC): Changed magic word to avoid confusion about exec by Guido van Rossum · 31 years ago
  53. 3bb8a05 Several optimizations and speed improvements. by Sjoerd Mullender · 31 years ago
  54. cacd957 * stdwinmodule.c (stdwin_done): interface to shutdown stdwin (now this is by Guido van Rossum · 31 years ago
  55. 21d335e Makefile, import.c: Lance's alternative module search (allow .pyc file by Guido van Rossum · 31 years ago
  56. a9c3c22 * Extended X interface: pixmap objects, colormap objects visual objects, by Sjoerd Mullender · 31 years ago
  57. d96ec44 Bug fix: check whether call succeeded *after* the call. by Sjoerd Mullender · 31 years ago
  58. f64992e * clmodule.c (doParams): free PVbuffer in error condition. by Sjoerd Mullender · 31 years ago
  59. e906606 Final touch before release. by Guido van Rossum · 31 years ago
  60. 1fc238a Minor fixes / changes for Mac compatibility. by Guido van Rossum · 31 years ago
  61. a330996 * Added support for X11 modules. by Guido van Rossum · 31 years ago
  62. f6da4f6 forms_set_event_call_back: argument of None resets event callback to NULL. by Guido van Rossum · 31 years ago
  63. e22e644 * config.c: different default PYTHONPATH for MS-DOS by Guido van Rossum · 31 years ago
  64. d05eb8b stropmodule.c: use C isspace(c) to test for whitespace; add by Guido van Rossum · 31 years ago
  65. f1dc566 * Makefile: added all: and default: targets. by Guido van Rossum · 31 years ago
  66. 9e90a67 * pythonmain.c: -k option, usage message, more environment flags. by Guido van Rossum · 31 years ago
  67. 234f942 * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. by Guido van Rossum · 31 years ago
  68. 18c9a4f * socketmodule.c: fix long-standing bug in recvfrom() -- addrlen by Guido van Rossum · 31 years ago
  69. eb6b33a * classobject.c: in instance_getattr, don't make a method out of a by Guido van Rossum · 31 years ago
  70. 687dd13 New posix functions open, close, dup, dup2, lseek, read, write, fstat, pipe. by Guido van Rossum · 31 years ago
  71. a849b83 * selectmodule.c: fix (another!) two memory leaks -- this time in list2set by Guido van Rossum · 31 years ago
  72. acbe8da (I suggest a recompile after getting this, the ceval.c bugfix may be crucial!) by Guido van Rossum · 31 years ago
  73. 9575a44 * Microscopic corrections to make things compile on the Cray APP. by Guido van Rossum · 31 years ago
  74. f56e3db Support for frozen scripts; added -i option. by Guido van Rossum · 31 years ago
  75. 8b17d6b Changes to speed up local variables enormously, by avoiding dictionary by Guido van Rossum · 31 years ago
  76. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  77. 6b517fd Added conversion routines to sv module. by Sjoerd Mullender · 31 years ago
  78. e537240 * Changed many files to use mkvalue() instead of newtupleobject(). by Guido van Rossum · 31 years ago
  79. ccd5bad Extensive changes to regex module (group(), casefold, etc.) by Guido van Rossum · 31 years ago
  80. 337b20e Added audioop.reverse() which reverses an audio sample by Jack Jansen · 31 years ago
  81. 36d330b * regexmodule.c: added use of translation table, substring() method. by Guido van Rossum · 31 years ago
  82. 778983b Added new module "array" (for now optional) defining array objects. by Guido van Rossum · 31 years ago
  83. 4fada9c Added converters for rgb<->rgb8 and rgb<->grey by Jack Jansen · 31 years ago
  84. fa1b9f6 Added dither() routine by Jack Jansen · 31 years ago
  85. a90805f This time really check in the new routines :-) by Jack Jansen · 31 years ago
  86. dd8a6ea Added lin2lin, findmax, findfactor and fintfit routines by Jack Jansen · 31 years ago
  87. 22e44cd * clmodule.c: the documentation was wrong, so changed the interface by Sjoerd Mullender · 31 years ago
  88. 4e2a427 * clmodule.c: use function prototypes (found and fixed some bugs this by Sjoerd Mullender · 31 years ago
  89. 5fc6773 Added readdisplay() routine by Jack Jansen · 31 years ago
  90. e8a3c28 Added new audio library functionality (getstatus, float sample fmts) by Jack Jansen · 31 years ago
  91. 38a22ba Fixed some memory leaks when things go wrong. by Sjoerd Mullender · 31 years ago
  92. 55cea47 Changed adpcm routines to use 2-element state (was 3 element) by Jack Jansen · 31 years ago
  93. bf80e54 * stdwinmodule.c: various new commands: setwin{pos,size}, by Guido van Rossum · 31 years ago
  94. 6f5afc9 * ceval.c: ifdef out the last argument passing compat hack. by Guido van Rossum · 31 years ago
  95. 3a99727 CL.py, clmodule.c: Adapted to new CL library. Lots of new methods. by Sjoerd Mullender · 31 years ago
  96. 34679b7 * Added Fixcprt.py: script to fix copyright message. by Guido van Rossum · 32 years ago
  97. d26b458 Added tovideo routine by Jack Jansen · 32 years ago
  98. 0b0db8e Added separate main program for the Mac: macmain.c by Guido van Rossum · 32 years ago
  99. 09cbf9a Use full path for izoom.h include file by Jack Jansen · 32 years ago
  100. 3c2eb5c Added (optional) better scaling to readscaled by Jack Jansen · 32 years ago