| Commit message (Expand) | Author | Age |
* | #2834: Change re module semantics, so that str and bytes mixing is forbidden, | Antoine Pitrou | 2008-08-19 |
* | Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,... | Christian Heimes | 2008-03-16 |
* | #1535: rename __builtin__ module to builtins. | Georg Brandl | 2007-12-02 |
* | Fixed #1403 where compileall and py_compile choked on an encoding header in a... | Christian Heimes | 2007-11-08 |
* | A small tweak to avoid calling traceback.format_exception_only() with | Guido van Rossum | 2007-08-10 |
* | Use the encoding specification when reading the source file. | Guido van Rossum | 2007-07-15 |
* | Make test_zipfile pass. | Guido van Rossum | 2007-05-22 |
* | Rip out 'long' and 'L'-suffixed integer literals. | Guido van Rossum | 2007-01-15 |
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 |
* | Patch #1171150: add a newline to py_compile error output | Georg Brandl | 2005-06-10 |
* | Getting rid of macfs. | Jack Jansen | 2003-02-27 |
* | Whitespace normalization. | Tim Peters | 2003-01-29 |
* | Patch #661719: Expose compilation errors as exceptions on request. | Martin v. Löwis | 2003-01-15 |
* | Added a main() function and support to run this module as a script. | Fred Drake | 2002-08-21 |
* | Refactor: Remove some code that was obsoleted when this module was | Fred Drake | 2002-08-21 |
* | Replaced obsolete stat module constants with equivalent attributes | Raymond Hettinger | 2002-06-01 |
* | Replace boolean test with is None. | Raymond Hettinger | 2002-06-01 |
* | Mass checkin of universal newline support. | Jack Jansen | 2002-04-14 |
* | __all__ for several more modules | Skip Montanaro | 2001-02-12 |
* | String method conversion. | Eric S. Raymond | 2001-02-09 |
* | Support \r in source files. Closes bug #101425. | Martin v. Löwis | 2000-09-15 |
* | More trivial comment -> docstring transformations by Ka-Ping Yee, | Guido van Rossum | 2000-02-04 |
* | Fix two bugs in the fstat() line, reported by Fredruk Lundh. | Guido van Rossum | 1998-10-07 |
* | Fix suggested by Sjoerd (long ago!) to get a better error message when | Guido van Rossum | 1998-09-29 |
* | On the mac, shouldn't change the creator+type of the *source* file! | Guido van Rossum | 1998-08-11 |
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 |
* | Typo (coestring -> codestring) discovered by Mark Hammond. | Guido van Rossum | 1998-03-02 |
* | Added docstrings. | Guido van Rossum | 1998-01-19 |
* | Use fstat if we can; write MAGIC into file last. | Guido van Rossum | 1997-11-22 |
* | compile(): Use the __debug__ flag to determine the proper filename extension | Fred Drake | 1997-03-13 |
* | Cast mtime gotten from stat() to long int -- else it won't work | Guido van Rossum | 1996-10-24 |
* | change Mac creator/type | Guido van Rossum | 1996-05-28 |
* | Get magic number from interpreter (using module imp). | Sjoerd Mullender | 1995-07-19 |
* | Mac-specific code for setting filetype was outdated. | Jack Jansen | 1995-04-23 |
* | changes for the Mac | Guido van Rossum | 1995-01-27 |
* | New way of generating .pyc files, thanks to Sjoerd. | Guido van Rossum | 1994-08-29 |