summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Remove the unused & broken PyThread_*_sema() functions and related constants.Fred Drake2002-01-191-7/+0
* Patch #477752: Drop old-style getargs from curses.Martin v. Löwis2002-01-171-16/+7
* Include <unistd.h> in Python.h. Fixes #500924.Martin v. Löwis2002-01-121-0/+3
* Implement PyObject_DelItemString. Fixes #498915.Martin v. Löwis2002-01-051-0/+8
* Patch #494783: Rename cmp_op enumerators.Martin v. Löwis2002-01-011-3/+3
* SF bug #495548: troublesome #define in pyport.hTim Peters2001-12-251-1/+0
* And we start all over again!Barry Warsaw2001-12-211-3/+3
* As usual, bump the version number.Barry Warsaw2001-12-141-3/+3
* Add helper macro to get the number of free variables for a PyCodeObject.Jeremy Hylton2001-12-131-0/+1
* SF bug #491415 PyDict_UpdateFromSeq2() unusedTim Peters2001-12-111-1/+19
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-081-1/+1
* PyMethodObject(): Update the comment about im_class based upon aGuido van Rossum2001-12-071-1/+1
* SF bug #488514: -Qnew needs workTim Peters2001-12-061-0/+4
* Stop defining NDEBUG in Python.h, because it can interfere withTim Peters2001-12-041-5/+4
* Fix SF bug #486144: Uninitialized __slot__ vrbl is None.Guido van Rossum2001-12-041-0/+4
* mysnprintf.c: Massive rewrite of PyOS_snprintf and PyOS_vsnprintf, toTim Peters2001-12-031-5/+0
* PyFile_WriteString(): change prototype so that the string arg isTim Peters2001-11-281-1/+1
* Removed preprocessor gimmick trying to force use of snprintf emulationTim Peters2001-11-281-8/+6
* Fix SF bug [ #476852 ] Some bad macros in abstract.hJeremy Hylton2001-11-281-2/+2
* Bumping version number.Barry Warsaw2001-11-161-2/+2
* Add PyObject_CheckReadBuffer(), which returns true if its argumentJeremy Hylton2001-11-091-0/+9
* 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