summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Corrected _localized_name.__getitem__ based on code in patch 503202 (which ISkip Montanaro2002-03-151-7/+9
* Patch #527427: minidom fails to use NodeList sometimes.Martin v. Löwis2002-03-151-5/+5
* Skip test_longexp for MacPython on Mac OS X. It triggers a pathological reall...Jack Jansen2002-03-151-1/+5
* Patch 527434: Avoid double inclusion of thread.o on Sol2.8.Martin v. Löwis2002-03-152-212/+218
* If no webbrowsers were found _tryorder would be empty, cmd would never be set...Jack Jansen2002-03-151-0/+1
* Patch #517521: Consider byte strings before Unicode stringsMartin v. Löwis2002-03-151-52/+60
* ....Michael W. Hudson2002-03-151-1/+1
* FixMichael W. Hudson2002-03-151-2/+9
* Include Python.h first. Fixes #530159.Martin v. Löwis2002-03-151-1/+1
* make _localized_name instances work more like the tuples they replaced. InSkip Montanaro2002-03-151-5/+12
* added test case to catch index errors with _localized_name classSkip Montanaro2002-03-151-0/+4
* first cut at skip-list for hp-ux 11 based upon input from Bill Lawler at HP.Skip Montanaro2002-03-151-0/+30
* Remove duplicate "import os"Neal Norwitz2002-03-141-1/+0
* Modifed for new included expat.Jack Jansen2002-03-141-6/+14
* Updated for new included expat and new waste.Jack Jansen2002-03-141-0/+0
* "Fix" for SF bug #520644: __slots__ are not pickled.Guido van Rossum2002-03-142-0/+95
* "Fix" for SF bug #520644: __slots__ are not pickled.Guido van Rossum2002-03-141-1/+37
* Update master Windows buildno list to reflect impending 2.2.1c1.Tim Peters2002-03-141-1/+1
* News about zlib-1.1.4.Tim Peters2002-03-141-0/+5
* update text to refer to ServerProxy class in preference to Server, which isSkip Montanaro2002-03-141-8/+11
* Move to zlib 1.1.4 on Windows (the new version that squashes the "doubleTim Peters2002-03-132-13/+12
* Describe how to support the iterator protocol in extension types.Fred Drake2002-03-131-4/+60
* SF #515015, raise exception if code not found in findsource()Neal Norwitz2002-03-131-0/+1
* Extend the list of special characters and magic markup used to produce themFred Drake2002-03-131-6/+10
* Change the way \textasciitilde is implemented so it works more consistentlyFred Drake2002-03-131-1/+1
* Verify arguments for nl_langinfo. Fixes #528879.Martin v. Löwis2002-03-121-84/+106
* Change the example code to prefer PyModule_Add*() instead of using theFred Drake2002-03-122-12/+12
* Update docstrings to use te attribute names of the new structures returnedFred Drake2002-03-122-4/+7
* Test for the fix I just checked in to moduleobject.c.Guido van Rossum2002-03-121-0/+12
* Fix for SF bug #529050 - ModuleType.__new__ crash.Guido van Rossum2002-03-121-7/+19
* Add a note that Py_None needs the same reference count treatment as anyFred Drake2002-03-121-1/+2
* "level" keyword argument in example should be "stacklevel".Fred Drake2002-03-121-1/+1
* back out spurious change from 1.22Skip Montanaro2002-03-121-1/+1
* Popen3 and Popen4 should be in __all__Skip Montanaro2002-03-121-1/+1
* Add a -Wno-long-double flag to the compile flags on Mac OS X. Fixes bugJack Jansen2002-03-122-4/+4
* Set/update self.cwd properly.Fred Drake2002-03-121-14/+51
* Change Windows file.truncate() to (a) restore the original file position,Tim Peters2002-03-123-49/+73
* fixes to tabwidth code removalSteven M. Gava2002-03-121-6/+6
* remove tabwidth (for tabs) config stuff,Steven M. Gava2002-03-122-12/+11
* further work on dynamic config changes;Steven M. Gava2002-03-122-2/+16
* Documentation for PyObject_GetIter(), contributed by Greg ChapmanFred Drake2002-03-111-3/+18
* Make the extension manual format using the Makefile; recent changes brokeFred Drake2002-03-111-1/+1
* Fix typoNeal Norwitz2002-03-111-1/+1
* Add a check that SF bug 516727 is really fixed.Guido van Rossum2002-03-111-0/+10
* Changed C++ comment into standard comment.Sjoerd Mullender2002-03-111-1/+1
* Patch #443899: Check modes on files before performing operations.Martin v. Löwis2002-03-111-1/+9
* Update version number in README.Guido van Rossum2002-03-111-1/+1
* file_truncate(): provide full "large file" support on Windows, byTim Peters2002-03-114-39/+86
* Bugfix candidate.Guido van Rossum2002-03-111-0/+3
* mkalias() now also works for folders. Fixes bug #515830.Just van Rossum2002-03-101-3/+7