summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Minor style change.Fred Drake2002-04-041-0/+2
* Convert a pile of obvious "yes/no" functions to return bool.Tim Peters2002-04-0434-122/+117
* Record Windows build number for 2.2.1 final.Tim Peters2002-04-041-0/+2
* Add support for \textgreater, \textless.Fred Drake2002-04-041-4/+9
* Replace use of apply() with extended call syntax.Jeremy Hylton2002-04-041-2/+3
* Add a version annotation regarding the urlopen(proxies={...}).Fred Drake2002-04-041-0/+2
* Support manual proxy configuration for simple urlopen() operations.Fred Drake2002-04-041-5/+10
* The rest of the documentation for manual proxy configuration for a basicFred Drake2002-04-041-3/+20
* Documentation for manual proxy configuration, by Andy Gimblett.Fred Drake2002-04-041-0/+35
* SF bug 497854: Short-cuts missing for All UsersTim Peters2002-04-042-10/+24
* Add note about changes in xml.sax.expatreader.Fred Drake2002-04-041-0/+4
* Not sure why the regression test missed this, but the PyXML tests caught it.Fred Drake2002-04-041-1/+1
* Mark the notice about the new development version of the docs as not needingFred Drake2002-04-041-0/+1
* Avoid creating circular references between the ExpatParser and theFred Drake2002-04-041-1/+38
* Removed old Digital Creations copyright/license notices (withGuido van Rossum2002-04-0411-228/+14
* Clarifying code rearrangement and comments by David Abrahams. I'veGuido van Rossum2002-04-041-28/+46
* Add test case for SF bug 534347.Guido van Rossum2002-04-041-0/+8
* Fix by Greg Chapman from SF bug 534347: Potential AV in vgetargskeywords.Guido van Rossum2002-04-041-1/+7
* Added note about updated freeze.py Tool.Marc-André Lemburg2002-04-041-0/+4
* Updated freeze.py to the new Makefile symbol layout.Marc-André Lemburg2002-04-044-6/+4
* Add a note about bool.Guido van Rossum2002-04-041-0/+6
* SF 539024, Fix broken link to numpyNeal Norwitz2002-04-041-1/+1
* _PyMalloc_Realloc(): removed a now-pointless cast.Tim Peters2002-04-041-1/+1
* _PyMalloc_{Malloc, Realloc}: Strive to meet the doc's promises aboutTim Peters2002-04-041-42/+44
* Correct the descriptions of the PyObject_As*Buffer() return values.Fred Drake2002-04-041-6/+6
* As Neal pointed out, bool_print was an order of magnitude too complex.Guido van Rossum2002-04-041-12/+1
* Repair the Windows build (needs to compile in the new boolobject code).Tim Peters2002-04-041-0/+15
* Oops. Here are the new files. My apologies.Guido van Rossum2002-04-033-0/+460
* Add empty section for boolAndrew M. Kuchling2002-04-031-0/+12
* Add the 'bool' type and its values 'False' and 'True', as described inGuido van Rossum2002-04-0329-383/+494
* e macresource.need() to open the W resource file in the application initJack Jansen2002-04-032-1/+4
* Slight modernization.Fred Drake2002-04-032-5/+3
* Fix the names of the classmethod and staticmethod constructors as passed toFred Drake2002-04-031-2/+2
* Remove direct manipulation of the module dict.Fred Drake2002-04-031-9/+3
* Got the example program to work in MachoPython.Jack Jansen2002-04-031-2/+4
* Updated PEP link to point to the now-canonical site.Fred Drake2002-04-031-1/+1
* Update the PEP URL format to point to python.org.Fred Drake2002-04-031-1/+1
* Fold some long lines. Delete blank initial line.Guido van Rossum2002-04-031-4/+6
* Fix bugs:Mark Hammond2002-04-034-5/+98
* Convert more METH_OLDARGS & PyArg_Parse()Neal Norwitz2002-04-023-69/+69
* Get rid of more PyArg_Parse & METH_OLDARGS.Neal Norwitz2002-04-022-13/+14
* SF patch 537536 by Phillip J. Eby, fix for SF bug 535444, super()Guido van Rossum2002-04-022-3/+15
* Add a note warning against semicolons following PyObject_HEAD.Fred Drake2002-04-021-5/+9
* Fix for a bug in the fix for SF bug 503031. This time the OP verifiedGuido van Rossum2002-04-021-2/+2
* Add an itemAndrew M. Kuchling2002-04-021-0/+20
* Add an experimental mechanism to support extending the pprint formatting.Fred Drake2002-04-023-9/+57
* Make test_commands work on more systems. This removes much of the dependencyFred Drake2002-04-011-4/+5
* Explain that os.spawn*() return the process handle on Windows.Fred Drake2002-04-011-3/+5
* There is no PyArg_ConvertTuple(); call it by the right name.Fred Drake2002-04-011-1/+1
* Fix up the documentation of the type codes to give both the C and PythonFred Drake2002-04-011-17/+24