50 Commits (6dbca367dceda3999979bdc3cdcfdb201f40d044)

Author SHA1 Message Date
Benjamin Peterson 2afe6aeae8 perform yield from delegation by repeating YIELD_FROM opcode (closes #14230) 14 years ago
Nick Coghlan 1f7ce62bd6 Implement PEP 380 - 'yield from' (closes #11682) 14 years ago
Martin v. Löwis 4d0d471a80 Merge branches/pep-0384. 16 years ago
Alexandre Vassalotti 7b82b40a47 Merged revisions 72487-72488,72879 via svnmerge from 17 years ago
Benjamin Peterson eec3d71379 #3021: Antoine Pitrou's Lexical exception handlers 18 years ago
Christian Heimes a156e09b19 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60845 via svnmerge from 18 years ago
Christian Heimes 90aa7646af #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. 19 years ago
Martin v. Löwis 9f2e346911 Merged revisions 56467-56482 via svnmerge from 19 years ago
Guido van Rossum a8add0ec5e Merged revisions 55270-55324 via svnmerge from 19 years ago
Thomas Wouters 0e3f591aee Merged revisions 46753-51188 via svnmerge from 20 years ago
Thomas Wouters 477c8d5e70 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 20 years ago
Raymond Hettinger 214b1c3aae SF Bug #215126: Over restricted type checking on eval() function 22 years ago
Michael W. Hudson 02ff6a9952 A slight change to SET_LINENO-less tracing. 24 years ago
Mark Hammond 91a681debf Excise DL_EXPORT from Include. 24 years ago
Neal Norwitz a81d220625 SF patch # 580411, move frame macros from frameobject.h into ceval.c 24 years ago
Neil Schemenauer 251ead8dd8 Make frames a PyVarObject instead of a PyObject. 25 years ago
Tim Peters 8c96369513 PyFrameObject: rename f_stackbottom to f_stacktop, since it points to 25 years ago
Tim Peters 5ca576ed0a Merging the gen-branch into the main line, at Guido's direction. Yay! 25 years ago
Jeremy Hylton 30c9f3991c Variety of small INC/DECREF patches that fix reported memory leaks 25 years ago
Jeremy Hylton 2b724da8d9 Remove f_closure slot of frameobject and use f_localsplus instead. 25 years ago
Jeremy Hylton 64949cb753 PEP 227 implementation 26 years ago
Guido van Rossum 8586991099 REMOVED all CWI, CNRI and BeOpen copyright markings. 26 years ago
Fred Drake ea9cb5aebf ANSI-fication and Py_PROTO extermination. 26 years ago
Guido van Rossum ffcc3813d8 Change copyright notice - 2nd try. 26 years ago
Guido van Rossum fd71b9e9d4 Change copyright notice. 26 years ago
Guido van Rossum 43466ec7b0 Add DL_IMPORT(returntype) for all officially exported functions. 28 years ago
Guido van Rossum a027efa5bf Massive changes for separate thread state management. 29 years ago
Guido van Rossum cdf578ebaf New lay-out of frame object, for fewer mallocs. 30 years ago
Guido van Rossum 408027ea46 Rename DEBUG macro to Py_DEBUG 30 years ago
Guido van Rossum d266eb460e New permission notice, includes CNRI. 30 years ago
Guido van Rossum e1cd6c175b don't use NDEBUG 30 years ago
Guido van Rossum 884afd654a keyword arguments and faster function calls 31 years ago
Guido van Rossum 051ab123b4 make the type a parameter of the DL_IMPORT macro, for Borland C 32 years ago
Guido van Rossum 938178283c new names for lots of new functions 32 years ago
Guido van Rossum caa6380886 The great renaming, phase two: all header files have been updated to 32 years ago
Guido van Rossum 6135a87f2b __builtins__ mods (and sys_checkinterval for ceval.c) 32 years ago
Guido van Rossum 5799b52008 Added 1995 copyright. 32 years ago
Guido van Rossum e89bc75048 Changes for dynamic linking under NT 32 years ago
Guido van Rossum b6775db241 Merge alpha100 branch back to main trunk 32 years ago
Guido van Rossum a3309960a5 * Added support for X11 modules. 33 years ago
Guido van Rossum eb6b33a837 * classobject.c: in instance_getattr, don't make a method out of a 33 years ago
Guido van Rossum 81daa32c15 Access checks now work, at least for instance data (not for methods 33 years ago
Guido van Rossum 8b17d6bd89 Changes to speed up local variables enormously, by avoiding dictionary 33 years ago
Guido van Rossum 9bfef44d97 * Changed all copyright messages to include 1993. 33 years ago
Guido van Rossum a9e7dc1081 * bltinmodule.c: added built-in function cmp(a, b) 34 years ago
Guido van Rossum 5113f5fd34 Copyright for 1992 added 34 years ago
Guido van Rossum 088bc2ad3c Added f_lasti and f_lineno members. 35 years ago
Guido van Rossum d594c91293 Added Getnamev() macro. 35 years ago
Guido van Rossum f70e43a073 Added copyright notice. 36 years ago
Guido van Rossum 3f5da24ea3 "Compiling" version 36 years ago