| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch #543447: Add posix.mknod. | Martin v. Löwis | 2002-04-14 | 6 | -7/+60 |
|
|
* | Patch #542659: Eliminate duplicate check for NULL of freevars/cellvars. | Martin v. Löwis | 2002-04-14 | 1 | -4/+0 |
|
|
* | initpwd(): Clean up initialization, avoid PyModule_GetDict(). | Fred Drake | 2002-04-13 | 1 | -4/+4 |
|
|
* | BDFL agreed with Tim: rehabilitate randint(). | Neal Norwitz | 2002-04-13 | 1 | -2/+0 |
|
|
* | Fold long lines. (Walter, please take note! :-) | Guido van Rossum | 2002-04-13 | 1 | -9/+18 |
|
|
* | Add pop() to UserDict. | Guido van Rossum | 2002-04-13 | 1 | -0/+2 |
|
|
* | _PyObject_DebugDumpStats: renamed to _PyObject_DebugMallocStats. | Tim Peters | 2002-04-13 | 3 | -5/+14 |
|
|
* | SF bug 543148: Memory leak with stackframes + inspect. | Tim Peters | 2002-04-13 | 1 | -2/+17 |
|
|
* | Document the optional argument to the .strip(), .rstrip(), .strip() string | Fred Drake | 2002-04-13 | 1 | -8/+20 |
|
|
* | News for strip methods. | Guido van Rossum | 2002-04-13 | 1 | -0/+4 |
|
|
* | Partially implement SF feature request 444708. | Guido van Rossum | 2002-04-13 | 3 | -18/+101 |
|
|
* | Add news about memory managent APIs changing. | Neil Schemenauer | 2002-04-12 | 1 | -0/+5 |
|
|
* | Additional support for describing C structure members. | Fred Drake | 2002-04-12 | 1 | -0/+11 |
|
|
* | Integrate a bunch of new text from Guido. | Fred Drake | 2002-04-12 | 1 | -6/+262 |
|
|
* | AddrlistClass -> AddressList | Barry Warsaw | 2002-04-12 | 1 | -2/+2 |
|
|
* | AddrlistClass -> AddressList | Barry Warsaw | 2002-04-12 | 1 | -2/+2 |
|
|
* | Small anal correctness tweaks: | Tim Peters | 2002-04-12 | 1 | -2/+2 |
|
|
* | BDFL agreed with Tim: rehabilitate randint(). | Fred Drake | 2002-04-12 | 1 | -1/+0 |
|
|
* | Update the type of the tp_free slot. | Fred Drake | 2002-04-12 | 1 | -1/+1 |
|
|
* | Warn people away from PyModule_GetDict(), but not too strongly. | Fred Drake | 2002-04-12 | 1 | -0/+3 |
|
|
* | News about dict.pop(). | Guido van Rossum | 2002-04-12 | 1 | -0/+3 |
|
|
* | Do not use PyModule_GetDict(). | Fred Drake | 2002-04-12 | 1 | -23/+27 |
|
|
* | Change example of retrieving & calling a Python function to not use | Fred Drake | 2002-04-12 | 1 | -12/+9 |
|
|
* | Change the type of the tp_dealloc back to what it really is. | Fred Drake | 2002-04-12 | 1 | -2/+2 |
|
|
* | Bump AC_PREREQ to 2.53. | Martin v. Löwis | 2002-04-12 | 2 | -2/+2 |
|
|
* | I am mad. This test never worked! | Guido van Rossum | 2002-04-12 | 1 | -16/+14 |
|
|
* | Modernize the minimal example of an extension type. | Fred Drake | 2002-04-12 | 1 | -7/+15 |
|
|
* | Add a (very) simple description of PyType_Ready(). | Fred Drake | 2002-04-12 | 1 | -0/+4 |
|
|
* | Update the type of tp_dealloc. | Fred Drake | 2002-04-12 | 1 | -1/+1 |
|
|
* | Spell Raymond Hettinger's name write | Neal Norwitz | 2002-04-12 | 1 | -1/+1 |
|
|
* | Add Raymond Hettinger, CPA. | Guido van Rossum | 2002-04-12 | 1 | -0/+1 |
|
|
* | Add Raymond Hettinger's d.pop(). See SF patch 539949. | Guido van Rossum | 2002-04-12 | 3 | -0/+56 |
|
|
* | - Added support for inherent pointer types (typedefs of arrays) | Jack Jansen | 2002-04-12 | 1 | -0/+34 |
|
|
* | Give type name when complaining about using input-only type for output | Jack Jansen | 2002-04-12 | 1 | -2/+2 |
|
|
* | Remove acconfig.h. | Martin v. Löwis | 2002-04-12 | 4 | -41/+10 |
|
|
* | Remove unused macros. | Martin v. Löwis | 2002-04-12 | 1 | -23/+0 |
|
|
* | Update to autoconf 2.5x. | Martin v. Löwis | 2002-04-12 | 4 | -4824/+13539 |
|
|
* | _PyObject_DebugRealloc(): rewritten to let the underlying realloc do | Tim Peters | 2002-04-12 | 1 | -27/+30 |
|
|
* | _PyObject_DebugDumpAddress(): clarify an output message. | Tim Peters | 2002-04-12 | 1 | -1/+1 |
|
|
* | PYMALLOC_{CLEAN, DEAD, FORBIDDEN}BYTE symbols: remove the PYMALLOC_ | Tim Peters | 2002-04-12 | 1 | -34/+39 |
|
|
* | First stab at rationalizing the PyMem_ API. Mixing PyObject_xyz with | Tim Peters | 2002-04-12 | 4 | -70/+61 |
|
|
* | First cut at repairing out-of-date comments; make alignment of macro defs | Tim Peters | 2002-04-12 | 1 | -15/+24 |
|
|
* | Move PyObject_Malloc and PyObject_Free here from object.c. Remove | Neil Schemenauer | 2002-04-12 | 1 | -61/+33 |
|
|
* | Move PyObject_Malloc and PyObject_Free to obmalloc.c. | Neil Schemenauer | 2002-04-12 | 1 | -21/+2 |
|
|
* | Remove PyMalloc_*. | Neil Schemenauer | 2002-04-12 | 1 | -5/+5 |
|
|
* | Change signature of _PyObject_GC_Malloc to match PyObject_MALLOC. | Neil Schemenauer | 2002-04-12 | 1 | -6/+6 |
|
|
* | PyObject_GC_Del can now be used as a function designator. | Neil Schemenauer | 2002-04-12 | 1 | -1/+1 |
|
|
* | Remove PyMalloc_New and PyMalloc_Del. | Neil Schemenauer | 2002-04-12 | 2 | -4/+4 |
|
|
* | Remove PyMalloc_New, _PyMalloc_MALLOC, and PyMalloc_Del. | Neil Schemenauer | 2002-04-12 | 1 | -7/+7 |
|
|
* | Remove PyMalloc_New and PyMalloc_Del. | Neil Schemenauer | 2002-04-12 | 1 | -2/+2 |
|
|