summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,...Christian Heimes2008-03-162-17/+20
* Move itertools izip() code to builtins as zip(). Complete the renaming.Raymond Hettinger2008-03-131-1/+5
* Default to ASCII as the locale.getpreferredencoding, if the POSIXMartin v. Löwis2008-03-081-0/+7
* Use wchar_t functions in _locale module.Martin v. Löwis2008-03-081-0/+4
* Merged revisions 61189-61190,61192,61194-61195,61198-61199 via svnmerge fromChristian Heimes2008-03-031-0/+1
* Toss test.testall.Brett Cannon2008-03-031-0/+3
* Prep for 3.0a4Barry Warsaw2008-03-011-0/+7
* Copyright and version tweaks for 3.0a3.v3.0a3Barry Warsaw2008-03-011-1/+1
* Remove bogus entries from r60902 which was a problem from merging. There mig...Neal Norwitz2008-03-011-1533/+0
* Merged revisions 61034-61036,61038-61048 via svnmerge fromChristian Heimes2008-02-241-2/+2
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-0/+1
* Patch from Georg Brandl: Fix co_lineno of decorated function and class object...Christian Heimes2008-02-231-0/+2
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-221-0/+2139
* Move UserString to collections.Raymond Hettinger2008-02-211-1/+2
* Remove merge turds.Guido van Rossum2008-02-211-26/+9
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-191-0/+1552
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-171-0/+1
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-162-3/+64
* Issue 2025: Add index() and count() methods to tuple so that it will followRaymond Hettinger2008-02-071-0/+3
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-061-197/+347
* Update docs for collections ABCs and for collections.UserDict.Raymond Hettinger2008-02-061-1/+0
* Remove the old UserDict module.Raymond Hettinger2008-02-061-1/+1
* Put an updated UserDict class in the collections module andRaymond Hettinger2008-02-051-0/+7
* Remove DictMixin which is superceded by collections.MutableMappingRaymond Hettinger2008-02-041-0/+2
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-041-1/+1
* Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,...Christian Heimes2008-02-032-4/+16
* Fixed multiple reinitialization of the Python interpreter. The small int list...Christian Heimes2008-01-311-0/+3
* Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted().Raymond Hettinger2008-01-301-0/+2
* Fixed issue #1973: bytes.fromhex('') raises SystemErrorChristian Heimes2008-01-301-0/+2
* Fixed #1969: split and rsplit in bytearray are inconsistentChristian Heimes2008-01-301-0/+2
* Merged revisions 60383-60407 via svnmerge fromChristian Heimes2008-01-293-8/+9
* Replace map(None, *iterables) with zip(*iterables).Raymond Hettinger2008-01-221-0/+3
* Merged revisions 60094-60123 via svnmerge fromChristian Heimes2008-01-201-0/+2
* Merged revisions 60080-60089,60091-60093 via svnmerge fromGeorg Brandl2008-01-191-2/+4
* Fix Issue #1769: Now int('- 1') or int('+ 1') is not allowedFacundo Batista2008-01-191-0/+2
* long(float('nan')) raises an OverflowError as discussed on the mailing list a...Christian Heimes2008-01-151-0/+3
* Fixed merge accidentChristian Heimes2008-01-151-905/+0
* Remove Queue.empty() and Queue.full() in favor of using qsize() or trapping t...Raymond Hettinger2008-01-141-0/+3
* Take Tim's advice and have random.sample() support only sequences and sets.Raymond Hettinger2008-01-141-0/+3
* Remove defunct parts of the random moduleRaymond Hettinger2008-01-131-0/+3
* Merged revisions 59843-59863 via svnmerge fromChristian Heimes2008-01-091-0/+1
* Merged revisions 59822-59841 via svnmerge fromChristian Heimes2008-01-071-0/+896
* Another patch for #1762972: __file__ points to the py file instead pyo/pyc fileChristian Heimes2008-01-071-0/+3
* Remove traces of Py_USING_UNICODE and Unicode-specific conditionals in config...Georg Brandl2008-01-071-2/+10
* Copied doc for reload() from trunk's function.rst to imp.rstChristian Heimes2008-01-072-0/+4
* Merged revisions 59703-59773 via svnmerge fromChristian Heimes2008-01-061-0/+1
* Add some missing news. Add some periods.Guido van Rossum2008-01-061-5/+17
* Issue #1393: object_richcompare() returns NotImplemented instead ofGuido van Rossum2008-01-061-0/+3
* Interpreter wasn't displaying the location of a SyntaxErrorKurt B. Kaiser2008-01-051-0/+2
* NEWS entry for r59682.Amaury Forgeot d'Arc2008-01-041-0/+5