2002-04-08 |
Tim Peters | Change 2.1.3 release date. |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Tim Peters | Update 2.1.3 Windows buildno. |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Martin v. Löwis | Patch #539392: Invoke setlocale, try opening the file... |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Marc-André... | Move Unicode finalization further down in the chain. |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Fred Drake | Do not call "knee" a standard module, and point to... |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Tim Peters | SF bug 538827: Python open w/ MSVC6: bad error msgs. |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Guido van Rossum | - A type can now inherit its metatype from its base... |
commit | commitdiff | tree | snapshot |
2002-04-07 |
Martin v. Löwis | Move knee.py from Lib/ to Demo/imputil/. Fixes #515745. |
commit | commitdiff | tree | snapshot |
2002-04-07 |
Guido van Rossum | Partial introduction of bools where appropriate. |
commit | commitdiff | tree | snapshot |
2002-04-07 |
Guido van Rossum | Return bools from functions named is_<whatever>(). |
commit | commitdiff | tree | snapshot |
2002-04-07 |
Guido van Rossum | Lock methods acquire() and locked() now return bools. |
commit | commitdiff | tree | snapshot |
2002-04-07 |
Guido van Rossum | isatty() should return a bool. |
commit | commitdiff | tree | snapshot |
2002-04-06 |
Martin v. Löwis | Move autoheader declarations into configure.in. |
commit | commitdiff | tree | snapshot |
2002-04-06 |
Tim Peters | Minor clarification about what's actually promised... |
commit | commitdiff | tree | snapshot |
2002-04-06 |
Mark Hammond | Add standard header preamble and footer, a-la intobject... |
commit | commitdiff | tree | snapshot |
2002-04-06 |
Tim Peters | Minor improvements to the stats output dump, including... |
commit | commitdiff | tree | snapshot |
2002-04-06 |
Guido van Rossum | - Changed new-style class instantiation so that when... |
commit | commitdiff | tree | snapshot |
2002-04-06 |
Guido van Rossum | Some more news. |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Fred Drake | Move reference material on PyArg_Parse*() out of the... |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Guido van Rossum | Don't inherit tp_new! This is a retraction of half... |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Guido van Rossum | Add tests for binary pickles. |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Fred Drake | Remove weird spacing in typeset version of the chapter... |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Guido van Rossum | Implement an idea by Paul Rubin: |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Fred Drake | Fix bug in command line handling, noted by Fredrik... |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Fred Drake | Add support for the "Aesop Meta Tag". Not widely used... |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Guido van Rossum | Inherit tp_new and tp_is_gc. |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Martin v. Löwis | Eliminate use of LIBOBJS which is an error in autoconf... |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Marc-André... | Comment about UTF-16 changes. |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Marc-André... | Fix for bug #222395: UTF-16 et al. don't handle .readli... |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Tim Peters | Repair an incomprehensible comment. |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Tim Peters | _PyMalloc_DebugDumpStats(): vastly improved the output... |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Tim Peters | Widespread, but mostly in _PyMalloc_Malloc: optimize... |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Neal Norwitz | Update doc to reflect Tim's changes to bool. |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Guido van Rossum | A much revised version of SF patch 514662, by Naofumi... |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Tim Peters | Revert 0/1 -> False/True change; I didn't intend to... |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Guido van Rossum | Fix a typo in Tim's fix. |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Fred Drake | Minor style change. |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Tim Peters | Convert a pile of obvious "yes/no" functions to return... |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Tim Peters | Record Windows build number for 2.2.1 final. |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Fred Drake | Add support for \textgreater, \textless. |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Jeremy Hylton | Replace use of apply() with extended call syntax. |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Fred Drake | Add a version annotation regarding the urlopen(proxies... |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Fred Drake | Support manual proxy configuration for simple urlopen... |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Fred Drake | The rest of the documentation for manual proxy configur... |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Fred Drake | Documentation for manual proxy configuration, by Andy... |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Tim Peters | SF bug 497854: Short-cuts missing for All Users |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Fred Drake | Add note about changes in xml.sax.expatreader. |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Fred Drake | Not sure why the regression test missed this, but the... |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Fred Drake | Mark the notice about the new development version of... |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Fred Drake | Avoid creating circular references between the ExpatPar... |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Guido van Rossum | Removed old Digital Creations copyright/license notices... |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Guido van Rossum | Clarifying code rearrangement and comments by David... |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Guido van Rossum | Add test case for SF bug 534347. |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Guido van Rossum | Fix by Greg Chapman from SF bug 534347: Potential AV... |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Marc-André... | Added note about updated freeze.py Tool. |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Marc-André... | Updated freeze.py to the new Makefile symbol layout. |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Guido van Rossum | Add a note about bool. |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Neal Norwitz | SF 539024, Fix broken link to numpy |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Tim Peters | _PyMalloc_Realloc(): removed a now-pointless cast. |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Tim Peters | _PyMalloc_{Malloc, Realloc}: Strive to meet the doc... |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Fred Drake | Correct the descriptions of the PyObject_As*Buffer... |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Guido van Rossum | As Neal pointed out, bool_print was an order of magnitu... |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Tim Peters | Repair the Windows build (needs to compile in the new... |
commit | commitdiff | tree | snapshot |
2002-04-03 |
Guido van Rossum | Oops. Here are the new files. My apologies. |
commit | commitdiff | tree | snapshot |
2002-04-03 |
Andrew M. Kuchling | Add empty section for bool |
commit | commitdiff | tree | snapshot |
2002-04-03 |
Guido van Rossum | Add the 'bool' type and its values 'False' and 'True... |
commit | commitdiff | tree | snapshot |
2002-04-03 |
Jack Jansen | e macresource.need() to open the W resource file in... |
commit | commitdiff | tree | snapshot |
2002-04-03 |
Fred Drake | Slight modernization. |
commit | commitdiff | tree | snapshot |
2002-04-03 |
Fred Drake | Fix the names of the classmethod and staticmethod const... |
commit | commitdiff | tree | snapshot |
2002-04-03 |
Fred Drake | Remove direct manipulation of the module dict. |
commit | commitdiff | tree | snapshot |
2002-04-03 |
Jack Jansen | Got the example program to work in MachoPython. |
commit | commitdiff | tree | snapshot |
2002-04-03 |
Fred Drake | Updated PEP link to point to the now-canonical site. |
commit | commitdiff | tree | snapshot |
2002-04-03 |
Fred Drake | Update the PEP URL format to point to python.org. |
commit | commitdiff | tree | snapshot |
2002-04-03 |
Guido van Rossum | Fold some long lines. Delete blank initial line. |
commit | commitdiff | tree | snapshot |
2002-04-03 |
Mark Hammond | Fix bugs: |
commit | commitdiff | tree | snapshot |
2002-04-02 |
Neal Norwitz | Convert more METH_OLDARGS & PyArg_Parse() |
commit | commitdiff | tree | snapshot |
2002-04-02 |
Neal Norwitz | Get rid of more PyArg_Parse & METH_OLDARGS. |
commit | commitdiff | tree | snapshot |
2002-04-02 |
Guido van Rossum | SF patch 537536 by Phillip J. Eby, fix for SF bug 53544... |
commit | commitdiff | tree | snapshot |
2002-04-02 |
Fred Drake | Add a note warning against semicolons following PyObjec... |
commit | commitdiff | tree | snapshot |
2002-04-02 |
Guido van Rossum | Fix for a bug in the fix for SF bug 503031. This time... |
commit | commitdiff | tree | snapshot |
2002-04-02 |
Andrew M. Kuchling | Add an item |
commit | commitdiff | tree | snapshot |
2002-04-02 |
Fred Drake | Add an experimental mechanism to support extending... |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Fred Drake | Make test_commands work on more systems. This removes... |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Fred Drake | Explain that os.spawn*() return the process handle... |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Fred Drake | There is no PyArg_ConvertTuple(); call it by the right... |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Fred Drake | Fix up the documentation of the type codes to give... |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Jeremy Hylton | Change reference to execframes to naming. |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Jeremy Hylton | Restore a minimal definition of execution frame, since... |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Jeremy Hylton | Update programmer's note on nested functions. |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Jeremy Hylton | Reword explanation of global statement since an undecla... |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Jeremy Hylton | Note the sole case in which the ban on "from ... import... |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Jeremy Hylton | Remove the following restriction: |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Jeremy Hylton | Note that it is illegal to delete a cell variable. |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Jeremy Hylton | Given lambda its own section, instead of burying it... |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Jeremy Hylton | Update / simplify Identifiers section for nested scopes. |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Jeremy Hylton | Update docs for nested scopes. |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Fred Drake | Update to push the docs to python.org instead of python... |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Tim Peters | Fixed errors in two comments. |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Andrew M. Kuchling | Copy section on generators from the 2.2 document with... |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Tim Peters | Restructured my pool-management overview in terms of... |
commit | commitdiff | tree | snapshot |
next |