| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch #512005: getrusage() returns struct-like object. | Martin v. Löwis | 2002-04-08 | 4 | -57/+112 |
|
|
* | Change 2.1.3 release date. | Tim Peters | 2002-04-08 | 1 | -1/+1 |
|
|
* | Update 2.1.3 Windows buildno. | Tim Peters | 2002-04-08 | 1 | -0/+2 |
|
|
* | Patch #539392: Invoke setlocale, try opening the file in demo mode. | Martin v. Löwis | 2002-04-08 | 1 | -2/+18 |
|
|
* | Move Unicode finalization further down in the chain. | Marc-André Lemburg | 2002-04-08 | 1 | -5/+5 |
|
|
* | Do not call "knee" a standard module, and point to the new location. | Fred Drake | 2002-04-08 | 1 | -3/+3 |
|
|
* | SF bug 538827: Python open w/ MSVC6: bad error msgs. | Tim Peters | 2002-04-08 | 1 | -2/+15 |
|
|
* | - A type can now inherit its metatype from its base type. Previously, | Guido van Rossum | 2002-04-08 | 2 | -6/+13 |
|
|
* | Move knee.py from Lib/ to Demo/imputil/. Fixes #515745. | Martin v. Löwis | 2002-04-07 | 1 | -0/+0 |
|
|
* | Partial introduction of bools where appropriate. | Guido van Rossum | 2002-04-07 | 18 | -94/+96 |
|
|
* | Return bools from functions named is_<whatever>(). | Guido van Rossum | 2002-04-07 | 1 | -4/+4 |
|
|
* | Lock methods acquire() and locked() now return bools. | Guido van Rossum | 2002-04-07 | 1 | -7/+7 |
|
|
* | isatty() should return a bool. | Guido van Rossum | 2002-04-07 | 1 | -1/+1 |
|
|
* | Move autoheader declarations into configure.in. | Martin v. Löwis | 2002-04-06 | 4 | -861/+817 |
|
|
* | Minor clarification about what's actually promised for PyMem_Malloc(0). | Tim Peters | 2002-04-06 | 1 | -6/+8 |
|
|
* | Add standard header preamble and footer, a-la intobject.h. Main purpose is e... | Mark Hammond | 2002-04-06 | 1 | -0/+12 |
|
|
* | Minor improvements to the stats output dump, including adding commas to | Tim Peters | 2002-04-06 | 1 | -10/+34 |
|
|
* | - Changed new-style class instantiation so that when C's __new__ | Guido van Rossum | 2002-04-06 | 3 | -0/+30 |
|
|
* | 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 |
|
|