1. dfe8ad9 Converted to new style names by Skip Montanaro by Guido van Rossum · 28 years ago
  2. 9687a921 Different lines for bsddb module. by Guido van Rossum · 28 years ago
  3. f1af3fe Added simple-minded (i.e. leaking :-) putenv() interface, if os has it. by Guido van Rossum · 28 years ago
  4. 761f792 Updated pointers to Andrew Kuchlings fine software. by Guido van Rossum · 28 years ago
  5. ed7253c Added 3rd optional argument to translate(), a string of characters to delete. by Guido van Rossum · 28 years ago
  6. 4dd0bf9 (rmt.py): Updated to "modern" python coding conventions, somewhat. Keyword by Fred Drake · 28 years ago
  7. 99aa2a4 Remove all CRLF -> LF translation for file uploads, since we cannot by Guido van Rossum · 28 years ago
  8. 71e315b (py-shift-region-left): When checking for left edged code, watch for by Barry Warsaw · 28 years ago
  9. d3876d3 Renamed all occurrences of posix to os. by Guido van Rossum · 28 years ago
  10. 773ab27 Changes by Jim Fulton: pass environ around as arg; by Guido van Rossum · 28 years ago
  11. a48bf79 Added splitext() by Guido van Rossum · 28 years ago
  12. 54afb3b New versions generated on a Linux 2.x system by AMK by Guido van Rossum · 28 years ago
  13. c7c5e69 Optimizations and one intentional loophole by Jim Fulton. by Guido van Rossum · 28 years ago
  14. 77c29a1 This is needed for users of Linux 2.x by Guido van Rossum · 28 years ago
  15. 56b6fa9 Got rid of ChangeLog -- too bad, but I can't keep it up to date. by Guido van Rossum · 28 years ago
  16. 6c02a2f Use NEWOBJ() macro instead of calling newobject() directly. by Guido van Rossum · 28 years ago
  17. d99d283 Added SetFolder method which sets Standard File initial folder by Jack Jansen · 28 years ago
  18. 1ed9529 Added PyOS_CheckStack() function which returns -1 when we are running by Jack Jansen · 28 years ago
  19. 98bfad7 Added USE_STACKCHECK define by Jack Jansen · 28 years ago
  20. 5c97167 Fuck. For PC support, this must be in the distribution. by Guido van Rossum · 28 years ago
  21. ad8b3ba Restore the capability to pass a class (usually Pack) as an option to widget by Guido van Rossum · 28 years ago
  22. 81652ab Use gcc, not gcc-elf on Linux by Guido van Rossum · 28 years ago
  23. aaa5430 Additions to the cast of thousands by Guido van Rossum · 28 years ago
  24. 8e7a54f More changes by Sjoerd & Jack by Guido van Rossum · 28 years ago
  25. e47d5f9 Addition by Jack to test for missing type support by Guido van Rossum · 28 years ago
  26. a3b4b61 Added extra notes for AIX and SCO. by Guido van Rossum · 28 years ago
  27. 70a8659 Use INSTALL_PROGRAM for makesetup by Guido van Rossum · 28 years ago
  28. 450b9b3 Added Jim Fulton's "asharedmodule" target by Guido van Rossum · 28 years ago
  29. be6da27 Use INT_MAX/LONG_MAX instead of non-ANSI LONG_BIT by Guido van Rossum · 28 years ago
  30. 3d602e3 New submission by Fred Drake. by Guido van Rossum · 28 years ago
  31. ac56b03 New style names for getprogramname and getargcargv by Guido van Rossum · 28 years ago
  32. 3be7140 Rewritten keys() and has_key() to avoid memory leaks. by Guido van Rossum · 28 years ago
  33. 9e720e3 complex -> Py_complex by Guido van Rossum · 28 years ago
  34. f5030ab Hacks for MS_COREDLL by Guido van Rossum · 28 years ago
  35. 3cb4868 Only __dict__ and __class__ are read-only instance attributes by Guido van Rossum · 28 years ago
  36. 42cd305 new .pyc magic number (** operator) by Guido van Rossum · 28 years ago
  37. 7cffd13 added 1996 by Guido van Rossum · 28 years ago
  38. 530956d Py_complex; and WITHOUT_COMPLEX added to getargs.c by Guido van Rossum · 28 years ago
  39. 519b433 renamed complex -> Py_complex by Guido van Rossum · 28 years ago
  40. 5a84914 Hacks for MS_COREDLL by Guido van Rossum · 28 years ago
  41. bb86406 added new names for getprogramname, getargcargv by Guido van Rossum · 28 years ago
  42. 4f4ce68 Added prototype + doc for PySequence_Length() by Guido van Rossum · 28 years ago
  43. 3317e63 added parser module to overview by Guido van Rossum · 28 years ago
  44. 38e5088 added plock by Guido van Rossum · 28 years ago
  45. ed43073 Minute changes by Fred Drake by Guido van Rossum · 28 years ago
  46. 66774a9 changes by Jack to Mac docs by Guido van Rossum · 28 years ago
  47. 17f2b2d Don't use tktools, dummy! Reworded test message slightly. by Guido van Rossum · 28 years ago
  48. 421bb0e fix canvas bind commands by Guido van Rossum · 28 years ago
  49. 6d6a15b Added option to refilemessages() to keep sequences by Guido van Rossum · 28 years ago
  50. 154a539 Changes for new parser module (Fred Drake) by Guido van Rossum · 28 years ago
  51. 6e21ceb New opcodes BINARY_POWER, RAISE_VARARGS, CALL_FUNCTION, MAKE_FUNCTION by Guido van Rossum · 28 years ago
  52. 7a1c791 add mac compatibility by Guido van Rossum · 28 years ago
  53. 024a387 - Added a file dialog example - Added pointers to library documentation by Jack Jansen · 28 years ago
  54. a547dca Old names changed to Py_GetCopyright, etc. by Jack Jansen · 28 years ago
  55. 84d0bfc inittab is a "struct _inittab". by Jack Jansen · 28 years ago
  56. 5220d02 Given a module/pathname file created by findmodulefiles compile all by Jack Jansen · 28 years ago
  57. fc9cc3a added a thing on the to-do list by Barry Warsaw · 28 years ago
  58. 44b7220 (python-font-lock-keywords): added class and def by Barry Warsaw · 28 years ago
  59. 8e9d7d7 (py-mode-syntax-table): revert underscore to word class, even though I by Barry Warsaw · 28 years ago
  60. 0397073 (py-delete-char): Obey numeric argument. by Barry Warsaw · 28 years ago
  61. dea4a29 (py-shift-region-left, py-shift-region-right, py-indent-right, by Barry Warsaw · 28 years ago
  62. c614333 This commit was manufactured by cvs2svn to create tag 'r14beta1'. by cvs2svn · 28 years ago
  63. 88dc264 New versions of VC project which has no source files in PC/ by Guido van Rossum · 28 years ago
  64. 22b6db6 added plock by Guido van Rossum · 28 years ago
  65. 0068267 split autoconf target in two by Guido van Rossum · 28 years ago
  66. 6f489d9 Slightly different Windows ifdefs by Guido van Rossum · 28 years ago
  67. 919c576 added comments about tcl/tk -l options by Guido van Rossum · 28 years ago
  68. 1bc716f Added PC files from Jim Ahlstrom. by Guido van Rossum · 28 years ago
  69. c012547 Added plock() system call. Changed test for Windows times() emulation. by Guido van Rossum · 28 years ago
  70. cd6aab9 Fixed restore_files(); added reset_files(); made these more flexible. by Guido van Rossum · 28 years ago
  71. 7d844a7 aix sharedlib helpers by Guido van Rossum · 28 years ago
  72. 236f62d Corrections to aix_loaderror(), by Manus Hand. by Guido van Rossum · 28 years ago
  73. f215060 Jeremy's patches for more robust handling of unmarshallable types. by Guido van Rossum · 28 years ago
  74. bbb1e26 Add docs for planned improved handling of the marshalling of by Guido van Rossum · 28 years ago
  75. f2e98b4 new versions from Jim A by Guido van Rossum · 28 years ago
  76. 80b0fa0 socket wrapper module around _socket for all Window platforms by Guido van Rossum · 28 years ago
  77. ca318ec Some updates. Still out of date. by Guido van Rossum · 28 years ago
  78. 3cd7fa4 new contributors by Guido van Rossum · 28 years ago
  79. 746ea35 url2path for NT by Guido van Rossum · 28 years ago
  80. 2281d35 add nturl2path by Guido van Rossum · 28 years ago
  81. 2d38f91 result of new configure.in by Guido van Rossum · 28 years ago
  82. a2ef383 Split some long lines (headers, functions). by Guido van Rossum · 28 years ago
  83. 1a53560 Added Andrew Kuchling's explanation of regexp's. by Guido van Rossum · 28 years ago
  84. 8c593b1 Ignore latex intermediate products. by Guido van Rossum · 28 years ago
  85. 1dead9b Added __doc__ to predefined module attributes. by Guido van Rossum · 28 years ago
  86. b7c6620 typo by Guido van Rossum · 28 years ago
  87. a95a140 expr_list -> expression_list by Guido van Rossum · 28 years ago
  88. 7710f1f explain global better by Guido van Rossum · 28 years ago
  89. 00ed6a3 added '**kw' to parameter list syntax by Guido van Rossum · 28 years ago
  90. 036eae6 mktime returns a float now. by Guido van Rossum · 28 years ago
  91. 6076ea5 Added thread unsafety warning. Added optional retain arg to split. by Guido van Rossum · 28 years ago
  92. 7c2fdda Better and correct words for split(). by Guido van Rossum · 28 years ago
  93. 1e8b63e Document some process group stuff; mkdir mode arg optional; mkfifo. by Guido van Rossum · 28 years ago
  94. db9a7bb Give correct length of string. by Guido van Rossum · 28 years ago
  95. 4d20654 Slight update; file args are no longer optional. by Guido van Rossum · 28 years ago
  96. 50ec5c0 Add flock; warn about lockdata system dependency when using fcntl. by Guido van Rossum · 28 years ago
  97. 164c36b Change of address; 1.4 beta 1. by Guido van Rossum · 28 years ago
  98. ecae0b7 Fixed for Latex2e by Dave Ascher. by Guido van Rossum · 28 years ago
  99. 84fb82d Patchlevel to 1.4 beta 1. by Guido van Rossum · 28 years ago
  100. 9d81b55 Different logic for defining CHECK(); 16-bit MSC specific define. by Guido van Rossum · 28 years ago