summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Make the CoreFoundation object _New and _Convert routines available to other ...Jack Jansen2001-11-051-0/+24
* PyObject_CallFunctionObArgs() ---> PyObject_CallFunctionObjArgs()Fred Drake2001-10-281-4/+4
* SF patch #475657 (Dietmar Schwertberger)Guido van Rossum2001-10-271-3/+4
* SF bug #475327: type() produces incorrect error msgTim Peters2001-10-271-0/+1
* Added two new functions to conveniently call functions/methods from C.Fred Drake2001-10-261-5/+23
* Generalize dictionary() to accept a sequence of 2-sequences. At theTim Peters2001-10-261-4/+8
* SF patch #474590 -- RISC OS supportGuido van Rossum2001-10-241-0/+4
* Check for HP/UX curses problems. Define _XOPEN_SOURCE_EXTENDED andMartin v. Löwis2001-10-241-0/+11
* Oops, undo previous change, which wasn't supposed to escape from myJack Jansen2001-10-241-1/+1
* Tweaks for MacPython 2.2b1Jack Jansen2001-10-231-1/+1
* PyArg_UnpackTuple(): New argument unpacking function suggested by JimFred Drake2001-10-231-0/+1
* Add function attributes that allow GCC to check the arguments of printf-likeNeil Schemenauer2001-10-234-9/+18
* Hide GCC attributes fom compilers that don't support them.Neil Schemenauer2001-10-231-0/+9
* Methods of built-in types now properly check for keyword argumentsGuido van Rossum2001-10-221-0/+7
* Big internal change that should have no external effects: unify theGuido van Rossum2001-10-211-0/+3
* Updated version numbers for post 2.2b1 development.Barry Warsaw2001-10-191-3/+3
* SF patch #470578: Fixes to synchronize unicode() and str()Guido van Rossum2001-10-191-10/+9
* SF patch #462296: Add attributes to os.stat results; by Nick Mathewson.Guido van Rossum2001-10-181-0/+39
* Partial patch from SF #452266, by Jason Petrone.Guido van Rossum2001-10-161-1/+1
* Get rid of __defined__ and tp_defined -- there's no need toGuido van Rossum2001-10-151-1/+1
* Completely get rid of __dynamic__ and the correspondingGuido van Rossum2001-10-151-3/+0
* Use an assert() for the REQ() macro instead of making up our ownGuido van Rossum2001-10-151-10/+1
* Very subtle syntax change: in a list comprehension, the testlist inGuido van Rossum2001-10-151-7/+8
* Check for term.h and include it on non-ncurses system to get a declarationMartin v. Löwis2001-10-131-0/+4
* SF bug [#467145] Python 2.2a4 build problem on HPUX 11.0.Tim Peters2001-10-111-12/+15
* Keep track of a type's subclasses (subtypes), in tp_subclasses, whichGuido van Rossum2001-10-081-0/+2
* Guido suggests, and I agree, to insist that SIZEOF_VOID_P be a power of 2.Tim Peters2001-10-071-28/+24
* _PyObject_VAR_SIZE: always round up to a multiple-of-pointer-size value.Tim Peters2001-10-061-11/+35
* Repaired the debug Windows deaths in test_descr, by allocating enoughTim Peters2001-10-061-1/+2
* Remove bogus declaration.Fred Drake2001-10-051-2/+0
* PyObject_ClearWeakRefs() is now a real function instead of a function pointer;Fred Drake2001-10-051-1/+1
* Include the weakref object interface.Fred Drake2001-10-051-0/+1
* The weak reference implementation, separated from the weakref module.Fred Drake2001-10-051-0/+50
* weakref.ReferenceError becomes a built-in exception now that weak ref objectsFred Drake2001-10-051-0/+1
* Introduced the oddly-missing PyList_CheckExact(), and used it to replaceTim Peters2001-10-051-0/+1
* *EXPERIMENTAL* speedup of slot_sq_item. This sped up the followingGuido van Rossum2001-10-031-0/+34
* Add Garbage Collection support to new-style classes (not yet to theirGuido van Rossum2001-10-022-3/+9
* SF patch [#466353] Py_HUGE_VAL on BeOS for Intel.Tim Peters2001-10-011-1/+5
* PY_RELEASE_SERIAL => 4Barry Warsaw2001-09-281-2/+2
* Add optional docstrings to getset descriptors. Fortunately, there'sGuido van Rossum2001-09-202-5/+6
* Add optional docstrings to member descriptors. For backwardsGuido van Rossum2001-09-203-2/+18
* Patch #435971: UTF-7 codec by Brian Quinlan.Marc-André Lemburg2001-09-201-0/+18
* Fix for bug #462737.Marc-André Lemburg2001-09-191-3/+3
* Hopefully fix 3-way comparisons. This unfortunately adds yet anotherGuido van Rossum2001-09-181-0/+4
* Add support for restricting access based on restricted execution mode.Guido van Rossum2001-09-171-2/+6
* SF bug [#460467] file objects should be subclassable.Tim Peters2001-09-132-1/+3
* Again perhaps the end of [#460020] bug or feature: unicode() and subclasses.Tim Peters2001-09-121-0/+1
* Possibly the end of SF [#460020] bug or feature: unicode() and subclasses.Tim Peters2001-09-111-0/+2
* More on SF bug [#460020] bug or feature: unicode() and subclasses.Tim Peters2001-09-111-0/+1
* More on SF bug [#460020] bug or feature: unicode() and subclasses.Tim Peters2001-09-101-0/+1