aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/py_compile.py
Commit message (Expand)AuthorAge
* bpo-45428: Fix reading filenames from stdin in py_compile (GH-28848)Graham Inggs2021-10-15
* bpo-38731: Add --quiet option to py_compile CLI (GH-17134)Gregory Schevchenko2020-07-25
* bpo-22640: Add silent mode to py_compile.compile() (GH-12976)Joannah Nanjekye2019-05-28
* bpo-34022: Stop forcing of hash-based invalidation with SOURCE_DATE_EPOCH (GH...Elvis Pranskevichus2018-10-10
* bpo-29708: Setting SOURCE_DATE_EPOCH forces hash-based .pyc files (GH-5200)Bernhard M. Wiedemann2018-01-24
* closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)Benjamin Peterson2017-12-09
* Issue #23911: Move path-based bootstrap code to a separate frozen module.Eric Snow2015-05-02
* Issue #23811: Add missing newline to the PyCompileError error message.Berker Peksag2015-04-14
|\
| * Issue #23811: Add missing newline to the PyCompileError error message.Berker Peksag2015-04-14
* | Issue #23731: Implement PEP 488.Brett Cannon2015-04-13
|/
* Issue #17222: fix a mix-up in some exception messages.Brett Cannon2013-06-17
* Issue #17177: Stop using imp with py_compileBrett Cannon2013-06-15
* Issue #17222: Raise FileExistsError when py_compile.compile wouldBrett Cannon2013-06-14
* Issue #17244: Don't mask exceptions raised during the creation ofBrett Cannon2013-04-14
* Port py_compile over to importlibBrett Cannon2013-01-26
* Replace IOError with OSError (#16715)Andrew Svetlov2012-12-25
* Issue #13645: pyc files now contain the size of the corresponding sourceAntoine Pitrou2012-01-13
* Issue #12618: py_compile cannot create files in current directoryMeador Inge2011-11-28
* Add an "optimize" parameter to compile() to control the optimization level, a...Georg Brandl2010-12-04
* Issue #10335: Add tokenize.open(), detect the file encoding usingVictor Stinner2010-11-09
* Create __pycache__ dir when the pyc path is explicitly givenBenjamin Peterson2010-05-08
* Merged revisions 80274 via svnmerge fromMatthias Klose2010-04-20
* PEP 3147Barry Warsaw2010-04-17
* - Issue #8233: When run as a script, py_compile.py optionally takes a singleBarry Warsaw2010-03-31
* Merged revisions 79070 via svnmerge fromBenjamin Peterson2010-03-18
* kill py_compile's homemade encoding detection in favor of tokenize.detect_enc...Benjamin Peterson2010-03-18
* Merged revisions 78971-78972 via svnmerge fromBenjamin Peterson2010-03-18
* #2834: Change re module semantics, so that str and bytes mixing is forbidden,Antoine Pitrou2008-08-19
* Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,...Christian Heimes2008-03-16
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-02
* Fixed #1403 where compileall and py_compile choked on an encoding header in a...Christian Heimes2007-11-08
* A small tweak to avoid calling traceback.format_exception_only() withGuido van Rossum2007-08-10
* Use the encoding specification when reading the source file.Guido van Rossum2007-07-15
* Make test_zipfile pass.Guido van Rossum2007-05-22
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-15
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-10
* Patch #1171150: add a newline to py_compile error outputGeorg Brandl2005-06-10
* Getting rid of macfs.Jack Jansen2003-02-27
* Whitespace normalization.Tim Peters2003-01-29
* Patch #661719: Expose compilation errors as exceptions on request.Martin v. Löwis2003-01-15
* Added a main() function and support to run this module as a script.Fred Drake2002-08-21
* Refactor: Remove some code that was obsoleted when this module wasFred Drake2002-08-21
* Replaced obsolete stat module constants with equivalent attributesRaymond Hettinger2002-06-01
* Replace boolean test with is None.Raymond Hettinger2002-06-01
* Mass checkin of universal newline support.Jack Jansen2002-04-14
* __all__ for several more modulesSkip Montanaro2001-02-12
* String method conversion.Eric S. Raymond2001-02-09
* Support \r in source files. Closes bug #101425.Martin v. Löwis2000-09-15
* More trivial comment -> docstring transformations by Ka-Ping Yee,Guido van Rossum2000-02-04
* Fix two bugs in the fstat() line, reported by Fredruk Lundh.Guido van Rossum1998-10-07