1. 8c1529d regenerated files from IRIX 5.3 headers by Guido van Rossum · 28 years ago
  2. dc3372e new exec syntax by Guido van Rossum · 29 years ago
  3. aada0d5 Initial revision by Guido van Rossum · 29 years ago
  4. 97162b5 exec() -> exec by Guido van Rossum · 29 years ago
  5. 9d8c5a4 add errno.h by Guido van Rossum · 29 years ago
  6. c8718c3 Backward compatibity module for constants from cl.h include file. The by Sjoerd Mullender · 29 years ago
  7. d9b6b5c Write track artist info if given. by Sjoerd Mullender · 29 years ago
  8. 992ff06 Made play method more robust by adding a try-finally. by Sjoerd Mullender · 29 years ago
  9. 3d697ce Support for album.notes and trackN.artist via notes and trackartist by Sjoerd Mullender · 29 years ago
  10. 73b20df Added TERMIOS module by Guido van Rossum · 30 years ago
  11. e202c38 Can now also give a hashed ID to Cddb. by Sjoerd Mullender · 30 years ago
  12. 9e1e149 * Lib/sgi/flp.py: fix caching bug (always write the whole file to the cache!) by Guido van Rossum · 30 years ago
  13. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  14. 169b612 Constants from <sys/wait.h> (IRIX 5 version) by Guido van Rossum · 30 years ago
  15. f624666 Generate some files automatically from system files by Guido van Rossum · 30 years ago
  16. 70f1418 New files (not really...) by Guido van Rossum · 31 years ago
  17. 7bc817d * Mass change: get rid of all init() methods, in favor of __init__() by Guido van Rossum · 31 years ago
  18. b2e358d Use __init__ instead of init. by Sjoerd Mullender · 31 years ago
  19. 35fe6ec Not everyone has Guido's bin in his/her PATH... by Sjoerd Mullender · 31 years ago
  20. c9d73d1 Implemented support for CDDB_PATH and CDDB_WRITE_DIR environment by Sjoerd Mullender · 31 years ago
  21. df56386 * posixpath.py: Fix border cases in normpath ('/foo/..' should return '/') by Guido van Rossum · 31 years ago
  22. 5cfa5df * calendar.py: all libC functionality now moved to built-in time module by Guido van Rossum · 31 years ago
  23. e6dc0ca Initial revision by Guido van Rossum · 31 years ago
  24. d316607 * ftplib.py: added abort() command (sends oob data). by Guido van Rossum · 31 years ago
  25. 04321d1 Use type(xxx) in stead of except TypeError. by Sjoerd Mullender · 31 years ago
  26. 8562c4c Added some error checking. by Sjoerd Mullender · 31 years ago
  27. c9e340d Definitions from <gl/get.h> by Guido van Rossum · 31 years ago
  28. e8a3c28 Added new audio library functionality (getstatus, float sample fmts) by Jack Jansen · 31 years ago
  29. 4ab6ff8 AWARE.py: New file with definitions for Aware Inc.'s compression by Sjoerd Mullender · 31 years ago
  30. 3a99727 CL.py, clmodule.c: Adapted to new CL library. Lots of new methods. by Sjoerd Mullender · 31 years ago
  31. 4fff13f CL.py: adapted to newest version of CL library. by Sjoerd Mullender · 32 years ago
  32. 89a7869 * Got entirely rid of path.py. by Guido van Rossum · 32 years ago
  33. 2db9135 Misc changes and new modules. whrandom is "objectified". SOCKET.py by Guido van Rossum · 32 years ago
  34. e7daaa3 New module "CL" (Compression Library) for Irix 4.0.5 and higher. by Sjoerd Mullender · 32 years ago
  35. 3577113 Added post_mortem() and pm() interfaces to pdb and wdb. by Guido van Rossum · 32 years ago
  36. da3eee9 version for new library by Sjoerd Mullender · 32 years ago
  37. 4e16098 Added a _v21 def to FL.py and added two new input field types by Guido van Rossum · 32 years ago
  38. 354166f Changed to use regex directly instead of regexp. by Guido van Rossum · 32 years ago
  39. 099d923 new file for SGI Video by Sjoerd Mullender · 32 years ago
  40. 73b715e Initial revision by Guido van Rossum · 32 years ago
  41. ada67ec Comment out debug prints (by Sjoerd) by Guido van Rossum · 32 years ago
  42. e238829 Add CDDA_DATASIZE to exported constants by Guido van Rossum · 32 years ago
  43. a3cd071 DISK is written with a K by Guido van Rossum · 32 years ago
  44. 58230c3 Changed caching code by Guido van Rossum · 32 years ago
  45. dee5d8e The getstatus() method of a Readcd instance always calls by Guido van Rossum · 32 years ago
  46. f94e309 Initial revision by Guido van Rossum · 32 years ago
  47. 9a1425d Initial revision by Guido van Rossum · 32 years ago
  48. 25d7caf posix -> os by Guido van Rossum · 32 years ago
  49. 26e67b0 Don't import fl (it tries to initialize GL) but assume it's always v2.0. by Guido van Rossum · 32 years ago
  50. b5a40dc Initial revision by Guido van Rossum · 32 years ago
  51. 24e77d4 Commented out debug print statements; be a little more clever by Guido van Rossum · 32 years ago
  52. 465c499 Added a cache so that the slow parser isn't such a problem in practice. by Guido van Rossum · 32 years ago
  53. bd7fd1a Use output from h2py. by Guido van Rossum · 33 years ago
  54. bdfcfcc New == syntax by Guido van Rossum · 33 years ago
  55. 869100a Get rid of BCOMPAT. New class syntax. by Guido van Rossum · 33 years ago
  56. befa293 Attempt at speeding up. by Guido van Rossum · 33 years ago
  57. d39e412 Now automatically test for V2.0. by Guido van Rossum · 33 years ago
  58. b00649c Initial revision by Guido van Rossum · 33 years ago
  59. ccf0ca2 Changes for FORMS 2.0. by Guido van Rossum · 33 years ago
  60. f109f86 Added defines for pixmode. by Guido van Rossum · 33 years ago
  61. 5f5b137 Added new constants (some? all?) for FORMS version 1.5. by Guido van Rossum · 33 years ago
  62. 2483cbb Initial revision by Guido van Rossum · 33 years ago
  63. d085cc6 Initial revision by Guido van Rossum · 33 years ago
  64. 9ddba3e Enabled logicop arguments (LO_*). by Guido van Rossum · 33 years ago
  65. 220d9f1 The parser module is now called paenlparser. by Guido van Rossum · 34 years ago
  66. c636014 Initial revision by Guido van Rossum · 34 years ago