1. bdb847a Issue #27952: Merge fixcid.py from 3.5 by Martin Panter · 8 years ago
  2. b766538 Issue #27952: Get fixcid.py working with the re module by Martin Panter · 8 years ago
  3. a68c1bc Remove legacy "from __future__ import with_statement" lines. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  4. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  5. 622b2f6 Issue #24225: Fix additional renamed module references. by Ned Deily · 8 years ago
  6. ccd047e Removed unused imports. by Serhiy Storchaka · 8 years ago
  7. a051bf3 Issue #26581: Use the first coding cookie on a line, not the last one. by Serhiy Storchaka · 8 years ago
  8. e431d3c Issue #26581: Use the first coding cookie on a line, not the last one. by Serhiy Storchaka · 8 years ago
  9. 885bdc4 Issue #25985: sys.version_info is now used instead of sys.version by Serhiy Storchaka · 8 years ago
  10. b4ce1fc Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure by Martin Panter · 8 years ago
  11. 4df4296 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  12. 3f209b6 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  13. a05e7f6 Issue #25505: Remove unused buggy method. by Terry Jan Reedy · 9 years ago
  14. dd1e670 Fix a variable typo by switching to a f-string. by Brett Cannon · 9 years ago
  15. f1c47e4 Issue #25154: Make the file argument apply to the print function and by Brett Cannon · 9 years ago
  16. 9b63868 Issue #25154: Deprecate the pyvenv script. by Brett Cannon · 9 years ago
  17. f488fb4 Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. by Yury Selivanov · 9 years ago
  18. 3028c95 Issue #24288: Generated opcode.h no longer contains trailing spaces and tabs. by Serhiy Storchaka · 9 years ago
  19. ba9ac5b Issue #16261: Converted some bare except statements to except statements by Serhiy Storchaka · 9 years ago
  20. d2a694c Issue #23330: h2py now supports arbitrary filenames in #include. by Serhiy Storchaka · 9 years ago
  21. b9c04db Issue #23330: h2py now supports arbitrary filenames in #include. by Serhiy Storchaka · 9 years ago
  22. c314e28 Issue #24031: make patchcheck now supports git checkouts, too. by Christian Heimes · 9 years ago
  23. d98c677 Issue #24031: make patchcheck now supports git checkouts, too. by Christian Heimes · 9 years ago
  24. 45ec328 Removed trailing whitespaces in miscalenous files. by Serhiy Storchaka · 9 years ago
  25. 17be514 Closes #23437: Make user scripts directory versioned on Windows (patch by pmoore) by Steve Dower · 9 years ago
  26. 864d57c merge 3.4 (#23130) by Benjamin Peterson · 9 years ago
  27. 3cd1af5 merge 3.3 (#23130) by Benjamin Peterson · 9 years ago
  28. 9582b33 merge 3.2 (#23130) by Benjamin Peterson · 9 years ago
  29. 44e4b98 delete old ftpmirror script, which now has security bugs (closes #23130) by Benjamin Peterson · 9 years ago
  30. 7a1104d Issue #22924: Scripts gprof2html.py and highlight.py now use html.escape() by Serhiy Storchaka · 9 years ago
  31. cac7ec4 Issue #22924: Scripts gprof2html.py and highlight.py now use html.escape() by Serhiy Storchaka · 9 years ago
  32. 6e868b7 merge with 3.4 by Georg Brandl · 10 years ago
  33. 24f0717 Closes #22663: patchcheck: only modify text files under Doc/ by Georg Brandl · 10 years ago
  34. 51af1de Merge removal of Tools/scripts/pydocgui.pyw by Zachary Ware · 10 years ago
  35. 52b2bc0 Remove Tools/scripts/pydocgui.pyw. by Zachary Ware · 10 years ago
  36. 9923341 Issue #18974: Tools/scripts/diff.py now uses argparse instead of optparse. by Serhiy Storchaka · 10 years ago
  37. 6960c1a Issue #21906: Merge from 3.4. by Berker Peksag · 10 years ago
  38. 7aee3ec Issue #21906: Make Tools/scripts/md5sum.py work in Python 3. by Berker Peksag · 10 years ago
  39. 69d2d01 Issue #21907: Exit with the correct return code by Zachary Ware · 10 years ago
  40. e12fa65 Issue #21907: Improved the batch scripts provided for building Python. by Zachary Ware · 10 years ago
  41. a171979 Remove a workaround for fixed issue #20355. by Antoine Pitrou · 10 years ago
  42. 7fae75a Issue #17861: Allow generate_opcode_h to run with a system Python 2.5. by Ned Deily · 10 years ago
  43. 67d8dc1 Fix Tools/scripts/generate_opcode_h.py from issue #17861 to work correctly by Thomas Wouters · 10 years ago
  44. 02d23a2 Closes Issue 17861: Autogenerate Include/opcode.h from opcode.py. by Kushal Das · 10 years ago
  45. eb44b2d Issue #20535: PYTHONWARNING no longer affects the run_tests.py script. by Serhiy Storchaka · 10 years ago
  46. 20f8728 Issue #20535: PYTHONWARNING no longer affects the run_tests.py script. by Serhiy Storchaka · 10 years ago
  47. 8f8ec92 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 10 years ago
  48. b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 10 years ago
  49. f4c9664 Fixed the serve.py script. by Serhiy Storchaka · 10 years ago
  50. 02d5db2 Fixed the serve.py script. by Serhiy Storchaka · 10 years ago
  51. 7282ff6 Issue #18960: Fix bugs with Python source code encoding in the second line. by Serhiy Storchaka · 10 years ago
  52. 768c16c Issue #18960: Fix bugs with Python source code encoding in the second line. by Serhiy Storchaka · 10 years ago
  53. 6787a38 Issue #15204: Deprecated the 'U' mode in file-like objects. by Serhiy Storchaka · 11 years ago
  54. d0cf063 Close #19406: Initial implementation of ensurepip by Nick Coghlan · 11 years ago
  55. 9353494 Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script by Serhiy Storchaka · 11 years ago
  56. dafea85 Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script by Serhiy Storchaka · 11 years ago
  57. d640fe2 #18803: merge with 3.3. by Ezio Melotti · 11 years ago
  58. 7c4a7e6 #18803: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  59. f3a2e9f #18445: update Tools/scripts/README. by Andrew Kuchling · 11 years ago
  60. d36b515 #18445: change permissions on some scripts to executable by Andrew Kuchling · 11 years ago
  61. db53ad7 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  62. 6e2711b Issue #18439: Make patchcheck work on Windows for ACKS, NEWS. by Terry Jan Reedy · 11 years ago
  63. 53e600c Issue #17177: update checkpyc to stop using imp by Brett Cannon · 11 years ago
  64. 369d05a Fix some bugs in Tools/scripts/abitype.py. by Serhiy Storchaka · 11 years ago
  65. e67f8e7 Fix some bugs in Tools/scripts/abitype.py. by Serhiy Storchaka · 11 years ago
  66. dbccf6a Issue #17801: fix shebang line of gprof2html.py by Ned Deily · 11 years ago
  67. 67804e9 Issue #17801: fix shebang line of gprof2html.py by Ned Deily · 11 years ago
  68. 765531d Issue #17516: use comment syntax for comments, instead of multiline string by Victor Stinner · 11 years ago
  69. 6951fea - Issue #17029: Let h2py search the multiarch system include directory. by doko@python.org · 11 years ago
  70. 0c77bf7 - Issue #17029: Let h2py search the multiarch system include directory. by doko@python.org · 11 years ago
  71. 3e6e2ac - Issue #17029: Let h2py search the multiarch system include directory. by doko@python.org · 11 years ago
  72. 1829bb4 Issue #15539: Fix a backup file creation in pindent.py on Windows. by Serhiy Storchaka · 11 years ago
  73. b4fb2e2 Issue #15539: Fix a backup file creation in pindent.py on Windows. by Serhiy Storchaka · 11 years ago
  74. a3a01b6 Issue #15539: Fix a backup file creation in pindent.py on Windows. by Serhiy Storchaka · 11 years ago
  75. e814501 Merge patchcheck changes with 3.3 by Ezio Melotti · 11 years ago
  76. 8762595 Merge patchcheck changes with 3.2 by Ezio Melotti · 11 years ago
  77. 5e12bb7 Add a note about checking refleaks to patchcheck. by Ezio Melotti · 11 years ago
  78. 9942e5a Issue #15539: Fix a number of bugs in Tools/scripts/pindent.py. by Serhiy Storchaka · 11 years ago
  79. 40ce22e Issue #15539: Fix a number of bugs in Tools/scripts/pindent.py. by Serhiy Storchaka · 11 years ago
  80. 6840a54 Issue #15539: Fix a number of bugs in Tools/scripts/pindent.py. by Serhiy Storchaka · 11 years ago
  81. 8b33dd8 Use OESeeror instead of os.error (#16720) by Andrew Svetlov · 11 years ago
  82. 2606a6f Issue #16719: Get rid of WindowsError. Use OSError instead by Andrew Svetlov · 11 years ago
  83. a191959 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 11 years ago
  84. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 11 years ago
  85. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 11 years ago
  86. 8155f8e Issue #5765: Merge from 3.3 by Nick Coghlan · 12 years ago
  87. 10d6dde Issue #5765: Also check the compiler when finding the recursion limit by Nick Coghlan · 12 years ago
  88. ccc9e61 #16245: add a script to generate the html.entities.html5 dict. by Ezio Melotti · 12 years ago
  89. b29614e compare singletons by identity not equality (closes #16712) by Benjamin Peterson · 12 years ago
  90. a90f311 Cleanup findnocoding.py and pysource.py scripts (with infile/infile.close) by Victor Stinner · 12 years ago
  91. 98516a6 Fix findnocoding.p and pysource.py scripts by Victor Stinner · 12 years ago
  92. d3f63d3 Simplify the LaTeX section (only three escapes are needed for alltt) by Raymond Hettinger · 12 years ago
  93. c4ac789 Fix-up latex styling by Raymond Hettinger · 12 years ago
  94. fb20a1a Fix builtin test and simplify the classified text tuple. by Raymond Hettinger · 12 years ago
  95. 7d39055 Add simple LaTeX markup by Raymond Hettinger · 12 years ago
  96. 848245a Add verbose option for diagnostics by Raymond Hettinger · 12 years ago
  97. 42a5f4a Minor algorithmic tweaks, better factoring, improved docstrings and variable names by Raymond Hettinger · 12 years ago
  98. 3bee1f1 Fix undefined names in __all__. by Mark Dickinson · 12 years ago
  99. 5b381a3 Make ANSI the default output style by Raymond Hettinger · 12 years ago
  100. 0712f40 Add examples to the module docstring by Raymond Hettinger · 12 years ago