487 Commits (90c8d06d687eed87fa61bf6bcc3a40beeaef39cd)

Author SHA1 Message Date
doko@python.org 3e6e2ac31d - 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
Ezio Melotti 5e12bb728f 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
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
Antoine Pitrou ebdcd859e5 Move private function _args_from_interpreter_flags() to subprocess.py, so 14 years ago
Nick Coghlan ec5cf095a9 Better control when dumping import state 14 years ago
Nick Coghlan d0bb6aa275 Start a shared utility script for poking around at the import internals 14 years ago
R David Murray 776c0df42b #14508: make gprof2html script runnable under python3 14 years ago
R David Murray d3af6344ef #14492: fix some bugs in Tools/scripts/pdeps.py. 14 years ago
R David Murray 54ac832a24 #14490, #14491: add 'sundry'-style import tests for Tools/scripts. 14 years ago
Ross Lagerwall 6c52c5755f Modify patchcheck.py to check for changes to configure.in. 14 years ago
Nadeem Vawda 9f64f73193 Issue #14053: Fix "make patchcheck" to work with MQ. 14 years ago
Nadeem Vawda f00011aff4 Issue #14053: Fix "make patchcheck" to work with MQ. 14 years ago