| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from | Thomas Wouters | 2007-09-19 | 3 | -0/+3 |
* | Fix Mac build, patch #1091 by Humberto Diogenes. | Georg Brandl | 2007-09-03 | 4 | -5/+6 |
* | Use symbolic name for METH_VARARGS. | Georg Brandl | 2007-09-01 | 1 | -14/+14 |
* | Issue #1066: implement PEP 3109, 2/3 of PEP 3134. | Collin Winter | 2007-08-31 | 4 | -10/+9 |
* | Run 2to3's print fixer over some places that had been missed. | Collin Winter | 2007-08-30 | 49 | -241/+241 |
* | Convert raise statements in Mac/. | Collin Winter | 2007-08-22 | 11 | -58/+58 |
* | Kill execfile(), use exec() instead | Neal Norwitz | 2007-08-12 | 60 | -73/+73 |
* | Merged revisions 56492-56752 via svnmerge from | Guido van Rossum | 2007-08-05 | 1 | -180/+0 |
* | SF patch# 1761465 by Jeffrey Yasskin. | Guido van Rossum | 2007-07-27 | 1 | -2/+2 |
* | Fix two bad type identifiers that caused crashes on OSX (icglue and Nav). | Guido van Rossum | 2007-07-25 | 3 | -5/+3 |
* | SF patch# 1758570 by Jeffrey Yasskin, who writes: | Guido van Rossum | 2007-07-23 | 1 | -7/+3 |
* | Merged revisions 56483-56491 via svnmerge from | Martin v. Löwis | 2007-07-22 | 24 | -253/+198 |
* | Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror | Walter Dörwald | 2007-05-18 | 3 | -12/+12 |
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 8 | -8/+8 |
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 7 | -53/+68 |
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 16 | -300/+204 |
* | Merge the rest of the trunk. | Thomas Wouters | 2006-06-08 | 111 | -5263/+276 |
* | Merged revisions 46607-46608 via svnmerge from | Thomas Wouters | 2006-06-08 | 74 | -12896/+0 |
* | Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn | Thomas Wouters | 2006-06-08 | 5 | -6/+6 |
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 51 | -1634/+1914 |
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 4 | -16/+6 |
* | Remove apply() | Neal Norwitz | 2006-03-17 | 8 | -19/+19 |
* | Get rid of a bunch more raw_input references | Neal Norwitz | 2006-03-17 | 2 | -13/+33 |
* | Remove sys.exc_type, sys.exc_value, sys.exc_traceback | Neal Norwitz | 2006-03-17 | 2 | -7/+8 |
* | Fix a couple of warnings on Mac OS X. | Neal Norwitz | 2006-02-24 | 2 | -2/+2 |
* | mwh pointed out _Filemodule.c is generated. So to fix the memory leak | Neal Norwitz | 2006-01-25 | 1 | -4/+3 |
* | This should fix a mem leak on the Mac. Brett tested it. | Neal Norwitz | 2006-01-23 | 1 | -4/+3 |
* | Remove .cvsignore files, as they live in svn:ignore | Martin v. Löwis | 2005-10-30 | 3 | -6/+0 |
* | fix typos, mostly in comments | Fred Drake | 2005-10-28 | 1 | -1/+1 |
* | Fix all wrong instances of "it's". | Georg Brandl | 2005-07-22 | 1 | -6/+6 |
* | Whitespace normalization. | Tim Peters | 2005-07-17 | 1 | -38/+38 |
* | Fix for #1236090: FSSpec.as_pathname() crashes. | Jack Jansen | 2005-07-12 | 2 | -2/+93 |
* | Updated (and regenerated) for name change in tp_init method arguments: | Jack Jansen | 2005-07-03 | 29 | -1791/+1802 |
* | Whitespace normalization. | Tim Peters | 2005-04-20 | 1 | -1/+1 |
* | Updated to work with current Python docs setup, and added a minimal README. | Jack Jansen | 2005-04-17 | 2 | -13/+54 |
* | Whitespace normalization. | Tim Peters | 2005-01-07 | 1 | -7/+6 |
* | Oops, there was a tab in there. | Jack Jansen | 2005-01-07 | 1 | -1/+1 |
* | Workaround for the fact that urllib2 doesn't default to "file:" urls. | Jack Jansen | 2005-01-07 | 1 | -0/+2 |
* | Create the wrapper scripts for gcc/g++ too. | Jack Jansen | 2005-01-01 | 1 | -26/+50 |
* | Just passing -undefined dynamic_lookup isn't enough: we also need to set | Jack Jansen | 2004-12-28 | 1 | -1/+1 |
* | Added quotes around the destroot arguments, so empty destroot works. | Jack Jansen | 2004-12-27 | 1 | -7/+7 |
* | Updated version numbers. | Jack Jansen | 2004-12-27 | 12 | -31/+32 |
* | Fix for #1091468: DESTROOTed frameworkinstalls fail. Added a --destroot | Jack Jansen | 2004-12-27 | 2 | -4/+15 |
* | A script to fix Apple-installed Python 2.3 (and a test whether the user | Jack Jansen | 2004-12-26 | 2 | -1/+103 |
* | Very minor grammatical fix and removal of a tab. | Brett Cannon | 2004-12-06 | 1 | -2/+2 |
* | SF patch #1035255: Remove CoreServices / CoreFoundation dependencies in core | Raymond Hettinger | 2004-11-05 | 2 | -4/+100 |
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 153 | -21673/+21620 |
* | The interpreter popup was never filled with any data, fixed. | Jack Jansen | 2004-07-16 | 2 | -4/+11 |
* | Made preference window resizable (and do the most logical thing on resize) | Jack Jansen | 2004-07-16 | 2 | -3/+7 |
* | Cleaned up list of interpreters. | Jack Jansen | 2004-07-16 | 1 | -16/+8 |