1. 615194a Fixed bugs in resizetuple and extended the interface. by Sjoerd Mullender · 31 years ago
  2. 0a2fa75 Added Dates.py and Rev.py by Guido van Rossum · 31 years ago
  3. 102abab Initial revision by Guido van Rossum · 31 years ago
  4. becec31 Fix bug and use __init__ by Guido van Rossum · 31 years ago
  5. 74b3f8a Initial revision by Guido van Rossum · 31 years ago
  6. dc4b93d * listobject.c (list_ass_slice): XDECREF instead of DECREF so by Guido van Rossum · 31 years ago
  7. 4bd023f * lib3.tex (module string): added rindex(). by Guido van Rossum · 31 years ago
  8. 3b71604 Committing the correct graminit.c; also changed confusing comments in Grammar. by Guido van Rossum · 31 years ago
  9. ed49c5e *** empty log message *** by Guido van Rossum · 31 years ago
  10. f1bbf9c Add coercions by Guido van Rossum · 31 years ago
  11. b6957e4 Initial revision by Guido van Rossum · 31 years ago
  12. 12d12c5 * compile.[ch]: support for lambda() by Guido van Rossum · 31 years ago
  13. 444fc7c Add some necessary casts; use double quotes to represent strings in some cases. by Guido van Rossum · 31 years ago
  14. ee9012f Added rindex(). index() and rindex() interpret negative start index by Guido van Rossum · 31 years ago
  15. 0619153 Work around a bug in the DEC alpha OSF/1 C preprocessor. by Guido van Rossum · 31 years ago
  16. 72481a3 Changes to make range checks portable to 64-bit machines. by Guido van Rossum · 31 years ago
  17. 8054fad Changes to accept double-quoted strings on input. by Guido van Rossum · 31 years ago
  18. 5461850 Fix reference to undefined 'memsize' in calcnframes(). by Guido van Rossum · 31 years ago
  19. 5a2a683 * filemodule.c: added writelines() -- analogous to readlines() by Guido van Rossum · 31 years ago
  20. 52c1f51 import.c: When something is wrong with the .pyc, properly open the .py by Sjoerd Mullender · 31 years ago
  21. 89b3325 * import.c (MAGIC): Changed magic word to avoid confusion about exec by Guido van Rossum · 31 years ago
  22. b3b09c9 added builtin b/w compat module. changed testing of exec. by Guido van Rossum · 31 years ago
  23. b37954f Added missing "import os" to pdb.help() by Guido van Rossum · 31 years ago
  24. e61fa0a * profile.py, pdb.py: added help() function by Guido van Rossum · 31 years ago
  25. 3bb8a05 Several optimizations and speed improvements. by Sjoerd Mullender · 31 years ago
  26. a75d306 "exec" is now a statement. execfile() is obsolete. by Guido van Rossum · 31 years ago
  27. db3165e * bltinmodule.c: removed exec() built-in function. by Guido van Rossum · 31 years ago
  28. cacd957 * stdwinmodule.c (stdwin_done): interface to shutdown stdwin (now this is by Guido van Rossum · 31 years ago
  29. 842d2cc intobject.c: Save references to small integers, so that they can be by Sjoerd Mullender · 31 years ago
  30. 21d335e Makefile, import.c: Lance's alternative module search (allow .pyc file by Guido van Rossum · 31 years ago
  31. cbaddb5 Added widget methods {Height,Width}{,MM}OfScreen. by Sjoerd Mullender · 31 years ago
  32. f9b7201 * Added support for X window interface. by Sjoerd Mullender · 31 years ago
  33. 7f8765d * ref3.tex: added cross-ref to try statement for exc handler. by Guido van Rossum · 31 years ago
  34. a9c3c22 * Extended X interface: pixmap objects, colormap objects visual objects, by Sjoerd Mullender · 31 years ago
  35. 35fe6ec Not everyone has Guido's bin in his/her PATH... by Sjoerd Mullender · 31 years ago
  36. be80e0e Instead of single clicks, use double clicks to get the instance window. by Sjoerd Mullender · 31 years ago
  37. 148644d WDB enhancement: Click once on a line with a class instance in the by Sjoerd Mullender · 31 years ago
  38. 72d7364 - VFile: moved decompression code to VideoParams (so it is also by Jack Jansen · 31 years ago
  39. dbf71b7 Added ability to edit compressed movies. by Jack Jansen · 31 years ago
  40. 2641172 Sanity check for compress files. by Jack Jansen · 31 years ago
  41. bab2ca3 Added autoedit and cancel commands, removed debug output by Jack Jansen · 31 years ago
  42. f993d28 Don't import gl if not needed. Fixed a typo. by Sjoerd Mullender · 31 years ago
  43. c9d73d1 Implemented support for CDDB_PATH and CDDB_WRITE_DIR environment by Sjoerd Mullender · 31 years ago
  44. d96ec44 Bug fix: check whether call succeeded *after* the call. by Sjoerd Mullender · 31 years ago
  45. 4150ede Fixed dealing with faulty COMM chunks. by Sjoerd Mullender · 31 years ago
  46. 4fddf33 XEvent.py: Added support for ExposeEvent. by Sjoerd Mullender · 31 years ago
  47. f64992e * clmodule.c (doParams): free PVbuffer in error condition. by Sjoerd Mullender · 31 years ago
  48. d29eb62 This commit was manufactured by cvs2svn to create tag 'release099'. by cvs2svn · 31 years ago
  49. e906606 Final touch before release. by Guido van Rossum · 31 years ago
  50. 8e2ec56 * pdb.py: set 'privileged' property when evaluating expressions by Guido van Rossum · 31 years ago
  51. 1fc238a Minor fixes / changes for Mac compatibility. by Guido van Rossum · 31 years ago
  52. a330996 * Added support for X11 modules. by Guido van Rossum · 31 years ago
  53. f6da4f6 forms_set_event_call_back: argument of None resets event callback to NULL. by Guido van Rossum · 31 years ago
  54. 78991fd VFile - Added support for creating compression lib movies by Jack Jansen · 31 years ago
  55. f1cda91 This module can now be used asynchronously. Also, some commands have been added. by Jack Jansen · 31 years ago
  56. 827cc19 Interface to vcr index files (as created by vcrindex program) by Jack Jansen · 31 years ago
  57. ed18fdc * accessobject.c (ownercheck): allow a base class access to protected by Guido van Rossum · 31 years ago
  58. 697e7ab Use module aifc instead of module aiff. by Guido van Rossum · 31 years ago
  59. e22e644 * config.c: different default PYTHONPATH for MS-DOS by Guido van Rossum · 31 years ago
  60. d05eb8b stropmodule.c: use C isspace(c) to test for whitespace; add by Guido van Rossum · 31 years ago
  61. df56386 * posixpath.py: Fix border cases in normpath ('/foo/..' should return '/') by Guido van Rossum · 31 years ago
  62. f1dc566 * Makefile: added all: and default: targets. by Guido van Rossum · 31 years ago
  63. 9e90a67 * pythonmain.c: -k option, usage message, more environment flags. by Guido van Rossum · 31 years ago
  64. 5ef74b8 pdb.py, bdb.py, cmd.py: use __init__() instead of init() by Guido van Rossum · 31 years ago
  65. 5cfa5df * calendar.py: all libC functionality now moved to built-in time module by Guido van Rossum · 31 years ago
  66. 9b3bc71 * aifc.py: don't die on invalid MARK chunk by Guido van Rossum · 31 years ago
  67. 52fc1f6 * calendar.py: minor cleanups by Guido van Rossum · 31 years ago
  68. 234f942 * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. by Guido van Rossum · 31 years ago
  69. 6a0e228 Added fixps, fixcid. by Guido van Rossum · 31 years ago
  70. 43df862 Mostly cosmetics, e.g. change window titles so icon titles are better, by Guido van Rossum · 31 years ago
  71. 2055ee8 Keep top left corner of window where it was when resizing. by Guido van Rossum · 31 years ago
  72. aa895c7 Initial revision by Guido van Rossum · 31 years ago
  73. 2939a4c Fixed another place where set_rgbmode() should be called. by Guido van Rossum · 31 years ago
  74. f6d8032 Impor VCR at the top. Change the way audio is recorded subtly. by Guido van Rossum · 31 years ago
  75. fa04170 VCR.py: Use unix files instead of stdio files for tty communication, by Guido van Rossum · 31 years ago
  76. 672754a Added 24 bit RGB capture by Jack Jansen · 31 years ago
  77. 34d12de Grab a 24-bit image off the StarterVideo by Jack Jansen · 31 years ago
  78. 3517371 Added jpeg grabber by Jack Jansen · 31 years ago
  79. a1e1f73 Newss class style by Jack Jansen · 31 years ago
  80. db392b9 Small imporvements, added mpz and md5 to list of modules, by Guido van Rossum · 31 years ago
  81. 09abc8e Ignore ,v files too by Guido van Rossum · 31 years ago
  82. 061ec39 Initial revision by Guido van Rossum · 31 years ago
  83. e6dc0ca Initial revision by Guido van Rossum · 31 years ago
  84. 17ed1ae * toaiff.py: import whatsound instead of sndhdr by Guido van Rossum · 31 years ago
  85. f3f7531 Changed setpf so it understands old-style packfactors by Jack Jansen · 31 years ago
  86. 18c9a4f * socketmodule.c: fix long-standing bug in recvfrom() -- addrlen by Guido van Rossum · 31 years ago
  87. 66338ec New class syntax by Jack Jansen · 31 years ago
  88. eb6b33a * classobject.c: in instance_getattr, don't make a method out of a by Guido van Rossum · 31 years ago
  89. 23301a9 * lib1.tex: documented dict.items() and dict.values() by Guido van Rossum · 31 years ago
  90. d316607 * ftplib.py: added abort() command (sends oob data). by Guido van Rossum · 31 years ago
  91. b3f7258 * Lots of small changes related to access. by Guido van Rossum · 31 years ago
  92. 81daa32 Access checks now work, at least for instance data (not for methods by Guido van Rossum · 31 years ago
  93. 2583165 Several changes in one: by Guido van Rossum · 31 years ago
  94. 687dd13 New posix functions open, close, dup, dup2, lseek, read, write, fstat, pipe. by Guido van Rossum · 31 years ago
  95. 02cf582 Added cwd() by Guido van Rossum · 31 years ago
  96. 605b127 Jack's VCR control module by Guido van Rossum · 31 years ago
  97. a849b83 * selectmodule.c: fix (another!) two memory leaks -- this time in list2set by Guido van Rossum · 31 years ago
  98. b2c6556 Lots of small changes collected over months... by Guido van Rossum · 31 years ago
  99. 6ac258d * pythonrun.c: Print exception type+arg *after* stack trace instead of by Guido van Rossum · 31 years ago
  100. ad4fcd4 Implemented VCR capture using forward slow instead of stepping. by Guido van Rossum · 31 years ago