1. 32439d6 Issue #23911: Move path-based bootstrap code to a separate frozen module. by Eric Snow · 9 years ago
  2. 012e287 Issue #23811: Add missing newline to the PyCompileError error message. by Berker Peksag · 9 years ago
  3. 34c9be7 Issue #23811: Add missing newline to the PyCompileError error message. by Berker Peksag · 9 years ago
  4. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  5. 9674bd0 Issue #17222: fix a mix-up in some exception messages. by Brett Cannon · 11 years ago
  6. df96068 Issue #17177: Stop using imp with py_compile by Brett Cannon · 11 years ago
  7. 33915eb Issue #17222: Raise FileExistsError when py_compile.compile would by Brett Cannon · 11 years ago
  8. edfd6ae Issue #17244: Don't mask exceptions raised during the creation of by Brett Cannon · 11 years ago
  9. 14581d5 Port py_compile over to importlib by Brett Cannon · 11 years ago
  10. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 11 years ago
  11. 5136ac0 Issue #13645: pyc files now contain the size of the corresponding source by Antoine Pitrou · 12 years ago
  12. 22b9b37 Issue #12618: py_compile cannot create files in current directory by Meador Inge · 12 years ago
  13. 8334fd9 Add an "optimize" parameter to compile() to control the optimization level, and provide an interface to it in py_compile, compileall and PyZipFile. by Georg Brandl · 13 years ago
  14. 58c0752 Issue #10335: Add tokenize.open(), detect the file encoding using by Victor Stinner · 14 years ago
  15. 25216ba Create __pycache__ dir when the pyc path is explicitly given by Benjamin Peterson · 14 years ago
  16. 1c99473 Merged revisions 80274 via svnmerge from by Matthias Klose · 14 years ago
  17. 28a691b PEP 3147 by Barry Warsaw · 14 years ago
  18. d5f9bf5 - Issue #8233: When run as a script, py_compile.py optionally takes a single by Barry Warsaw · 14 years ago
  19. 5c86d45 Merged revisions 79070 via svnmerge from by Benjamin Peterson · 14 years ago
  20. 0088893 kill py_compile's homemade encoding detection in favor of tokenize.detect_encoding() (see #8168) by Benjamin Peterson · 14 years ago
  21. 32ca454 Merged revisions 78971-78972 via svnmerge from by Benjamin Peterson · 14 years ago
  22. fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 16 years ago
  23. dd15f6c Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from by Christian Heimes · 16 years ago
  24. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 16 years ago
  25. 8bd14fb Fixed #1403 where compileall and py_compile choked on an encoding header in a py file. Both modules need more unit tests. by Christian Heimes · 17 years ago
  26. bd4a63e A small tweak to avoid calling traceback.format_exception_only() with by Guido van Rossum · 17 years ago
  27. 88079f4 Use the encoding specification when reading the source file. by Guido van Rossum · 17 years ago
  28. d6ca546 Make test_zipfile pass. by Guido van Rossum · 17 years ago
  29. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 17 years ago
  30. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 17 years ago
  31. e537d6e Patch #1171150: add a newline to py_compile error output by Georg Brandl · 19 years ago
  32. 98fc683 Getting rid of macfs. by Jack Jansen · 21 years ago
  33. 2c60f7a Whitespace normalization. by Tim Peters · 21 years ago
  34. 0c6774d Patch #661719: Expose compilation errors as exceptions on request. by Martin v. Löwis · 21 years ago
  35. 61cf440 Added a main() function and support to run this module as a script. by Fred Drake · 22 years ago
  36. a96f1a3 Refactor: Remove some code that was obsoleted when this module was by Fred Drake · 22 years ago
  37. 32200ae Replaced obsolete stat module constants with equivalent attributes by Raymond Hettinger · 22 years ago
  38. 16e3c42 Replace boolean test with is None. by Raymond Hettinger · 22 years ago
  39. 7b8c754 Mass checkin of universal newline support. by Jack Jansen · 22 years ago
  40. c62c81e __all__ for several more modules by Skip Montanaro · 23 years ago
  41. 6b71e74 String method conversion. by Eric S. Raymond · 23 years ago
  42. ff1ce0f Support \r in source files. Closes bug #101425. by Martin v. Löwis · 24 years ago
  43. 54f22ed More trivial comment -> docstring transformations by Ka-Ping Yee, who writes: by Guido van Rossum · 24 years ago
  44. 56440a5 Fix two bugs in the fstat() line, reported by Fredruk Lundh. by Guido van Rossum · 26 years ago
  45. f984a65 Fix suggested by Sjoerd (long ago!) to get a better error message when by Guido van Rossum · 26 years ago
  46. 9279ec2 On the mac, shouldn't change the creator+type of the *source* file! by Guido van Rossum · 26 years ago
  47. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  48. d8c5b8c Typo (coestring -> codestring) discovered by Mark Hammond. by Guido van Rossum · 26 years ago
  49. 63566e2 Added docstrings. by Guido van Rossum · 26 years ago
  50. e6c128f Use fstat if we can; write MAGIC into file last. by Guido van Rossum · 27 years ago
  51. ef8dc06 compile(): Use the __debug__ flag to determine the proper filename extension by Fred Drake · 27 years ago
  52. 9b67621 Cast mtime gotten from stat() to long int -- else it won't work on the Mac. by Guido van Rossum · 28 years ago
  53. dc42b8a change Mac creator/type by Guido van Rossum · 28 years ago
  54. 2e5168c Get magic number from interpreter (using module imp). by Sjoerd Mullender · 29 years ago
  55. e99c824 Mac-specific code for setting filetype was outdated. by Jack Jansen · 29 years ago
  56. 7e4b2de changes for the Mac by Guido van Rossum · 29 years ago
  57. 3bb5448 New way of generating .pyc files, thanks to Sjoerd. by Guido van Rossum · 30 years ago