1. a6bb6be Strip argument to atol and atof to match what strop does better. by Guido van Rossum · 26 years ago
  2. a08faba A few lines were indented using spaces instead of tabs -- fix them. by Guido van Rossum · 26 years ago
  3. 117a5a8 Return the name of the Tcl command defined by _bind(). This can by Guido van Rossum · 26 years ago
  4. 982d91f Change $ICONSERVER to conform to the value AMK & I have discussed for this; by Fred Drake · 26 years ago
  5. 8fe533e Use the new {methoddesc} and {memberdesc} environments as appropriate. by Fred Drake · 26 years ago
  6. ec56109 First (rough) cut at HTML index generation in Python. Not very pretty, but by Fred Drake · 26 years ago
  7. 19e2ce5 Add support for mapping internal labels used from the index. by Fred Drake · 26 years ago
  8. 48a16bf \tableofcontents: Add support for some warning reduction in python.sty. by Fred Drake · 26 years ago
  9. 6cb7149 Add comments about several of the environments. by Fred Drake · 26 years ago
  10. 235e6b1 Some cleanup. by Fred Drake · 26 years ago
  11. 8821ecb Added note about weird sequencing of <PRE> & <dl> around {verbatim} sections. by Fred Drake · 26 years ago
  12. 6355bd4 Clarified some comments about the requirements on the TeX installation. by Fred Drake · 26 years ago
  13. 42b31a5 Lots and lots and lots..... by Fred Drake · 26 years ago
  14. f76abb5 Make sure both hyphens of a long-option show up in the HTML output. by Fred Drake · 26 years ago
  15. 548703a The usual. by Guido van Rossum · 26 years ago
  16. 65e5399 Don't write "if self.dict: self.dict.close()"; just write by Guido van Rossum · 26 years ago
  17. 3ec38f0 A few lines were indented using tabs instead of spaces -- fix them. by Guido van Rossum · 26 years ago
  18. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  19. 9ea7024 Delete this unused relic. by Guido van Rossum · 26 years ago
  20. 7e7ca0b A few lines were indented using spaces instead of tabs -- fix them. by Guido van Rossum · 26 years ago
  21. 8ca8420 A few lines were indented using spaces instead of tabs -- fix them. by Guido van Rossum · 26 years ago
  22. fa6e254 Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  23. 1847d06 Reindented with tabs only (seems fair to the Windows crowd). by Guido van Rossum · 26 years ago
  24. 07af9a7 Add a sleep(0.00001) call to make sure all threads run. by Guido van Rossum · 26 years ago
  25. 2830dcc Get rid of the Emacs cruft now that Python-mode guess the desired settings! by Guido van Rossum · 26 years ago
  26. 41360a4 Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  27. cd0f59e Get rid of the Emacs cruft now that Python-mode guess the desired settings! by Guido van Rossum · 26 years ago
  28. 97df7f8 Add -q option that *just* prints the filename. by Guido van Rossum · 26 years ago
  29. 70c7f48 Get rid of the check for -linet -- recent Sequent Dynix systems don't by Guido van Rossum · 26 years ago
  30. f9b99f4 (py-postprocess-output-buffer): Return t if an exception was found, by Barry Warsaw · 26 years ago
  31. 512af04 (py-execute-region): Watch out for shell-command-on-region killing a by Barry Warsaw · 26 years ago
  32. 69c70a2 Support 'whence' parameter to seek(). by Guido van Rossum · 26 years ago
  33. 5573031 Don't use the fncychap package for HOWTO documents; appendices break. Still by Fred Drake · 26 years ago
  34. 050be83 Python HOWTO template document, with lots of help from AMK. by Fred Drake · 26 years ago
  35. f6b5510 Update. by Fred Drake · 26 years ago
  36. c0b2e45 Change uses of \pdfinfo and \pdfcatalog to use the new syntax from the by Fred Drake · 26 years ago
  37. f558e31 Make $MYDIR absolute -- bug reported by AMK. by Fred Drake · 26 years ago
  38. ed5b3d8 give in to tab police by Guido van Rossum · 26 years ago
  39. 3db0e37 Report first line with inconsistent tab usage. by Guido van Rossum · 26 years ago
  40. 031c631 Check for boundary errors in [r]find -- find("x", "", 2) should return -1. by Guido van Rossum · 26 years ago
  41. c8d3628 Give in to Timmy's Tedious Tab Theorem. by Guido van Rossum · 26 years ago
  42. c457048 Give in to the tab police. by Guido van Rossum · 26 years ago
  43. 6f73c1a The Tab Police watches for possibly inconsistent indentation. by Guido van Rossum · 26 years ago
  44. 78fc363 Big changes by Mark Hammond to support freezing with DLLs on Windows. by Guido van Rossum · 26 years ago
  45. 11af5a4 Mark Hammond's main program for a frozen application. by Guido van Rossum · 26 years ago
  46. beef9e7 Removed all the mixed indentation face stuff. It's not as helpful as by Barry Warsaw · 26 years ago
  47. 8ca7028 (py-tab-face): => py-mixed-indentation-face by Barry Warsaw · 26 years ago
  48. e908b6b (py-in-literal, py-fast-in-literal): New functions (mostly) stolen from CC Mode. by Barry Warsaw · 26 years ago
  49. b6c1f1f #minor change to eval-while-compile so that it must both find by Barry Warsaw · 26 years ago
  50. 0d2805b (py-tab-face, python-font-lock-keywords): Color all tabs at the start by Barry Warsaw · 26 years ago
  51. 677beda Fix indent of one line in mkarg(), that got indented badly by the by Guido van Rossum · 26 years ago
  52. 2543769 Use "/usr/bin/env perl" for the #! line, and change the -i option to: by Fred Drake · 26 years ago
  53. 1125488 build_dvi(): Make sure we run latex enough times; this now matches the # by Fred Drake · 26 years ago
  54. 240c35a Subtle fix in the read() code which could cause a read broken up in by Guido van Rossum · 26 years ago
  55. 3f0666c Add obvious needed else clause to format_exception(). by Guido van Rossum · 26 years ago
  56. 2e6938f Fix bug in islocked() -- it would always return 0. by Guido van Rossum · 26 years ago
  57. a341fc3 update while dragging defaults to 0 by Barry Warsaw · 26 years ago
  58. ee6d8a5 No update while dragging still tracks the arrows by Barry Warsaw · 26 years ago
  59. 96c07fe Prefer clock() over times() for timer function, except on the Mac, by Guido van Rossum · 26 years ago
  60. 685ef4e According to Tim Peters, there should be 'print' statements in one by Guido van Rossum · 26 years ago
  61. cce1090 Change "\," to just "," in function signatures. This is easier to maintain, by Fred Drake · 26 years ago
  62. c9a4438 Coding cleanups. by Fred Drake · 26 years ago
  63. 13210ed Get the index working at least partway again. by Fred Drake · 26 years ago
  64. bd2796e Update.... by Fred Drake · 26 years ago
  65. f3aa0e0 Revert the index stuff to work better with LaTeX2HTML. by Fred Drake · 26 years ago
  66. 396a7cf Reverting some the index stuff to use tools/newind.py again; this works by Fred Drake · 26 years ago
  67. a2be988 Reverting some of the index stuff to work with LaTeX2HTML better. by Fred Drake · 26 years ago
  68. af5c0fc Logical markup, consistency. by Fred Drake · 26 years ago
  69. 4679500 Added PyErr_NormalizeException by Guido van Rossum · 26 years ago
  70. abae22f Get rid of Entrywidget by Barry Warsaw · 26 years ago
  71. 627857e Add option for no updates on typing by Barry Warsaw · 26 years ago
  72. 70787ed Add option for no updates on dragging by Barry Warsaw · 26 years ago
  73. a114eb5 Use the new PyncheOptions widget by Barry Warsaw · 26 years ago
  74. 639eea6 (py-smart-indentation): Updated docstring for new policy. by Barry Warsaw · 26 years ago
  75. e603cb1 Revive newind.py. -sigh- by Fred Drake · 26 years ago
  76. d98329c Logical markup. by Fred Drake · 26 years ago
  77. ae25be2 {classdesc} environment: Index as "Foo (class in foolib)" instead of by Fred Drake · 26 years ago
  78. 1a855fa Markup nits. by Fred Drake · 26 years ago
  79. abdea22 Adjusted an index entry. by Fred Drake · 26 years ago
  80. 52405c8 Added an index entry. by Fred Drake · 26 years ago
  81. 7bf5e08 Use {classdesc} consistently. by Fred Drake · 26 years ago
  82. c9808b3 Logical markup. by Fred Drake · 26 years ago
  83. 5f874d6 Markup nits. by Fred Drake · 26 years ago
  84. ebce370 Logical markup. by Fred Drake · 26 years ago
  85. f90dbc9 Logical markup. by Fred Drake · 26 years ago
  86. bd9ded8 Logical markup. by Fred Drake · 26 years ago
  87. 434493b Logical markup. by Fred Drake · 26 years ago
  88. a891230 Logical markup, using {classdesc} as appropriate. by Fred Drake · 26 years ago
  89. f9e1f65 Logical markup. by Fred Drake · 26 years ago
  90. 2e495c9 Logical markup, using {classdesc} as appropriate. by Fred Drake · 26 years ago
  91. be2b6d7 Logical markup. by Fred Drake · 26 years ago
  92. ff79a21 Logical markup. by Fred Drake · 26 years ago
  93. cdea8a3 Logical markup. by Fred Drake · 26 years ago
  94. 0f51fff Logical markup. by Fred Drake · 26 years ago
  95. 8f74571 Use a faster way to check for null bytes in the string argument for by Guido van Rossum · 26 years ago
  96. 677fc84 As Mike Fletcher pointed out, a __deepcopy__() method should be called by Guido van Rossum · 26 years ago
  97. 8046bef #(py-smart-indentation): Small fixes for clarity in the docstring. by Barry Warsaw · 26 years ago
  98. 9e99688 (python-mode): Removed vi vi vi hack for setting the tab width from a by Barry Warsaw · 26 years ago
  99. 55f0aab example output is different by Barry Warsaw · 26 years ago
  100. 0eae830 Typos in the docstring fixed by Detlef Lannert <lannert@uni-duesseldorf.de> by Barry Warsaw · 26 years ago