1. 8155f8e Issue #5765: Merge from 3.3 by Nick Coghlan · 12 years ago
  2. 10d6dde Issue #5765: Also check the compiler when finding the recursion limit by Nick Coghlan · 12 years ago
  3. ccc9e61 #16245: add a script to generate the html.entities.html5 dict. by Ezio Melotti · 12 years ago
  4. b29614e compare singletons by identity not equality (closes #16712) by Benjamin Peterson · 12 years ago
  5. a90f311 Cleanup findnocoding.py and pysource.py scripts (with infile/infile.close) by Victor Stinner · 12 years ago
  6. 98516a6 Fix findnocoding.p and pysource.py scripts by Victor Stinner · 12 years ago
  7. d3f63d3 Simplify the LaTeX section (only three escapes are needed for alltt) by Raymond Hettinger · 12 years ago
  8. c4ac789 Fix-up latex styling by Raymond Hettinger · 12 years ago
  9. fb20a1a Fix builtin test and simplify the classified text tuple. by Raymond Hettinger · 12 years ago
  10. 7d39055 Add simple LaTeX markup by Raymond Hettinger · 12 years ago
  11. 848245a Add verbose option for diagnostics by Raymond Hettinger · 12 years ago
  12. 42a5f4a Minor algorithmic tweaks, better factoring, improved docstrings and variable names by Raymond Hettinger · 12 years ago
  13. 3bee1f1 Fix undefined names in __all__. by Mark Dickinson · 12 years ago
  14. 5b381a3 Make ANSI the default output style by Raymond Hettinger · 12 years ago
  15. 0712f40 Add examples to the module docstring by Raymond Hettinger · 12 years ago
  16. 1087d9c Fix spelling. by Raymond Hettinger · 12 years ago
  17. 3a96161 Add support for ANSI escape sequences by Raymond Hettinger · 12 years ago
  18. 5da6039 Refactor to isolate HTML encoding step from the parsing step. by Raymond Hettinger · 12 years ago
  19. ac5f846 Fix keyword argument by Raymond Hettinger · 12 years ago
  20. cf6eac4 Minor cleanups by Raymond Hettinger · 12 years ago
  21. ecea0fb Use new-style string formatting for the HTML template by Raymond Hettinger · 12 years ago
  22. f57baab Clean-up unused variable by Raymond Hettinger · 12 years ago
  23. f2cc352 Do HTML escaping after the tokenization step. by Raymond Hettinger · 12 years ago
  24. 487f191 Fix filename. by Georg Brandl · 12 years ago
  25. e4870b5 Limit which operators get colorized by Raymond Hettinger · 12 years ago
  26. 9b8ede6 Set title to the source filename by Raymond Hettinger · 12 years ago
  27. fd490cc Small cleanups by Raymond Hettinger · 12 years ago
  28. 410afbc Fix local variable by Raymond Hettinger · 12 years ago
  29. 461fcaa Add author tag by Raymond Hettinger · 12 years ago
  30. bc09cf1 Add syntax highlighter tool by Raymond Hettinger · 12 years ago
  31. 859aad6 Remove packaging from the standard library. by Éric Araujo · 12 years ago
  32. a263772 Issue #7582: Use ISO timestamp in diff.py by Alexander Belopolsky · 12 years ago
  33. 7ded1f0 Implemented PEP 405 (Python virtual environments). by Vinay Sajip · 12 years ago
  34. ebdcd85 Move private function _args_from_interpreter_flags() to subprocess.py, so by Antoine Pitrou · 12 years ago
  35. ec5cf09 Better control when dumping import state by Nick Coghlan · 12 years ago
  36. d0bb6aa Start a shared utility script for poking around at the import internals by Nick Coghlan · 12 years ago
  37. ea16980 #14508: make gprof2html script runnable under python3 by R David Murray · 12 years ago
  38. 776c0df #14508: make gprof2html script runnable under python3 by R David Murray · 12 years ago
  39. 3861a32 Merge #14492: fix some bugs in Tools/scripts/pdeps.py. by R David Murray · 12 years ago
  40. d3af634 #14492: fix some bugs in Tools/scripts/pdeps.py. by R David Murray · 12 years ago
  41. ce98062 Merge #14490, #14491: add 'sundry'-style import tests for Tools/scripts. by R David Murray · 12 years ago
  42. 54ac832 #14490, #14491: add 'sundry'-style import tests for Tools/scripts. by R David Murray · 12 years ago
  43. 5ce31cc merge 3.2 by Matthias Klose · 12 years ago
  44. 6c52c57 Modify patchcheck.py to check for changes to configure.in. by Ross Lagerwall · 12 years ago
  45. 6721149 Merge: #14053: Fix "make patchcheck" to work with MQ. by Nadeem Vawda · 12 years ago
  46. 9f64f73 Issue #14053: Fix "make patchcheck" to work with MQ. by Nadeem Vawda · 12 years ago
  47. c9f54cf enable hash randomization by default by Benjamin Peterson · 12 years ago
  48. 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 12 years ago
  49. 87ae0a2 Backout of changeset 228fd2bd83a5 by Nadeem Vawda in branch 'default': by Antoine Pitrou · 13 years ago
  50. 08aa3c0 Issue #12804: Prevent "make test" from using network resources. by Nadeem Vawda · 13 years ago
  51. 7f0a6dd Use -n for tests under Windows by Antoine Pitrou · 13 years ago
  52. 147cd50 Merge 3.2 by Éric Araujo · 13 years ago
  53. 1bf5b6a Update crlf and lfcr scripts for 3.x bytes semantics (#12032). by Éric Araujo · 13 years ago
  54. f04488e Merge 3.2 by Éric Araujo · 13 years ago
  55. fbc5ff6 patchcheck: don’t talk about the test suite when no code file were changed. by Éric Araujo · 13 years ago
  56. 88bf51b Corrected attribute docstring per pep-257 (reference #10639) by Jason R. Coombs · 13 years ago
  57. 328b501 Clean up description of Tools/scripts/run_tests.py. by Nadeem Vawda · 13 years ago
  58. 3c01d16 Issue #11651: Move options for running tests into a Python script. by Nadeem Vawda · 13 years ago
  59. 56ec5fe Small cleanup by Éric Araujo · 13 years ago
  60. ad548b8 Merge fixes for #9860, #11104/#8688 and #12331 from 3.2 by Éric Araujo · 13 years ago
  61. a3e072b Let “make patchcheck” work for out-of-dir builds (#9860) by Éric Araujo · 13 years ago
  62. 947fed4 Merge fix for reindent.py by Jason R. Coombs · 13 years ago
  63. 4789104 Issue #10639: spec_newline wasn't defined globally unless main() was called; now spec_newline is set at module import/execution by Jason R. Coombs · 13 years ago
  64. 2527796 Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes) by Éric Araujo · 13 years ago
  65. 9e1af03 Branch merge. by Éric Araujo · 13 years ago
  66. a0e92a8 Fix missing or wrong shebangs and missing executable bits for scripts (#10318) by Éric Araujo · 13 years ago
  67. 76eec3d Issue #10639: reindent.py tool now accepts a --newline option to specify the newline to be used in the output of converted files. by Jason R. Coombs · 13 years ago
  68. 1322bd4 Merge with 3.2 Issue #10639: reindent.py should not convert newlines. by Jason R. Coombs · 13 years ago
  69. 1ce7b17 Fix string exception and a few style issues in mailerdaemon script by Éric Araujo · 13 years ago
  70. 76748b7 Fixes #10639: reindent.py should not convert newlines by Jason R. Coombs · 13 years ago
  71. 4177eff general cleaning up by Benjamin Peterson · 13 years ago
  72. fbf528f remove svn support by Benjamin Peterson · 13 years ago
  73. 0f67a99 Branch merge by Éric Araujo · 13 years ago
  74. 1231a4e initial import of the packaging package in the standard library by Tarek Ziade · 13 years ago
  75. 6348f0e Close #12032: Fix scripts/crlf.py for Python 3 by Victor Stinner · 13 years ago
  76. 1e794f6 Remove obsolete 'rU' mode in Tools/scripts too (see be5b8d1ded34) by Éric Araujo · 13 years ago
  77. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  78. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  79. 6916806 Issue #11135: Remove redundant doc field from PyType_Spec. by Martin v. Löwis · 13 years ago
  80. 0f2a61a Merged revisions 88147 via svnmerge from by Antoine Pitrou · 14 years ago
  81. e6d4c5b Issue #10987: Fix the recursion limit handling in the _pickle module. by Antoine Pitrou · 14 years ago
  82. 856898b Harmonize docstrings. Move redemo from Tools/scripts to Tools/demo. Add a README file to Tools/demo. by Georg Brandl · 14 years ago
  83. 30baf2b Fix NameErrors. by Georg Brandl · 14 years ago
  84. 5684a9a Clean up tools: remove "world" and "framer", move single SSL script to scripts/. by Georg Brandl · 14 years ago
  85. 4cf83f4 Remove some of the old demos. (Put a few somewhere else.) by Georg Brandl · 14 years ago
  86. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  87. 73f382d Issue #9598: untabify.py will now respect encoding cookie in the files it processes by Alexander Belopolsky · 14 years ago
  88. d62ecbf Merged revisions 85728,85731,85735,85766-85771,85773,85777 via svnmerge from by Georg Brandl · 14 years ago
  89. 1e600dc Fix resource warning from patchcheck.py by Éric Araujo · 14 years ago
  90. 9c14f2f #3077: fix h2py substitution of character literals. by Georg Brandl · 14 years ago
  91. a9afb68 #9095, #8912, #8999: add support in patchcheck for Mercurial checkouts, C file reindenting, and docs whitespace fixing. by Georg Brandl · 14 years ago
  92. 7cd94b8 Fix Issue10140 - Tools/scripts/pathfix.py: add option to preserve timestamps by Senthil Kumaran · 14 years ago
  93. 4a98e3b Issue #10117: Tools/scripts/reindent.py now accepts source files that by Alexander Belopolsky · 14 years ago
  94. 13f959b Merged revisions 83561,83563,83565-83566,83569,83571,83574-83575,83580,83584,83599,83612,83659,83977,84015-84018,84020,84141 via svnmerge from by Georg Brandl · 14 years ago
  95. d5f2b54 Fix reindent-rst.py: it works on binary files by Victor Stinner · 14 years ago
  96. b4efb3d Merged revisions 83212,83829,83833,83838-83839,83878,84019,84025,84028,84032,84036 via svnmerge from by Florent Xicluna · 14 years ago
  97. c7eaede Fix ``Tools/scripts/checkpyc.py`` after PEP 3147. by Florent Xicluna · 14 years ago
  98. e4a3380 Clean up syntax for some scripts. by Florent Xicluna · 14 years ago
  99. 25803f7 Merge the 2to3 script from /sandbox/trunk/2to3/2to3, revision 72867 (latest). by Florent Xicluna · 14 years ago
  100. f767f08 Issue #8867: Fix `Tools/scripts/serve.py` to work with files containing by Antoine Pitrou · 14 years ago