- b9c04db Issue #23330: h2py now supports arbitrary filenames in #include. by Serhiy Storchaka · 10 years ago
- d98c677 Issue #24031: make patchcheck now supports git checkouts, too. by Christian Heimes · 10 years ago
- 3cd1af5 merge 3.3 (#23130) by Benjamin Peterson · 10 years ago
- 9582b33 merge 3.2 (#23130) by Benjamin Peterson · 10 years ago
- 44e4b98 delete old ftpmirror script, which now has security bugs (closes #23130) by Benjamin Peterson · 10 years ago
- 7a1104d Issue #22924: Scripts gprof2html.py and highlight.py now use html.escape() by Serhiy Storchaka · 10 years ago
- 24f0717 Closes #22663: patchcheck: only modify text files under Doc/ by Georg Brandl · 10 years ago
- 52b2bc0 Remove Tools/scripts/pydocgui.pyw. by Zachary Ware · 11 years ago
- 7aee3ec Issue #21906: Make Tools/scripts/md5sum.py work in Python 3. by Berker Peksag · 11 years ago
- eb44b2d Issue #20535: PYTHONWARNING no longer affects the run_tests.py script. by Serhiy Storchaka · 11 years ago
- 20f8728 Issue #20535: PYTHONWARNING no longer affects the run_tests.py script. by Serhiy Storchaka · 11 years ago
- 8f8ec92 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
- b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
- f4c9664 Fixed the serve.py script. by Serhiy Storchaka · 11 years ago
- 02d5db2 Fixed the serve.py script. by Serhiy Storchaka · 11 years ago
- 7282ff6 Issue #18960: Fix bugs with Python source code encoding in the second line. by Serhiy Storchaka · 11 years ago
- 768c16c Issue #18960: Fix bugs with Python source code encoding in the second line. by Serhiy Storchaka · 11 years ago
- 6787a38 Issue #15204: Deprecated the 'U' mode in file-like objects. by Serhiy Storchaka · 11 years ago
- d0cf063 Close #19406: Initial implementation of ensurepip by Nick Coghlan · 11 years ago
- 9353494 Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script by Serhiy Storchaka · 11 years ago
- dafea85 Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script by Serhiy Storchaka · 11 years ago
- d640fe2 #18803: merge with 3.3. by Ezio Melotti · 11 years ago
- 7c4a7e6 #18803: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
- f3a2e9f #18445: update Tools/scripts/README. by Andrew Kuchling · 11 years ago
- d36b515 #18445: change permissions on some scripts to executable by Andrew Kuchling · 11 years ago
- db53ad7 Merge with 3.3 by Terry Jan Reedy · 12 years ago
- 6e2711b Issue #18439: Make patchcheck work on Windows for ACKS, NEWS. by Terry Jan Reedy · 12 years ago
- 53e600c Issue #17177: update checkpyc to stop using imp by Brett Cannon · 12 years ago
- 369d05a Fix some bugs in Tools/scripts/abitype.py. by Serhiy Storchaka · 12 years ago
- e67f8e7 Fix some bugs in Tools/scripts/abitype.py. by Serhiy Storchaka · 12 years ago
- dbccf6a Issue #17801: fix shebang line of gprof2html.py by Ned Deily · 12 years ago
- 67804e9 Issue #17801: fix shebang line of gprof2html.py by Ned Deily · 12 years ago
- 765531d Issue #17516: use comment syntax for comments, instead of multiline string by Victor Stinner · 12 years ago
- 6951fea - Issue #17029: Let h2py search the multiarch system include directory. by doko@python.org · 12 years ago
- 0c77bf7 - Issue #17029: Let h2py search the multiarch system include directory. by doko@python.org · 12 years ago
- 3e6e2ac - Issue #17029: Let h2py search the multiarch system include directory. by doko@python.org · 12 years ago
- 1829bb4 Issue #15539: Fix a backup file creation in pindent.py on Windows. by Serhiy Storchaka · 12 years ago
- b4fb2e2 Issue #15539: Fix a backup file creation in pindent.py on Windows. by Serhiy Storchaka · 12 years ago
- a3a01b6 Issue #15539: Fix a backup file creation in pindent.py on Windows. by Serhiy Storchaka · 12 years ago
- e814501 Merge patchcheck changes with 3.3 by Ezio Melotti · 12 years ago
- 8762595 Merge patchcheck changes with 3.2 by Ezio Melotti · 12 years ago
- 5e12bb7 Add a note about checking refleaks to patchcheck. by Ezio Melotti · 12 years ago
- 9942e5a Issue #15539: Fix a number of bugs in Tools/scripts/pindent.py. by Serhiy Storchaka · 12 years ago
- 40ce22e Issue #15539: Fix a number of bugs in Tools/scripts/pindent.py. by Serhiy Storchaka · 12 years ago
- 6840a54 Issue #15539: Fix a number of bugs in Tools/scripts/pindent.py. by Serhiy Storchaka · 12 years ago
- 8b33dd8 Use OESeeror instead of os.error (#16720) by Andrew Svetlov · 12 years ago
- 2606a6f Issue #16719: Get rid of WindowsError. Use OSError instead by Andrew Svetlov · 12 years ago
- a191959 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
- 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
- 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
- 8155f8e Issue #5765: Merge from 3.3 by Nick Coghlan · 12 years ago
- 10d6dde Issue #5765: Also check the compiler when finding the recursion limit by Nick Coghlan · 12 years ago
- ccc9e61 #16245: add a script to generate the html.entities.html5 dict. by Ezio Melotti · 12 years ago
- b29614e compare singletons by identity not equality (closes #16712) by Benjamin Peterson · 12 years ago
- a90f311 Cleanup findnocoding.py and pysource.py scripts (with infile/infile.close) by Victor Stinner · 13 years ago
- 98516a6 Fix findnocoding.p and pysource.py scripts by Victor Stinner · 13 years ago
- d3f63d3 Simplify the LaTeX section (only three escapes are needed for alltt) by Raymond Hettinger · 13 years ago
- c4ac789 Fix-up latex styling by Raymond Hettinger · 13 years ago
- fb20a1a Fix builtin test and simplify the classified text tuple. by Raymond Hettinger · 13 years ago
- 7d39055 Add simple LaTeX markup by Raymond Hettinger · 13 years ago
- 848245a Add verbose option for diagnostics by Raymond Hettinger · 13 years ago
- 42a5f4a Minor algorithmic tweaks, better factoring, improved docstrings and variable names by Raymond Hettinger · 13 years ago
- 3bee1f1 Fix undefined names in __all__. by Mark Dickinson · 13 years ago
- 5b381a3 Make ANSI the default output style by Raymond Hettinger · 13 years ago
- 0712f40 Add examples to the module docstring by Raymond Hettinger · 13 years ago
- 1087d9c Fix spelling. by Raymond Hettinger · 13 years ago
- 3a96161 Add support for ANSI escape sequences by Raymond Hettinger · 13 years ago
- 5da6039 Refactor to isolate HTML encoding step from the parsing step. by Raymond Hettinger · 13 years ago
- ac5f846 Fix keyword argument by Raymond Hettinger · 13 years ago
- cf6eac4 Minor cleanups by Raymond Hettinger · 13 years ago
- ecea0fb Use new-style string formatting for the HTML template by Raymond Hettinger · 13 years ago
- f57baab Clean-up unused variable by Raymond Hettinger · 13 years ago
- f2cc352 Do HTML escaping after the tokenization step. by Raymond Hettinger · 13 years ago
- 487f191 Fix filename. by Georg Brandl · 13 years ago
- e4870b5 Limit which operators get colorized by Raymond Hettinger · 13 years ago
- 9b8ede6 Set title to the source filename by Raymond Hettinger · 13 years ago
- fd490cc Small cleanups by Raymond Hettinger · 13 years ago
- 410afbc Fix local variable by Raymond Hettinger · 13 years ago
- 461fcaa Add author tag by Raymond Hettinger · 13 years ago
- bc09cf1 Add syntax highlighter tool by Raymond Hettinger · 13 years ago
- 859aad6 Remove packaging from the standard library. by Éric Araujo · 13 years ago
- a263772 Issue #7582: Use ISO timestamp in diff.py by Alexander Belopolsky · 13 years ago
- 7ded1f0 Implemented PEP 405 (Python virtual environments). by Vinay Sajip · 13 years ago
- ebdcd85 Move private function _args_from_interpreter_flags() to subprocess.py, so by Antoine Pitrou · 13 years ago
- ec5cf09 Better control when dumping import state by Nick Coghlan · 13 years ago
- d0bb6aa Start a shared utility script for poking around at the import internals by Nick Coghlan · 13 years ago
- ea16980 #14508: make gprof2html script runnable under python3 by R David Murray · 13 years ago
- 776c0df #14508: make gprof2html script runnable under python3 by R David Murray · 13 years ago
- 3861a32 Merge #14492: fix some bugs in Tools/scripts/pdeps.py. by R David Murray · 13 years ago
- d3af634 #14492: fix some bugs in Tools/scripts/pdeps.py. by R David Murray · 13 years ago
- ce98062 Merge #14490, #14491: add 'sundry'-style import tests for Tools/scripts. by R David Murray · 13 years ago
- 54ac832 #14490, #14491: add 'sundry'-style import tests for Tools/scripts. by R David Murray · 13 years ago
- 5ce31cc merge 3.2 by Matthias Klose · 13 years ago
- 6c52c57 Modify patchcheck.py to check for changes to configure.in. by Ross Lagerwall · 13 years ago
- 6721149 Merge: #14053: Fix "make patchcheck" to work with MQ. by Nadeem Vawda · 13 years ago
- 9f64f73 Issue #14053: Fix "make patchcheck" to work with MQ. by Nadeem Vawda · 13 years ago
- c9f54cf enable hash randomization by default by Benjamin Peterson · 13 years ago
- 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 13 years ago
- 87ae0a2 Backout of changeset 228fd2bd83a5 by Nadeem Vawda in branch 'default': by Antoine Pitrou · 13 years ago
- 08aa3c0 Issue #12804: Prevent "make test" from using network resources. by Nadeem Vawda · 13 years ago