1. b19d862 Search for test files in sys.path by Guido van Rossum · 30 years ago
  2. d1df83b urlopen: add basejoin() function. by Guido van Rossum · 30 years ago
  3. d66acb4 avoid crash in open_ftp when no host in url by Guido van Rossum · 30 years ago
  4. 67e22c2 use caching of temp files; added cleanup by Guido van Rossum · 30 years ago
  5. 914973a Added __repr__ to addbase class; delete more objects by Guido van Rossum · 30 years ago
  6. d5b9ea1 Added __del__(), close(), cleanup(), retrieve() and open_local_file() by Guido van Rossum · 30 years ago
  7. 555915a Added ntpath.py (for os.py when used with Windows NT) by Guido van Rossum · 30 years ago
  8. 749057b Redesigned as a class by Guido van Rossum · 30 years ago
  9. 76ca3c1 Fix bug with somtimes uninitialized port by Guido van Rossum · 30 years ago
  10. 23acc95 Towards a standard access mechanism for URLs. by Guido van Rossum · 30 years ago
  11. 3ed23cc aifc, sunau: make rate an int; os: restruct; ospath: obsolete; rfc822: by Guido van Rossum · 30 years ago
  12. b513c74 wave.py: module to read and write .wav files with the same interface by Sjoerd Mullender · 31 years ago
  13. 3db6ebc Use __builtin__ instead of builtin by Guido van Rossum · 31 years ago
  14. ffe9490 aifc.py: framerate should be an int. by Sjoerd Mullender · 31 years ago
  15. b90bdeb sndhdr.py: restored lost file; audiodev.py: import platform specific by Guido van Rossum · 31 years ago
  16. fa7fcb9 Add test code for audioop and rgbimg (includes three binary files!) by Guido van Rossum · 31 years ago
  17. e03bf9c Removed now useless convert functions. by Sjoerd Mullender · 31 years ago
  18. 49c2df1 Removed silly dependence on AL module. by Sjoerd Mullender · 31 years ago
  19. 80e32bf Added Makefile with clean and clobber targets by Guido van Rossum · 31 years ago
  20. 721cd28 Specified _framesize twice in access statement. by Sjoerd Mullender · 31 years ago
  21. e30cb84 Initial revision by Guido van Rossum · 31 years ago
  22. 70f1418 New files (not really...) by Guido van Rossum · 31 years ago
  23. dd8cb44 Some minute changes. by Guido van Rossum · 31 years ago
  24. 2a45141 aifc.py, sunau.py: Adapted comments; added access statements. by Sjoerd Mullender · 31 years ago
  25. 6ed9df2 * aifc.py (Aifc_write): fix bogus reference to filename by Guido van Rossum · 31 years ago
  26. 7bc817d * Mass change: get rid of all init() methods, in favor of __init__() by Guido van Rossum · 31 years ago
  27. aa14837 Interface to audio hardware for SGI and Sun. by Sjoerd Mullender · 31 years ago
  28. ad7324c Don't close the file explicitly. by Sjoerd Mullender · 31 years ago
  29. feaa7d2 Don't close the file. by Sjoerd Mullender · 31 years ago
  30. 79c85f1 * wdbframewin.py (re_eval): set __privileged__ in globals so private by Guido van Rossum · 31 years ago
  31. 43bf0bc aifc.py: added missing tell() method in AIFC write class; by Sjoerd Mullender · 31 years ago
  32. ae3b3a3 * test_*.py: new lambda syntax (also affects tests for filter, map, by Guido van Rossum · 31 years ago
  33. b31c7f7 * test_select.py: (some) tests for built-in select module by Guido van Rossum · 31 years ago
  34. b2e358d Use __init__ instead of init. by Sjoerd Mullender · 31 years ago
  35. e65cce5 * string.py: added rindex(), rfind(); changed index() to interpret by Guido van Rossum · 31 years ago
  36. b3b09c9 added builtin b/w compat module. changed testing of exec. by Guido van Rossum · 31 years ago
  37. b37954f Added missing "import os" to pdb.help() by Guido van Rossum · 31 years ago
  38. e61fa0a * profile.py, pdb.py: added help() function by Guido van Rossum · 31 years ago
  39. 35fe6ec Not everyone has Guido's bin in his/her PATH... by Sjoerd Mullender · 31 years ago
  40. be80e0e Instead of single clicks, use double clicks to get the instance window. by Sjoerd Mullender · 31 years ago
  41. 148644d WDB enhancement: Click once on a line with a class instance in the by Sjoerd Mullender · 31 years ago
  42. c9d73d1 Implemented support for CDDB_PATH and CDDB_WRITE_DIR environment by Sjoerd Mullender · 31 years ago
  43. 4150ede Fixed dealing with faulty COMM chunks. by Sjoerd Mullender · 31 years ago
  44. 4fddf33 XEvent.py: Added support for ExposeEvent. by Sjoerd Mullender · 31 years ago
  45. 8e2ec56 * pdb.py: set 'privileged' property when evaluating expressions by Guido van Rossum · 31 years ago
  46. df56386 * posixpath.py: Fix border cases in normpath ('/foo/..' should return '/') by Guido van Rossum · 31 years ago
  47. 5ef74b8 pdb.py, bdb.py, cmd.py: use __init__() instead of init() by Guido van Rossum · 31 years ago
  48. 5cfa5df * calendar.py: all libC functionality now moved to built-in time module by Guido van Rossum · 31 years ago
  49. 9b3bc71 * aifc.py: don't die on invalid MARK chunk by Guido van Rossum · 31 years ago
  50. 52fc1f6 * calendar.py: minor cleanups by Guido van Rossum · 31 years ago
  51. e6dc0ca Initial revision by Guido van Rossum · 31 years ago
  52. 17ed1ae * toaiff.py: import whatsound instead of sndhdr by Guido van Rossum · 31 years ago
  53. d316607 * ftplib.py: added abort() command (sends oob data). by Guido van Rossum · 31 years ago
  54. 02cf582 Added cwd() by Guido van Rossum · 31 years ago
  55. 8379ed5 Updated because of new opcodes introduced for "fast" local variables. by Guido van Rossum · 31 years ago
  56. 0023078 Added whatis command (third try -- filesystem was full, rcs lock failed) by Guido van Rossum · 31 years ago
  57. e7113b6 * Fix bug in tzparse.py for DST timezone by Guido van Rossum · 31 years ago
  58. 04321d1 Use type(xxx) in stead of except TypeError. by Sjoerd Mullender · 31 years ago
  59. 8562c4c Added some error checking. by Sjoerd Mullender · 31 years ago
  60. c9e340d Definitions from <gl/get.h> by Guido van Rossum · 31 years ago
  61. e8a3c28 Added new audio library functionality (getstatus, float sample fmts) by Jack Jansen · 31 years ago
  62. 4ab6ff8 AWARE.py: New file with definitions for Aware Inc.'s compression by Sjoerd Mullender · 32 years ago
  63. 995c33a aiff.py, calendar.py: change functions taking a tuple to really take a by Guido van Rossum · 32 years ago
  64. 3a99727 CL.py, clmodule.c: Adapted to new CL library. Lots of new methods. by Sjoerd Mullender · 32 years ago
  65. 8d733a0 added kludge for buggy soundfiler from SGI; when reading 0 frames, by Sjoerd Mullender · 32 years ago
  66. 35fb82a * os.py: _exit doesn't exist in all variations of posix by Guido van Rossum · 32 years ago
  67. 93f0740 Fixed a bug where the library inadvertently skipped over the sound by Sjoerd Mullender · 32 years ago
  68. 7564a64 Found and fixed a few bugs in the handling of audio files with MARKs. by Sjoerd Mullender · 32 years ago
  69. eeabe7e New module aifc to read and write AIFF-C and AIFF files. See by Sjoerd Mullender · 32 years ago
  70. 80530ce * Add some more tests for numbers by Guido van Rossum · 32 years ago
  71. fea2af1 * More changes due to stricter argument passing rules by Guido van Rossum · 32 years ago
  72. 4fff13f CL.py: adapted to newest version of CL library. by Sjoerd Mullender · 32 years ago
  73. 89a7869 * Got entirely rid of path.py. by Guido van Rossum · 32 years ago
  74. 6209b97 Added output from testall run, for autotest.py. by Guido van Rossum · 32 years ago
  75. 85f1820 Added some new tests and two new files for testing: test_types.py by Guido van Rossum · 32 years ago
  76. 18fc569 * mainloop.py: added facility for calling select(). Also added by Guido van Rossum · 32 years ago
  77. 2197479 Added all_errors, list of all possible exceptions. by Guido van Rossum · 32 years ago
  78. c68a401 Use getsockname() if it exists by Guido van Rossum · 32 years ago
  79. c567c60 Added much functionality, changed some names (errors, login). by Guido van Rossum · 32 years ago
  80. c629d34 * change default line numbers for 'list' in pdb.py by Guido van Rossum · 32 years ago
  81. 1115ab2 Initial revision by Guido van Rossum · 32 years ago
  82. 2db9135 Misc changes and new modules. whrandom is "objectified". SOCKET.py by Guido van Rossum · 32 years ago
  83. e7daaa3 New module "CL" (Compression Library) for Irix 4.0.5 and higher. by Sjoerd Mullender · 32 years ago
  84. 7a461e5 New module regsub contains sub(), gsub() and split() as in nawk. by Guido van Rossum · 32 years ago
  85. 3577113 Added post_mortem() and pm() interfaces to pdb and wdb. by Guido van Rossum · 32 years ago
  86. 87b7473 New module 'colorsys' implements conversions between different color systems. by Guido van Rossum · 32 years ago
  87. da3eee9 version for new library by Sjoerd Mullender · 32 years ago
  88. 4e16098 Added a _v21 def to FL.py and added two new input field types by Guido van Rossum · 32 years ago
  89. 354166f Changed to use regex directly instead of regexp. by Guido van Rossum · 32 years ago
  90. 9022fce New module implementing a multi-everything queue. by Guido van Rossum · 32 years ago
  91. ae507a4 splitfields(s, '') is illegal by Guido van Rossum · 32 years ago
  92. 732282f Module getattr doesn't exist any more, it's now called newdir. by Guido van Rossum · 32 years ago
  93. 4732ccf Added emacs.py (for misc/py-connect.el). by Guido van Rossum · 32 years ago
  94. 2d4aa4f Removed *.libs (now in ./sgi); by Guido van Rossum · 32 years ago
  95. 099d923 new file for SGI Video by Sjoerd Mullender · 32 years ago
  96. 741c81a New module to support decoding multipart messages (also see mimetools). by Guido van Rossum · 32 years ago
  97. 01ca336 New modules mimetools and rfc822. by Guido van Rossum · 32 years ago
  98. eb23155 Changed calendar.py to define lists of literals instead of tuples. by Guido van Rossum · 32 years ago
  99. 73b715e Initial revision by Guido van Rossum · 32 years ago
  100. 05b55e7 Fix pnm test for short files and add X bitmap as recognized type by Guido van Rossum · 32 years ago