1. eba28be Whitespace normalization. by Tim Peters · 19 years ago
  2. 141f41a Reuse componentids for *.dll across minor releases. by Martin v. Löwis · 19 years ago
  3. 3390d33 Add more UUIDs. Update custom actions for Itanium. Backported to 2.4 by Martin v. Löwis · 19 years ago
  4. 3c24d96 Avoid using *W functions on Win95. Backported to 2.4. by Martin v. Löwis · 19 years ago
  5. 5a9fb3c Whitespace normalization. by Tim Peters · 19 years ago
  6. 5c9e55e Add more test directories to testsuite. Will backport to 2.4. by Martin v. Löwis · 20 years ago
  7. 9fda931 Patch #1088716: build and incorporate libpython24.a. Backported to 2.4 by Martin v. Löwis · 20 years ago
  8. ac191da Properly quote IDLE shortcut. Will backport to 2.4. by Martin v. Löwis · 20 years ago
  9. b4cebd4 Correct mapping of Python codec name to C encoding name for UTF-8 (the C lib by Marc-André Lemburg · 20 years ago
  10. eb68be4 Replace VB with VC. by Martin v. Löwis · 20 years ago
  11. bb4f1bd locale.py now uses an updated locale alias table (built using by Marc-André Lemburg · 20 years ago
  12. 4d930be Add all readme files in Tools. by Martin v. Löwis · 20 years ago
  13. 6d60c09 Include site-packages directory. by Martin v. Löwis · 20 years ago
  14. eac02e6 Add missing have_tcl conditions by Martin v. Löwis · 20 years ago
  15. 72f0801 SF bug #1061457: spelling error in win installer by Raymond Hettinger · 20 years ago
  16. 7b2563b Exclude badsyntax from compileall; adjust options to what Makefile.pre.in does. by Martin v. Löwis · 20 years ago
  17. 130e37f Read the text files to be compared in universal-newline mode. by Tim Peters · 20 years ago
  18. f13337d Fix lib-tk PythonPath. by Martin v. Löwis · 20 years ago
  19. 0e9980f Whitespace normalization. by Tim Peters · 20 years ago
  20. 0f02ce3 Do not include extpy[w].exe anymore by Martin v. Löwis · 20 years ago
  21. 1e3a264 Generate the product code properly by Martin v. Löwis · 20 years ago
  22. dff68d0 Change all extensions to unadvertised. by Martin v. Löwis · 20 years ago
  23. 0b4a7d9 Revert creation of launcher.exe. by Martin v. Löwis · 20 years ago
  24. 4b2017a Implement conditional extensions through launcher.exe. by Martin v. Löwis · 20 years ago
  25. 104c46b Support Python 2.2. by Martin v. Löwis · 20 years ago
  26. 566d934 compiler.transformer: correct lineno attribute when possible SF patch #1015989 by Jeremy Hylton · 20 years ago
  27. 7d3755d Add test_difflib_expect.html. by Martin v. Löwis · 20 years ago
  28. e0f780d Conditionalize Tcl feature by Martin v. Löwis · 20 years ago
  29. d3f61a2 Pickup Tk from tcltk directory. by Martin v. Löwis · 20 years ago
  30. e064b41 Patch #914575: difflib side by side diff support, diff.py s/b/s HTML option. by Martin v. Löwis · 20 years ago
  31. 66cb018 Whitespace normalization. by Tim Peters · 20 years ago
  32. 8107ca4 Keep option parser from gobbling up the filename to be profiled and the by Skip Montanaro · 20 years ago
  33. 94607dd Whitespace normalization. by Tim Peters · 20 years ago
  34. 2dd2a28 Add acknowledgements to ExitDialog. by Martin v. Löwis · 20 years ago
  35. 8ffe9ab Move msi from sandbox to Tools. by Martin v. Löwis · 20 years ago
  36. 2443d4a - pygettext.py: Generate POT-Creation-Date header in ISO format. by Matthias Klose · 20 years ago
  37. 494aaee Whitespace normalization. by Tim Peters · 20 years ago
  38. e236b38 [Patch #1005491 ] use __name__ == '__main__' in scripts by Andrew M. Kuchling · 20 years ago
  39. e6e77e5 Fix by Michael W. Hudson · 20 years ago
  40. e9ddfbb SF #989185: Drop unicode.iswide() and unicode.width() and add by Hye-Shik Chang · 20 years ago
  41. c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 20 years ago
  42. 5ae638c Remove copyright notices from gencodec.py output. by Marc-André Lemburg · 20 years ago
  43. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  44. 4fba452 WTF is with this script? It contained illegal syntax and illegal by Tim Peters · 20 years ago
  45. c572e42 Call the correct tp_dealloc. by Jack Jansen · 20 years ago
  46. 7b7acd1 Use set() instead of sets.Set() by Raymond Hettinger · 20 years ago
  47. 5492f3d Add more known macros. by Raymond Hettinger · 20 years ago
  48. 27f8836 Whitespace normalization. by Tim Peters · 20 years ago
  49. 974ed7c - SF #962502: Add two more methods for unicode type; width() and by Hye-Shik Chang · 20 years ago
  50. ba91b9f Applying SF patch #949329 on behalf of Raymond Hettinger. by Armin Rigo · 20 years ago
  51. 354433a SF patch #872326: Generator expression implementation by Raymond Hettinger · 20 years ago
  52. ffa5a50 Small fixes in freeze.py. by Gustavo Niemeyer · 20 years ago
  53. 26510d4 delete timing output - it appears after the </html> line. by Skip Montanaro · 20 years ago
  54. 165163f add usage() function, -h(elp) flag and long versions of short flags by Skip Montanaro · 20 years ago
  55. a982c44 [Patch #918212] Support XHTML's 'id' attribute, which can be on any element. by Andrew M. Kuchling · 20 years ago
  56. e2b61e0 * explain flags in doc strings by Skip Montanaro · 20 years ago
  57. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  58. f91c59a add hotshotmain.py ref by Skip Montanaro · 20 years ago
  59. 4aba6f5 The bagpipe didn't say "no" (*), so here's a main program script useful for by Skip Montanaro · 20 years ago
  60. 7107c1a Got rid of macglue.h, replacing it by pymactoolbox.h where relevant. by Jack Jansen · 21 years ago
  61. 48f9c6d allow dump/load of gdbm files by Skip Montanaro · 21 years ago
  62. 23b44a3 Patch #812378: Normalize white space. by Martin v. Löwis · 21 years ago
  63. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  64. 8f81c93 Patch #713645: Fix typo. by Martin v. Löwis · 21 years ago
  65. c60577e Generalize the last change to check for other markup spacing errors. by Raymond Hettinger · 21 years ago
  66. b9c07af Check for \NULL markup errors. by Raymond Hettinger · 21 years ago
  67. eb296d9 Fix for SF bug #780996, crash when no .pynche file exists and -d by Barry Warsaw · 21 years ago
  68. e41d4c8 Added doubled word warnings. by Raymond Hettinger · 21 years ago
  69. 1a3abcb This started opening files in text mode by default in the 2.3 release, by Tim Peters · 21 years ago
  70. 7d59948 When piping output into a pager like "less", quiting the pager before by Fred Drake · 21 years ago
  71. 7f7e137 fix for bug 773020 - splitting PATH should use os.pathsep by Skip Montanaro · 21 years ago
  72. 5ec7968 This file was moved to Lib/. by Jeremy Hylton · 21 years ago
  73. 592c4cc SF bug 753592, websucker bug by Neal Norwitz · 21 years ago
  74. 8df717a minor __doc__ string tweakage by Skip Montanaro · 21 years ago
  75. c5e5e51 typo by Skip Montanaro · 21 years ago
  76. fc1efa3 Make the comment prefix 7 character long, so the lines are properly aligned. by Walter Dörwald · 21 years ago
  77. ecb544e Get rid of old IDLE. Lib/idlelib rules! by Guido van Rossum · 21 years ago
  78. ab537e9 Put the main script for the new IDLE here. by Guido van Rossum · 21 years ago
  79. a33d177 Added a command line interface for difflib.py by Raymond Hettinger · 21 years ago
  80. bb640c1 Patch #748849: Update to current tools and demos. by Martin v. Löwis · 21 years ago
  81. 7b4abbb modulefinder.py is not a freeze private module anymore. by Gustavo Niemeyer · 21 years ago
  82. 6e0f5e0 * Added file globbing to make it easier to check many LaTeX files. by Raymond Hettinger · 21 years ago
  83. 071b0bc Forward slash warnings now only occur for potentially valid LaTeX commands. by Raymond Hettinger · 21 years ago
  84. ac6df95 Fix use of 'file' as a variable name. by Andrew M. Kuchling · 21 years ago
  85. a2f7728 Prevent script from allowing '-r12' by Andrew M. Kuchling · 21 years ago
  86. 4693d46 Rename sum5.py to md5sum.py, because sum5.py is more interesting by Andrew M. Kuchling · 21 years ago
  87. fb9653a Don't use 'file' as a variable name Modernize the code a bit Add docstring by Andrew M. Kuchling · 21 years ago
  88. 87ddce1 [Bug #724767] Avoid use of 'file' as a variable name by Andrew M. Kuchling · 21 years ago
  89. 47172b4 [Bug #724767] crlf.py uses the variable name file, which it shouldn't anymore. by Andrew M. Kuchling · 21 years ago
  90. 62aa994 * Added separate checks for matching braces. by Raymond Hettinger · 21 years ago
  91. 4f0c6b2 Minor fixups. by Raymond Hettinger · 21 years ago
  92. 0fd525f Add table level validation and made minor fix-ups. by Raymond Hettinger · 21 years ago
  93. 71e0033 Added a tool for making a rough check of LaTeX documents. by Raymond Hettinger · 21 years ago
  94. 8f0bd56 Declare encoding. Use unsigned long constants. Fixes #728277. by Martin v. Löwis · 21 years ago
  95. a3c253e Removing new files accidentally checked in on the trunk rather than on the by Guido van Rossum · 21 years ago
  96. 767d9fe Add back files that were accidentally deleted on the trunk rather than by Guido van Rossum · 21 years ago
  97. 57cd21f Checking in IDLEFORK exactly as it appears in the idlefork CVS. by Guido van Rossum · 21 years ago
  98. 0eadaac Whitespace normalization. by Tim Peters · 21 years ago
  99. 334df6c Finally added a -h option to print the module docstring and exit. ;) by Barry Warsaw · 21 years ago
  100. 53f72d7 Docstring clarifications. by Tim Peters · 21 years ago