| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge... | Benjamin Peterson | 2010-06-27 | 1 | -2/+2 |
|
|
* | Merged revisions 80967 via svnmerge from | Ronald Oussoren | 2010-05-08 | 1 | -6/+11 |
|
|
* | PEP 3147 | Barry Warsaw | 2010-04-17 | 1 | -4/+8 |
|
|
* | Merged revisions 80022 via svnmerge from | Brian Curtin | 2010-04-12 | 1 | -3/+5 |
|
|
* | Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge from | Florent Xicluna | 2010-03-28 | 1 | -1/+1 |
|
|
* | Merged revisions 78826 via svnmerge from | Victor Stinner | 2010-03-12 | 1 | -5/+14 |
|
|
* | Merged revisions 77704,77752 via svnmerge from | Tarek Ziadé | 2010-01-29 | 1 | -21/+6 |
|
|
* | Merged revisions 74526 via svnmerge from | Tarek Ziadé | 2009-08-20 | 1 | -36/+66 |
|
|
* | Merged revisions 70778 via svnmerge from | Ronald Oussoren | 2009-03-30 | 1 | -2/+4 |
|
|
* | Merged revisions 62954-62959,62961,62963-62967,62969-62970,62972-62973,62975-... | Alexandre Vassalotti | 2008-05-15 | 1 | -1/+1 |
|
|
* | Merged revisions 62914-62916,62918-62919,62921-62922,62924-62942,62944-62945,... | Alexandre Vassalotti | 2008-05-15 | 1 | -1/+1 |
|
|
* | Merged revisions 62774-62775,62785,62787-62788 via svnmerge from | Christian Heimes | 2008-05-06 | 1 | -48/+184 |
|
|
* | Merged revisions 60176-60209 via svnmerge from | Christian Heimes | 2008-01-23 | 1 | -0/+2 |
|
|
* | Remove several mentions of old Python versions that don't apply anymore. | Georg Brandl | 2008-01-05 | 1 | -6/+0 |
|
|
* | Don't close sys.stdin with quit() if sys.stdin wraps fd 0. Otherwise it will ... | Christian Heimes | 2007-12-31 | 1 | -1/+6 |
|
|
* | Fix issue #1667. The _Printer() class was using sys.stdin.readline() | Guido van Rossum | 2007-12-20 | 1 | -3/+1 |
|
|
* | #1535: rename __builtin__ module to builtins. | Georg Brandl | 2007-12-02 | 1 | -9/+9 |
|
|
* | Patch 1267 by Christian Heimes. | Guido van Rossum | 2007-10-19 | 1 | -18/+0 |
|
|
* | Three patches from issue #1047, by Amaury Forgeot d'Arc: | Guido van Rossum | 2007-08-29 | 1 | -3/+3 |
|
|
* | some RiscOS stuff I missed before (was only looking for "RISCOS") | Skip Montanaro | 2007-08-17 | 1 | -1/+1 |
|
|
* | Remove RISCOS support | Skip Montanaro | 2007-08-16 | 1 | -1/+1 |
|
|
* | Hack to avoid a nasty recursion issue when Python is invoked | Guido van Rossum | 2007-08-09 | 1 | -0/+3 |
|
|
* | Add an encoding property to TextIOBase instances. | Guido van Rossum | 2007-05-24 | 1 | -3/+3 |
|
|
* | Enable new I/O. Disable creation of old files. | Guido van Rossum | 2007-05-24 | 1 | -7/+1 |
|
|
* | Merged revisions 55407-55513 via svnmerge from | Guido van Rossum | 2007-05-22 | 1 | -2/+4 |
|
|
* | Protect abs__file__() from changes to sys.modules while it's running. | Guido van Rossum | 2007-05-18 | 1 | -1/+1 |
|
|
* | Get rid of 'file' built-in. Get rid of types.StringType and friends. | Guido van Rossum | 2007-05-08 | 1 | -2/+0 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -1/+1 |
|
|
* | If $PYTHONNEWIO is set and nonempty, | Guido van Rossum | 2007-04-17 | 1 | -0/+23 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -4/+4 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -1/+1 |
|
|
* | Patch #1550800: make exec a function. | Georg Brandl | 2006-09-06 | 1 | -1/+1 |
|
|
* | Anna Ravenscroft identified many occurrences of "file" used to open a file | Alex Martelli | 2006-08-24 | 1 | -1/+1 |
|
|
* | Merge current trunk into p3yk. This includes the PyNumber_Index API change, | Thomas Wouters | 2006-08-21 | 1 | -3/+9 |
|
|
* | When sitecustomize.py fails, don't make all of site.py fail, | Guido van Rossum | 2006-08-19 | 1 | -0/+7 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -4/+5 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -0/+2 |
|
|
* | Get rid of a bunch more raw_input references | Neal Norwitz | 2006-03-17 | 1 | -1/+3 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-03-10 | 1 | -1/+1 |
|
|
* | Patch #1446372: quit and exit can now be called from the interactive | Georg Brandl | 2006-03-09 | 1 | -4/+13 |
|
|
* | Fix bug in addsitedir() to properly handle the lack of a second argument. | Brett Cannon | 2004-07-20 | 1 | -3/+3 |
|
|
* | Change argument list for addsitedir() to not require a second argument and thus | Brett Cannon | 2004-07-09 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-07-07 | 1 | -1/+1 |
|
|
* | Refactored site.py into functions. Also moved over to using sets. | Brett Cannon | 2004-06-05 | 1 | -203/+236 |
|
|
* | Back out last patch that removed an entry from sys.path if it was not an | Brett Cannon | 2004-03-21 | 1 | -1/+1 |
|
|
* | Remove non-existent paths. | Brett Cannon | 2004-03-20 | 1 | -1/+1 |
|
|
* | Fix how line endings were handled when iterating over a .pth file by stripping | Brett Cannon | 2004-03-20 | 1 | -2/+1 |
|
|
* | We have cp932 support in standard distribution now. And there's now | Hye-Shik Chang | 2004-02-13 | 1 | -4/+3 |
|
|
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -1/+1 |
|
|
* | To find the curses extension as a DLL (on OS/2), we need to adjust the | Andrew MacIntyre | 2003-12-02 | 1 | -0/+15 |
|
|