1. b317f8a Implement new format character 't#'. This is like s#, accepting an by Guido van Rossum · 26 years ago
  2. 1db7070 Greg Stein: Implement the new bf_getcharbuffer function, indicating by Guido van Rossum · 26 years ago
  3. 36eef3c Changes by Greg Stein (code) and GvR (design). by Guido van Rossum · 26 years ago
  4. 7e1e574 For 1.5.2a2. by Guido van Rossum · 26 years ago
  5. f6240cf Some kind of source control krept in. by Guido van Rossum · 26 years ago
  6. 98f936b Whatever by Guido van Rossum · 26 years ago
  7. 5bd893b The previous checkin contained an experiment of Greg Stein's that wasn't by Guido van Rossum · 26 years ago
  8. 0f8b30f On Win32, use by Guido van Rossum · 26 years ago
  9. 2a57004 Changes to deal with the sigcheck+intrcheck vs. signalmodule controversy. by Guido van Rossum · 26 years ago
  10. 2e23c31 Make the dependencies really work for the HTML version. by Fred Drake · 26 years ago
  11. dd997f7 Add test for BSDI -- by Nigel Head and otto@mail.olympus.net. by Guido van Rossum · 26 years ago
  12. a57c9b9 Added a whole bunch of descriptions. by Guido van Rossum · 26 years ago
  13. 19b23e5 Use the imp module to get the magic word. by Guido van Rossum · 26 years ago
  14. d076c73 Changes to support other object types besides strings by Guido van Rossum · 26 years ago
  15. 437ff86 Change the default split level to not split on marked \paragraph and by Fred Drake · 26 years ago
  16. b0b1900 If --debug was used, don't delete the temporary .perl file used to by Fred Drake · 26 years ago
  17. 9e46e56 BSDI specific patches, inspired by Nigel Head and otto@mail.olympus.net. by Guido van Rossum · 26 years ago
  18. c501583 Make gcc -Wall happy. by Guido van Rossum · 26 years ago
  19. 89bae99 Make gcc -Wall happy: Remove unused decls of getloclock() and is_lockobject(). by Guido van Rossum · 26 years ago
  20. c206873 Make gcc -Wall happy: by Guido van Rossum · 26 years ago
  21. 7148ca9 Make gcc -Wall happy. by Guido van Rossum · 26 years ago
  22. 562f5b1 Support PYTHONOPTIMIZE variable; by Marc Lemburg. by Guido van Rossum · 26 years ago
  23. e7adf3e Documented PYTHONOPTIMIZE; by Marc Lemburg. by Guido van Rossum · 26 years ago
  24. d5f6c22 Make the version variable static (it has no business being exported). by Guido van Rossum · 26 years ago
  25. 2e782e8 Add buffer module entry points. by Guido van Rossum · 26 years ago
  26. 41f13f2 Added #! line by Guido van Rossum · 26 years ago
  27. 7fef86e Clarify sharedinstall comment by Guido van Rossum · 26 years ago
  28. 06c1808 Add Greg Stein's buffer object API. by Guido van Rossum · 26 years ago
  29. 2e19bd7 Add Greg Stein's buffer object API. by Guido van Rossum · 26 years ago
  30. 8c1e114 Don't attempt to add paragraph and subparagraph sections to the PDF outline. by Fred Drake · 26 years ago
  31. 56440a5 Fix two bugs in the fstat() line, reported by Fredruk Lundh. by Guido van Rossum · 26 years ago
  32. 2ccaf6f Remove a redundant check from list_slice() and list_ass_slice(). by Guido van Rossum · 26 years ago
  33. d832f9e Fix append() calls with more than 1 argument. by Guido van Rossum · 26 years ago
  34. bac609a Updated about text by Barry Warsaw · 26 years ago
  35. 0926dea Moved the main pynche.py file to Main.py. Added minimal driver by Barry Warsaw · 26 years ago
  36. c958043 Better layout of options menu and inc/dec buttons by Barry Warsaw · 26 years ago
  37. 8934af0 Fixes for some type-in strangeness by Barry Warsaw · 26 years ago
  38. cd63dc9 Add a note about the console window by Barry Warsaw · 26 years ago
  39. 9cdd44f Never mind by Barry Warsaw · 26 years ago
  40. 1c792d5 Add link for Windows by Barry Warsaw · 26 years ago
  41. 84f52e0 RightARrow._create(): justify=RIGHT on the text object by Barry Warsaw · 26 years ago
  42. e55055d A readme by Barry Warsaw · 26 years ago
  43. da7502e Add a SELECTION to the pre-inserted text by Barry Warsaw · 26 years ago
  44. 3886e3a Copyright CNRI by Barry Warsaw · 26 years ago
  45. 6bfd655 Added the rgb.txt file from X11R6.4, including the license by Barry Warsaw · 26 years ago
  46. 4f63235 Initial revision by Barry Warsaw · 26 years ago
  47. e7f4a47 Better initial color choosing by Barry Warsaw · 26 years ago
  48. 45c8d34 Better quitting by Barry Warsaw · 26 years ago
  49. d5bcf9a Andrew Dalke's implementation of string.count(). by Guido van Rossum · 26 years ago
  50. 3836503 Converted to newstyle menubars by Barry Warsaw · 26 years ago
  51. dfae3d5 Added a 'Help' special menu to show how this is done. by Barry Warsaw · 26 years ago
  52. da65450 The message "Exception in Tkinter callback" should go to stderr. by Guido van Rossum · 26 years ago
  53. 56af444 Update main window when Update on Click is turned on by Barry Warsaw · 26 years ago
  54. ad3a67c Added version number in the About window by Barry Warsaw · 26 years ago
  55. 3a476e9 Track color changes: disable buttons and their labels when turned off by Barry Warsaw · 26 years ago
  56. 332aa4c Color Variation Ties => Move Sliders by Barry Warsaw · 26 years ago
  57. c4a9b3d main(): Better recovery when bogus color given on command line by Barry Warsaw · 26 years ago
  58. b7b1cf0 rrggbb_to_triplet(): When color doesn't start with `#' raise a by Barry Warsaw · 26 years ago
  59. 5b67839 Added a hex button so arrow numbers can display in decimal or hex. by Barry Warsaw · 26 years ago
  60. c2d8f57 __togglehex(): Simplify by Barry Warsaw · 26 years ago
  61. c1c7b1a Slight rearrangement of code in lookdict() by Vladimir Marangozov, to by Guido van Rossum · 26 years ago
  62. 73290df hexp() => hexp_var() by Barry Warsaw · 26 years ago
  63. 6831c30 hexp(): New function by Barry Warsaw · 26 years ago
  64. a398924 __normalize(): Preserve the location of the icursor and restore it so by Barry Warsaw · 26 years ago
  65. ae4ad6e Changed the grey/magenta/cyan/yellow label text slightly. by Barry Warsaw · 26 years ago
  66. 14e2caf usage(): Print msg at end of docstring by Barry Warsaw · 26 years ago
  67. 7c51a9a Title by Barry Warsaw · 26 years ago
  68. c078b03 Finished implementation + docstring by Barry Warsaw · 26 years ago
  69. 964fbbb Added Alt-w bindings by Barry Warsaw · 26 years ago
  70. 9044b8e Added details window by Barry Warsaw · 26 years ago
  71. cd09867 current_rgb(): New method by Barry Warsaw · 26 years ago
  72. 3d31439 *** empty log message *** by Barry Warsaw · 26 years ago
  73. 779af3a These were never under CVS, but now that I use cvs to communicate by Jack Jansen · 26 years ago
  74. 0d5120f Newer versions of projects. by Jack Jansen · 26 years ago
  75. 60a9ee2 Added SIZEOF_VOID_P and HAVE_LONG_LONG by Jack Jansen · 26 years ago
  76. 573788e No need for (char *) cast from gdbm_strerror(). by Guido van Rossum · 26 years ago
  77. b6e2a99 Win32 port. Patches by Milton L. Hankins. by Guido van Rossum · 26 years ago
  78. 69a4ab5 Docstring by Barry Warsaw · 26 years ago
  79. 4638c5b Docstring by Barry Warsaw · 26 years ago
  80. eb61fbd Docstring by Barry Warsaw · 26 years ago
  81. bd36d6e Added the ListViewer by Barry Warsaw · 26 years ago
  82. a9053f6 Updated docstring. by Barry Warsaw · 26 years ago
  83. 9f3ea21 all_names(): => unique_names() by Barry Warsaw · 26 years ago
  84. ddb9fc1 Added docstring by Barry Warsaw · 26 years ago
  85. b44056e Functionality complete by Barry Warsaw · 26 years ago
  86. 8be2594 all_names(): Return just the unique names of rgb colors by Barry Warsaw · 26 years ago
  87. ad678af The usual by Guido van Rossum · 26 years ago
  88. 2522136 Added BEOS_THREADS, HAVE_LONG_LONG, and SIZEOF_VOID_P templates. by Guido van Rossum · 26 years ago
  89. fb4533c Added tweak for SET_CCC (which I don't even know what it is!) for Linux. by Guido van Rossum · 26 years ago
  90. b55c4ad Got click on working. Dragging is disabled for now by Barry Warsaw · 26 years ago
  91. ff45d54 resolve(): Improved use of a/an, suggested by Tino Wildenhain by Barry Warsaw · 26 years ago
  92. dfede31 Eh, better error message for the previous change. It now says by Guido van Rossum · 26 years ago
  93. 29d38cd Treat def f(a, b=1, c): ... as an error (missing default for c) by Guido van Rossum · 26 years ago
  94. b7c6131 Up version to 1.5a2 -- we're close enough (even though I'm still by Guido van Rossum · 26 years ago
  95. 96372a2 ST_MODE should be ST_MTIME in utime call in copystat. Thanks to Mike Orr. by Guido van Rossum · 26 years ago
  96. 64e736b Some new blood and some updated versions. by Guido van Rossum · 26 years ago
  97. fdb8fb8 A few new ones... by Guido van Rossum · 26 years ago
  98. 4581a0c New test_long.py from Tim Peters. by Guido van Rossum · 26 years ago
  99. 399f10c Lots of good UI working, but not yet update-while-dragging by Barry Warsaw · 26 years ago
  100. 46670a2 *** empty log message *** by Barry Warsaw · 26 years ago