516 Commits (6dbca367dceda3999979bdc3cdcfdb201f40d044)

Author SHA1 Message Date
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(). 19 years ago
Thomas Wouters 89f507fe8c Four months of trunk changes (including a few releases...) 19 years ago
Georg Brandl 16f3e03283 Check "sep" and "end" for stringness in Print(). 19 years ago
Guido van Rossum 343435146a Add built-in Print() function. This is PEP 3105 except for the name; 19 years ago
Georg Brandl 7cae87ca7b Patch #1550800: make exec a function. 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
Thomas Wouters 477c8d5e70 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 20 years ago
Guido van Rossum 4dfe8a1131 Here is a bytes type. It's very minimal but it's a start. 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 d91085598f Remove apply() 20 years ago
Neal Norwitz 9e2b9665ae Whoops, input *and* raw_input are slated for removal, and now both are gone. 20 years ago
Neal Norwitz cd65e3fc7d raw_input() -> input(). old input behavior is history (and test_builtin passes again). It was failing due to future division. 20 years ago
Martin v. Löwis 725507b52e Change int to Py_ssize_t in several places. 20 years ago
Thomas Wouters f7f438ba3b SF patch #1438387, PEP 328: relative and absolute imports. 20 years ago
Martin v. Löwis 15e62742fa Revert backwards-incompatible const changes. 20 years ago
Martin v. Löwis bd260da900 Generate code to recursively copy an AST into 20 years ago
Neal Norwitz a361bd8dce Fix compiler warning (int vs Py_ssize_t mismatch 20 years ago
Martin v. Löwis d96ee90993 Use Py_ssize_t to count the 20 years ago
Martin v. Löwis 18e165558b Merge ssize_t branch. 20 years ago
Armin Rigo f5b3e36493 Renamed _length_cue() to __length_hint__(). See: 20 years ago
Neal Norwitz 6f0d479c78 Fix an int/long mismatch identified here: 20 years ago
Jeremy Hylton af68c874a6 Add const to several API functions that take char *. 20 years ago
Neal Norwitz 3a9a3e7864 Fix memory leaks 20 years ago
Jeremy Hylton ec97a28b60 Fix a bunch of imports to use code.h instead of compile.h. 21 years ago
Jeremy Hylton 3e0055f8c6 Merge ast-branch to head 21 years ago
Raymond Hettinger 6b27cda643 Convert iterator __len__() methods to a private API. 21 years ago
Armin Rigo 71d7e704b8 Removed a check "if (args != NULL)" which is always True and makes no sense. 21 years ago
Georg Brandl 77c85e63b4 bug [ 868706 ] Calling builtin function 'eval' from C causes seg fault. 21 years ago
Georg Brandl 99d7e4e8eb Whitespace normalization. 21 years ago
Raymond Hettinger a710b331da SF bug #1242657: list(obj) can swallow KeyboardInterrupt 21 years ago
Georg Brandl e35b657efd Fix cleanup DECREF logic in builtin_filter function. 21 years ago
Raymond Hettinger 96229b1918 Add two new functions, any() and all(). 21 years ago
Brett Cannon 9e635cf3ae Put parentheses around the assignment in the 'while' loop conditional 21 years ago
Raymond Hettinger 3b0c7c20a1 SF patch #1077353: add key= argument to min and max 21 years ago
Martin v. Löwis 8d494f3241 Patch #1015021: Stop claiming that coerce can return None. 22 years ago
Martin v. Löwis fd39ad4937 Patch #1005468: Disambiguate "min() or max()" exception string. 22 years ago
Jeremy Hylton 4c989ddc9c Subclasses of string can no longer be interned. The semantics of 22 years ago