/config.tests/unix/

hon-coded modules.Terry Jan Reedy2016-06-111-2/+3 | | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi. * Regenerated pydoc-topics and fixed bad/suspicious doc markup for Python 3.5.0a4.Larry Hastings2015-04-191-1/+1 | * Issue #23731: Implement PEP 488.Brett Cannon2015-04-131-5/+4 | | | | | | The concept of .pyo files no longer exists. Now .pyc files have an optional `opt-` tag which specifies if any extra optimizations beyond the peepholer were applied. * Issue #17222: Raise FileExistsError when py_compile.compile wouldBrett Cannon2013-06-141-1/+10 | | | | overwrite a symlink or non-regular file with a regular file. * Issue #17222: Document that py_compile now uses importlib for its fileBrett Cannon2013-03-13