1. 91168a8 new file (again!?!?!) by Guido van Rossum · 30 years ago
  2. 313e5cb Add tests for <sys/un.h> and getpeername(), for Modules/socketmodule.c by Guido van Rossum · 30 years ago
  3. bbf2719 installation procedure improved and explained; more stuff in README by Guido van Rossum · 30 years ago
  4. 4b35ef5 Implemented sort of a solution for PYTHONPATH. by Guido van Rossum · 30 years ago
  5. 326c0bc Added symcomp and resulting new data items by Guido van Rossum · 30 years ago
  6. 5536a3c README: versions BETA 2 by Guido van Rossum · 30 years ago
  7. 116857c Added George Neville-Neil's timing module by Guido van Rossum · 30 years ago
  8. a1c996c 1994 Copyright by Guido van Rossum · 30 years ago
  9. 36b4807 A small but essential file... by Guido van Rossum · 30 years ago
  10. 5fdeeea Restructured library documentation by Guido van Rossum · 30 years ago
  11. 0b07198 Lots of new stuff for 1.0.0 BETA release by Guido van Rossum · 30 years ago
  12. fba715a Added some files to new module by Guido van Rossum · 30 years ago
  13. f30adc8 all: 1994 copyright by Guido van Rossum · 30 years ago
  14. 5a18919 all: 1994 copyright by Guido van Rossum · 30 years ago
  15. fbee23e Documented the fact that IRIX 5.x also supports Sun style shared libraries. by Guido van Rossum · 30 years ago
  16. e30cb84 Initial revision by Guido van Rossum · 31 years ago
  17. 70f1418 New files (not really...) by Guido van Rossum · 31 years ago
  18. dd8cb44 Some minute changes. by Guido van Rossum · 31 years ago
  19. 424e4da Rot out all uses of time.milli*(). by Guido van Rossum · 31 years ago
  20. 0efafb3 Rot out all uses of time.milli*(). Slightly improve debug output. by Guido van Rossum · 31 years ago
  21. 605909d Rot out all uses of time.milli*(). by Guido van Rossum · 31 years ago
  22. ca1c876 Use freeze_form instead of freeze_object by Guido van Rossum · 31 years ago
  23. 810a92f Added depend target; cosmetic changes to other targets by Guido van Rossum · 31 years ago
  24. 6d5ebe2 Added (dummy) depend target by Guido van Rossum · 31 years ago
  25. 6085e32 Alpha 1.0.0 by Guido van Rossum · 31 years ago
  26. 1dfec14 Py -> Include by Guido van Rossum · 31 years ago
  27. 0d2d397 Added function ttob. by Sjoerd Mullender · 31 years ago
  28. 627b2d7 New files by Guido van Rossum · 31 years ago
  29. 6fa6343 None by Guido van Rossum · 31 years ago
  30. 60a578a New files by Guido van Rossum · 31 years ago
  31. 8e454f3 Misc changes. by Guido van Rossum · 31 years ago
  32. be0e942 New files. by Guido van Rossum · 31 years ago
  33. 2e1d433 Added getmaxint() so sys can initialize sys.maxint. Added Makefile.in. by Guido van Rossum · 31 years ago
  34. 92fa23f ANSIfied somewhat. by Sjoerd Mullender · 31 years ago
  35. c6d846a And another init incompatibility bites the dust. by Sjoerd Mullender · 31 years ago
  36. d6b9ce9 Fixed use of aifc module. by Sjoerd Mullender · 31 years ago
  37. 7d6aa51 * rangeobject.[ch], bltinmodule.c: incorporate new version of range by Guido van Rossum · 31 years ago
  38. c4f169c rgbimgmodule.c, Makefile, config.c: new module to read RGB image files. by Sjoerd Mullender · 31 years ago
  39. 7030b1f almodule.c: added close method, equivalent to closeport. by Sjoerd Mullender · 31 years ago
  40. 248a50c * Grammar: corrected old typo (class instead of 'class') by Guido van Rossum · 31 years ago
  41. 455b87d New file by Guido van Rossum · 31 years ago
  42. badac73 New file by Guido van Rossum · 31 years ago
  43. b898bd2 New file by Guido van Rossum · 31 years ago
  44. 2a45141 aifc.py, sunau.py: Adapted comments; added access statements. by Sjoerd Mullender · 31 years ago
  45. 6ed9df2 * aifc.py (Aifc_write): fix bogus reference to filename by Guido van Rossum · 31 years ago
  46. 7bc817d * Mass change: get rid of all init() methods, in favor of __init__() by Guido van Rossum · 31 years ago
  47. aa14837 Interface to audio hardware for SGI and Sun. by Sjoerd Mullender · 31 years ago
  48. 21a3ff9 Uniformly replaced init() functions by __init__() constructors. by Guido van Rossum · 31 years ago
  49. 96b608c *** empty log message *** by Guido van Rossum · 31 years ago
  50. 1b789f9 Initial revision by Guido van Rossum · 31 years ago
  51. f82fef0 *** empty log message *** by Guido van Rossum · 31 years ago
  52. d55f4d1 *** empty log message *** by Guido van Rossum · 31 years ago
  53. 9e80d6f *** empty log message *** by Guido van Rossum · 31 years ago
  54. 7565b93 *** empty log message *** by Guido van Rossum · 31 years ago
  55. 3cbc16d * lib2.tex (sys): updated sys.std{in,out,err} docs. Added by Guido van Rossum · 31 years ago
  56. 67a5fdb * mpzmodule.c: cast some methods to the proper type. by Guido van Rossum · 31 years ago
  57. ad7324c Don't close the file explicitly. by Sjoerd Mullender · 31 years ago
  58. feaa7d2 Don't close the file. by Sjoerd Mullender · 31 years ago
  59. 79c85f1 * wdbframewin.py (re_eval): set __privileged__ in globals so private by Guido van Rossum · 31 years ago
  60. 6930b3d Initial revision by Guido van Rossum · 31 years ago
  61. c4801ed Added minmax function: by Sjoerd Mullender · 31 years ago
  62. 43bf0bc aifc.py: added missing tell() method in AIFC write class; by Sjoerd Mullender · 31 years ago
  63. 66bca32 Port to Solaris 2.3. by Sjoerd Mullender · 31 years ago
  64. 57531fe change syntactical position of lambdef (was an atom, now is a test) by Guido van Rossum · 31 years ago
  65. ae3b3a3 * test_*.py: new lambda syntax (also affects tests for filter, map, by Guido van Rossum · 31 years ago
  66. 590baa4 * import.c (get_module): pass .py filename to parse_file, not .pyc filename! by Guido van Rossum · 31 years ago
  67. 8732d6a Fix lay-out of previous fix. by Guido van Rossum · 31 years ago
  68. b376a4a * timemodule.c: Add hack for Solaris 2. by Guido van Rossum · 31 years ago
  69. 83eb962 * {lib,ref,ext,tut}.tex: added explicit \date{<date> \\ <release>}. by Guido van Rossum · 31 years ago
  70. 6f0132f * text2latex.py: call main() instead of always processing ext.tex. by Guido van Rossum · 31 years ago
  71. c45611d * import.c (get_module): total rewrite, to ensure proper search order: for by Guido van Rossum · 31 years ago
  72. 71e57d0 Fix the fix :-( by Guido van Rossum · 31 years ago
  73. 6938a29 Three micro fixes to formatstring by Guido van Rossum · 31 years ago
  74. b31c7f7 * test_select.py: (some) tests for built-in select module by Guido van Rossum · 31 years ago
  75. 52f2c05 * parsermodule.c, Makefile, config.c: rudimentary interface to the Python by Guido van Rossum · 31 years ago
  76. a3d78fb * posixmodule.c: added set{uid,gid}. by Guido van Rossum · 31 years ago
  77. b2e358d Use __init__ instead of init. by Sjoerd Mullender · 31 years ago
  78. e65cce5 * string.py: added rindex(), rfind(); changed index() to interpret by Guido van Rossum · 31 years ago
  79. db65a6c * ext.tex: did most of the tedious changes from plain ASCII text to LaTeX. by Guido van Rossum · 31 years ago
  80. 7a2dba2 * ext.tex: documentation for extending, reference counts, and embedding by Guido van Rossum · 31 years ago
  81. c600411 * mpzmodule.c: removed redundant mpz_print function. by Guido van Rossum · 31 years ago
  82. 2e8f8a3 Added compare operations for functions and code objects. by Guido van Rossum · 31 years ago
  83. 4199fac Added getmappingsize(). (Needed by previous checkin of posixmodule.c) by Guido van Rossum · 31 years ago
  84. 32be3a7 Fix stupib bug in concatenation by Guido van Rossum · 31 years ago
  85. 094885b Must initialize 'inspect' flag by Guido van Rossum · 31 years ago
  86. c6dcc9f Added execve; change getstrarg into getargs with "s" format by Guido van Rossum · 31 years ago
  87. 572d2d9 Fix memory leaks in join & joinfields by Guido van Rossum · 31 years ago
  88. e77a757 * nismodule.c: database keys and values can contain null bytes. be more by Guido van Rossum · 31 years ago
  89. 78ed420 Fixed a couple of bugs: getargs doesn't use % escapes, and seconds by Sjoerd Mullender · 31 years ago
  90. b73cc04 * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c, by Guido van Rossum · 31 years ago
  91. c7a2270 * selectmodule.c (select_select): timeout argument may be None with same by Guido van Rossum · 31 years ago
  92. 82d410e * fileobject.c (softspace): fix bug if called with NULL file. by Guido van Rossum · 31 years ago
  93. c70b61f Hacks for NEXTSTEP. by Guido van Rossum · 31 years ago
  94. 2586bf0 * rangeobject.{c,h}, bltinmodule.c: removed non-essential ops from range by Guido van Rossum · 31 years ago
  95. 0667626 Replace <<-13 by >>13. Leave old code in #ifdef BUGGY_CODE_BW_COMPAT. by Guido van Rossum · 31 years ago
  96. 13ecc7a Simplify life for md5: include (slightly modified) md5.h and md5c.c by Guido van Rossum · 31 years ago
  97. 74901d5 Restructured main loop. Etc. by Guido van Rossum · 31 years ago
  98. e36f735 Major rewrite with new read_* interfaces by Guido van Rossum · 31 years ago
  99. 0b26a19 Fix bug in backup inside esc sequence. by Guido van Rossum · 31 years ago
  100. b71f879 Changed redraw policy. by Guido van Rossum · 31 years ago