1. 85d8945 Two new generally useful modules: types defines names for all built-in types, by Guido van Rossum · 30 years ago
  2. adb3105 Companion module for new profile.py by Guido van Rossum · 30 years ago
  3. 9b68fd9 * Tkinter.py by Guido van Rossum · 30 years ago
  4. 08a4038 * Tkinter.py: some tidying up. by Guido van Rossum · 30 years ago
  5. fea128e Reformatted using 8-space wide tabs by Guido van Rossum · 30 years ago
  6. 67ef5f3 * Tkinter.py (Canvas): made create_ methods return the item id; by Guido van Rossum · 30 years ago
  7. 45853db Added dictionary mapping names to children, and _name attribute. by Guido van Rossum · 30 years ago
  8. 1e9e400 Added getdouble, getboolean. by Guido van Rossum · 30 years ago
  9. 5e8d372 Added getvar, getint, lower, tkraise==lift to Misc class by Guido van Rossum · 30 years ago
  10. 1846882 Initial revision by Guido van Rossum · 30 years ago
  11. 169b612 Constants from <sys/wait.h> (IRIX 5 version) by Guido van Rossum · 30 years ago
  12. d3b6842 added barrier test (by Tim Peters) by Guido van Rossum · 30 years ago
  13. f3b4903 dospath: fix by Amrit (don't normalize glob patterns away) by Guido van Rossum · 30 years ago
  14. f624666 Generate some files automatically from system files by Guido van Rossum · 30 years ago
  15. c762bec Changes by Jaap -- added 'fileopen' method by Guido van Rossum · 30 years ago
  16. 78f8dea New module by Jaap V by Guido van Rossum · 30 years ago
  17. c95f724 Script to regenerate FCNTL.py, IN.py, SOCKET.py by Guido van Rossum · 30 years ago
  18. 2922c6d Changes to use default argument values where possible by Guido van Rossum · 31 years ago
  19. 19806f4 Module to lock open files using fcntl() by Guido van Rossum · 31 years ago
  20. c7b6882 Jack's module for parsing UNIX mailbox files by Guido van Rossum · 31 years ago
  21. 590b289 Added tests for missing host to open_http and open_gopher by Guido van Rossum · 31 years ago
  22. cc54417 Module to test threads by Guido van Rossum · 31 years ago
  23. 7c6ebb5 Renamed urlopen.py to urllib.py. by Guido van Rossum · 31 years ago
  24. cc32ac9 Use float constants directly; cosmetic changes; initialize largest by Guido van Rossum · 31 years ago
  25. 95bfcda Added gauss() (same as normal but twice as fast) and betavariate(); by Guido van Rossum · 31 years ago
  26. ff03b1a Random variable generators by Guido van Rossum · 31 years ago
  27. b19d862 Search for test files in sys.path by Guido van Rossum · 31 years ago
  28. d1df83b urlopen: add basejoin() function. by Guido van Rossum · 31 years ago
  29. d66acb4 avoid crash in open_ftp when no host in url by Guido van Rossum · 31 years ago
  30. 67e22c2 use caching of temp files; added cleanup by Guido van Rossum · 31 years ago
  31. 914973a Added __repr__ to addbase class; delete more objects by Guido van Rossum · 31 years ago
  32. d5b9ea1 Added __del__(), close(), cleanup(), retrieve() and open_local_file() by Guido van Rossum · 31 years ago
  33. 555915a Added ntpath.py (for os.py when used with Windows NT) by Guido van Rossum · 31 years ago
  34. 749057b Redesigned as a class by Guido van Rossum · 31 years ago
  35. 76ca3c1 Fix bug with somtimes uninitialized port by Guido van Rossum · 31 years ago
  36. 23acc95 Towards a standard access mechanism for URLs. by Guido van Rossum · 31 years ago
  37. 3ed23cc aifc, sunau: make rate an int; os: restruct; ospath: obsolete; rfc822: by Guido van Rossum · 31 years ago
  38. b513c74 wave.py: module to read and write .wav files with the same interface by Sjoerd Mullender · 31 years ago
  39. 3db6ebc Use __builtin__ instead of builtin by Guido van Rossum · 31 years ago
  40. ffe9490 aifc.py: framerate should be an int. by Sjoerd Mullender · 31 years ago
  41. b90bdeb sndhdr.py: restored lost file; audiodev.py: import platform specific by Guido van Rossum · 31 years ago
  42. fa7fcb9 Add test code for audioop and rgbimg (includes three binary files!) by Guido van Rossum · 31 years ago
  43. e03bf9c Removed now useless convert functions. by Sjoerd Mullender · 31 years ago
  44. 49c2df1 Removed silly dependence on AL module. by Sjoerd Mullender · 31 years ago
  45. 80e32bf Added Makefile with clean and clobber targets by Guido van Rossum · 31 years ago
  46. 721cd28 Specified _framesize twice in access statement. by Sjoerd Mullender · 31 years ago
  47. e30cb84 Initial revision by Guido van Rossum · 31 years ago
  48. 70f1418 New files (not really...) by Guido van Rossum · 31 years ago
  49. dd8cb44 Some minute changes. by Guido van Rossum · 31 years ago
  50. 2a45141 aifc.py, sunau.py: Adapted comments; added access statements. by Sjoerd Mullender · 31 years ago
  51. 6ed9df2 * aifc.py (Aifc_write): fix bogus reference to filename by Guido van Rossum · 31 years ago
  52. 7bc817d * Mass change: get rid of all init() methods, in favor of __init__() by Guido van Rossum · 31 years ago
  53. aa14837 Interface to audio hardware for SGI and Sun. by Sjoerd Mullender · 31 years ago
  54. ad7324c Don't close the file explicitly. by Sjoerd Mullender · 31 years ago
  55. feaa7d2 Don't close the file. by Sjoerd Mullender · 31 years ago
  56. 79c85f1 * wdbframewin.py (re_eval): set __privileged__ in globals so private by Guido van Rossum · 31 years ago
  57. 43bf0bc aifc.py: added missing tell() method in AIFC write class; by Sjoerd Mullender · 31 years ago
  58. ae3b3a3 * test_*.py: new lambda syntax (also affects tests for filter, map, by Guido van Rossum · 31 years ago
  59. b31c7f7 * test_select.py: (some) tests for built-in select module by Guido van Rossum · 31 years ago
  60. b2e358d Use __init__ instead of init. by Sjoerd Mullender · 31 years ago
  61. e65cce5 * string.py: added rindex(), rfind(); changed index() to interpret by Guido van Rossum · 31 years ago
  62. b3b09c9 added builtin b/w compat module. changed testing of exec. by Guido van Rossum · 31 years ago
  63. b37954f Added missing "import os" to pdb.help() by Guido van Rossum · 31 years ago
  64. e61fa0a * profile.py, pdb.py: added help() function by Guido van Rossum · 31 years ago
  65. 35fe6ec Not everyone has Guido's bin in his/her PATH... by Sjoerd Mullender · 31 years ago
  66. be80e0e Instead of single clicks, use double clicks to get the instance window. by Sjoerd Mullender · 31 years ago
  67. 148644d WDB enhancement: Click once on a line with a class instance in the by Sjoerd Mullender · 31 years ago
  68. c9d73d1 Implemented support for CDDB_PATH and CDDB_WRITE_DIR environment by Sjoerd Mullender · 31 years ago
  69. 4150ede Fixed dealing with faulty COMM chunks. by Sjoerd Mullender · 31 years ago
  70. 4fddf33 XEvent.py: Added support for ExposeEvent. by Sjoerd Mullender · 31 years ago
  71. 8e2ec56 * pdb.py: set 'privileged' property when evaluating expressions by Guido van Rossum · 31 years ago
  72. df56386 * posixpath.py: Fix border cases in normpath ('/foo/..' should return '/') by Guido van Rossum · 31 years ago
  73. 5ef74b8 pdb.py, bdb.py, cmd.py: use __init__() instead of init() by Guido van Rossum · 31 years ago
  74. 5cfa5df * calendar.py: all libC functionality now moved to built-in time module by Guido van Rossum · 31 years ago
  75. 9b3bc71 * aifc.py: don't die on invalid MARK chunk by Guido van Rossum · 31 years ago
  76. 52fc1f6 * calendar.py: minor cleanups by Guido van Rossum · 31 years ago
  77. e6dc0ca Initial revision by Guido van Rossum · 31 years ago
  78. 17ed1ae * toaiff.py: import whatsound instead of sndhdr by Guido van Rossum · 31 years ago
  79. d316607 * ftplib.py: added abort() command (sends oob data). by Guido van Rossum · 31 years ago
  80. 02cf582 Added cwd() by Guido van Rossum · 31 years ago
  81. 8379ed5 Updated because of new opcodes introduced for "fast" local variables. by Guido van Rossum · 32 years ago
  82. 0023078 Added whatis command (third try -- filesystem was full, rcs lock failed) by Guido van Rossum · 32 years ago
  83. e7113b6 * Fix bug in tzparse.py for DST timezone by Guido van Rossum · 32 years ago
  84. 04321d1 Use type(xxx) in stead of except TypeError. by Sjoerd Mullender · 32 years ago
  85. 8562c4c Added some error checking. by Sjoerd Mullender · 32 years ago
  86. c9e340d Definitions from <gl/get.h> by Guido van Rossum · 32 years ago
  87. e8a3c28 Added new audio library functionality (getstatus, float sample fmts) by Jack Jansen · 32 years ago
  88. 4ab6ff8 AWARE.py: New file with definitions for Aware Inc.'s compression by Sjoerd Mullender · 32 years ago
  89. 995c33a aiff.py, calendar.py: change functions taking a tuple to really take a by Guido van Rossum · 32 years ago
  90. 3a99727 CL.py, clmodule.c: Adapted to new CL library. Lots of new methods. by Sjoerd Mullender · 32 years ago
  91. 8d733a0 added kludge for buggy soundfiler from SGI; when reading 0 frames, by Sjoerd Mullender · 32 years ago
  92. 35fb82a * os.py: _exit doesn't exist in all variations of posix by Guido van Rossum · 32 years ago
  93. 93f0740 Fixed a bug where the library inadvertently skipped over the sound by Sjoerd Mullender · 32 years ago
  94. 7564a64 Found and fixed a few bugs in the handling of audio files with MARKs. by Sjoerd Mullender · 32 years ago
  95. eeabe7e New module aifc to read and write AIFF-C and AIFF files. See by Sjoerd Mullender · 32 years ago
  96. 80530ce * Add some more tests for numbers by Guido van Rossum · 32 years ago
  97. fea2af1 * More changes due to stricter argument passing rules by Guido van Rossum · 32 years ago
  98. 4fff13f CL.py: adapted to newest version of CL library. by Sjoerd Mullender · 32 years ago
  99. 89a7869 * Got entirely rid of path.py. by Guido van Rossum · 32 years ago
  100. 6209b97 Added output from testall run, for autotest.py. by Guido van Rossum · 32 years ago