| Commit message (Expand) | Author | Age | Files | Lines |
* | #18803: merge with 3.3. | Ezio Melotti | 2013-08-25 | 2 | -3/+3 |
|\ |
|
| * | #18803: fix more typos. Patch by Févry Thibault. | Ezio Melotti | 2013-08-25 | 2 | -3/+3 |
|
|
* | | Use OESeeror instead of os.error (#16720) | Andrew Svetlov | 2012-12-24 | 2 | -3/+3 |
|
|
* | | #16135: Removal of OS/2 support (C code and Docs) | Jesus Cea | 2012-10-05 | 1 | -1/+1 |
|/ |
|
* | (Merge 3.1) Issue #11614: import __hello__ prints "Hello World!". Patch written | Victor Stinner | 2011-05-16 | 1 | -0/+1 |
|\ |
|
| * | Issue #11614: import __hello__ prints "Hello World!". Patch written by Andreas | Victor Stinner | 2011-05-16 | 1 | -0/+1 |
|
|
* | | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|
|
| * | Merged revisions 85728,85731,85735,85766-85771,85773,85777 via svnmerge from | Georg Brandl | 2010-11-26 | 2 | -7/+8 |
|
|
* | | #1203650: allow larger list of files in windows makefile for freeze. | Georg Brandl | 2010-10-21 | 1 | -5/+7 |
|
|
* | | Fix missing import. | Georg Brandl | 2010-10-21 | 1 | -2/+1 |
|
|
* | | Minimum fixes to make freeze.py do something useful. | Georg Brandl | 2010-08-02 | 2 | -8/+7 |
|
|
* | | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
|/ |
|
* | Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,... | Benjamin Peterson | 2009-06-01 | 1 | -1/+1 |
|
|
* | #2879: rename _winreg to winreg. | Georg Brandl | 2008-05-25 | 1 | -1/+1 |
|
|
* | More 2to3 fixes in the Tools directory. Fixes #2893. | Georg Brandl | 2008-05-16 | 2 | -4/+4 |
|
|
* | #1535: rename __builtin__ module to builtins. | Georg Brandl | 2007-12-02 | 1 | -1/+1 |
|
|
* | Fix for refleak tests through regrtest.py -R:: bug #1414 | Christian Heimes | 2007-11-12 | 1 | -0/+1 |
|
|
* | Convert raise statements in Tools/. | Collin Winter | 2007-08-22 | 1 | -1/+1 |
|
|
* | some RiscOS stuff I missed before (was only looking for "RISCOS") | Skip Montanaro | 2007-08-17 | 1 | -1/+1 |
|
|
* | Minimal changes to make the "freeze" tool work again. | Guido van Rossum | 2007-06-12 | 5 | -11/+10 |
|
|
* | Fix test_frozen. | Guido van Rossum | 2007-02-09 | 7 | -83/+82 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 2 | -5/+5 |
|
|
* | Remove apply() | Neal Norwitz | 2006-03-17 | 1 | -1/+1 |
|
|
* | Remove .cvsignore files, as they live in svn:ignore | Martin v. Löwis | 2005-10-30 | 1 | -6/+0 |
|
|
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 8 | -375/+373 |
|
|
* | Small fixes in freeze.py. | Gustavo Niemeyer | 2004-05-08 | 1 | -3/+3 |
|
|
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 2 | -2/+2 |
|
|
* | Fix a bunch of typos in documentation, docstrings and comments. | Walter Dörwald | 2003-10-20 | 1 | -1/+1 |
|
|
* | Patch #713645: Fix typo. | Martin v. Löwis | 2003-09-20 | 1 | -1/+1 |
|
|
* | modulefinder.py is not a freeze private module anymore. | Gustavo Niemeyer | 2003-05-26 | 1 | -1/+1 |
|
|
* | replace obsolete 'exceptions' implicit by 'warnings' | Just van Rossum | 2003-03-18 | 1 | -1/+1 |
|
|
* | [ 684677 ] Allow freeze to exclude implicits | Just van Rossum | 2003-03-08 | 1 | -3/+6 |
|
|
* | moving modulefinder.py to the standard library | Just van Rossum | 2002-12-31 | 1 | -486/+0 |
|
|
* | refactor universal line endings detection | Just van Rossum | 2002-11-26 | 1 | -8/+8 |
|
|
* | Polish some bits to silence pychecker. | Thomas Heller | 2002-11-26 | 1 | -1/+1 |
|
|
* | Don't look for modules in the registry any longer. | Thomas Heller | 2002-11-26 | 1 | -38/+0 |
|
|
* | Add a note that this file should be kept compatible with Python 1.5.2, | Thomas Heller | 2002-11-25 | 1 | -2/+10 |
|
|
* | Enhancement for ModuleFinder, it can now handle _xmlplus aka PyXML. | Thomas Heller | 2002-11-14 | 1 | -0/+14 |
|
|
* | Fix SF # 464405, freeze doesn't like DOS files on Linux | Neal Norwitz | 2002-11-12 | 1 | -2/+2 |
|
|
* | SF # 627900, Bytecode copy bug in freeze | Neal Norwitz | 2002-11-12 | 1 | -1/+2 |
|
|
* | Remove another mention of "import string". | Walter Dörwald | 2002-09-12 | 1 | -3/+2 |
|
|
* | Apply diff2.txt from SF patch http://www.python.org/sf/572113 | Walter Dörwald | 2002-09-11 | 8 | -39/+33 |
|
|
* | Update freeze to use zlib 1.1.4. | Mark Hammond | 2002-07-03 | 1 | -2/+2 |
|
|
* | Patch 574531/Bug 574570 - allow freeze on windows to use the _winreg | Mark Hammond | 2002-06-28 | 1 | -1/+5 |
|
|
* | Remove the only use of a string method. | Thomas Heller | 2002-06-10 | 1 | -1/+1 |
|
|
* | Updated freeze.py to the new Makefile symbol layout. | Marc-André Lemburg | 2002-04-04 | 4 | -6/+4 |
|
|
* | Part 2/2 of SF patch #416704: More robust freeze, by Toby Dickenson. | Guido van Rossum | 2001-10-18 | 3 | -11/+59 |
|
|
* | Fix for bug #442374 - Modulefinder registry support broken | Mark Hammond | 2001-09-05 | 1 | -13/+36 |
|
|
* | Separate CFLAGS and CPPFLAGS. CFLAGS should not contain preprocessor | Neil Schemenauer | 2001-06-02 | 2 | -2/+4 |
|
|