| Commit message (Expand) | Author | Age | Files | Lines |
* | Some more news. | Guido van Rossum | 2002-04-06 | 1 | -0/+4 |
|
|
* | Move reference material on PyArg_Parse*() out of the Extending & Embedding | Fred Drake | 2002-04-05 | 5 | -485/+530 |
|
|
* | Don't inherit tp_new! This is a retraction of half of the previous | Guido van Rossum | 2002-04-05 | 1 | -1/+0 |
|
|
* | Add tests for binary pickles. | Guido van Rossum | 2002-04-05 | 1 | -0/+12 |
|
|
* | Remove weird spacing in typeset version of the chapter head. | Fred Drake | 2002-04-05 | 1 | -1/+1 |
|
|
* | Implement an idea by Paul Rubin: | Guido van Rossum | 2002-04-05 | 3 | -29/+29 |
|
|
* | Fix bug in command line handling, noted by Fredrik Lundh. | Fred Drake | 2002-04-05 | 1 | -1/+1 |
|
|
* | Add support for the "Aesop Meta Tag". Not widely used, but not a bad idea, | Fred Drake | 2002-04-05 | 4 | -0/+31 |
|
|
* | Inherit tp_new and tp_is_gc. | Guido van Rossum | 2002-04-05 | 1 | -0/+2 |
|
|
* | Eliminate use of LIBOBJS which is an error in autoconf 2.53. | Martin v. Löwis | 2002-04-05 | 3 | -292/+281 |
|
|
* | Comment about UTF-16 changes. | Marc-André Lemburg | 2002-04-05 | 1 | -0/+6 |
|
|
* | Fix for bug #222395: UTF-16 et al. don't handle .readline(). | Marc-André Lemburg | 2002-04-05 | 3 | -2/+9 |
|
|
* | Repair an incomprehensible comment. | Tim Peters | 2002-04-05 | 1 | -2/+2 |
|
|
* | _PyMalloc_DebugDumpStats(): vastly improved the output, and it now | Tim Peters | 2002-04-05 | 1 | -21/+58 |
|
|
* | Widespread, but mostly in _PyMalloc_Malloc: optimize away all expensive | Tim Peters | 2002-04-05 | 1 | -40/+39 |
|
|
* | Update doc to reflect Tim's changes to bool. | Neal Norwitz | 2002-04-05 | 8 | -27/+28 |
|
|
* | A much revised version of SF patch 514662, by Naofumi Honda. This | Guido van Rossum | 2002-04-04 | 1 | -99/+128 |
|
|
* | Revert 0/1 -> False/True change; I didn't intend to muck w/ distutils. | Tim Peters | 2002-04-04 | 1 | -2/+2 |
|
|
* | Fix a typo in Tim's fix. | Guido van Rossum | 2002-04-04 | 1 | -1/+1 |
|
|
* | Minor style change. | Fred Drake | 2002-04-04 | 1 | -0/+2 |
|
|
* | Convert a pile of obvious "yes/no" functions to return bool. | Tim Peters | 2002-04-04 | 34 | -122/+117 |
|
|
* | Record Windows build number for 2.2.1 final. | Tim Peters | 2002-04-04 | 1 | -0/+2 |
|
|
* | Add support for \textgreater, \textless. | Fred Drake | 2002-04-04 | 1 | -4/+9 |
|
|
* | Replace use of apply() with extended call syntax. | Jeremy Hylton | 2002-04-04 | 1 | -2/+3 |
|
|
* | Add a version annotation regarding the urlopen(proxies={...}). | Fred Drake | 2002-04-04 | 1 | -0/+2 |
|
|
* | Support manual proxy configuration for simple urlopen() operations. | Fred Drake | 2002-04-04 | 1 | -5/+10 |
|
|
* | The rest of the documentation for manual proxy configuration for a basic | Fred Drake | 2002-04-04 | 1 | -3/+20 |
|
|
* | Documentation for manual proxy configuration, by Andy Gimblett. | Fred Drake | 2002-04-04 | 1 | -0/+35 |
|
|
* | SF bug 497854: Short-cuts missing for All Users | Tim Peters | 2002-04-04 | 2 | -10/+24 |
|
|
* | Add note about changes in xml.sax.expatreader. | Fred Drake | 2002-04-04 | 1 | -0/+4 |
|
|
* | Not sure why the regression test missed this, but the PyXML tests caught it. | Fred Drake | 2002-04-04 | 1 | -1/+1 |
|
|
* | Mark the notice about the new development version of the docs as not needing | Fred Drake | 2002-04-04 | 1 | -0/+1 |
|
|
* | Avoid creating circular references between the ExpatParser and the | Fred Drake | 2002-04-04 | 1 | -1/+38 |
|
|
* | Removed old Digital Creations copyright/license notices (with | Guido van Rossum | 2002-04-04 | 11 | -228/+14 |
|
|
* | Clarifying code rearrangement and comments by David Abrahams. I've | Guido van Rossum | 2002-04-04 | 1 | -28/+46 |
|
|
* | Add test case for SF bug 534347. | Guido van Rossum | 2002-04-04 | 1 | -0/+8 |
|
|
* | Fix by Greg Chapman from SF bug 534347: Potential AV in vgetargskeywords. | Guido van Rossum | 2002-04-04 | 1 | -1/+7 |
|
|
* | Added note about updated freeze.py Tool. | Marc-André Lemburg | 2002-04-04 | 1 | -0/+4 |
|
|
* | Updated freeze.py to the new Makefile symbol layout. | Marc-André Lemburg | 2002-04-04 | 4 | -6/+4 |
|
|
* | Add a note about bool. | Guido van Rossum | 2002-04-04 | 1 | -0/+6 |
|
|
* | SF 539024, Fix broken link to numpy | Neal Norwitz | 2002-04-04 | 1 | -1/+1 |
|
|
* | _PyMalloc_Realloc(): removed a now-pointless cast. | Tim Peters | 2002-04-04 | 1 | -1/+1 |
|
|
* | _PyMalloc_{Malloc, Realloc}: Strive to meet the doc's promises about | Tim Peters | 2002-04-04 | 1 | -42/+44 |
|
|
* | Correct the descriptions of the PyObject_As*Buffer() return values. | Fred Drake | 2002-04-04 | 1 | -6/+6 |
|
|
* | As Neal pointed out, bool_print was an order of magnitude too complex. | Guido van Rossum | 2002-04-04 | 1 | -12/+1 |
|
|
* | Repair the Windows build (needs to compile in the new boolobject code). | Tim Peters | 2002-04-04 | 1 | -0/+15 |
|
|
* | Oops. Here are the new files. My apologies. | Guido van Rossum | 2002-04-03 | 3 | -0/+460 |
|
|
* | Add empty section for bool | Andrew M. Kuchling | 2002-04-03 | 1 | -0/+12 |
|
|
* | Add the 'bool' type and its values 'False' and 'True', as described in | Guido van Rossum | 2002-04-03 | 29 | -383/+494 |
|
|
* | e macresource.need() to open the W resource file in the application init | Jack Jansen | 2002-04-03 | 2 | -1/+4 |
|
|