1. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  2. bfbfc8d Removed unintentional trailing spaces in text files. by Serhiy Storchaka · 9 years ago
  3. a60c2fe Issue #23641: Cleaned out legacy dunder names from tests and docs. by Serhiy Storchaka · 9 years ago
  4. 7c4a7e6 #18803: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  5. 91b47c6 Fix import. by Georg Brandl · 14 years ago
  6. bf76ce1 Make the Pynche tool work with Python 3. by Georg Brandl · 14 years ago
  7. bf82e37 More 2to3 fixes in the Tools directory. Fixes #2893. by Georg Brandl · 16 years ago
  8. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  9. d4cb56d Convert some custom sort comparison functions to equivalent key functions. by Raymond Hettinger · 16 years ago
  10. 86def6c Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge from by Georg Brandl · 16 years ago
  11. 6afaeb7 Convert print statements to function calls in Tools/. by Collin Winter · 17 years ago
  12. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 17 years ago
  13. d910855 Remove apply() by Neal Norwitz · 18 years ago
  14. 538561e Ported from 2.4 branch: by Barry Warsaw · 18 years ago
  15. 7eb4b7d Fix all wrong instances of "it's". by Georg Brandl · 19 years ago
  16. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  17. 23b44a3 Patch #812378: Normalize white space. by Martin v. Löwis · 21 years ago
  18. eb296d9 Fix for SF bug #780996, crash when no .pynche file exists and -d by Barry Warsaw · 21 years ago
  19. 5c45805 FILETYPES: Newer XFree86 rgb.txt files use the key Xorg instead of by Barry Warsaw · 22 years ago
  20. d9e0e1f Some fixes based on feedback from Hans Petter Langtangen. by Barry Warsaw · 22 years ago
  21. 531e393 Fix a typo, update (only one) style improvement, whitespace normalization. by Barry Warsaw · 22 years ago
  22. e98e462 Bump to version 1.3. Also document the new behavior of the chip widgets. by Barry Warsaw · 23 years ago
  23. 924ea05 Bump to version 1.3 by Barry Warsaw · 23 years ago
  24. e47e977 Implement some suggestions by Laura Creighton. by Barry Warsaw · 23 years ago
  25. 780028e Change the way hex type-ins are displayed. The old way was way too by Barry Warsaw · 23 years ago
  26. ffa926d __init__(), save_views(): Catch ValueError along with IOError and by Barry Warsaw · 23 years ago
  27. 698c149 Update a comment. by Barry Warsaw · 23 years ago
  28. 179048f __init__(): Use augmented assignments. by Barry Warsaw · 23 years ago
  29. 8e4fa07 De-string-module-ification. by Barry Warsaw · 23 years ago
  30. 60e1886 __version__: Bump to 1.2 by Barry Warsaw · 23 years ago
  31. 95cf9d9 __populate(): Use augmented assignments. by Barry Warsaw · 23 years ago
  32. b4d8612 __delta(): Use augmented assignments. by Barry Warsaw · 23 years ago
  33. 6c50ae0 De-string-module-ification and other Python 2.x improvements. by Barry Warsaw · 23 years ago
  34. 2803046 Update a comment. by Barry Warsaw · 23 years ago
  35. 3e481de Updated documentation, and bump the version number to 1.2. by Barry Warsaw · 23 years ago
  36. 2720d38 update_yourself(): Removed unused local variable reported by PyChecker. by Barry Warsaw · 23 years ago
  37. 31c2dae __init__(): Removed unused local variable reported by PyChecker. by Barry Warsaw · 23 years ago
  38. 741eae0 StripWidget.__init__(), update_yourself(): Removed some unused local by Barry Warsaw · 23 years ago
  39. 6a55226 Helpwin.__init__(): Removed an unused local variable (via import) by Barry Warsaw · 23 years ago
  40. cc8a60c Bump the version to 1.1 by Barry Warsaw · 23 years ago
  41. 6330b52 There have been a few new Python releases <wink> in the 2 years since by Barry Warsaw · 23 years ago
  42. 1bbc048 Special case around some of the nastier annoyances with the type-in by Barry Warsaw · 23 years ago
  43. 74a7ece Move the "from Tkinter import *" out of the method and into the module by Barry Warsaw · 23 years ago
  44. 17a8b5d make_view_popups(): Catch import error which can occur if a viewer is by Barry Warsaw · 25 years ago
  45. 3369927 Use the much nicer tkFileDialog for loading color name database files by Barry Warsaw · 25 years ago
  46. a853adc Document that for askcolor(), databasefile and wantspec can now be set by Barry Warsaw · 25 years ago
  47. 80d83e3 askcolor(): databasefile and wantspec can now be set on every by Barry Warsaw · 25 years ago
  48. 9af697b Implement dynamic external Viewer discovery. by Barry Warsaw · 25 years ago
  49. f3ebf90 Add a module global variable ADDTOVIEW to conform to dynamic viewer by Barry Warsaw · 25 years ago
  50. 2095b2f Added docstring describing Viewer interface. by Barry Warsaw · 25 years ago
  51. b61a28e add a comment by Barry Warsaw · 25 years ago
  52. 7b28122 When selecting a radio button in the TextViewer (to change a specific by Barry Warsaw · 25 years ago
  53. f5e9857 Change Black/White button labels to not include the arrow by Barry Warsaw · 25 years ago
  54. 74109a1 Describe namedcolors.txt by Barry Warsaw · 25 years ago
  55. 3e9c75d An alternative Netscape database by Barry Warsaw · 25 years ago
  56. a25223f Describe how to load a new database by Barry Warsaw · 25 years ago
  57. 821d8b7 Describe the Color database files by Barry Warsaw · 25 years ago
  58. 6e7f6ea Put the 'File' menu on the menubar even when modal, so users can get by Barry Warsaw · 25 years ago
  59. 3f01c72 Tim Peter's sister's 140 named colors that NS and MSIE understand by Barry Warsaw · 25 years ago
  60. a04988a The "Web-safe" colors (all #rrggbb style) by Barry Warsaw · 25 years ago
  61. 375b116 The HTML 4.0 guaranteed colors. by Barry Warsaw · 25 years ago
  62. d515a7e Set the version number to 1.0 -- I think it's stable enough by Barry Warsaw · 25 years ago
  63. 0604d72 Lots of changes to support loading alternative color name database. by Barry Warsaw · 25 years ago
  64. c2aadcd Added /usr/lib/X11/rgb.txt in front of X/rgb.txt for Linuxers by Barry Warsaw · 25 years ago
  65. dcb0a57 Avoid totally empty files. by Guido van Rossum · 25 years ago
  66. ecb1a65 Helpwin.__init__(): The text widget should get focus. by Barry Warsaw · 25 years ago
  67. 61ba072 Removed unnecessary import `from PyncheWidget import PyncheWidget' by Barry Warsaw · 25 years ago
  68. ef30092 Added most of the mechanism to change the strips from color variations by Barry Warsaw · 25 years ago
  69. 6403991 A start on the TestModExp applet "Author" => "Contact" by Barry Warsaw · 25 years ago
  70. ce0bbd2 Added Helpwin -- help in a text widget by Barry Warsaw · 25 years ago
  71. eb6b9b7e Untabification and other cruft by Barry Warsaw · 25 years ago
  72. d0e1e51 docstring(): Function for returning __doc__ % globals() by Barry Warsaw · 25 years ago
  73. 3fe1b14 A little more tweakage by Barry Warsaw · 26 years ago
  74. 615a66a (ChipViewer): Make frame sticky NSEW to fix geometry problem. by Barry Warsaw · 26 years ago
  75. 93990de tweak version number by Barry Warsaw · 26 years ago
  76. e882b8a Updating by Barry Warsaw · 26 years ago
  77. cf1daad Brief update on the slightly changed API of pyColorChooser.askcolor(). by Barry Warsaw · 26 years ago
  78. 2be8582 __init__(): Removed initialcolor keyword. by Barry Warsaw · 26 years ago
  79. f72d580 sticky should be NSEW to fix pixel weirdness at right edge by Barry Warsaw · 26 years ago
  80. 4ab5ae2 Error message goes to stderr by Barry Warsaw · 26 years ago
  81. d9e5214 beep => bell by Barry Warsaw · 26 years ago
  82. 877d299 Fixed running of standalone via command line. Also, only do save from by Barry Warsaw · 26 years ago
  83. 3dd1c39 Describe all the new features by Barry Warsaw · 26 years ago
  84. a20f6af Chooser.__init__(): Added `wantspec' keyword to conform exactly to by Barry Warsaw · 26 years ago
  85. ca07ba0 Many changes to support a second mode of operation. Pynche can now be by Barry Warsaw · 26 years ago
  86. 8a09e1c Saving/Restoring state into ~/.pynche file by Barry Warsaw · 26 years ago
  87. f3dcafe The driver script on Unix is `pynche'; for Windows `pynche.pyw' by Barry Warsaw · 26 years ago
  88. 840a84d Updated __main__ unit test by Barry Warsaw · 26 years ago
  89. bac609a Updated about text by Barry Warsaw · 26 years ago
  90. 0926dea Moved the main pynche.py file to Main.py. Added minimal driver by Barry Warsaw · 26 years ago
  91. c958043 Better layout of options menu and inc/dec buttons by Barry Warsaw · 26 years ago
  92. 8934af0 Fixes for some type-in strangeness by Barry Warsaw · 26 years ago
  93. cd63dc9 Add a note about the console window by Barry Warsaw · 26 years ago
  94. 9cdd44f Never mind by Barry Warsaw · 26 years ago
  95. 1c792d5 Add link for Windows by Barry Warsaw · 26 years ago
  96. 84f52e0 RightARrow._create(): justify=RIGHT on the text object by Barry Warsaw · 26 years ago
  97. e55055d A readme by Barry Warsaw · 26 years ago
  98. da7502e Add a SELECTION to the pre-inserted text by Barry Warsaw · 26 years ago
  99. 3886e3a Copyright CNRI by Barry Warsaw · 26 years ago
  100. 6bfd655 Added the rgb.txt file from X11R6.4, including the license by Barry Warsaw · 26 years ago