- 1e1fcef Back out #555929 by Martin v. Löwis · 23 years ago
- eadb6bb Patch #555929: Cygwin AH_BOTTOM cleanup patch by Jason Tishler · 23 years ago
- 01f94bd Patch #552433: Special-case tuples. Avoid sub-type checking for lists. by Martin v. Löwis · 23 years ago
- b1094f0 _PyGC_generation0 is now a pointer by Neil Schemenauer · 23 years ago
- 76da0c3 Patch #551008: DL_IMPORT PyBool_FromLong. by Martin v. Löwis · 23 years ago
- 8b078f9 Moving pymalloc along. by Tim Peters · 23 years ago
- 7dab242 - New builtin function enumerate(x), from PEP 279. Example: by Guido van Rossum · 23 years ago
- de02bcb Apply patch diff.txt from SF feature request http://www.python.org/sf/444708 by Walter Dörwald · 23 years ago
- 51e7f5c Moving pymalloc along. by Tim Peters · 23 years ago
- 058b141 Py_UniversalNewlineFread(): Many changes. by Tim Peters · 23 years ago
- 7b8c754 Mass checkin of universal newline support. by Jack Jansen · 23 years ago
- 0e87118 _PyObject_DebugDumpStats: renamed to _PyObject_DebugMallocStats. by Tim Peters · 23 years ago
- af3e8de First stab at rationalizing the PyMem_ API. Mixing PyObject_xyz with by Tim Peters · 23 years ago
- e9e7452 First cut at repairing out-of-date comments; make alignment of macro defs by Tim Peters · 23 years ago
- 20d0a1a Remove PyMalloc_* symbols. PyObject_Malloc now uses pymalloc if it's enabled. by Neil Schemenauer · 23 years ago
- 3e7b893 Remove PyMalloc_* symbols. PyObject_Malloc now uses pymalloc if it's enabled. by Neil Schemenauer · 23 years ago
- f6d1ea1 Change the type of the tp_free from 'destructor' to 'freefunc'. by Neil Schemenauer · 23 years ago
- 2bbdba3 Removed more hair in support of future-generator stmts. by Tim Peters · 23 years ago
- 8ab04b4 Got rid of ifdefs for long-obsolete GUSI versions. by Jack Jansen · 23 years ago
- 9b745f6 Get rid of USE_CACHE_ALIGNED. It has no function anymore. by Jack Jansen · 23 years ago
- 303d05d Add standard header preamble and footer, a-la intobject.h. Main purpose is extern "C" for C++ programs. by Mark Hammond · 23 years ago
- 2e1c09c Removed old Digital Creations copyright/license notices (with by Guido van Rossum · 23 years ago
- 5f82036 Oops. Here are the new files. My apologies. by Guido van Rossum · 23 years ago
- 77f6a65 Add the 'bool' type and its values 'False' and 'True', as described in by Guido van Rossum · 23 years ago
- 7ccfadf New PYMALLOC_DEBUG function void _PyMalloc_DebugDumpStats(void). by Tim Peters · 23 years ago
- 522cf1f Patch #536908: Add missing #include guards/extern "C". by Martin v. Löwis · 23 years ago
- 1f7df35 Remove the CACHE_HASH and INTERN_STRINGS preprocessor symbols. by Tim Peters · 23 years ago
- ef99723 Add _Py_AS_GC macro. It will be used by the trashcan code on object.c. by Neil Schemenauer · 23 years ago
- d1139e0 PYMALLOC_DEBUG routines: The "check API family" gimmick was going nowhere by Tim Peters · 23 years ago
- 7bf9715 Introduce two new flag bits that can be set in a PyMethodDef method by Fred Drake · 23 years ago
- 1543c07 Add a comment that PyArg_GetInt is deprecated and should not be used by Neal Norwitz · 23 years ago
- 3a6f978 Remove many uses of PyArg_NoArgs macro, change METH_OLDARGS to METH_NOARGS. by Neal Norwitz · 23 years ago
- ddea208 Give Python a debug-mode pymalloc, much as sketched on Python-Dev. by Tim Peters · 23 years ago
- c24ea08 Disable the parser hacks that enabled the "yield" keyword using a future by Neil Schemenauer · 23 years ago
- ffd5399 Make PyObject_{NEW,New,Del,DEL} always use the standard malloc (PyMem_*) by Neil Schemenauer · 23 years ago
- fbb556d Arrange to export the _PyMalloc_{Malloc, Realloc, Free} entry points. On by Tim Peters · 23 years ago
- 913b907 [Bug #528914] PyTraceBack_Store/Fetch were deleted in 1997, but their by Andrew M. Kuchling · 23 years ago
- 25f3dc2 Drop the PyCore_* memory API. by Neil Schemenauer · 23 years ago
- 11f5be8 Simpilify PyCore_* macros by assuming the function prototypes for by Neil Schemenauer · 23 years ago
- f6eebbb Patch #530105: Allow file object may to be subtyped by Martin v. Löwis · 23 years ago
- dc5a508 SF bug 525705: [2.2] underflow raise OverflowException. by Tim Peters · 23 years ago
- a5d78cc Whether platform malloc(0) returns NULL has nothing to do with whether by Tim Peters · 23 years ago
- 03b1883 For clarity, change _longobject to build directly from PyObject_VAR_HEAD by Tim Peters · 23 years ago
- 31e233a Cells are not VAR objects. by Jeremy Hylton · 23 years ago
- 5e67cde PyGC_Head: Use "long double" instead of "double" as the worst-case by Tim Peters · 23 years ago
- 5e090fc OS/2 EMX port changes (Include part of patch #450267): by Andrew MacIntyre · 23 years ago
- 2cec354 Change the version string from "2.2+" to "2.3a0". disutils peels off by Tim Peters · 23 years ago
- 4892f24 Got rid of a few more NeXT ifdefs. The last, I think. by Jack Jansen · 23 years ago
- 7bb1c9a Remove the unused & broken PyThread_*_sema() functions and related constants. by Fred Drake · 23 years ago
- c0e1671 Patch #477752: Drop old-style getargs from curses. by Martin v. Löwis · 23 years ago
- cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 23 years ago
- b0d71d0 Implement PyObject_DelItemString. Fixes #498915. by Martin v. Löwis · 23 years ago
- 7198a52 Patch #494783: Rename cmp_op enumerators. by Martin v. Löwis · 23 years ago
- 10a3bb5 SF bug #495548: troublesome #define in pyport.h by Tim Peters · 23 years ago
- 99ffed8 And we start all over again! by Barry Warsaw · 23 years ago
- 19554f6 As usual, bump the version number. by Barry Warsaw · 23 years ago
- 12ce485 Add helper macro to get the number of free variables for a PyCodeObject. by Jeremy Hylton · 23 years ago
- f582b82 SF bug #491415 PyDict_UpdateFromSeq2() unused by Tim Peters · 23 years ago
- 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
- 301d0f8 PyMethodObject(): Update the comment about im_class based upon a by Guido van Rossum · 23 years ago
- 3caca23 SF bug #488514: -Qnew needs work by Tim Peters · 23 years ago
- 5defb17 Stop defining NDEBUG in Python.h, because it can interfere with by Tim Peters · 23 years ago
- 6b70599 Fix SF bug #486144: Uninitialized __slot__ vrbl is None. by Guido van Rossum · 23 years ago
- faad5ad mysnprintf.c: Massive rewrite of PyOS_snprintf and PyOS_vsnprintf, to by Tim Peters · 23 years ago
- c1bbcb8 PyFile_WriteString(): change prototype so that the string arg is by Tim Peters · 23 years ago
- a437d45 Removed preprocessor gimmick trying to force use of snprintf emulation by Tim Peters · 23 years ago
- 7c7ee5f Fix SF bug [ #476852 ] Some bad macros in abstract.h by Jeremy Hylton · 23 years ago
- 754b712 Bumping version number. by Barry Warsaw · 23 years ago
- 89c3a22 Add PyObject_CheckReadBuffer(), which returns true if its argument by Jeremy Hylton · 23 years ago
- 537a69f Make the CoreFoundation object _New and _Convert routines available to other modules. Idea by Donovan Preston, implementaion by me. by Jack Jansen · 23 years ago
- b0c079e PyObject_CallFunctionObArgs() ---> PyObject_CallFunctionObjArgs() by Fred Drake · 23 years ago
- bd67d6f SF patch #475657 (Dietmar Schwertberger) by Guido van Rossum · 23 years ago
- 3abca12 SF bug #475327: type() produces incorrect error msg by Tim Peters · 23 years ago
- b421b8c Added two new functions to conveniently call functions/methods from C. by Fred Drake · 23 years ago
- 1fc240e Generalize dictionary() to accept a sequence of 2-sequences. At the by Tim Peters · 23 years ago
- e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 23 years ago
- eb9b103 Check for HP/UX curses problems. Define _XOPEN_SOURCE_EXTENDED and by Martin v. Löwis · 23 years ago
- 6bc55c4 Oops, undo previous change, which wasn't supposed to escape from my by Jack Jansen · 23 years ago
- 5d528b7 Tweaks for MacPython 2.2b1 by Jack Jansen · 23 years ago
- e4616e6 PyArg_UnpackTuple(): New argument unpacking function suggested by Jim by Fred Drake · 23 years ago
- 90b6890 Add function attributes that allow GCC to check the arguments of printf-like by Neil Schemenauer · 23 years ago
- 1569108 Hide GCC attributes fom compilers that don't support them. by Neil Schemenauer · 23 years ago
- c8e5645 Methods of built-in types now properly check for keyword arguments by Guido van Rossum · 23 years ago
- 6d20407 Big internal change that should have no external effects: unify the by Guido van Rossum · 23 years ago
- 51e4f1f Updated version numbers for post 2.2b1 development. by Barry Warsaw · 23 years ago
- b8c65bc SF patch #470578: Fixes to synchronize unicode() and str() by Guido van Rossum · 23 years ago
- 98bf58f SF patch #462296: Add attributes to os.stat results; by Nick Mathewson. by Guido van Rossum · 23 years ago
- 3c28863 Partial patch from SF #452266, by Jason Petrone. by Guido van Rossum · 23 years ago
- 687ae00 Get rid of __defined__ and tp_defined -- there's no need to by Guido van Rossum · 23 years ago
- 2f3ca6e Completely get rid of __dynamic__ and the corresponding by Guido van Rossum · 23 years ago
- 5aace07 Use an assert() for the REQ() macro instead of making up our own assertion. by Guido van Rossum · 23 years ago
- 1c91707 Very subtle syntax change: in a list comprehension, the testlist in by Guido van Rossum · 23 years ago
- 6953233 Check for term.h and include it on non-ncurses system to get a declaration by Martin v. Löwis · 23 years ago
- 9e4ca10 SF bug [#467145] Python 2.2a4 build problem on HPUX 11.0. by Tim Peters · 23 years ago
- 1c45073 Keep track of a type's subclasses (subtypes), in tp_subclasses, which by Guido van Rossum · 23 years ago
- f2a67da Guido suggests, and I agree, to insist that SIZEOF_VOID_P be a power of 2. by Tim Peters · 23 years ago
- 6d483d3 _PyObject_VAR_SIZE: always round up to a multiple-of-pointer-size value. by Tim Peters · 23 years ago
- 406fe3b Repaired the debug Windows deaths in test_descr, by allocating enough by Tim Peters · 23 years ago
- 335244c Remove bogus declaration. by Fred Drake · 23 years ago
- b3f0d34 PyObject_ClearWeakRefs() is now a real function instead of a function pointer; by Fred Drake · 23 years ago