663 Commits (0cb8e5131d0797d3bdb1494de842e98798174cf2)

Author SHA1 Message Date
Antoine Pitrou 7f14f0d8a0 Recorded merge of revisions 81032 via svnmerge from 16 years ago
Antoine Pitrou f95a1b3c53 Recorded merge of revisions 81029 via svnmerge from 16 years ago
Antoine Pitrou c7c96a90bc Recorded merge of revisions 81029 via svnmerge from 16 years ago
Antoine Pitrou c83ea137d7 Untabify C files. Will watch buildbots. 16 years ago
Brett Cannon 2ee5183852 Remove an unneeded variable increment. 16 years ago
Brett Cannon 417439e6cd Partially revert the over-reaching r80813. 16 years ago
Brett Cannon 0b03f10afb Remove three unneeded variable assignments. 16 years ago
Benjamin Peterson 70cce42f15 read eval_breaker with atomic api with computed gotos 16 years ago
Jeffrey Yasskin 39370830a9 Make (most of) Python's tests pass under Thread Sanitizer. 16 years ago
Antoine Pitrou 8689a10f07 Merged revisions 79555 via svnmerge from 16 years ago
Antoine Pitrou 76c8649038 Issue #8276: PyEval_CallObject() is now only available in macro form. The 16 years ago
Benjamin Peterson 7588b8b355 nest if for clarity 16 years ago
Benjamin Peterson afcee8b78d count keyword only arguments as part of the total 16 years ago
Benjamin Peterson f3b7a25a21 Merged revisions 78028 via svnmerge from 16 years ago
Benjamin Peterson 232ecb8918 cleanup a bit 16 years ago
Victor Stinner 38c36f8576 Merged revisions 78875 via svnmerge from 16 years ago
Benjamin Peterson a567a7796b Merged revisions 79205,79219,79228,79230,79232-79233,79235,79237 via svnmerge from 16 years ago
Benjamin Peterson bb9d726357 take into account keyword arguments when passing too many args 16 years ago
Benjamin Peterson 965458931f improve error message from passing inadequate number of keyword arguments #6474 16 years ago
Benjamin Peterson 88e7ebac4c co_varnames is certainly a tuple, so let's not waste time finding out 16 years ago
Benjamin Peterson d51b259b31 remove pointless condition 16 years ago
Benjamin Peterson 56472c2463 flatten condition 16 years ago
Victor Stinner 3f1af5c42e Issue #6697: use %U format instead of _PyUnicode_AsString(), because 16 years ago
Benjamin Peterson d01444d325 Merged revisions 78766 via svnmerge from 16 years ago
Benjamin Peterson ae5f2f4a39 prevent generator finalization from invalidating sys.exc_info() #7173 16 years ago
Benjamin Peterson 264a01091a Merged revisions 78746 via svnmerge from 16 years ago
Benjamin Peterson 9c4742e6ce more specific exception for wrong kind of raise #8082 16 years ago
Benjamin Peterson f8b60b20a5 fix comment 16 years ago
Benjamin Peterson ee46101e68 remove pointless error checking 16 years ago
Benjamin Peterson 004f3dcaa5 Merged revisions 68805 via svnmerge from 16 years ago
Benjamin Peterson 565d78586b normalize exceptions passed to the __exit__ method #7853 16 years ago
Alexandre Vassalotti b646547bb4 Issue #2333: Backport set and dict comprehensions syntax. 16 years ago
Alexandre Vassalotti ee936a2130 Issue #2335: Backport set literals syntax from Python 3.x. 16 years ago
Mark Dickinson 6df863c93a Merged revisions 76629 via svnmerge from 16 years ago
Mark Dickinson 34398184eb Issue #7406: Fix some occurrences of potential signed overflow in int 16 years ago
Antoine Pitrou 074e5ed974 Merge in the new GIL. 17 years ago
Mark Dickinson ee2dd4a4e3 Merged revisions 75984 via svnmerge from 17 years ago
Mark Dickinson a25b1312c9 Merged revisions 75982 via svnmerge from 17 years ago
Mark Dickinson 648568fca8 Merged revisions 75982 via svnmerge from 17 years ago
Mark Dickinson 504a151c82 Issue #6603: Fix --with-tsc build failures on x86-64 that resulted 17 years ago
Ezio Melotti b4d286d04e silence with (void) two warnings about computed and unused value of POP() 17 years ago
Alexandre Vassalotti bfc3099f38 Merged revisions 73750 via svnmerge from 17 years ago
Alexandre Vassalotti 7b82b40a47 Merged revisions 72487-72488,72879 via svnmerge from 17 years ago
Benjamin Peterson 4a3cf191f4 small optimization: avoid popping the current block until we have to 17 years ago
Benjamin Peterson b1715f131f use stack altering macros here 17 years ago
Benjamin Peterson 6d46a91dc0 Merged revisions 73614-73615 via svnmerge from 17 years ago
Benjamin Peterson 8f7b94eae9 use stack macros 17 years ago
Benjamin Peterson b8338ab92c add two generic macros for peeking and setting in the stack 17 years ago
Benjamin Peterson ac8c73075a this is better written as an assertion 17 years ago
Benjamin Peterson fec42da1ab update comments 17 years ago