1. 2b65444 Converted to new style by Guido van Rossum · 28 years ago
  2. 037b940 Operators like __add__ by Guido van Rossum · 28 years ago
  3. 63df09a Some NeXT changes (default certain symbols to others) by Guido van Rossum · 28 years ago
  4. 9de624d Added extern defn of hypot(). by Guido van Rossum · 28 years ago
  5. d3c1bd3 Added operator.c. Moved errno.c. Changes to PYTHONPATH so it includes VERSION by Guido van Rossum · 28 years ago
  6. 704fef2 Refinements to installation, now uses $(VERSION) etc. by Guido van Rossum · 28 years ago
  7. 8861b74 Changes for slice and ellipses by Guido van Rossum · 28 years ago
  8. 3ecebf1 Changes needed by NeXT (the only platform that seems to use this). by Guido van Rossum · 28 years ago
  9. f2d125b Added sliceobject.c by Guido van Rossum · 28 years ago
  10. 310968d Speedup suggested by Sjoerd by Guido van Rossum · 28 years ago
  11. 14f4451 Changes for stride in slices (x[a:b:c]) and ellipses (x[a,...,z]) by Guido van Rossum · 28 years ago
  12. e15d0de Slice and ellipses interface by Guido van Rossum · 28 years ago
  13. fdebf25 Turn on CACHE_HASH, for 2% speedier dict lookups by Guido van Rossum · 28 years ago
  14. db3b041 Added BUILD_SLICE opcode. by Guido van Rossum · 28 years ago
  15. ae8a99e Two bumps for the price of one (PYTHON_API_VERSION) by Guido van Rossum · 28 years ago
  16. 26a70f6 Changes due to slice and ellipses grammar changes by Guido van Rossum · 28 years ago
  17. 03eed47 Added sliceobject.h. by Guido van Rossum · 28 years ago
  18. be33c37 Sh script to recreage generic machdep subdirectory by Guido van Rossum · 28 years ago
  19. 3bb710d updated again by Guido van Rossum · 28 years ago
  20. c8b4791 Two independent changes: by Guido van Rossum · 28 years ago
  21. 8d12a1b Function to guess which db package created a database. by Guido van Rossum · 28 years ago
  22. 3534a89 New, improved parseaddr() by Sjoerd. by Guido van Rossum · 28 years ago
  23. 7698d12 Changes to make it work on FreeBSD 2.x. by Guido van Rossum · 28 years ago
  24. f17361d Two changes suggested by Andrew Kuchling: by Guido van Rossum · 28 years ago
  25. 81749b0 Added optional second arg to what(), giving the data read from the file by Guido van Rossum · 28 years ago
  26. 56a7338 Added BUILD_SLICE opcode. by Guido van Rossum · 28 years ago
  27. 8ec318d Obsolete by Guido van Rossum · 28 years ago
  28. 42f707f (python-mode): Added menu support, requires easymenu. by Barry Warsaw · 28 years ago
  29. 8431733 Allow only one selection (this tests settability of selFlags) by Jack Jansen · 28 years ago
  30. 16038ee Regenerated by Jack Jansen · 28 years ago
  31. 6451cff Added access to selFlags and listFlags members (both read and write) by Jack Jansen · 28 years ago
  32. ded835c Mods by Just: by Jack Jansen · 28 years ago
  33. c846f46 (py-forward-into-nomenclature): small fix to not infinitely loop at underscores. by Barry Warsaw · 28 years ago
  34. fb34942 #comment update, re: py-mode-syntax-table by Barry Warsaw · 28 years ago
  35. 9e5a9c8 (py-forward-into-nomenclature, py-backward-into-nomenclature): New functions. by Barry Warsaw · 28 years ago
  36. 57d0915 putenv by Guido van Rossum · 28 years ago
  37. dde4317 Added putenv to AC_CHECK_FUNCS list. by Guido van Rossum · 28 years ago
  38. 3912fd8 Append version number to library install directory. by Guido van Rossum · 28 years ago
  39. 4daf6ad Added version number to destination. by Guido van Rossum · 28 years ago
  40. a63d9f4 As a side effect of calling PySys_SetArgv (setpythonargv), the by Guido van Rossum · 28 years ago
  41. 3b8e20d Added hook to os.environ to call putenv(), if it exists. by Guido van Rossum · 28 years ago
  42. 4dc6622 Added Sam Rushing's errno module by Guido van Rossum · 28 years ago
  43. dfe8ad9 Converted to new style names by Skip Montanaro by Guido van Rossum · 28 years ago
  44. 9687a921 Different lines for bsddb module. by Guido van Rossum · 28 years ago
  45. f1af3fe Added simple-minded (i.e. leaking :-) putenv() interface, if os has it. by Guido van Rossum · 28 years ago
  46. 761f792 Updated pointers to Andrew Kuchlings fine software. by Guido van Rossum · 28 years ago
  47. ed7253c Added 3rd optional argument to translate(), a string of characters to delete. by Guido van Rossum · 28 years ago
  48. 4dd0bf9 (rmt.py): Updated to "modern" python coding conventions, somewhat. Keyword by Fred Drake · 28 years ago
  49. 99aa2a4 Remove all CRLF -> LF translation for file uploads, since we cannot by Guido van Rossum · 28 years ago
  50. 71e315b (py-shift-region-left): When checking for left edged code, watch for by Barry Warsaw · 28 years ago
  51. d3876d3 Renamed all occurrences of posix to os. by Guido van Rossum · 28 years ago
  52. 773ab27 Changes by Jim Fulton: pass environ around as arg; by Guido van Rossum · 28 years ago
  53. a48bf79 Added splitext() by Guido van Rossum · 28 years ago
  54. 54afb3b New versions generated on a Linux 2.x system by AMK by Guido van Rossum · 28 years ago
  55. c7c5e69 Optimizations and one intentional loophole by Jim Fulton. by Guido van Rossum · 28 years ago
  56. 77c29a1 This is needed for users of Linux 2.x by Guido van Rossum · 28 years ago
  57. 56b6fa9 Got rid of ChangeLog -- too bad, but I can't keep it up to date. by Guido van Rossum · 28 years ago
  58. 6c02a2f Use NEWOBJ() macro instead of calling newobject() directly. by Guido van Rossum · 28 years ago
  59. d99d283 Added SetFolder method which sets Standard File initial folder by Jack Jansen · 28 years ago
  60. 1ed9529 Added PyOS_CheckStack() function which returns -1 when we are running by Jack Jansen · 28 years ago
  61. 98bfad7 Added USE_STACKCHECK define by Jack Jansen · 28 years ago
  62. 5c97167 Fuck. For PC support, this must be in the distribution. by Guido van Rossum · 28 years ago
  63. ad8b3ba Restore the capability to pass a class (usually Pack) as an option to widget by Guido van Rossum · 28 years ago
  64. 81652ab Use gcc, not gcc-elf on Linux by Guido van Rossum · 28 years ago
  65. aaa5430 Additions to the cast of thousands by Guido van Rossum · 28 years ago
  66. 8e7a54f More changes by Sjoerd & Jack by Guido van Rossum · 28 years ago
  67. e47d5f9 Addition by Jack to test for missing type support by Guido van Rossum · 28 years ago
  68. a3b4b61 Added extra notes for AIX and SCO. by Guido van Rossum · 28 years ago
  69. 70a8659 Use INSTALL_PROGRAM for makesetup by Guido van Rossum · 28 years ago
  70. 450b9b3 Added Jim Fulton's "asharedmodule" target by Guido van Rossum · 28 years ago
  71. be6da27 Use INT_MAX/LONG_MAX instead of non-ANSI LONG_BIT by Guido van Rossum · 28 years ago
  72. 3d602e3 New submission by Fred Drake. by Guido van Rossum · 28 years ago
  73. ac56b03 New style names for getprogramname and getargcargv by Guido van Rossum · 28 years ago
  74. 3be7140 Rewritten keys() and has_key() to avoid memory leaks. by Guido van Rossum · 28 years ago
  75. 9e720e3 complex -> Py_complex by Guido van Rossum · 28 years ago
  76. f5030ab Hacks for MS_COREDLL by Guido van Rossum · 28 years ago
  77. 3cb4868 Only __dict__ and __class__ are read-only instance attributes by Guido van Rossum · 28 years ago
  78. 42cd305 new .pyc magic number (** operator) by Guido van Rossum · 28 years ago
  79. 7cffd13 added 1996 by Guido van Rossum · 28 years ago
  80. 530956d Py_complex; and WITHOUT_COMPLEX added to getargs.c by Guido van Rossum · 28 years ago
  81. 519b433 renamed complex -> Py_complex by Guido van Rossum · 28 years ago
  82. 5a84914 Hacks for MS_COREDLL by Guido van Rossum · 28 years ago
  83. bb86406 added new names for getprogramname, getargcargv by Guido van Rossum · 28 years ago
  84. 4f4ce68 Added prototype + doc for PySequence_Length() by Guido van Rossum · 28 years ago
  85. 3317e63 added parser module to overview by Guido van Rossum · 28 years ago
  86. 38e5088 added plock by Guido van Rossum · 28 years ago
  87. ed43073 Minute changes by Fred Drake by Guido van Rossum · 28 years ago
  88. 66774a9 changes by Jack to Mac docs by Guido van Rossum · 28 years ago
  89. 17f2b2d Don't use tktools, dummy! Reworded test message slightly. by Guido van Rossum · 28 years ago
  90. 421bb0e fix canvas bind commands by Guido van Rossum · 28 years ago
  91. 6d6a15b Added option to refilemessages() to keep sequences by Guido van Rossum · 28 years ago
  92. 154a539 Changes for new parser module (Fred Drake) by Guido van Rossum · 28 years ago
  93. 6e21ceb New opcodes BINARY_POWER, RAISE_VARARGS, CALL_FUNCTION, MAKE_FUNCTION by Guido van Rossum · 28 years ago
  94. 7a1c791 add mac compatibility by Guido van Rossum · 28 years ago
  95. 024a387 - Added a file dialog example - Added pointers to library documentation by Jack Jansen · 28 years ago
  96. a547dca Old names changed to Py_GetCopyright, etc. by Jack Jansen · 28 years ago
  97. 84d0bfc inittab is a "struct _inittab". by Jack Jansen · 28 years ago
  98. 5220d02 Given a module/pathname file created by findmodulefiles compile all by Jack Jansen · 28 years ago
  99. fc9cc3a added a thing on the to-do list by Barry Warsaw · 28 years ago
  100. 44b7220 (python-font-lock-keywords): added class and def by Barry Warsaw · 28 years ago