| Commit message (Expand) | Author | Age | Files | Lines |
* | Include <unistd.h> in Python.h. Fixes #500924. | Martin v. Löwis | 2002-01-12 | 1 | -0/+3 |
|
|
* | Implement PyObject_DelItemString. Fixes #498915. | Martin v. Löwis | 2002-01-05 | 1 | -0/+8 |
|
|
* | Patch #494783: Rename cmp_op enumerators. | Martin v. Löwis | 2002-01-01 | 1 | -3/+3 |
|
|
* | SF bug #495548: troublesome #define in pyport.h | Tim Peters | 2001-12-25 | 1 | -1/+0 |
|
|
* | And we start all over again! | Barry Warsaw | 2001-12-21 | 1 | -3/+3 |
|
|
* | As usual, bump the version number. | Barry Warsaw | 2001-12-14 | 1 | -3/+3 |
|
|
* | Add helper macro to get the number of free variables for a PyCodeObject. | Jeremy Hylton | 2001-12-13 | 1 | -0/+1 |
|
|
* | SF bug #491415 PyDict_UpdateFromSeq2() unused | Tim Peters | 2001-12-11 | 1 | -1/+19 |
|
|
* | Patch supplied by Burton Radons for his own SF bug #487390: Modifying | Guido van Rossum | 2001-12-08 | 1 | -1/+1 |
|
|
* | PyMethodObject(): Update the comment about im_class based upon a | Guido van Rossum | 2001-12-07 | 1 | -1/+1 |
|
|
* | SF bug #488514: -Qnew needs work | Tim Peters | 2001-12-06 | 1 | -0/+4 |
|
|
* | Stop defining NDEBUG in Python.h, because it can interfere with | Tim Peters | 2001-12-04 | 1 | -5/+4 |
|
|
* | Fix SF bug #486144: Uninitialized __slot__ vrbl is None. | Guido van Rossum | 2001-12-04 | 1 | -0/+4 |
|
|
* | mysnprintf.c: Massive rewrite of PyOS_snprintf and PyOS_vsnprintf, to | Tim Peters | 2001-12-03 | 1 | -5/+0 |
|
|
* | PyFile_WriteString(): change prototype so that the string arg is | Tim Peters | 2001-11-28 | 1 | -1/+1 |
|
|
* | Removed preprocessor gimmick trying to force use of snprintf emulation | Tim Peters | 2001-11-28 | 1 | -8/+6 |
|
|
* | Fix SF bug [ #476852 ] Some bad macros in abstract.h | Jeremy Hylton | 2001-11-28 | 1 | -2/+2 |
|
|
* | Bumping version number. | Barry Warsaw | 2001-11-16 | 1 | -2/+2 |
|
|
* | Add PyObject_CheckReadBuffer(), which returns true if its argument | Jeremy Hylton | 2001-11-09 | 1 | -0/+9 |
|
|
* | Make the CoreFoundation object _New and _Convert routines available to other ... | Jack Jansen | 2001-11-05 | 1 | -0/+24 |
|
|
* | PyObject_CallFunctionObArgs() ---> PyObject_CallFunctionObjArgs() | Fred Drake | 2001-10-28 | 1 | -4/+4 |
|
|
* | SF patch #475657 (Dietmar Schwertberger) | Guido van Rossum | 2001-10-27 | 1 | -3/+4 |
|
|
* | SF bug #475327: type() produces incorrect error msg | Tim Peters | 2001-10-27 | 1 | -0/+1 |
|
|
* | Added two new functions to conveniently call functions/methods from C. | Fred Drake | 2001-10-26 | 1 | -5/+23 |
|
|
* | Generalize dictionary() to accept a sequence of 2-sequences. At the | Tim Peters | 2001-10-26 | 1 | -4/+8 |
|
|
* | SF patch #474590 -- RISC OS support | Guido van Rossum | 2001-10-24 | 1 | -0/+4 |
|
|
* | Check for HP/UX curses problems. Define _XOPEN_SOURCE_EXTENDED and | Martin v. Löwis | 2001-10-24 | 1 | -0/+11 |
|
|
* | Oops, undo previous change, which wasn't supposed to escape from my | Jack Jansen | 2001-10-24 | 1 | -1/+1 |
|
|
* | Tweaks for MacPython 2.2b1 | Jack Jansen | 2001-10-23 | 1 | -1/+1 |
|
|
* | PyArg_UnpackTuple(): New argument unpacking function suggested by Jim | Fred Drake | 2001-10-23 | 1 | -0/+1 |
|
|
* | Add function attributes that allow GCC to check the arguments of printf-like | Neil Schemenauer | 2001-10-23 | 4 | -9/+18 |
|
|
* | Hide GCC attributes fom compilers that don't support them. | Neil Schemenauer | 2001-10-23 | 1 | -0/+9 |
|
|
* | Methods of built-in types now properly check for keyword arguments | Guido van Rossum | 2001-10-22 | 1 | -0/+7 |
|
|
* | Big internal change that should have no external effects: unify the | Guido van Rossum | 2001-10-21 | 1 | -0/+3 |
|
|
* | Updated version numbers for post 2.2b1 development. | Barry Warsaw | 2001-10-19 | 1 | -3/+3 |
|
|
* | SF patch #470578: Fixes to synchronize unicode() and str() | Guido van Rossum | 2001-10-19 | 1 | -10/+9 |
|
|
* | SF patch #462296: Add attributes to os.stat results; by Nick Mathewson. | Guido van Rossum | 2001-10-18 | 1 | -0/+39 |
|
|
* | Partial patch from SF #452266, by Jason Petrone. | Guido van Rossum | 2001-10-16 | 1 | -1/+1 |
|
|
* | Get rid of __defined__ and tp_defined -- there's no need to | Guido van Rossum | 2001-10-15 | 1 | -1/+1 |
|
|
* | Completely get rid of __dynamic__ and the corresponding | Guido van Rossum | 2001-10-15 | 1 | -3/+0 |
|
|
* | Use an assert() for the REQ() macro instead of making up our own | Guido van Rossum | 2001-10-15 | 1 | -10/+1 |
|
|
* | Very subtle syntax change: in a list comprehension, the testlist in | Guido van Rossum | 2001-10-15 | 1 | -7/+8 |
|
|
* | Check for term.h and include it on non-ncurses system to get a declaration | Martin v. Löwis | 2001-10-13 | 1 | -0/+4 |
|
|
* | SF bug [#467145] Python 2.2a4 build problem on HPUX 11.0. | Tim Peters | 2001-10-11 | 1 | -12/+15 |
|
|
* | Keep track of a type's subclasses (subtypes), in tp_subclasses, which | Guido van Rossum | 2001-10-08 | 1 | -0/+2 |
|
|
* | Guido suggests, and I agree, to insist that SIZEOF_VOID_P be a power of 2. | Tim Peters | 2001-10-07 | 1 | -28/+24 |
|
|
* | _PyObject_VAR_SIZE: always round up to a multiple-of-pointer-size value. | Tim Peters | 2001-10-06 | 1 | -11/+35 |
|
|
* | Repaired the debug Windows deaths in test_descr, by allocating enough | Tim Peters | 2001-10-06 | 1 | -1/+2 |
|
|
* | Remove bogus declaration. | Fred Drake | 2001-10-05 | 1 | -2/+0 |
|
|
* | PyObject_ClearWeakRefs() is now a real function instead of a function pointer; | Fred Drake | 2001-10-05 | 1 | -1/+1 |
|
|