- 06a83e9 Patch #543447: Add posix.mknod. by Martin v. Löwis · 23 years ago
- 314fc79 Patch #542659: Eliminate duplicate check for NULL of freevars/cellvars. by Martin v. Löwis · 23 years ago
- 88c9344 initpwd(): Clean up initialization, avoid PyModule_GetDict(). by Fred Drake · 23 years ago
- f42d32c BDFL agreed with Tim: rehabilitate randint(). by Neal Norwitz · 23 years ago
- 5961042 Fold long lines. (Walter, please take note! :-) by Guido van Rossum · 23 years ago
- f495625 Add pop() to UserDict. by Guido van Rossum · 23 years ago
- 0e87118 _PyObject_DebugDumpStats: renamed to _PyObject_DebugMallocStats. by Tim Peters · 23 years ago
- b7ba743 SF bug 543148: Memory leak with stackframes + inspect. by Tim Peters · 23 years ago
- 8b1c47b Document the optional argument to the .strip(), .rstrip(), .strip() string by Fred Drake · 23 years ago
- 4904204 News for strip methods. by Guido van Rossum · 23 years ago
- 018b0eb Partially implement SF feature request 444708. by Guido van Rossum · 23 years ago
- 9344b14 Add news about memory managent APIs changing. by Neil Schemenauer · 23 years ago
- 01e9461 Additional support for describing C structure members. by Fred Drake · 23 years ago
- 4d2a95d Integrate a bunch of new text from Guido. by Fred Drake · 23 years ago
- 56cdf11 AddrlistClass -> AddressList by Barry Warsaw · 23 years ago
- e1df15c AddrlistClass -> AddressList by Barry Warsaw · 23 years ago
- 8a8cdfd Small anal correctness tweaks: by Tim Peters · 23 years ago
- d4c0e5f BDFL agreed with Tim: rehabilitate randint(). by Fred Drake · 23 years ago
- fd92304 Update the type of the tp_free slot. by Fred Drake · 23 years ago
- f495ef7 Warn people away from PyModule_GetDict(), but not too strongly. by Fred Drake · 23 years ago
- c69343b News about dict.pop(). by Guido van Rossum · 23 years ago
- 63e40a5 Do not use PyModule_GetDict(). by Fred Drake · 23 years ago
- e77e5ef Change example of retrieving & calling a Python function to not use by Fred Drake · 23 years ago
- 292da58 Change the type of the tp_dealloc back to what it really is. by Fred Drake · 23 years ago
- 9701732 Bump AC_PREREQ to 2.53. by Martin v. Löwis · 23 years ago
- d854f3b I am mad. This test never worked! by Guido van Rossum · 23 years ago
- ee48519 Modernize the minimal example of an extension type. by Fred Drake · 23 years ago
- 28de8d4 Add a (very) simple description of PyType_Ready(). by Fred Drake · 23 years ago
- 0babc44 Update the type of tp_dealloc. by Fred Drake · 23 years ago
- 263ad28 Spell Raymond Hettinger's name write by Neal Norwitz · 23 years ago
- b69844f Add Raymond Hettinger, CPA. by Guido van Rossum · 23 years ago
- e027d98 Add Raymond Hettinger's d.pop(). See SF patch 539949. by Guido van Rossum · 23 years ago
- ededa90 - Added support for inherent pointer types (typedefs of arrays) by Jack Jansen · 23 years ago
- da70485 Give type name when complaining about using input-only type for output or v.v. by Jack Jansen · 23 years ago
- 0036cba Remove acconfig.h. by Martin v. Löwis · 23 years ago
- 0b6964b Remove unused macros. by Martin v. Löwis · 23 years ago
- 1143799 Update to autoconf 2.5x. by Martin v. Löwis · 23 years ago
- 85cc1c4 _PyObject_DebugRealloc(): rewritten to let the underlying realloc do by Tim Peters · 23 years ago
- f539c68 _PyObject_DebugDumpAddress(): clarify an output message. by Tim Peters · 23 years ago
- f6fb501 PYMALLOC_{CLEAN, DEAD, FORBIDDEN}BYTE symbols: remove the PYMALLOC_ 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
- d2560cd Move PyObject_Malloc and PyObject_Free here from object.c. Remove by Neil Schemenauer · 23 years ago
- bdf0eed Move PyObject_Malloc and PyObject_Free to obmalloc.c. by Neil Schemenauer · 23 years ago
- 58aa861 Remove PyMalloc_*. by Neil Schemenauer · 23 years ago
- 09a2ae5 Change signature of _PyObject_GC_Malloc to match PyObject_MALLOC. by Neil Schemenauer · 23 years ago
- 626d774 PyObject_GC_Del can now be used as a function designator. by Neil Schemenauer · 23 years ago
- 7465ad2 Remove PyMalloc_New and PyMalloc_Del. by Neil Schemenauer · 23 years ago
- 510492e Remove PyMalloc_New, _PyMalloc_MALLOC, and PyMalloc_Del. by Neil Schemenauer · 23 years ago
- 9acae5a Remove PyMalloc_New and PyMalloc_Del. by Neil Schemenauer · 23 years ago
- 99b5d28 PyObject_GC_Del can now be used as a function designator. by Neil Schemenauer · 23 years ago
- aa769ae PyObject_Del can now be used as a function designator. by Neil Schemenauer · 23 years ago
- 6189b89 PyObject_GC_Del and PyObject_Del can now be used as a function designators. by Neil Schemenauer · 23 years ago
- fec4eb1 Allow PyObject_Del to be used as a function designator. Provide binary by Neil Schemenauer · 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
- 68c7e26 Get rid of backward compatibility modules. Do this fairly early in the 2.3 cycle so we don't shoot ourselves in the foot later. by Jack Jansen · 23 years ago
- 04a8da5 Clean up the "all" support for -u. by Fred Drake · 23 years ago
- f9ddec4 Guido sez to remove the deprecation warning for a year. by Fred Drake · 23 years ago
- 85705e7 Got rid of obsolete defines. by Jack Jansen · 23 years ago
- 786681a Got rid of obsolete appearance flag. by Jack Jansen · 23 years ago
- cc8258d Added boolobject.c by Jack Jansen · 23 years ago
- 7df772b At CNRI's request, I'm changing the status of 1.6.1 from by Guido van Rossum · 23 years ago
- 5159f1d Got rid of ifdefs for long-obsolete GUSI versions and other lurkers. by Jack Jansen · 23 years ago
- 32baa2c These are long obsolete. Get rid of them. by Jack Jansen · 23 years ago
- b19444f Got rid of ifdefs for long-obsolete GUSI versions and other stuff that is now standard (appearance, interned strings) by Jack Jansen · 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
- a7c2b30 Since xmllib is deprecated now, suppress the DeprecationWarning its test by Tim Peters · 23 years ago
- b05cd49 Ignore more deprecation warnings. by Tim Peters · 23 years ago
- 3c14efe Stop sucking up xmllib -- it's deprecated. by Tim Peters · 23 years ago
- deb121a I don't expect test_email_codecs to run on Windows. by Tim Peters · 23 years ago
- 3a15dac Added the resource name "all" to enable all of the optional resource uses. by Fred Drake · 23 years ago
- 2a519f8 Document __unicode__. Fixes #541245. by Martin v. Löwis · 23 years ago
- 81bdc93 Explain octal escapes. Fixes #542226. by Martin v. Löwis · 23 years ago
- 52aefc8 SF bug 542181: Realloc behavior by Tim Peters · 23 years ago
- 362ed34 Different .pyc icon - use "paler" colors to better differentiate it from the main .py icon. As discussed with Tim (prompted by cl.lpy posting) by Mark Hammond · 23 years ago
- 43735da Improve coverage of Objects/weakrefobject.c. by Fred Drake · 23 years ago
- 17850f7 Add a name by Andrew M. Kuchling · 23 years ago
- 7301907 Add deprecation warning to 'pre' module by Andrew M. Kuchling · 23 years ago
- 2854c47 Remove mention of 'pre' module by Andrew M. Kuchling · 23 years ago
- 7fd1c8c Remove support for importing 'pre' module by Andrew M. Kuchling · 23 years ago
- 409a4c0 Sync'ing with standalone email package 2.0.1. This adds support for by Barry Warsaw · 23 years ago
- 68e6933 Bug fix for UTF-8 encoding bug (buffer overrun) #541828. by Marc-André Lemburg · 23 years ago
- e3c764b Document PyType_CheckExact(), PyType_IS_GC(). by Fred Drake · 23 years ago
- ce0b664 Added test case for UTF-8 encoding bug #541828. by Marc-André Lemburg · 23 years ago
- a974561 Use random instead of whrandom by Andrew M. Kuchling · 23 years ago
- 9a62448 Use random module instead of whrandom Move imports to top by Andrew M. Kuchling · 23 years ago
- 3b2625f document all the valid encoding values by Skip Montanaro · 23 years ago
- 3c1ff5c When adding a name to the table of macros and environments, make sure it by Fred Drake · 23 years ago
- 0047e16 Added support for \csimplemacro and csimplemacrodesc. by Fred Drake · 23 years ago
- ab3b9eb Add deprecation warnings for modules as documented by Neal Norwitz · 23 years ago
- 6e99704 Add a deprecation warning to reflect the documented deprecation of the by Fred Drake · 23 years ago
- 4d61775 Started filling in the information about some of the basic types and macros by Fred Drake · 23 years ago
- 46cd794 Repair 2.2.1 release date. by Tim Peters · 23 years ago
- 375e302 Update to use the new \csimplemacro macro by Fred Drake · 23 years ago
- 79bf99c Document the \csimplemacro macro and the csimplemacrodesc environment. by Fred Drake · 23 years ago
- 19f827e Add \csimplemacro to parallel the csimplemacrodesc environment. by Fred Drake · 23 years ago