- 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
- 6b35370 Update docs for bool changes by Guido around April 6 by Neal Norwitz · 23 years ago
- 803a8ea Update docstring to reflect code change to bool by Neal Norwitz · 23 years ago
- 50ee94f is_builtin() is not a Boolean -- it can return -1, 0, 1. [SF #541652] by Guido van Rossum · 23 years ago
- eee12e9 Ignore an output directory for intermediates here as well. by Fred Drake · 23 years ago
- fd86771 Fix typo: coverted --> converted. Reported by Francois Pinard. by Fred Drake · 23 years ago
- 4c7fb96 Remove unconditional debugging prints. by Thomas Heller · 23 years ago
- fd0e82a Set the warn_dir option to 0 before running the install command. by Thomas Heller · 23 years ago
- 1630520 Fix an obvious bug. by Thomas Heller · 23 years ago
- 77f4438 Update the table of releases. by Fred Drake · 23 years ago
- b0f3cea Update table of releases. by Tim Peters · 23 years ago
- 688357e Patch #512005: getrusage() returns struct-like object. by Martin v. Löwis · 23 years ago
- 6cca2f4 Change 2.1.3 release date. by Tim Peters · 23 years ago
- 11c5d72 Update 2.1.3 Windows buildno. by Tim Peters · 23 years ago
- 8509ebc Patch #539392: Invoke setlocale, try opening the file in demo mode. by Martin v. Löwis · 23 years ago
- 95de5c1 Move Unicode finalization further down in the chain. Fixes bug #525620. by Marc-André Lemburg · 23 years ago
- bc82ab1 Do not call "knee" a standard module, and point to the new location. by Fred Drake · 23 years ago
- 2ea9111 SF bug 538827: Python open w/ MSVC6: bad error msgs. by Tim Peters · 23 years ago
- 0986d82 - A type can now inherit its metatype from its base type. Previously, by Guido van Rossum · 23 years ago
- d1a3c81 Move knee.py from Lib/ to Demo/imputil/. Fixes #515745. by Martin v. Löwis · 23 years ago
- 8ca162f Partial introduction of bools where appropriate. by Guido van Rossum · 23 years ago
- b8bff3f Return bools from functions named is_<whatever>(). by Guido van Rossum · 23 years ago
- 8fdc75b Lock methods acquire() and locked() now return bools. by Guido van Rossum · 23 years ago
- 7f7666f isatty() should return a bool. by Guido van Rossum · 23 years ago
- c45929e Move autoheader declarations into configure.in. by Martin v. Löwis · 23 years ago
- 87bbdd3 Minor clarification about what's actually promised for PyMem_Malloc(0). by Tim Peters · 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
- 49f2681 Minor improvements to the stats output dump, including adding commas to by Tim Peters · 23 years ago
- 8ace1ab - Changed new-style class instantiation so that when C's __new__ by Guido van Rossum · 23 years ago
- 181e41a Some more news. by Guido van Rossum · 23 years ago
- 68304cc Move reference material on PyArg_Parse*() out of the Extending & Embedding by Fred Drake · 23 years ago
- 6b8ab74 Don't inherit tp_new! This is a retraction of half of the previous by Guido van Rossum · 23 years ago
- d1bfe5e Add tests for binary pickles. by Guido van Rossum · 23 years ago
- 9651198 Remove weird spacing in typeset version of the chapter head. by Fred Drake · 23 years ago
- e276339 Implement an idea by Paul Rubin: by Guido van Rossum · 23 years ago
- d15a0a0 Fix bug in command line handling, noted by Fredrik Lundh. by Fred Drake · 23 years ago
- e03e1fe Add support for the "Aesop Meta Tag". Not widely used, but not a bad idea, by Fred Drake · 23 years ago
- cc8fe04 Inherit tp_new and tp_is_gc. by Guido van Rossum · 23 years ago
- 2d7e264 Eliminate use of LIBOBJS which is an error in autoconf 2.53. by Martin v. Löwis · 23 years ago
- 4179a01 Comment about UTF-16 changes. by Marc-André Lemburg · 23 years ago
- 3ccb09c Fix for bug #222395: UTF-16 et al. don't handle .readline(). by Marc-André Lemburg · 23 years ago
- ffdd22f Repair an incomprehensible comment. by Tim Peters · 23 years ago
- 16bcb6b _PyMalloc_DebugDumpStats(): vastly improved the output, and it now by Tim Peters · 23 years ago
- e70ddf3 Widespread, but mostly in _PyMalloc_Malloc: optimize away all expensive by Tim Peters · 23 years ago
- d3dab2b Update doc to reflect Tim's changes to bool. by Neal Norwitz · 23 years ago
- c334df5 A much revised version of SF patch 514662, by Naofumi Honda. This by Guido van Rossum · 23 years ago
- a863270 Revert 0/1 -> False/True change; I didn't intend to muck w/ distutils. by Tim Peters · 23 years ago
- 72118e5 Fix a typo in Tim's fix. by Guido van Rossum · 23 years ago
- a8e5d43 Minor style change. by Fred Drake · 23 years ago
- bc0e910 Convert a pile of obvious "yes/no" functions to return bool. by Tim Peters · 23 years ago
- 2f486b7 Record Windows build number for 2.2.1 final. by Tim Peters · 23 years ago
- 9b3e2ca Add support for \textgreater, \textless. Updated productionlist environment. by Fred Drake · 23 years ago
- f32e459 Replace use of apply() with extended call syntax. by Jeremy Hylton · 23 years ago
- a2c2595 Add a version annotation regarding the urlopen(proxies={...}). by Fred Drake · 23 years ago
- df6eca7 Support manual proxy configuration for simple urlopen() operations. by Fred Drake · 23 years ago
- 5ca3a08 The rest of the documentation for manual proxy configuration for a basic by Fred Drake · 23 years ago