232 Commits (89644d080b9663ab1a809113b965e4e33a9a7af1)

Author SHA1 Message Date
Stefan Krah 7cacd2eb92 Issue #15736: Fix overflow in _PySequence_BytesToCharpArray(). 14 years ago
Stefan Krah fd24f9e51e Issue #15732: Fix (constructed) crash in _PySequence_BytesToCharpArray(). 14 years ago
Benjamin Peterson 7d8a2e41a0 allow any number to be returned from __length_hint__ (closes #15354) 14 years ago
Raymond Hettinger 7d1483cbad Make an error message more understandable and consistent with other error messages. 15 years ago
Benjamin Peterson 72288d4f3c code style 16 years ago
R. David Murray 6bb9989ae3 #1574217: only swallow AttributeErrors in isinstance, not everything. 16 years ago
Mark Dickinson cb61e5d9b5 Issue #9869: Make long() and PyNumber_Long return something of type 16 years ago
Benjamin Peterson 8042f4af29 Merged revisions 84714 via svnmerge from 16 years ago
Benjamin Peterson 568867a6f2 check for NULL tp_as_mapping in PySequence_(Get/Set/Del)Slice #9834 16 years ago
Antoine Pitrou 1fcdba84be Merged revisions 84391 via svnmerge from 16 years ago
Antoine Pitrou b83df8f1b7 Merged revisions 84391 via svnmerge from 16 years ago
Antoine Pitrou f68c2a701b Issue #3101: Helper functions _add_one_to_C() and _add_one_to_F() become 16 years ago
Alexander Belopolsky f0f45142d5 Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99 16 years ago
Benjamin Peterson 26eb9d0b47 Merged revisions 82342 via svnmerge from 16 years ago
Benjamin Peterson e893af5ab7 update error message 16 years ago
Benjamin Peterson 6f889ad32f Merged revisions 81712 via svnmerge from 16 years ago
Benjamin Peterson d5adb5d73d _PyObject_LookupSpecial returns a new reference 16 years ago
Benjamin Peterson da2cf04c28 Merged revisions 81706-81707 via svnmerge from 16 years ago
Benjamin Peterson 3a2acb5040 remove PyType_Ready call; float should be initialized in interpreter startup 16 years ago
Benjamin Peterson 2aa6c38237 properly lookup the __format__ special method 16 years ago
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 0d8a859a85 Pull a NULL pointer check up to cover more cases in the function. 16 years ago
Eric Smith d44b2fc87c Issue 7994: Make object.__format__ with a non-empty format string a PendingDecprecationWarning. Still need to remove uses of this from various tests. 16 years ago
Gregory P. Smith 68f52178d9 * Fix the refcount leak in _PySequence_BytesToCharpArray from r78946. 17 years ago
Gregory P. Smith fb94c5f1e5 * Replaces the internals of the subprocess module from fork through exec on 17 years ago
Benjamin Peterson 8f326b2369 Merged revisions 76052,76522,76591,76689,76697,76733 via svnmerge from 17 years ago
Benjamin Peterson 5fb877027b substitute PyDict_Check() for PyObject_IsInstance 17 years ago
Georg Brandl c5605dffdb Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 17 years ago
Georg Brandl 61b96dc2fe Slightly improve buffer-related error message. 17 years ago
Jesus Cea 585ad8ae5e Merged revisions 69846 via svnmerge from 17 years ago
Benjamin Peterson 94c65d9a8f Merged revisions 72907 via svnmerge from 17 years ago
Benjamin Peterson 87e5006d8c handle errors from _PyObject_LookupSpecial when __get__ fails 17 years ago
Georg Brandl dcfe8e44c3 Remove unused variables. 17 years ago
Benjamin Peterson a27dbc68f0 completely ignore old-style stuff for type checking overloading 17 years ago
Benjamin Peterson 94eaba78b7 deal with old-style classes in issubclass and isinstance 17 years ago
Benjamin Peterson 88fe5f9776 Merged revisions 72690 via svnmerge from 17 years ago
Benjamin Peterson fb6fb062e8 properly lookup __instancecheck__ and __subclasscheck__ 17 years ago
Benjamin Peterson b0ba27dff1 only need to catch an TypeError here 17 years ago
Benjamin Peterson e18df23d5d Merged revisions 72518 via svnmerge from 17 years ago
Benjamin Peterson ceea163e7c clear error state properly 17 years ago
Benjamin Peterson a7dc949e17 ignore AttributeErrors for classic classes 17 years ago
Benjamin Peterson a5758c0120 Merged revisions 72508 via svnmerge from 17 years ago
Benjamin Peterson 3f3d36bd03 ignore classic classes 17 years ago
Benjamin Peterson af1692a266 convert some more special methods to use _PyObject_LookupSpecial 17 years ago
Georg Brandl 0192bffe90 Merged revisions 71607,71653,71696,71771,71786 via svnmerge from 17 years ago
Georg Brandl f5fd523981 "not subscriptable" should be a bit more understandable than "unsubscriptable". 17 years ago
Antoine Pitrou 789be0c0a0 Issue #2396: backport the memoryview object. 18 years ago