1. db9c054 turn a pile of RCS files into a ChangeLog file by Guido van Rossum · 28 years ago
  2. ef25370 print MX record by Guido van Rossum · 28 years ago
  3. 29b1606 Adapted to CNRI by Guido van Rossum · 28 years ago
  4. 72ba616 Added note about Python's support of complex numbers. Added exp(z). by Guido van Rossum · 28 years ago
  5. 89cb67b Updated for Python 1.4 by Guido van Rossum · 28 years ago
  6. c30e95f Moved 1.3 news to HISTORY; put some 1.4 news in NEWS by Guido van Rossum · 28 years ago
  7. 0d20cfa Added two new questions; about globals/locals and about recursive imports. by Guido van Rossum · 28 years ago
  8. 63d9cd7 Added Bill Tutt by Guido van Rossum · 28 years ago
  9. 3b9c667 Better error message if stride used on normal sequence object by Guido van Rossum · 28 years ago
  10. 6ffd553 Add 'Ellipses' object. by Guido van Rossum · 28 years ago
  11. fd4904c repr("...") -> "Ellipses" by Guido van Rossum · 28 years ago
  12. 053313a Change to use keyword args instead of dicts by Guido van Rossum · 28 years ago
  13. 8cf2db4 Moved description of mktime 9-tuple to top. by Guido van Rossum · 28 years ago
  14. f4d0d57 Added maketrans() and optional 3rd arg to translate() (chars to delete). by Guido van Rossum · 28 years ago
  15. 910a671 Added SetFolder by Guido van Rossum · 28 years ago
  16. a29cc97 Document the *new* cgi.py by Guido van Rossum · 28 years ago
  17. d61ad53 errno docs. by Guido van Rossum · 28 years ago
  18. c0fcc44 Added liberrno by Guido van Rossum · 28 years ago
  19. 7b3853f Follow new configure.in by Guido van Rossum · 28 years ago
  20. b418f89 Changes for NeXT. Some improvements to long lines. by Guido van Rossum · 28 years ago
  21. 94d46d5 Added C_THREADS by Guido van Rossum · 28 years ago
  22. 3ff96dd Various changes (not done yet even for beta2 release) by Guido van Rossum · 28 years ago
  23. b535da3 More changes to install targets. by Guido van Rossum · 28 years ago
  24. d19828d directives for Tools/scripts/fixcid.py by Guido van Rossum · 28 years ago
  25. 31df6ab New versions of binary files. by Guido van Rossum · 28 years ago
  26. 950a126 New versions of almost all files. by Guido van Rossum · 28 years ago
  27. 2b65444 Converted to new style by Guido van Rossum · 28 years ago
  28. 037b940 Operators like __add__ by Guido van Rossum · 28 years ago
  29. 63df09a Some NeXT changes (default certain symbols to others) by Guido van Rossum · 28 years ago
  30. 9de624d Added extern defn of hypot(). by Guido van Rossum · 28 years ago
  31. d3c1bd3 Added operator.c. Moved errno.c. Changes to PYTHONPATH so it includes VERSION by Guido van Rossum · 28 years ago
  32. 704fef2 Refinements to installation, now uses $(VERSION) etc. by Guido van Rossum · 28 years ago
  33. 8861b74 Changes for slice and ellipses by Guido van Rossum · 28 years ago
  34. 3ecebf1 Changes needed by NeXT (the only platform that seems to use this). by Guido van Rossum · 28 years ago
  35. f2d125b Added sliceobject.c by Guido van Rossum · 28 years ago
  36. 310968d Speedup suggested by Sjoerd by Guido van Rossum · 28 years ago
  37. 14f4451 Changes for stride in slices (x[a:b:c]) and ellipses (x[a,...,z]) by Guido van Rossum · 28 years ago
  38. e15d0de Slice and ellipses interface by Guido van Rossum · 28 years ago
  39. fdebf25 Turn on CACHE_HASH, for 2% speedier dict lookups by Guido van Rossum · 28 years ago
  40. db3b041 Added BUILD_SLICE opcode. by Guido van Rossum · 28 years ago
  41. ae8a99e Two bumps for the price of one (PYTHON_API_VERSION) by Guido van Rossum · 28 years ago
  42. 26a70f6 Changes due to slice and ellipses grammar changes by Guido van Rossum · 28 years ago
  43. 03eed47 Added sliceobject.h. by Guido van Rossum · 28 years ago
  44. be33c37 Sh script to recreage generic machdep subdirectory by Guido van Rossum · 28 years ago
  45. 3bb710d updated again by Guido van Rossum · 28 years ago
  46. c8b4791 Two independent changes: by Guido van Rossum · 28 years ago
  47. 8d12a1b Function to guess which db package created a database. by Guido van Rossum · 28 years ago
  48. 3534a89 New, improved parseaddr() by Sjoerd. by Guido van Rossum · 28 years ago
  49. 7698d12 Changes to make it work on FreeBSD 2.x. by Guido van Rossum · 28 years ago
  50. f17361d Two changes suggested by Andrew Kuchling: by Guido van Rossum · 28 years ago
  51. 81749b0 Added optional second arg to what(), giving the data read from the file by Guido van Rossum · 28 years ago
  52. 56a7338 Added BUILD_SLICE opcode. by Guido van Rossum · 28 years ago
  53. 8ec318d Obsolete by Guido van Rossum · 28 years ago
  54. 42f707f (python-mode): Added menu support, requires easymenu. by Barry Warsaw · 28 years ago
  55. 8431733 Allow only one selection (this tests settability of selFlags) by Jack Jansen · 28 years ago
  56. 16038ee Regenerated by Jack Jansen · 28 years ago
  57. 6451cff Added access to selFlags and listFlags members (both read and write) by Jack Jansen · 28 years ago
  58. ded835c Mods by Just: by Jack Jansen · 28 years ago
  59. c846f46 (py-forward-into-nomenclature): small fix to not infinitely loop at underscores. by Barry Warsaw · 28 years ago
  60. fb34942 #comment update, re: py-mode-syntax-table by Barry Warsaw · 28 years ago
  61. 9e5a9c8 (py-forward-into-nomenclature, py-backward-into-nomenclature): New functions. by Barry Warsaw · 28 years ago
  62. 57d0915 putenv by Guido van Rossum · 28 years ago
  63. dde4317 Added putenv to AC_CHECK_FUNCS list. by Guido van Rossum · 28 years ago
  64. 3912fd8 Append version number to library install directory. by Guido van Rossum · 28 years ago
  65. 4daf6ad Added version number to destination. by Guido van Rossum · 28 years ago
  66. a63d9f4 As a side effect of calling PySys_SetArgv (setpythonargv), the by Guido van Rossum · 28 years ago
  67. 3b8e20d Added hook to os.environ to call putenv(), if it exists. by Guido van Rossum · 28 years ago
  68. 4dc6622 Added Sam Rushing's errno module by Guido van Rossum · 28 years ago
  69. dfe8ad9 Converted to new style names by Skip Montanaro by Guido van Rossum · 28 years ago
  70. 9687a921 Different lines for bsddb module. by Guido van Rossum · 28 years ago
  71. f1af3fe Added simple-minded (i.e. leaking :-) putenv() interface, if os has it. by Guido van Rossum · 28 years ago
  72. 761f792 Updated pointers to Andrew Kuchlings fine software. by Guido van Rossum · 28 years ago
  73. ed7253c Added 3rd optional argument to translate(), a string of characters to delete. by Guido van Rossum · 28 years ago
  74. 4dd0bf9 (rmt.py): Updated to "modern" python coding conventions, somewhat. Keyword by Fred Drake · 28 years ago
  75. 99aa2a4 Remove all CRLF -> LF translation for file uploads, since we cannot by Guido van Rossum · 28 years ago
  76. 71e315b (py-shift-region-left): When checking for left edged code, watch for by Barry Warsaw · 28 years ago
  77. d3876d3 Renamed all occurrences of posix to os. by Guido van Rossum · 28 years ago
  78. 773ab27 Changes by Jim Fulton: pass environ around as arg; by Guido van Rossum · 28 years ago
  79. a48bf79 Added splitext() by Guido van Rossum · 28 years ago
  80. 54afb3b New versions generated on a Linux 2.x system by AMK by Guido van Rossum · 28 years ago
  81. c7c5e69 Optimizations and one intentional loophole by Jim Fulton. by Guido van Rossum · 28 years ago
  82. 77c29a1 This is needed for users of Linux 2.x by Guido van Rossum · 28 years ago
  83. 56b6fa9 Got rid of ChangeLog -- too bad, but I can't keep it up to date. by Guido van Rossum · 28 years ago
  84. 6c02a2f Use NEWOBJ() macro instead of calling newobject() directly. by Guido van Rossum · 28 years ago
  85. d99d283 Added SetFolder method which sets Standard File initial folder by Jack Jansen · 28 years ago
  86. 1ed9529 Added PyOS_CheckStack() function which returns -1 when we are running by Jack Jansen · 28 years ago
  87. 98bfad7 Added USE_STACKCHECK define by Jack Jansen · 28 years ago
  88. 5c97167 Fuck. For PC support, this must be in the distribution. by Guido van Rossum · 28 years ago
  89. ad8b3ba Restore the capability to pass a class (usually Pack) as an option to widget by Guido van Rossum · 28 years ago
  90. 81652ab Use gcc, not gcc-elf on Linux by Guido van Rossum · 28 years ago
  91. aaa5430 Additions to the cast of thousands by Guido van Rossum · 28 years ago
  92. 8e7a54f More changes by Sjoerd & Jack by Guido van Rossum · 28 years ago
  93. e47d5f9 Addition by Jack to test for missing type support by Guido van Rossum · 28 years ago
  94. a3b4b61 Added extra notes for AIX and SCO. by Guido van Rossum · 28 years ago
  95. 70a8659 Use INSTALL_PROGRAM for makesetup by Guido van Rossum · 28 years ago
  96. 450b9b3 Added Jim Fulton's "asharedmodule" target by Guido van Rossum · 28 years ago
  97. be6da27 Use INT_MAX/LONG_MAX instead of non-ANSI LONG_BIT by Guido van Rossum · 28 years ago
  98. 3d602e3 New submission by Fred Drake. by Guido van Rossum · 28 years ago
  99. ac56b03 New style names for getprogramname and getargcargv by Guido van Rossum · 28 years ago
  100. 3be7140 Rewritten keys() and has_key() to avoid memory leaks. by Guido van Rossum · 28 years ago