1. e30cb84 Initial revision by Guido van Rossum · 31 years ago
  2. 70f1418 New files (not really...) by Guido van Rossum · 31 years ago
  3. dd8cb44 Some minute changes. by Guido van Rossum · 31 years ago
  4. 2a45141 aifc.py, sunau.py: Adapted comments; added access statements. by Sjoerd Mullender · 31 years ago
  5. 6ed9df2 * aifc.py (Aifc_write): fix bogus reference to filename by Guido van Rossum · 31 years ago
  6. 7bc817d * Mass change: get rid of all init() methods, in favor of __init__() by Guido van Rossum · 31 years ago
  7. aa14837 Interface to audio hardware for SGI and Sun. by Sjoerd Mullender · 31 years ago
  8. ad7324c Don't close the file explicitly. by Sjoerd Mullender · 31 years ago
  9. feaa7d2 Don't close the file. by Sjoerd Mullender · 31 years ago
  10. 79c85f1 * wdbframewin.py (re_eval): set __privileged__ in globals so private by Guido van Rossum · 31 years ago
  11. 43bf0bc aifc.py: added missing tell() method in AIFC write class; by Sjoerd Mullender · 31 years ago
  12. ae3b3a3 * test_*.py: new lambda syntax (also affects tests for filter, map, by Guido van Rossum · 31 years ago
  13. b31c7f7 * test_select.py: (some) tests for built-in select module by Guido van Rossum · 31 years ago
  14. b2e358d Use __init__ instead of init. by Sjoerd Mullender · 31 years ago
  15. e65cce5 * string.py: added rindex(), rfind(); changed index() to interpret by Guido van Rossum · 31 years ago
  16. b3b09c9 added builtin b/w compat module. changed testing of exec. by Guido van Rossum · 31 years ago
  17. b37954f Added missing "import os" to pdb.help() by Guido van Rossum · 31 years ago
  18. e61fa0a * profile.py, pdb.py: added help() function by Guido van Rossum · 31 years ago
  19. 35fe6ec Not everyone has Guido's bin in his/her PATH... by Sjoerd Mullender · 31 years ago
  20. be80e0e Instead of single clicks, use double clicks to get the instance window. by Sjoerd Mullender · 31 years ago
  21. 148644d WDB enhancement: Click once on a line with a class instance in the by Sjoerd Mullender · 31 years ago
  22. c9d73d1 Implemented support for CDDB_PATH and CDDB_WRITE_DIR environment by Sjoerd Mullender · 31 years ago
  23. 4150ede Fixed dealing with faulty COMM chunks. by Sjoerd Mullender · 31 years ago
  24. 4fddf33 XEvent.py: Added support for ExposeEvent. by Sjoerd Mullender · 31 years ago
  25. 8e2ec56 * pdb.py: set 'privileged' property when evaluating expressions by Guido van Rossum · 31 years ago
  26. df56386 * posixpath.py: Fix border cases in normpath ('/foo/..' should return '/') by Guido van Rossum · 31 years ago
  27. 5ef74b8 pdb.py, bdb.py, cmd.py: use __init__() instead of init() by Guido van Rossum · 31 years ago
  28. 5cfa5df * calendar.py: all libC functionality now moved to built-in time module by Guido van Rossum · 31 years ago
  29. 9b3bc71 * aifc.py: don't die on invalid MARK chunk by Guido van Rossum · 31 years ago
  30. 52fc1f6 * calendar.py: minor cleanups by Guido van Rossum · 31 years ago
  31. e6dc0ca Initial revision by Guido van Rossum · 31 years ago
  32. 17ed1ae * toaiff.py: import whatsound instead of sndhdr by Guido van Rossum · 31 years ago
  33. d316607 * ftplib.py: added abort() command (sends oob data). by Guido van Rossum · 31 years ago
  34. 02cf582 Added cwd() by Guido van Rossum · 31 years ago
  35. 8379ed5 Updated because of new opcodes introduced for "fast" local variables. by Guido van Rossum · 31 years ago
  36. 0023078 Added whatis command (third try -- filesystem was full, rcs lock failed) by Guido van Rossum · 31 years ago
  37. e7113b6 * Fix bug in tzparse.py for DST timezone by Guido van Rossum · 31 years ago
  38. 04321d1 Use type(xxx) in stead of except TypeError. by Sjoerd Mullender · 31 years ago
  39. 8562c4c Added some error checking. by Sjoerd Mullender · 31 years ago
  40. c9e340d Definitions from <gl/get.h> by Guido van Rossum · 32 years ago
  41. e8a3c28 Added new audio library functionality (getstatus, float sample fmts) by Jack Jansen · 32 years ago
  42. 4ab6ff8 AWARE.py: New file with definitions for Aware Inc.'s compression by Sjoerd Mullender · 32 years ago
  43. 995c33a aiff.py, calendar.py: change functions taking a tuple to really take a by Guido van Rossum · 32 years ago
  44. 3a99727 CL.py, clmodule.c: Adapted to new CL library. Lots of new methods. by Sjoerd Mullender · 32 years ago
  45. 8d733a0 added kludge for buggy soundfiler from SGI; when reading 0 frames, by Sjoerd Mullender · 32 years ago
  46. 35fb82a * os.py: _exit doesn't exist in all variations of posix by Guido van Rossum · 32 years ago
  47. 93f0740 Fixed a bug where the library inadvertently skipped over the sound by Sjoerd Mullender · 32 years ago
  48. 7564a64 Found and fixed a few bugs in the handling of audio files with MARKs. by Sjoerd Mullender · 32 years ago
  49. eeabe7e New module aifc to read and write AIFF-C and AIFF files. See by Sjoerd Mullender · 32 years ago
  50. 80530ce * Add some more tests for numbers by Guido van Rossum · 32 years ago
  51. fea2af1 * More changes due to stricter argument passing rules by Guido van Rossum · 32 years ago
  52. 4fff13f CL.py: adapted to newest version of CL library. by Sjoerd Mullender · 32 years ago
  53. 89a7869 * Got entirely rid of path.py. by Guido van Rossum · 32 years ago
  54. 6209b97 Added output from testall run, for autotest.py. by Guido van Rossum · 32 years ago
  55. 85f1820 Added some new tests and two new files for testing: test_types.py by Guido van Rossum · 32 years ago
  56. 18fc569 * mainloop.py: added facility for calling select(). Also added by Guido van Rossum · 32 years ago
  57. 2197479 Added all_errors, list of all possible exceptions. by Guido van Rossum · 32 years ago
  58. c68a401 Use getsockname() if it exists by Guido van Rossum · 32 years ago
  59. c567c60 Added much functionality, changed some names (errors, login). by Guido van Rossum · 32 years ago
  60. c629d34 * change default line numbers for 'list' in pdb.py by Guido van Rossum · 32 years ago
  61. 1115ab2 Initial revision by Guido van Rossum · 32 years ago
  62. 2db9135 Misc changes and new modules. whrandom is "objectified". SOCKET.py by Guido van Rossum · 32 years ago
  63. e7daaa3 New module "CL" (Compression Library) for Irix 4.0.5 and higher. by Sjoerd Mullender · 32 years ago
  64. 7a461e5 New module regsub contains sub(), gsub() and split() as in nawk. by Guido van Rossum · 32 years ago
  65. 3577113 Added post_mortem() and pm() interfaces to pdb and wdb. by Guido van Rossum · 32 years ago
  66. 87b7473 New module 'colorsys' implements conversions between different color systems. by Guido van Rossum · 32 years ago
  67. da3eee9 version for new library by Sjoerd Mullender · 32 years ago
  68. 4e16098 Added a _v21 def to FL.py and added two new input field types by Guido van Rossum · 32 years ago
  69. 354166f Changed to use regex directly instead of regexp. by Guido van Rossum · 32 years ago
  70. 9022fce New module implementing a multi-everything queue. by Guido van Rossum · 32 years ago
  71. ae507a4 splitfields(s, '') is illegal by Guido van Rossum · 32 years ago
  72. 732282f Module getattr doesn't exist any more, it's now called newdir. by Guido van Rossum · 32 years ago
  73. 4732ccf Added emacs.py (for misc/py-connect.el). by Guido van Rossum · 32 years ago
  74. 2d4aa4f Removed *.libs (now in ./sgi); by Guido van Rossum · 32 years ago
  75. 099d923 new file for SGI Video by Sjoerd Mullender · 32 years ago
  76. 741c81a New module to support decoding multipart messages (also see mimetools). by Guido van Rossum · 32 years ago
  77. 01ca336 New modules mimetools and rfc822. by Guido van Rossum · 32 years ago
  78. eb23155 Changed calendar.py to define lists of literals instead of tuples. by Guido van Rossum · 32 years ago
  79. 73b715e Initial revision by Guido van Rossum · 32 years ago
  80. 05b55e7 Fix pnm test for short files and add X bitmap as recognized type by Guido van Rossum · 32 years ago
  81. d482e8a Remove reference to obsolete module 'audio' by Guido van Rossum · 32 years ago
  82. ada67ec Comment out debug prints (by Sjoerd) by Guido van Rossum · 32 years ago
  83. 1c34fc7 Initial revision by Guido van Rossum · 32 years ago
  84. 9ea0fbc Unmerged except and finally clauses by Guido van Rossum · 32 years ago
  85. 8899a9c Add names for perm bits (S_IREAD etc). by Guido van Rossum · 32 years ago
  86. e238829 Add CDDA_DATASIZE to exported constants by Guido van Rossum · 32 years ago
  87. 509d24a fix a typo in samestat() (ST_DEV, not STD_DEV); by Guido van Rossum · 32 years ago
  88. a3cd071 DISK is written with a K by Guido van Rossum · 32 years ago
  89. 58230c3 Changed caching code by Guido van Rossum · 32 years ago
  90. dee5d8e The getstatus() method of a Readcd instance always calls by Guido van Rossum · 32 years ago
  91. f94e309 Initial revision by Guido van Rossum · 32 years ago
  92. 8176258 Initial revision by Guido van Rossum · 32 years ago
  93. 9a1425d Initial revision by Guido van Rossum · 32 years ago
  94. fff3a1ee Added help() fn; use os.sep by Guido van Rossum · 32 years ago
  95. 6a1f089 Use *args syntax instead of +args by Guido van Rossum · 32 years ago
  96. b59cdd4 Add separator by Guido van Rossum · 32 years ago
  97. 33693ea '+' no longer accepted for varargs list by Guido van Rossum · 32 years ago
  98. ceb3ba2 Different syntax: cannot mix except and finally any more by Guido van Rossum · 32 years ago
  99. 7084ec8 getattr() is now built-in; no longer need a class to simulate varargs. by Guido van Rossum · 32 years ago
  100. aa257d9 use os and os.path by Guido van Rossum · 32 years ago