109 Commits (41bade96a4d1dcd35bbba79c2eabe052d02756a4)

Author SHA1 Message Date
R. David Murray 6cb252fa14 Merged revisions 87497 via svnmerge from 15 years ago
R. David Murray b4ca59b783 #5258/#10642: print fn, line, traceback and continue when .pth file is broken 15 years ago
Victor Stinner 93f5cd42e7 Merged revisions 85386-85387,85389 via svnmerge from 16 years ago
Victor Stinner b103a937ea Issue #6612: Fix site and sysconfig to catch os.getcwd() error, eg. if the 16 years ago
Antoine Pitrou fce7fd6426 Issue #9549: sys.setdefaultencoding() and PyUnicode_SetDefaultEncoding() 16 years ago
Antoine Pitrou e9b428f997 Reimplement addbuilddir() in C inside getpath.c, so as to execute it 16 years ago
Ronald Oussoren bda4672b01 Ensure that test_site actually passes with a framework build 16 years ago
Benjamin Peterson 3e5cd1d04e Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge from 16 years ago
Ronald Oussoren 4cda46ab91 Merged revisions 80967 via svnmerge from 16 years ago
Barry Warsaw 28a691b7fd PEP 3147 16 years ago
Brian Curtin fb1d3c1cc7 Merged revisions 80022 via svnmerge from 16 years ago
Florent Xicluna fd1b0930ce Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge from 16 years ago
Victor Stinner ffbc2f63e1 Merged revisions 78872 via svnmerge from 16 years ago
Victor Stinner 52f6dd7a3d Merged revisions 78826 via svnmerge from 16 years ago
Tarek Ziadé edacea30e4 Merged revisions 77704,77752 via svnmerge from 16 years ago
Tarek Ziadé 4a608c0619 Merged revisions 74526 via svnmerge from 17 years ago
Ronald Oussoren fa1fcd107d Merged revisions 70778 via svnmerge from 17 years ago
Alexandre Vassalotti a79e33e039 Merged revisions 62954-62959,62961,62963-62967,62969-62970,62972-62973,62975-62976,62978-62982,62984,62987-62996 via svnmerge from 18 years ago
Alexandre Vassalotti 6461e10158 Merged revisions 62914-62916,62918-62919,62921-62922,62924-62942,62944-62945,62947-62949 via svnmerge from 18 years ago
Christian Heimes 8dc226fccd Merged revisions 62774-62775,62785,62787-62788 via svnmerge from 18 years ago
Christian Heimes 1af737cd1e Merged revisions 60176-60209 via svnmerge from 18 years ago
Georg Brandl d348b2587e Remove several mentions of old Python versions that don't apply anymore. 18 years ago
Christian Heimes 862543aa85 Don't close sys.stdin with quit() if sys.stdin wraps fd 0. Otherwise it will raise a warning: Lib/io.py:1221: RuntimeWarning: Trying to close unclosable fd 18 years ago
Guido van Rossum 704b34d9e4 Fix issue #1667. The _Printer() class was using sys.stdin.readline() 18 years ago
Georg Brandl 1a3284ed69 #1535: rename __builtin__ module to builtins. 19 years ago
Guido van Rossum ce3a72aec6 Patch 1267 by Christian Heimes. 19 years ago
Guido van Rossum fb67be2f6b Three patches from issue #1047, by Amaury Forgeot d'Arc: 19 years ago
Skip Montanaro 289bc05709 some RiscOS stuff I missed before (was only looking for "RISCOS") 19 years ago
Skip Montanaro 7a98be2efb Remove RISCOS support 19 years ago
Guido van Rossum f39317a972 Hack to avoid a nasty recursion issue when Python is invoked 19 years ago
Guido van Rossum fc3436becd Add an encoding property to TextIOBase instances. 19 years ago
Guido van Rossum 6f376c4031 Enable new I/O. Disable creation of old files. 19 years ago
Guido van Rossum d59da4b432 Merged revisions 55407-55513 via svnmerge from 19 years ago
Guido van Rossum 7ac9d40201 Protect abs__file__() from changes to sys.modules while it's running. 19 years ago
Guido van Rossum 74302dbd3c Get rid of 'file' built-in. Get rid of types.StringType and friends. 19 years ago
Guido van Rossum d8faa3654c Merged revisions 53952-54987 via svnmerge from 19 years ago
Guido van Rossum 2fa74bbad5 If $PYTHONNEWIO is set and nonempty, 19 years ago
Guido van Rossum be19ed77dd Fix most trivially-findable print statements. 19 years ago
Guido van Rossum b940e113bf SF patch 1631942 by Collin Winter: 19 years ago
Georg Brandl 7cae87ca7b Patch #1550800: make exec a function. 20 years ago
Alex Martelli 01c77c6628 Anna Ravenscroft identified many occurrences of "file" used to open a file 20 years ago
Thomas Wouters 00ee7baf49 Merge current trunk into p3yk. This includes the PyNumber_Index API change, 20 years ago
Guido van Rossum c6fe983b3b When sitecustomize.py fails, don't make all of site.py fail, 20 years ago
Thomas Wouters 0e3f591aee Merged revisions 46753-51188 via svnmerge from 20 years ago
Thomas Wouters 49fd7fa443 Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 20 years ago
Neal Norwitz ce96f69d69 Get rid of a bunch more raw_input references 20 years ago
Tim Peters 88ca467ca4 Whitespace normalization. 20 years ago
Georg Brandl 24cb053b15 Patch #1446372: quit and exit can now be called from the interactive 20 years ago
Brett Cannon 4d0bddfee6 Fix bug in addsitedir() to properly handle the lack of a second argument. 22 years ago
Brett Cannon 12f8c4d2e3 Change argument list for addsitedir() to not require a second argument and thus 22 years ago