summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Put conditional S_ISDIR definition(s) into pyport.h.Martin v. Löwis2001-08-084-14/+14
* Merged in bugfix from PyUnit CVS for problem reported by Gary Todd.Steve Purcell2001-08-081-3/+4
* Regenerated token.py to account for new DOUBLESLASH and DOUBLESLASHEQUAL.Tim Peters2001-08-081-3/+5
* Repair the Windows build (S_ISDIR() macro doesn't exist).Tim Peters2001-08-081-1/+1
* Add option to push the development docs to SF without announcing, forFred Drake2001-08-081-2/+9
* More names....Fred Drake2001-08-081-0/+2
* Clean up some of the markup here -- be more consistent in the use ofFred Drake2001-08-081-9/+9
* "Thin" version of floor division docs: add // to the list of operatorsFred Drake2001-08-081-3/+3
* Patch #448227: Raise an exception when a directory is passed to execfile.Martin v. Löwis2001-08-081-4/+23
* Add new tokens // and //=, in support of PEP 238.Guido van Rossum2001-08-081-0/+1
* Implement PEP 238 in its (almost) full glory.Guido van Rossum2001-08-0819-226/+476
* beginning of work on the conf. handling smartsSteven M. Gava2001-08-081-11/+25
* Commented out most of the MacPython modules. There is a discussion on theJack Jansen2001-08-081-25/+25
* Part of SF patch [#431848] mathmodule.c: doc strings & conversion, fromTim Peters2001-08-071-15/+18
* Fix SF bug [ #447370 ] typo in urllib2.pyJeremy Hylton2001-08-071-7/+9
* Apply two small changes to the Windows code, according to SF bugGuido van Rossum2001-08-071-2/+2
* Remove make_re() function; this is no longer needed since _sre and pcreFred Drake2001-08-071-10/+0
* Add a test that xml.sax.saxutils.XMLGenerator does the right thingFred Drake2001-08-072-1/+18
* Make sure XMLGenerator uses quoteattr() instead of escape() to quoteFred Drake2001-08-071-2/+2
* Fix the test so it uses IterableUserDict for the "for x in dict" test.Guido van Rossum2001-08-071-2/+2
* Remove the __iter__ method from the UserDict class -- it can silentlyGuido van Rossum2001-08-071-0/+2
* - Rename PyType_InitDict() to PyType_Ready().Guido van Rossum2001-08-075-13/+16
* Add the NannyNag exception class and the process_tokens() function toGuido van Rossum2001-08-071-1/+1
* Fix for SF bug #448835.Guido van Rossum2001-08-071-2/+1
* Remove the test for the 'object' type -- it can no longer beGuido van Rossum2001-08-071-24/+0
* Cosmetics:Guido van Rossum2001-08-071-10/+65
* silence warnings about import *Jeremy Hylton2001-08-071-0/+7
* Brought up-to-date.Jack Jansen2001-08-071-0/+0
* Got rid of (hopefully) the last 68k-mac related ifdefs.Jack Jansen2001-08-072-69/+0
* Got rid of 68k-Mac and other outdated ifdefs.Jack Jansen2001-08-075-37/+0
* Got rid of mactcp cruft, added Mlte and CF modules.Jack Jansen2001-08-071-8/+6
* Removed unused variable.Jack Jansen2001-08-071-2/+0
* Yet another project.Jack Jansen2001-08-072-0/+1078
* Got rid of (hopefully) the last 68k Mac-related ifdefs and various other cruft.Jack Jansen2001-08-079-21/+0
* Removed outdated stuff.Jack Jansen2001-08-073-130/+0
* Document two new itemsAndrew M. Kuchling2001-08-071-9/+21
* Project files for the new plugin modules, plus a few that hadn't been added y...Jack Jansen2001-08-0738-0/+18457
* Bit another bullet: all toolbox modules are now in dynamically loaded modules...Jack Jansen2001-08-079-146/+41
* Bit the bullet and enabled garbage collection (finally).Jack Jansen2001-08-075-12/+64
* more fleshing out, this time primarily the 'general' pageSteven M. Gava2001-08-071-2/+73
* Another bug fix for recent import * warning (caught by Thomas Wouters)Jeremy Hylton2001-08-061-3/+3
* + Turn off patch creation (this isn't a patch release! got turned on byTim Peters2001-08-061-23/+45
* Fix error message for import * in function/class scopeJeremy Hylton2001-08-061-1/+1
* Fix SF bug [ #445474 ] warn about import * inside functionsJeremy Hylton2001-08-061-0/+5
* Tabify the file (pointed out by Thomas Wouters)Andrew M. Kuchling2001-08-061-19/+19
* Update listing of subdirectoriesAndrew M. Kuchling2001-08-061-1/+21
* Remove spurious "closed" attribute definition from the memberlistGuido van Rossum2001-08-061-1/+0
* Remove various outdated files. (Leaving find_recursionlimit.py alone,Andrew M. Kuchling2001-08-069-835/+0
* Update cheatsheet to 2.0 from Brunning/Gruet's quick referenceAndrew M. Kuchling2001-08-061-535/+2212
* Add 'yield' as a keywordAndrew M. Kuchling2001-08-061-2/+2