summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Printing objects to a real file still wasn't done right: if theGuido van Rossum2001-05-011-32/+14
* Add a proper implementation for the tp_str slot (returning self, ofGuido van Rossum2001-05-011-1/+8
* Add experimental iterkeys(), itervalues(), iteritems() to dictGuido van Rossum2001-05-011-11/+85
* Well darnit! The innocuous fix I made to PyObject_Print() causedGuido van Rossum2001-04-301-1/+20
* SF bug #417093: Case sensitive import: dir and .py file w/ same nameTim Peters2001-04-291-8/+5
* Fix buglet reported on c.l.py: map(fnc, file.xreadlines()) blows up.Tim Peters2001-04-281-9/+19
* A different approach to the problem reported inTim Peters2001-04-282-37/+54
* (Adding this to the trunk as well.)Guido van Rossum2001-04-271-1/+4
* Got rid of the whole event filtering mess again, I can't get it to work. Simp...Jack Jansen2001-04-271-23/+1
* Fix 2.1 nested scopes crash reported by Evan SimpsonJeremy Hylton2001-04-273-6/+32
* improved error message-- names the type of the unexpected objectJeremy Hylton2001-04-271-2/+3
* Apparently the code to forestall Tk eating events was too aggressive (Tk user...Jack Jansen2001-04-261-5/+5
* Added more help, and recovery from misspelled sort key arguments.Eric S. Raymond2001-04-261-2/+19
* Files for 2.1 distribution.Jack Jansen2001-04-2516-65/+111
* Check RefCon backpointer to python object with IsPointerValid() before derefe...Jack Jansen2001-04-252-2/+4
* Updated copyright info (which was long due).Jack Jansen2001-04-252-2/+2
* - Raise console window on input. Fixes Carbon hang.Jack Jansen2001-04-252-1/+2
* - Raise console window on input. Fixes Carbon hang.Jack Jansen2001-04-253-4/+32
* Don't crash if InfoScrap doesn't exist (as is the case in Carbon).Jack Jansen2001-04-251-2/+5
* Correct two floating-point representations printed by the interpreter inFred Drake2001-04-251-2/+2
* Update test to accomodate the change to the namespace_separator parameterFred Drake2001-04-252-10/+32
* ParserCreate(): Allow an empty string for the namespace_separator argument;Fred Drake2001-04-251-68/+82
* SF bug 418615: regular expression bug in pipes.py.Tim Peters2001-04-251-4/+4
* SF bug 418296: WinMain.c should use WIN32_LEAN_AND_MEAN.Tim Peters2001-04-242-1/+2
* Fix typo in docstringAndrew M. Kuchling2001-04-231-1/+1
* Bump version # for final releaseAndrew M. Kuchling2001-04-231-1/+1
* This patch originated from an idea by Martin v. Loewis who submitted aMarc-André Lemburg2001-04-233-54/+142
* Mondo changes to the iterator stuff, without changing how Python codeGuido van Rossum2001-04-239-58/+182
* At the suggestion of Peter Funk, document 'key in dict' and 'key notGuido van Rossum2001-04-231-6/+6
* Update publish-to-SourceForge scripts to automatically determine if theFred Drake2001-04-222-7/+26
* Only document <file>.xreadlines() once; added version annotation.Fred Drake2001-04-221-7/+4
* Process Setup* files with makesetup in the same order as the makefile.Neil Schemenauer2001-04-212-3/+3
* Add test suite for iterators.Guido van Rossum2001-04-212-0/+247
* Oops, forgot to merge this from the iter-branch to the trunk.Guido van Rossum2001-04-211-9/+37
* Give UserDict new __contains__ and __iter__ methods.Tim Peters2001-04-212-1/+19
* encode(): Handle Latin-1 input characters better.Fred Drake2001-04-211-3/+7
* Add support for <memberline/> (needs markup improvement!).Fred Drake2001-04-211-1/+5
* Fix a number of minor markup errors.Fred Drake2001-04-213-7/+7
* The (fairly recent) \textasciicircum is not supported by LaTeX2HTML; addFred Drake2001-04-211-0/+1
* SF bug #417508: 'hypot' not found with Borland C++Build.Tim Peters2001-04-212-0/+3
* SF but #417587: compiler warnings compiling 2.1.Tim Peters2001-04-214-8/+1
* Teach Windows about new iterobject.c.Tim Peters2001-04-201-0/+15
* Adding iterobject.[ch], which were accidentally not added. Sorry\!Guido van Rossum2001-04-202-0/+201
* Iterators phase 1. This comprises:Guido van Rossum2001-04-2016-25/+256
* dispatcher.__repr__() was unprepared to handle the address for a UnixJeremy Hylton2001-04-201-11/+16
* Oops. Removed dictiter_new decl that wasn't supposed to go in yet.Guido van Rossum2001-04-201-2/+0
* Implement, test and document "key in dict" and "key not in dict".Guido van Rossum2001-04-205-8/+59
* CVS patch 416248: 2.1c1 unicodeobject: unused vrbl cleanup, from Mark Favas.Tim Peters2001-04-191-2/+0
* Revert previous checkin, which caused test_unicodedata to fail.Jeremy Hylton2001-04-191-33/+0
* Weak*Dictionary: Added docstrings to the classes.Fred Drake2001-04-191-24/+36