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