1. 78fc363 Big changes by Mark Hammond to support freezing with DLLs on Windows. by Guido van Rossum · 27 years ago
  2. 11af5a4 Mark Hammond's main program for a frozen application. by Guido van Rossum · 27 years ago
  3. beef9e7 Removed all the mixed indentation face stuff. It's not as helpful as by Barry Warsaw · 27 years ago
  4. 8ca7028 (py-tab-face): => py-mixed-indentation-face by Barry Warsaw · 27 years ago
  5. e908b6b (py-in-literal, py-fast-in-literal): New functions (mostly) stolen from CC Mode. by Barry Warsaw · 27 years ago
  6. b6c1f1f #minor change to eval-while-compile so that it must both find by Barry Warsaw · 27 years ago
  7. 0d2805b (py-tab-face, python-font-lock-keywords): Color all tabs at the start by Barry Warsaw · 27 years ago
  8. 677beda Fix indent of one line in mkarg(), that got indented badly by the by Guido van Rossum · 27 years ago
  9. 2543769 Use "/usr/bin/env perl" for the #! line, and change the -i option to: by Fred Drake · 27 years ago
  10. 1125488 build_dvi(): Make sure we run latex enough times; this now matches the # by Fred Drake · 27 years ago
  11. 240c35a Subtle fix in the read() code which could cause a read broken up in by Guido van Rossum · 27 years ago
  12. 3f0666c Add obvious needed else clause to format_exception(). by Guido van Rossum · 27 years ago
  13. 2e6938f Fix bug in islocked() -- it would always return 0. by Guido van Rossum · 27 years ago
  14. a341fc3 update while dragging defaults to 0 by Barry Warsaw · 27 years ago
  15. ee6d8a5 No update while dragging still tracks the arrows by Barry Warsaw · 27 years ago
  16. 96c07fe Prefer clock() over times() for timer function, except on the Mac, by Guido van Rossum · 27 years ago
  17. 685ef4e According to Tim Peters, there should be 'print' statements in one by Guido van Rossum · 27 years ago
  18. cce1090 Change "\," to just "," in function signatures. This is easier to maintain, by Fred Drake · 27 years ago
  19. c9a4438 Coding cleanups. by Fred Drake · 27 years ago
  20. 13210ed Get the index working at least partway again. by Fred Drake · 27 years ago
  21. bd2796e Update.... by Fred Drake · 27 years ago
  22. f3aa0e0 Revert the index stuff to work better with LaTeX2HTML. by Fred Drake · 27 years ago
  23. 396a7cf Reverting some the index stuff to use tools/newind.py again; this works by Fred Drake · 27 years ago
  24. a2be988 Reverting some of the index stuff to work with LaTeX2HTML better. by Fred Drake · 27 years ago
  25. af5c0fc Logical markup, consistency. by Fred Drake · 27 years ago
  26. 4679500 Added PyErr_NormalizeException by Guido van Rossum · 27 years ago
  27. abae22f Get rid of Entrywidget by Barry Warsaw · 27 years ago
  28. 627857e Add option for no updates on typing by Barry Warsaw · 27 years ago
  29. 70787ed Add option for no updates on dragging by Barry Warsaw · 27 years ago
  30. a114eb5 Use the new PyncheOptions widget by Barry Warsaw · 27 years ago
  31. 639eea6 (py-smart-indentation): Updated docstring for new policy. by Barry Warsaw · 27 years ago
  32. e603cb1 Revive newind.py. -sigh- by Fred Drake · 27 years ago
  33. d98329c Logical markup. by Fred Drake · 27 years ago
  34. ae25be2 {classdesc} environment: Index as "Foo (class in foolib)" instead of by Fred Drake · 27 years ago
  35. 1a855fa Markup nits. by Fred Drake · 27 years ago
  36. abdea22 Adjusted an index entry. by Fred Drake · 27 years ago
  37. 52405c8 Added an index entry. by Fred Drake · 27 years ago
  38. 7bf5e08 Use {classdesc} consistently. by Fred Drake · 27 years ago
  39. c9808b3 Logical markup. by Fred Drake · 27 years ago
  40. 5f874d6 Markup nits. by Fred Drake · 27 years ago
  41. ebce370 Logical markup. by Fred Drake · 27 years ago
  42. f90dbc9 Logical markup. by Fred Drake · 27 years ago
  43. bd9ded8 Logical markup. by Fred Drake · 27 years ago
  44. 434493b Logical markup. by Fred Drake · 27 years ago
  45. a891230 Logical markup, using {classdesc} as appropriate. by Fred Drake · 27 years ago
  46. f9e1f65 Logical markup. by Fred Drake · 27 years ago
  47. 2e495c9 Logical markup, using {classdesc} as appropriate. by Fred Drake · 27 years ago
  48. be2b6d7 Logical markup. by Fred Drake · 27 years ago
  49. ff79a21 Logical markup. by Fred Drake · 27 years ago
  50. cdea8a3 Logical markup. by Fred Drake · 27 years ago
  51. 0f51fff Logical markup. by Fred Drake · 27 years ago
  52. 8f74571 Use a faster way to check for null bytes in the string argument for by Guido van Rossum · 27 years ago
  53. 677fc84 As Mike Fletcher pointed out, a __deepcopy__() method should be called by Guido van Rossum · 27 years ago
  54. 8046bef #(py-smart-indentation): Small fixes for clarity in the docstring. by Barry Warsaw · 27 years ago
  55. 9e99688 (python-mode): Removed vi vi vi hack for setting the tab width from a by Barry Warsaw · 27 years ago
  56. 55f0aab example output is different by Barry Warsaw · 27 years ago
  57. 0eae830 Typos in the docstring fixed by Detlef Lannert <lannert@uni-duesseldorf.de> by Barry Warsaw · 27 years ago
  58. 742a511 (py-smart-indentation): New variable which controls the automagic by Barry Warsaw · 27 years ago
  59. fc16e78 Bring this up to date. Some things still don't work right. by Fred Drake · 27 years ago
  60. 94fac13 \regexp{}: Rewritten to look like Freidl's book. Too rip-off? by Fred Drake · 27 years ago
  61. 3b5da76 Logical markup. by Fred Drake · 27 years ago
  62. 2dde74c Logical markup. by Fred Drake · 27 years ago
  63. 51375ae Use {classdesc} instead of {funcdesc} for HTMLParser. by Fred Drake · 27 years ago
  64. 6d4d1c2 Added support for "data" URL, by Sjoerd Mullender. by Guido van Rossum · 27 years ago
  65. fb34c92 Added URL for UK by Barry Warsaw · 27 years ago
  66. 844e664 Added a hack to deal with common practice 'uk' for United Kingdom by Barry Warsaw · 27 years ago
  67. 6ef871c Logical markup. by Fred Drake · 27 years ago
  68. 7be8fcb Use \envvar{FOO} instead of \code{\$FOO}. by Fred Drake · 27 years ago
  69. 4e7e11a Use \withsubitem{} for indexing extra-module functions. by Fred Drake · 27 years ago
  70. 371ecc0 Use \withsubitem{} for indexing functions from other modules. This fixes by Fred Drake · 27 years ago
  71. 0ee9f72 \withsubitem{}: New macro. Change indexsubitem temporarily for another by Fred Drake · 27 years ago
  72. 6a1eefe Logical markup. by Fred Drake · 27 years ago
  73. a2e9818 Logical markup. by Fred Drake · 27 years ago
  74. c71585e Logical markup. by Fred Drake · 27 years ago
  75. 38d3fe0 Add LINKFORSHARED and LDLAST as in the main Makefile. by Guido van Rossum · 27 years ago
  76. 4912beb Add copyright statement. by Fred Drake · 27 years ago
  77. 521b8e1 Use RCS revisions by Barry Warsaw · 27 years ago
  78. c0b965b Updated the docstring by Barry Warsaw · 27 years ago
  79. d2c210d Added reverse lookup by Barry Warsaw · 27 years ago
  80. 664b36f *Sigh* by Fred Drake · 27 years ago
  81. dbc879e Allow the user to operate the script in debugging mode (-D), which just does by Fred Drake · 27 years ago
  82. c9f2c14 Somewhat more direct way of locating the file, using __FILE__. by Fred Drake · 27 years ago
  83. bc8ad5b Replace lists of attributes for code and frame objects with a reference to the by Fred Drake · 27 years ago
  84. fdbd51d Logical markup. by Fred Drake · 27 years ago
  85. 60ba447 Logical markup. by Fred Drake · 27 years ago
  86. 295eaa8 Logical markup. by Fred Drake · 27 years ago
  87. e42f595 Logical markup. by Fred Drake · 27 years ago
  88. db9693e Logical markup. by Fred Drake · 27 years ago
  89. 75aae9a Logical markup. by Fred Drake · 27 years ago
  90. e2e904f Script to format HOWTO documents. Currently only tested on the "Using by Fred Drake · 27 years ago
  91. db34a1e Use the location of the initialization file to augment the style-specific by Fred Drake · 27 years ago
  92. eff1f76 clean_title(): Remove debugging prints. by Fred Drake · 27 years ago
  93. ac77b79 clean_title(): Clean a little more carefully. Still does funny things with by Fred Drake · 27 years ago
  94. 45e564d In the source dist., don't include: by Fred Drake · 27 years ago
  95. b30d016 Logical markup. by Fred Drake · 27 years ago
  96. 4ef3329 Logical markup. by Fred Drake · 27 years ago
  97. 8aee0e0 Add some more labels for logical addressing. by Fred Drake · 27 years ago
  98. d883ca1 Logical markup. by Fred Drake · 27 years ago
  99. 816671c patch for re.sub bug, by AMK. by Guido van Rossum · 27 years ago
  100. 193338a Logical markup. by Fred Drake · 27 years ago