572 Commits (cb39d1f466eeecbec969f50a5df609eb0a863084)

Author SHA1 Message Date
Walter Dörwald e7efd59390 Make the name of the C variables match the Python names 19 years ago
Guido van Rossum eba769657a Make input9) behave properly with the new I/O library. 19 years ago
Guido van Rossum 6f376c4031 Enable new I/O. Disable creation of old files. 19 years ago
Neal Norwitz df25efeae9 Add a bunch more deprecation warnings for builtins that are going away in 3.0 19 years ago
Neal Norwitz 8b2bfbc198 Add -3 option to the interpreter to warn about features that are 19 years ago
Guido van Rossum d59da4b432 Merged revisions 55407-55513 via svnmerge from 19 years ago
Guido van Rossum 390bd7c67e Oops. unicode() builtin was still around. 19 years ago
Guido van Rossum e1083734ec It's ok for __hex__ or __oct__ to return unicode. 19 years ago
Guido van Rossum f9e91c9c58 Given that ord() of a bytes object of length 1 is defined, it should 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 805365ee39 Merged revisions 55007-55179 via svnmerge from 19 years ago
Guido van Rossum 7fcf224ec8 Add 8-bit chr() back as chr8(). 19 years ago
Guido van Rossum f15a29f975 More coding by random modification. 19 years ago
Guido van Rossum 8d30cc0144 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). 19 years ago
Guido van Rossum 938ef57e26 Kill unichr() itself. 19 years ago
Guido van Rossum 84fc66dd02 Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'. 19 years ago
Guido van Rossum 572dbf8f13 Checkpoint. Manipulated things so that string literals are always 19 years ago
Guido van Rossum d8faa3654c Merged revisions 53952-54987 via svnmerge from 19 years ago
Georg Brandl a18af4e7a2 PEP 3114: rename .next() to .__next__() and add next() builtin. 19 years ago
Guido van Rossum 98f9746740 Support marshal.dump(x, f) where f is not a real file. 19 years ago
Guido van Rossum 52cc1d838f Implement PEP 3115 -- new metaclass syntax and semantics. 19 years ago
Georg Brandl 5240d7416c Patch #1444529: the builtin compile() now accepts keyword arguments. 19 years ago
Georg Brandl 3bb156722e Typo and grammar fixes. 19 years ago
Georg Brandl 871f1bc601 Backport from Py3k branch: 19 years ago
Georg Brandl e32b4224d0 Patch #1591665: implement the __dir__() special function lookup in PyObject_Dir. 19 years ago
Guido van Rossum a88a0331b7 Add raw_input() back, named input(). Revive the old unittests too. 19 years ago
Georg Brandl 257d3d93ca Fix leak in the print function. 19 years ago
Georg Brandl 88fc6646d1 * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. 19 years ago
Guido van Rossum 452bf519a7 Essential changes for print function changes. 19 years ago
Guido van Rossum e2a383d062 Rip out 'long' and 'L'-suffixed integer literals. 19 years ago
Guido van Rossum ddefaf31b3 Merged the int/long unification branch, by very crude means (sorry Thomas!). 19 years ago
Georg Brandl 66a796e5ab Patch #1601678: move intern() to sys.intern(). 20 years ago
Thomas Wouters 89f507fe8c Four months of trunk changes (including a few releases...) 20 years ago
Georg Brandl 16f3e03283 Check "sep" and "end" for stringness in Print(). 20 years ago
Guido van Rossum 343435146a Add built-in Print() function. This is PEP 3105 except for the name; 20 years ago
Georg Brandl 8134d06e08 Bug #1283491: follow docstring convention wrt. keyword-able args in sum(). 20 years ago
Georg Brandl 7cae87ca7b Patch #1550800: make exec a function. 20 years ago
Neal Norwitz 477ca1c953 Fix SF #1552093, eval docstring typo (3 ps in mapping) 20 years ago
Neal Norwitz 8568752268 Fix SF #1552093, eval docstring typo (3 ps in mapping) 20 years ago
Guido van Rossum b65fb33b02 SF patch 1546297 (with some tweaks): 20 years ago
Guido van Rossum 801f0d78b5 Make built-in zip() equal to itertools.izip(). 20 years ago
Guido van Rossum 93a669260d Make it compile with C89. 20 years ago
Guido van Rossum 47b9ff6ba1 Restructure comparison dramatically. There is no longer a default 20 years ago
Guido van Rossum 89da5d7c3d Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M. 20 years ago
Thomas Wouters 00ee7baf49 Merge current trunk into p3yk. This includes the PyNumber_Index API change, 20 years ago
Neal Norwitz 4886cc331f Get rid of most of the rest of coerce (slot is still there for now). 20 years ago
Neal Norwitz 43bd4db933 It's highly unlikely, though possible for PyEval_Get*() to return NULLs. 20 years ago
Georg Brandl 7e3ba2a699 Bug #1535165: fixed a segfault in input() and raw_input() when 20 years ago
Thomas Wouters 477c8d5e70 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 20 years ago
Neal Norwitz c4edb0ec81 SF #1479181: split open() and file() from being aliases for each other. 20 years ago