summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add testcase for SF bug 574207 (chained __slots__ dealloc segfault).Guido van Rossum2002-08-061-0/+14
* Added references to the email package.Fred Drake2002-08-063-2/+11
* Added a test for PyUnicode_Contains() taking into account the width ofBarry Warsaw2002-08-061-0/+1
* PyUnicode_Contains(): The memcmp() call didn't take into account theBarry Warsaw2002-08-061-1/+1
* get rid of GETNAMEV macro - use GETITEM directlySkip Montanaro2002-08-061-12/+11
* Add a coding cookie, because of the møøse quote.Guido van Rossum2002-08-061-0/+1
* Update the URL for getting zlib, and update the minimal requiredGuido van Rossum2002-08-061-4/+4
* Bump the LOOPS count. 50,000 iterations takes about 5 seconds on myGuido van Rossum2002-08-061-1/+1
* Add some fine points: METH_KEYWORDS implies METH_VARARGS, and ob_sizeGuido van Rossum2002-08-061-6/+10
* Mark xreadlines deprecated. Don't use f.xreadlines() in test_iter.py.Guido van Rossum2002-08-063-2/+7
* Remove mention of deprecated xreadlines method.Guido van Rossum2002-08-062-3/+3
* Describe new "str1 in str2" behavior.Barry Warsaw2002-08-061-0/+4
* Document file.next(). Mark xreadlines obsolete (both method andGuido van Rossum2002-08-062-9/+26
* Committing patch #591250 which provides "str1 in str2" when str1 is aBarry Warsaw2002-08-068-99/+140
* Files are now their own iterator. The xreadlines method and moduleGuido van Rossum2002-08-061-0/+12
* Add comment about os.path.walk()'s behavior with symbolic links.Steve Holden2002-08-061-0/+5
* Add next and __iter__ to the list of file methods that should raiseGuido van Rossum2002-08-061-1/+3
* SF patch 580331 by Oren Tirosh: make file objects their own iterator.Guido van Rossum2002-08-062-34/+136
* In the altbininstall target, which is the first subtarget for "make install",Jack Jansen2002-08-061-1/+7
* Patch #567296 by Pim Buurman, slightly modified by me so it can be disabledJack Jansen2002-08-061-2/+24
* Wrapper around _IBCarbon.Jack Jansen2002-08-061-0/+1
* Mention list.sort()Andrew M. Kuchling2002-08-061-8/+89
* SF patch #591305 Documentation err in bytecode defsNeal Norwitz2002-08-051-1/+1
* We only need to check for StopIteration here.Fred Drake2002-08-051-1/+1
* Patch by Ronald Oussoren: if there's a .lproj in the extras list alsoJack Jansen2002-08-051-1/+10
* In copy() don't try to obtain an FSSpec until we know the destinationJack Jansen2002-08-051-6/+12
* Be a lot less verbose by default.Jack Jansen2002-08-052-6/+7
* Better output for errors, and some progress reports.Jack Jansen2002-08-051-1/+12
* Fixed the last two bgen-based modules to be buildable on OSX.Jack Jansen2002-08-052-5/+6
* Initial prototype of framer: a tool to build the frame for extension modules.Jeremy Hylton2002-08-0512-0/+915
* Remove function definition from cStringIO.h.Jeremy Hylton2002-08-051-23/+4
* Since the errno module is needed by os._execvpe(), and that is used by theFred Drake2002-08-052-3/+1
* SF patch 590294: os._execvpe security fix (Zack Weinberg).Guido van Rossum2002-08-051-0/+1
* SF patch 590294: os._execvpe security fix (Zack Weinberg).Guido van Rossum2002-08-051-21/+6
* Enable building of Carbon toolbox modules with unix-Python.Jack Jansen2002-08-0526-58/+26
* Got rid of staticforward.Jack Jansen2002-08-054-11/+11
* This can now run under unix-Python too. You have to pass the folderJack Jansen2002-08-051-2/+6
* Fixed to run better in unix-Python, and to cater for bgenlocationsJack Jansen2002-08-051-3/+7
* Typo: "now" --> "the new"Fred Drake2002-08-051-4/+4
* IDLE support for PEP 263.Martin v. Löwis2002-08-051-0/+5
* Moved bgenlocations to the Mac/Lib directory. Not perfect, but better thanJack Jansen2002-08-052-13/+61
* Patch #590913: PEP 263 support.Martin v. Löwis2002-08-052-1/+188
* Use ascii_letters to avoid UnicodeErrors.Martin v. Löwis2002-08-051-1/+4
* Add a small description of PEP 263.Guido van Rossum2002-08-051-1/+3
* Added a cast to shut up a compiler warning.Jack Jansen2002-08-051-1/+1
* Renamed Py_Main to PyMac_Main as it has a different signature than the "norma...Jack Jansen2002-08-051-4/+4
* Added _IBCarbon module.Jack Jansen2002-08-054-0/+5
* SF 582071 clarified the .split() method's docstring to note that sep=NoneRaymond Hettinger2002-08-051-2/+2
* Note that True and False are pickable objectsRaymond Hettinger2002-08-051-1/+1
* GvR provided solution to the socket rebinding timeout problem.Kurt B. Kaiser2002-08-053-7/+6