495 Commits (95db2e7b8a0477ddf60902ca0aacdafbb265e5a5)

Author SHA1 Message Date
Terry Jan Reedy 6e2711b345 Issue #18439: Make patchcheck work on Windows for ACKS, NEWS. 13 years ago
Brett Cannon 53e600c24a Issue #17177: update checkpyc to stop using imp 13 years ago
Serhiy Storchaka 369d05a616 Fix some bugs in Tools/scripts/abitype.py. 13 years ago
Ned Deily 67804e9838 Issue #17801: fix shebang line of gprof2html.py 13 years ago
Victor Stinner 765531d2d0 Issue #17516: use comment syntax for comments, instead of multiline string 13 years ago
doko@python.org 3e6e2ac31d - Issue #17029: Let h2py search the multiarch system include directory. 13 years ago
doko@python.org 4e63fbe04d - Issue #17029: Let h2py search the multiarch system include directory. 13 years ago
Serhiy Storchaka a3a01b6ac3 Issue #15539: Fix a backup file creation in pindent.py on Windows. 13 years ago
Serhiy Storchaka dfae912d80 Issue #15539: Fix backup file creation in pindent.py on Windows 13 years ago
Ezio Melotti 5e12bb728f Add a note about checking refleaks to patchcheck. 13 years ago
Ezio Melotti 9e9cb2810e Add a note about checking refleaks to patchcheck. 13 years ago
Serhiy Storchaka 6840a54ad4 Issue #15539: Fix a number of bugs in Tools/scripts/pindent.py. 13 years ago
Serhiy Storchaka 8cd7f82024 Issue #15539: Fix a number of bugs in Tools/scripts/pindent.py. 13 years ago
Andrew Svetlov 8b33dd8e54 Use OESeeror instead of os.error (#16720) 13 years ago
Andrew Svetlov 2606a6f197 Issue #16719: Get rid of WindowsError. Use OSError instead 13 years ago
Andrew Svetlov 4bb142b1b7 Issue #16714: use 'raise' exceptions, don't 'throw'. 13 years ago
Andrew Svetlov 737fb89dd1 Issue #16714: use 'raise' exceptions, don't 'throw'. 13 years ago
Nick Coghlan 10d6ddeef1 Issue #5765: Also check the compiler when finding the recursion limit 13 years ago
Ezio Melotti ccc9e617f5 #16245: add a script to generate the html.entities.html5 dict. 13 years ago
Benjamin Peterson b29614e047 compare singletons by identity not equality (closes #16712) 13 years ago
Victor Stinner a90f311d05 Cleanup findnocoding.py and pysource.py scripts (with infile/infile.close) 14 years ago
Victor Stinner 98516a6930 Fix findnocoding.p and pysource.py scripts 14 years ago
Raymond Hettinger d3f63d3661 Simplify the LaTeX section (only three escapes are needed for alltt) 14 years ago
Raymond Hettinger c4ac789be7 Fix-up latex styling 14 years ago
Raymond Hettinger fb20a1a924 Fix builtin test and simplify the classified text tuple. 14 years ago
Raymond Hettinger 7d39055f7f Add simple LaTeX markup 14 years ago
Raymond Hettinger 848245a078 Add verbose option for diagnostics 14 years ago
Raymond Hettinger 42a5f4a3f2 Minor algorithmic tweaks, better factoring, improved docstrings and variable names 14 years ago
Mark Dickinson 3bee1f1154 Fix undefined names in __all__. 14 years ago
Raymond Hettinger 5b381a3650 Make ANSI the default output style 14 years ago
Raymond Hettinger 0712f40308 Add examples to the module docstring 14 years ago
Raymond Hettinger 1087d9c4b3 Fix spelling. 14 years ago
Raymond Hettinger 3a96161a73 Add support for ANSI escape sequences 14 years ago
Raymond Hettinger 5da6039765 Refactor to isolate HTML encoding step from the parsing step. 14 years ago
Raymond Hettinger ac5f8467b1 Fix keyword argument 14 years ago
Raymond Hettinger cf6eac4063 Minor cleanups 14 years ago
Raymond Hettinger ecea0fb173 Use new-style string formatting for the HTML template 14 years ago
Éric Araujo 0d983b5339 Avoid SyntaxError in script using print function 14 years ago
Raymond Hettinger f57baaba49 Clean-up unused variable 14 years ago
Raymond Hettinger f2cc352afd Do HTML escaping after the tokenization step. 14 years ago
Georg Brandl 487f191b79 Fix filename. 14 years ago
Raymond Hettinger e4870b5117 Limit which operators get colorized 14 years ago
Raymond Hettinger 9b8ede60c1 Set title to the source filename 14 years ago
Raymond Hettinger fd490cc052 Small cleanups 14 years ago
Raymond Hettinger 410afbc5d8 Fix local variable 14 years ago
Raymond Hettinger 461fcaa6d4 Add author tag 14 years ago
Raymond Hettinger bc09cf1f35 Add syntax highlighter tool 14 years ago
Éric Araujo 859aad6a36 Remove packaging from the standard library. 14 years ago
Alexander Belopolsky a2637729f2 Issue #7582: Use ISO timestamp in diff.py 14 years ago
Vinay Sajip 7ded1f0f69 Implemented PEP 405 (Python virtual environments). 14 years ago