1. 9ab75cb Tim Peters' program for checking whether a program's indentation is by Guido van Rossum · 26 years ago
  2. 97df7f8 Add -q option that *just* prints the filename. by Guido van Rossum · 26 years ago
  3. ed5b3d8 give in to tab police by Guido van Rossum · 26 years ago
  4. 3db0e37 Report first line with inconsistent tab usage. by Guido van Rossum · 26 years ago
  5. 6f73c1a The Tab Police watches for possibly inconsistent indentation. by Guido van Rossum · 26 years ago
  6. 78fc363 Big changes by Mark Hammond to support freezing with DLLs on Windows. by Guido van Rossum · 26 years ago
  7. a341fc3 update while dragging defaults to 0 by Barry Warsaw · 26 years ago
  8. ee6d8a5 No update while dragging still tracks the arrows by Barry Warsaw · 26 years ago
  9. abae22f Get rid of Entrywidget by Barry Warsaw · 26 years ago
  10. 627857e Add option for no updates on typing by Barry Warsaw · 26 years ago
  11. 70787ed Add option for no updates on dragging by Barry Warsaw · 26 years ago
  12. a114eb5 Use the new PyncheOptions widget by Barry Warsaw · 26 years ago
  13. 55f0aab example output is different by Barry Warsaw · 27 years ago
  14. 0eae830 Typos in the docstring fixed by Detlef Lannert <lannert@uni-duesseldorf.de> by Barry Warsaw · 27 years ago
  15. fb34c92 Added URL for UK by Barry Warsaw · 27 years ago
  16. 844e664 Added a hack to deal with common practice 'uk' for United Kingdom by Barry Warsaw · 27 years ago
  17. 521b8e1 Use RCS revisions by Barry Warsaw · 27 years ago
  18. c0b965b Updated the docstring by Barry Warsaw · 27 years ago
  19. d2c210d Added reverse lookup by Barry Warsaw · 27 years ago
  20. 5bfac8d Integrate with OptionsWindow... need to hook into Tab key by Barry Warsaw · 27 years ago
  21. f67575d Integrate with OptionsWindow... not sure it should be modal by Barry Warsaw · 27 years ago
  22. 31ac518 Cosmetic by Barry Warsaw · 27 years ago
  23. 2addd2a Add quotes around some variable definitions; add a "clean" target. by Guido van Rossum · 27 years ago
  24. cef85a2 Adapted to the new situation. by Guido van Rossum · 27 years ago
  25. a0e1835 Rearrange some stuff so that the warning for unknown modules is also by Guido van Rossum · 27 years ago
  26. 31d53ed When writing the Windows Makefile, don't forget to strip some filenames by Guido van Rossum · 27 years ago
  27. 0b0e7b5 Got rid of the last tab character in this file. by Guido van Rossum · 27 years ago
  28. ab045f9 Always set the __file__ attribute, so dynamic link modules are indicated. by Guido van Rossum · 27 years ago
  29. b7da642 Fix typo -- -e takes a flag, -h doesn't. Somehow the colon and the h by Guido van Rossum · 27 years ago
  30. 88b02cf Use a better way to bind the checkext instance variable to a check by Guido van Rossum · 27 years ago
  31. e039425 Unfold some lines that were previously folded but don't need to be by Guido van Rossum · 27 years ago
  32. 541e783 Reindented, removed tabs. by Guido van Rossum · 27 years ago
  33. 3c51cf2 Oops, bug omission: also scan internal code objects for imports! by Guido van Rossum · 27 years ago
  34. 912a14c Reindented, removed tabs. by Guido van Rossum · 27 years ago
  35. 1e07403 Some nits... by Guido van Rossum · 27 years ago
  36. 75dc496 Added support for packages. by Guido van Rossum · 27 years ago
  37. f888350 Untested changes to make the '-s windows' option work on Windows. by Guido van Rossum · 27 years ago
  38. 557f446 Patches from Jack for new Apple headers by Guido van Rossum · 27 years ago
  39. 1a7eae9 Adapt to new webchecker structure. Due to better structure of by Guido van Rossum · 27 years ago
  40. 00756bd Major overhaul. Don't use global variable (e.g. verbose); use by Guido van Rossum · 27 years ago
  41. 64a1090 Change default RCS bin directory to /usr/local/bin/. by Guido van Rossum · 27 years ago
  42. 2e7a320 rrggbb_to_triplet(), triplet_to_rrggbb(): Improvements given by GvR by Barry Warsaw · 27 years ago
  43. 4435d5a Very modest improvements by Barry Warsaw · 27 years ago
  44. 49c5b0d Get rid of commented out, slower versions by Barry Warsaw · 27 years ago
  45. 4c2fab5 Implementation using TCLPROC loaded into the Tcl interpreter by Barry Warsaw · 27 years ago
  46. d7300f8 __modified(): Make sure `rgbs' is a tuple by Barry Warsaw · 27 years ago
  47. f67a50c Several optimizations: by Barry Warsaw · 27 years ago
  48. 8d3e5ee Cache conversions from triplets to rrggbb's and vice versa. Wasteful by Barry Warsaw · 27 years ago
  49. 552ac17 Added about dialog by Barry Warsaw · 27 years ago
  50. bc68930 Added chip selection stuff, strip label by Barry Warsaw · 27 years ago
  51. 93737b2 Added method to set selected color to nearest. by Barry Warsaw · 27 years ago
  52. 2e965ad __validate(): test for None-age, not not-ness by Barry Warsaw · 27 years ago
  53. 35ae864 get arrow movement, and text updating. also outlining of highlight by Barry Warsaw · 27 years ago
  54. 79a7879 fixed the generators by Barry Warsaw · 27 years ago
  55. 2662e15 triplet_to_pmwrgb(): New function by Barry Warsaw · 27 years ago
  56. f7e4793 fixed initial color by Barry Warsaw · 27 years ago
  57. 4b0d67d typo by Barry Warsaw · 27 years ago
  58. 29fe4dd Added color strip widgets by Barry Warsaw · 27 years ago
  59. 9d882bc Initial revision by Barry Warsaw · 27 years ago
  60. eab81a9 Better conversion of command line given initial color by Barry Warsaw · 27 years ago
  61. 55d3ffa new interface to find_byname() by Barry Warsaw · 27 years ago
  62. eb9b8af __init__(): simplify, use tuple as key to __byrgb, lowercase __byname key. by Barry Warsaw · 27 years ago
  63. 37400e8 Better dimensions by Barry Warsaw · 27 years ago
  64. a6f591a Interface changes, delegate chaining, type in widget addition by Barry Warsaw · 27 years ago
  65. f4562a7 Simplification of conversion routines by Barry Warsaw · 27 years ago
  66. 4a445c6 #Layout looks good, as does validation, and delegate chaining by Barry Warsaw · 27 years ago
  67. 2e6c13f Initial revision by Barry Warsaw · 27 years ago
  68. 48b1cde Fix typo in format for strftime() used by cookie code. by Guido van Rossum · 27 years ago
  69. f7c1e5a Moved toplevel widget to PyncheWidget.py by Barry Warsaw · 27 years ago
  70. fefbf79 Initial revision by Barry Warsaw · 27 years ago
  71. 9f4d73a BadColor: new exception class by Barry Warsaw · 27 years ago
  72. bfbe67f Better implementation of nearest(). Not faster, but better by Barry Warsaw · 27 years ago
  73. 2406b1d Initial revision by Barry Warsaw · 27 years ago
  74. b6db1b9 mered Greg's suggestions, added docstring by Barry Warsaw · 27 years ago
  75. 7080a7f Initial revision by Barry Warsaw · 27 years ago
  76. 516f189 Initial revision by Barry Warsaw · 27 years ago
  77. fdc5adc Dangerous feature added: when removing local files (i.e., only when -r by Guido van Rossum · 27 years ago
  78. 9d98c91 Fix bug detected by AMK: need to import string. by Guido van Rossum · 27 years ago
  79. 982209d Fix bug detected by AMK: Types should be types. by Guido van Rossum · 27 years ago
  80. c4b9af7 Added Jack Jansen's versioncheck to the README file. by Guido van Rossum · 27 years ago
  81. 5291037 Adding Jack Jansen's version checking utility. by Guido van Rossum · 27 years ago
  82. 80e57fb Converted to use re instead of regex; version 0.9.0. by Guido van Rossum · 27 years ago
  83. 71c0dec Up the version. by Guido van Rossum · 27 years ago
  84. 0721358 Fix a bug in translate(): the pointer was incremented by the length of by Guido van Rossum · 27 years ago
  85. b1823ad v 0.8.3 -- add an option to suppress URL processing inside <PRE>, by Guido van Rossum · 27 years ago
  86. 94ce0d1 Add special handling for Python modules that are imported implicitly by Guido van Rossum · 27 years ago
  87. 90136b0 Only parsing requires Python 1.5 by Barry Warsaw · 27 years ago
  88. 00727b0 Updated world codes with latest iso3166 codes by Barry Warsaw · 27 years ago
  89. 9efdef1 Added parsing of ISO 3166 files by Barry Warsaw · 27 years ago
  90. ca83f01 Added "-n file" option to only print files newer than the given file. by Guido van Rossum · 27 years ago
  91. 345df17 os2 patch by Jeff Rush by Guido van Rossum · 27 years ago
  92. 2aa78ef Add a pointer back to the wizard in the "compat" output. by Guido van Rossum · 27 years ago
  93. 6592b3c Use a %s format for the exit status -- through the magical workings of by Guido van Rossum · 27 years ago
  94. ca2f69c As Mark Hammond found out, it was a bad idea to add "set -e" to the by Guido van Rossum · 27 years ago
  95. 79b2038 When checking for equality, open the slave file in text mode so it by Guido van Rossum · 27 years ago
  96. 9476a78 Remove "." or "" from front of sys.path (this bit me once). by Guido van Rossum · 27 years ago
  97. 8450370 Generate new style exception initializer (Jack). by Guido van Rossum · 27 years ago
  98. f326134 Map .shtml to text/html. by Guido van Rossum · 27 years ago
  99. 57d4c55 Version 0.8.1. by Guido van Rossum · 27 years ago
  100. b6fd5a5 Add "set -e" to lock command. by Guido van Rossum · 27 years ago