1. 20f8728 Issue #20535: PYTHONWARNING no longer affects the run_tests.py script. by Serhiy Storchaka · 11 years ago
  2. a814533 Closes #19966: allow hgtouch to operate on a base dir that is != the repo root. by Georg Brandl · 11 years ago
  3. 7f470d0 Issue #19936: Remove executable bits from C source files and several forgotten by Serhiy Storchaka · 11 years ago
  4. b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  5. 02d5db2 Fixed the serve.py script. by Serhiy Storchaka · 11 years ago
  6. 768c16c Issue #18960: Fix bugs with Python source code encoding in the second line. by Serhiy Storchaka · 11 years ago
  7. 5eb0153 Issue #20027: Fixed locale aliases for devanagari locales. by Serhiy Storchaka · 11 years ago
  8. 55c6cc4 Issue #20033: makelocalealias.py now works with non-ASCII locales and produces by Serhiy Storchaka · 11 years ago
  9. eaedaec update Barry's email (#19563) by Benjamin Peterson · 11 years ago
  10. bb65b5b Issue #19788: kill_python(_d).exe is now run as a PreBuildEvent on the by Zachary Ware · 11 years ago
  11. 23828f6 Undo (hopefully) buildbot failures by Antoine Pitrou · 11 years ago
  12. b17d2aa Issue #19308: fix the gdb plugin on gdbs linked with Python 3 by Antoine Pitrou · 11 years ago
  13. bf52648 Issue #19106: Touch generated files to be 1s newer than their youngest source. by Martin v. Löwis · 11 years ago
  14. 1f09c66 let this work with system Python 2.5 by Benjamin Peterson · 11 years ago
  15. dafea85 Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script by Serhiy Storchaka · 11 years ago
  16. 50254c5 Issue #18743: Fix references to non-existant "StringIO" module by Serhiy Storchaka · 11 years ago
  17. 7c4a7e6 #18803: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  18. 78fa5e3 Issue #16067: Add description into MSI file to replace installer's temporary name. by Martin v. Löwis · 11 years ago
  19. 6e2711b Issue #18439: Make patchcheck work on Windows for ACKS, NEWS. by Terry Jan Reedy · 11 years ago
  20. 6a98fe9 Issue #18448: Fix a typo in Tools/demo/eiffel.py. by Serhiy Storchaka · 11 years ago
  21. ec7ddd9 Issue #18457: Fixed saving of formulas and complex numbers in Tools/demo/ss1.py. by Serhiy Storchaka · 11 years ago
  22. 2670b9a Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch by by Serhiy Storchaka · 11 years ago
  23. e7275ff Issue #15239: Make mkstringprep.py work again on Python 3. by Serhiy Storchaka · 11 years ago
  24. 369d05a Fix some bugs in Tools/scripts/abitype.py. by Serhiy Storchaka · 11 years ago
  25. 84fc4ba Closes #17962: Build with OpenSSL 1.0.1e on Windows. by Georg Brandl · 11 years ago
  26. d08b210 #17833: fix test_gdb failures seen on PPC64 Linux in test_threads (test.test_gdb.PyBtTests) by David Malcolm · 11 years ago
  27. 67804e9 Issue #17801: fix shebang line of gprof2html.py by Ned Deily · 11 years ago
  28. cc0b927 Issue #17425: Build with openssl 1.0.1d on Windows. by Martin v. Löwis · 11 years ago
  29. caeb6be Merge with 3.2: Issue #17047: removed doubled words in Doc/*, by Terry Jan Reedy · 11 years ago
  30. 65e69b3 Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/* by Terry Jan Reedy · 11 years ago
  31. 859cd47 Issue #17156: pygettext.py now uses an encoding of source file and correctly by Serhiy Storchaka · 12 years ago
  32. b6ed173 Issue #17156: pygettext.py now uses an encoding of source file and correctly by Serhiy Storchaka · 12 years ago
  33. 3f5db39 Fix a few typos and a double semicolon. Patch by Eitan Adler. by Ezio Melotti · 12 years ago
  34. 0c77bf7 - Issue #17029: Let h2py search the multiarch system include directory. by doko@python.org · 12 years ago
  35. 3e6e2ac - Issue #17029: Let h2py search the multiarch system include directory. by doko@python.org · 12 years ago
  36. b4fb2e2 Issue #15539: Fix a backup file creation in pindent.py on Windows. by Serhiy Storchaka · 12 years ago
  37. a3a01b6 Issue #15539: Fix a backup file creation in pindent.py on Windows. by Serhiy Storchaka · 12 years ago
  38. 8762595 Merge patchcheck changes with 3.2 by Ezio Melotti · 12 years ago
  39. 5e12bb7 Add a note about checking refleaks to patchcheck. by Ezio Melotti · 12 years ago
  40. 40ce22e Issue #15539: Fix a number of bugs in Tools/scripts/pindent.py. by Serhiy Storchaka · 12 years ago
  41. 6840a54 Issue #15539: Fix a number of bugs in Tools/scripts/pindent.py. by Serhiy Storchaka · 12 years ago
  42. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  43. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  44. 956c6c2 #13301: merge with 3.2. by Ezio Melotti · 12 years ago
  45. 9bf379e #13301: use ast.literal_eval() instead of eval() in Tools/i18n/msgfmt.py. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  46. 10d6dde Issue #5765: Also check the compiler when finding the recursion limit by Nick Coghlan · 12 years ago
  47. 65e2bef Issue #16340: exclude venv/scripts from byte-compilation at installation time on Windows. by Vinay Sajip · 12 years ago
  48. 31605ac Issue #15378: Fix Tools/unicode/comparecodecs.py. Patch by Serhiy Storchaka. by Antoine Pitrou · 12 years ago
  49. 1eff0fc Issue #15378: Fix Tools/unicode/comparecodecs.py. Patch by Serhiy Storchaka. by Antoine Pitrou · 12 years ago
  50. b29614e compare singletons by identity not equality (closes #16712) by Benjamin Peterson · 12 years ago
  51. 77cc86f Ajdust path to launcher for non-PGO-builds by Martin v. Löwis · 12 years ago
  52. 5951ec0 Pick up 32-bit launcher from PGO directory on 64-bit PGO build. by Martin v. Löwis · 12 years ago
  53. 6b9bfe8 Allow redemo.py to be used from the command line like other demos. by Ned Deily · 12 years ago
  54. 3c6661a Allow redemo.py to be used from the command line like other demos. by Ned Deily · 12 years ago
  55. a90f311 Cleanup findnocoding.py and pysource.py scripts (with infile/infile.close) by Victor Stinner · 12 years ago
  56. 98516a6 Fix findnocoding.p and pysource.py scripts by Victor Stinner · 12 years ago
  57. d3f63d3 Simplify the LaTeX section (only three escapes are needed for alltt) by Raymond Hettinger · 12 years ago
  58. d382bfc Move importlib.test.benchmark to Tools/importbench to make it more by Brett Cannon · 12 years ago
  59. c4ac789 Fix-up latex styling by Raymond Hettinger · 12 years ago
  60. fb20a1a Fix builtin test and simplify the classified text tuple. by Raymond Hettinger · 12 years ago
  61. 7d39055 Add simple LaTeX markup by Raymond Hettinger · 12 years ago
  62. 2b9df89 Don't package removed pysetup3 anymore. by Martin v. Löwis · 12 years ago
  63. 848245a Add verbose option for diagnostics by Raymond Hettinger · 12 years ago
  64. 42a5f4a Minor algorithmic tweaks, better factoring, improved docstrings and variable names by Raymond Hettinger · 12 years ago
  65. c207401 Some cleanup in the Tools directory. by Florent Xicluna · 12 years ago
  66. 3bee1f1 Fix undefined names in __all__. by Mark Dickinson · 12 years ago
  67. 5b381a3 Make ANSI the default output style by Raymond Hettinger · 12 years ago
  68. 0712f40 Add examples to the module docstring by Raymond Hettinger · 12 years ago
  69. 1087d9c Fix spelling. by Raymond Hettinger · 12 years ago
  70. 3a96161 Add support for ANSI escape sequences by Raymond Hettinger · 12 years ago
  71. 5da6039 Refactor to isolate HTML encoding step from the parsing step. by Raymond Hettinger · 12 years ago
  72. ac5f846 Fix keyword argument by Raymond Hettinger · 12 years ago
  73. cf6eac4 Minor cleanups by Raymond Hettinger · 12 years ago
  74. ecea0fb Use new-style string formatting for the HTML template by Raymond Hettinger · 12 years ago
  75. f57baab Clean-up unused variable by Raymond Hettinger · 12 years ago
  76. f2cc352 Do HTML escaping after the tokenization step. by Raymond Hettinger · 12 years ago
  77. 487f191 Fix filename. by Georg Brandl · 12 years ago
  78. e4870b5 Limit which operators get colorized by Raymond Hettinger · 12 years ago
  79. 9b8ede6 Set title to the source filename by Raymond Hettinger · 12 years ago
  80. fd490cc Small cleanups by Raymond Hettinger · 12 years ago
  81. 410afbc Fix local variable by Raymond Hettinger · 12 years ago
  82. 461fcaa Add author tag by Raymond Hettinger · 12 years ago
  83. bc09cf1 Add syntax highlighter tool by Raymond Hettinger · 12 years ago
  84. 4cf1cc7 Issue #15171: Quote the variable that expands to the current directory. by Stefan Krah · 12 years ago
  85. 8d37ffa Issue #12605: Show information on more C frames within gdb backtraces by David Malcolm · 12 years ago
  86. 932f5be Merge buildbot script changes by Antoine Pitrou · 12 years ago
  87. d0bb9c6 Allow passing extra testing options to the buildbot test scripts by Antoine Pitrou · 12 years ago
  88. 62ba042 Issue #15171: Try the HOST_PYTHON hack for 3.2. by Stefan Krah · 12 years ago
  89. 3c0db67 Drop useenv=true also from the 32-bit build script: It is not necessary and by Stefan Krah · 12 years ago
  90. 318c56c Issue #15102: Fix paths of python executables. by Stefan Krah · 12 years ago
  91. 92c9757 Use -W on the Windows 64 buildbots by Antoine Pitrou · 12 years ago
  92. d725de9 Issue #15102: Try setting HOST_PYTHON in build-amd64.bat as a temporary measure. by Stefan Krah · 12 years ago
  93. 859aad6 Remove packaging from the standard library. by Éric Araujo · 12 years ago
  94. 16ad7a2 Issue #15102: Fix paths in external-amd64.bat. by Stefan Krah · 12 years ago
  95. 37459a0 Issue #15102: Allow platform-specific settings for the current project by Stefan Krah · 12 years ago
  96. be4fb69 Issue #14742: test_unparse now only checks a limited number of files unless the 'cpu' resource is specified. by Mark Dickinson · 12 years ago
  97. fafd9ee Revert unintended change in 973b4806f760 by Brian Curtin · 12 years ago
  98. e3f3940 file was the old arg name from an earlier patch. command matches the implementation by Brian Curtin · 12 years ago
  99. ffd4d47 Add a docstring at the top of Tools/ssl/make_ssl_data.py by Antoine Pitrou · 12 years ago
  100. f7338f6 Add forgotten files for #14837. by Antoine Pitrou · 12 years ago