663 Commits (0cb8e5131d0797d3bdb1494de842e98798174cf2)

Author SHA1 Message Date
Jeremy Hylton 8af6b83e61 When calling a PyCFunction that has METH_KEYWORDS defined, don't 25 years ago
Jeremy Hylton 2524d699f5 SF patch 103596 by Nick Mathewson: rause UnboundLocalError for 25 years ago
Jeremy Hylton 3faa52ecc4 Allow 'continue' inside 'try' clause 25 years ago
Jeremy Hylton 483638c9a8 Undo recent change that banned using import to bind a global, as per 25 years ago
Tim Peters 1ff31f9534 SF bug #130532: newest CVS won't build on AIX. 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 25 years ago
Jeremy Hylton c862cf400f clearer error messages for apply() and "no locals" 25 years ago
Guido van Rossum ac7be6888b Rich comparisons fall-out: 25 years ago
Ka-Ping Yee 2057970601 This patch makes sure that the function name always appears in the error 25 years ago
Guido van Rossum 18d4d8f71d Two changes to from...import: 25 years ago
Moshe Zadka f5df3834eb Fixed bugs noted by Greg Stein 26 years ago
Moshe Zadka f68f2fec7d Implementation of PEP-0217. 26 years ago
Charles G. Waldman eec72a7fd9 Add missing Py_DECREF in fast_cfunction. Partial fix for SF bug 26 years ago
Fred Drake 1a7aab70d1 When a PyCFunction that takes only positional parameters is called with 26 years ago
Jeremy Hylton 5282044be7 Revised implementation of CALL_FUNCTION and friends. 26 years ago
Jeremy Hylton 6b4ec5135b Fix for SF bug #117241 26 years ago
Fred Drake 661ea26b3d Ka-Ping Yee <ping@lfw.org>: 26 years ago
Thomas Wouters 0be483fd4d Do a better job at staying on-screen :P (Sorry, it's late here.) I'm 26 years ago
Thomas Wouters 8fb62a2e9a Adjust debugging code in the implementation of the DUP_TOPX bytecode, use 26 years ago
Fred Drake 48fba733b9 Remove the last gcc -Wall warning about possible use of an uninitialized 26 years ago
Tim Peters 35ba689cab Attempt to fix bogus gcc -Wall warnings reported by Marc-Andre Lemburg, 26 years ago
Fred Drake d5fadf75e4 Rationalize use of limits.h, moving the inclusion to Python.h. 26 years ago
Marc-André Lemburg d1ba443206 This patch adds a new Python C API called PyString_AsStringAndSize() 26 years ago
Guido van Rossum 8586991099 REMOVED all CWI, CNRI and BeOpen copyright markings. 26 years ago
Vladimir Marangozov 7bd25be508 Cosmetics on Py_Get/SetRecursionLimit (for the style guide) 26 years ago
Tim Peters d320c348f8 Revert removal of void from function definition. Guido sez I can take it 26 years ago
Guido van Rossum 349ff6f7e2 Set the recursion limit to 1000 -- 2500 was not enough, let's be 26 years ago
Tim Peters 51de6906be Supply missing prototypes for new Py_{Get,Set}RecursionLimit; fixes compiler wngs; 26 years ago
Jeremy Hylton ee5adfbae6 add user-modifiable recursion_limit 26 years ago
Paul Prescod e68140dd3c Better error message with UnboundLocalError 26 years ago
Barry Warsaw 093abe005d eval_code2(): Guido provides this patch for his suggested elaboration 26 years ago
Thomas Wouters dd13e4f91f Replace the run-time 'future-bytecode-stream-inspection' hack to find out 26 years ago
Guido van Rossum fee3a2dd8c Charles Waldman's patch to reinitialize the interpreter lock after a 26 years ago
Thomas Wouters 434d0828d8 Support for three-token characters (**=, >>=, <<=) which was written by 26 years ago
Fred Drake ef8ace3a6f Charles G. Waldman <cgw@fnal.gov>: 26 years ago
Barry Warsaw 23c9ec87cf PEP 214, Extended print Statement, has been accepted by the BDFL. 26 years ago
Thomas Wouters 0400515ff0 Fix the bug Sjoerd Mullender discovered, where find_from_args() wasn't 26 years ago
Fred Drake 04e654a63c Remove a couple of warnings turned up by "gcc -Wall". 26 years ago
Thomas Wouters 5215225ea1 Apply SF patch #101135, adding 'import module as m' and 'from module import 26 years ago
Thomas Wouters 0be5aab04d Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since they 26 years ago
Moshe Zadka aa39a7edf7 Initialized opcode and oparg to silence a gcc -Wall warning. 26 years ago
Thomas Wouters 334fb8985b Use 'void' directly instead of the ANY #define, now that all code is ANSI C. 26 years ago
Thomas Wouters f70ef4f860 Mass ANSIfication of function definitions. Doesn't cover all 'extern' 26 years ago
Thomas Wouters 7e47402264 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either 26 years ago
Jack Jansen cbf630f0a9 Include macglue.h for some function prototypes, and renamed a few 26 years ago
Tim Peters dbd9ba6a6c Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. 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 582acece2e Trent Mick's Win64 changes: size_t vs. int or long; also some overflow 26 years ago