summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Document the expected convention for getstate() (as explained to me by Guido).Ka-Ping Yee2008-03-171-1/+3
* zlib.crc32 and zlib.adler32 now return an unsigned value as any sane personGregory P. Smith2008-03-171-0/+8
* Added tests for tokenize, blocked corresponding checkin from trunk.Eric Smith2008-03-171-2/+10
* Renamed test_hexoct.py to test_int_literal.py, to match r61422 in the trunk.Eric Smith2008-03-172-116/+147
* Remove the "unsafe" flag on peek() -- it is no longer used, becauseKa-Ping Yee2008-03-171-13/+8
* Fix doctests in test_tokenize by converting Python 2.x syntaxMark Dickinson2008-03-161-49/+49
* Fix failing test test_bool following merge from trunk.Mark Dickinson2008-03-161-1/+1
* Merged revisions 61404-61407 via svnmerge fromChristian Heimes2008-03-163-62/+6
* Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,...Christian Heimes2008-03-1631-1458/+1448
* Fix crasher in unpacking assignments with star, where the size constraintsThomas Wouters2008-03-141-0/+17
* Move itertools izip() code to builtins as zip(). Complete the renaming.Raymond Hettinger2008-03-136-93/+91
* Rename ifilterfalse() to filterfalse() and izip_longest() to zip_longest().Raymond Hettinger2008-03-132-45/+45
* Issues 2186 and 2187. Move map() from itertools to builtins.Raymond Hettinger2008-03-135-9/+10
* Issue 2186 and 2187. Move filter from itertools to builtins.Raymond Hettinger2008-03-132-2/+3
* Also set LC_CTYPE, to allow localeconv string conversion.Martin v. Löwis2008-03-101-3/+7
* strxfrm and strcoll are conditionally defined, alwsy provide some implNeal Norwitz2008-03-101-11/+17
* Skip tests if the file mapping file cannot be fetched.Martin v. Löwis2008-03-081-1/+4
* Default to ASCII as the locale.getpreferredencoding, if the POSIXMartin v. Löwis2008-03-081-1/+5
* Merged revisions 61209-61214,61217-61222,61224-61226,61233-61237 via svnmerge...Christian Heimes2008-03-045-11/+119
* Merged revisions 61207 via svnmerge fromChristian Heimes2008-03-031-2/+2
* Merged revisions 61203-61204 via svnmerge fromChristian Heimes2008-03-033-4/+16
* Merged revisions 61189-61190,61192,61194-61195,61198-61199 via svnmerge fromChristian Heimes2008-03-035-2201/+802
* Toss test.testall.Brett Cannon2008-03-031-4/+0
* Fixed failing unit tests due to str/bytes mismatch.Alexandre Vassalotti2008-03-034-19/+22
* Actually have test_largefile execute. Call to test.test_support.run_unittest()Brett Cannon2008-03-031-0/+4
* Merged revisions 61143-61144,61146-61147,61150-61151,61157,61165-61168,61170-...Christian Heimes2008-03-0215-15/+71
* Copyright and version tweaks for 3.0a3.v3.0a3Barry Warsaw2008-03-012-2/+2
* Disable the cProfile test for now -- it's broken.Barry Warsaw2008-03-012-3/+13
* Change test_profile to only compare data that originates from the test file.Brett Cannon2008-03-011-57/+11
* When the _iter_mixin stopped inheritting from UsserDictMixin, it lost theNeal Norwitz2008-03-011-0/+3
* Fix failing itertools test: since revision 61118,Mark Dickinson2008-03-011-1/+1
* Make sure we get usable error messages when text could not be decoded when fe...Gerhard Häring2008-02-291-0/+14
* I forgot to start the unit test suite first.Christian Heimes2008-02-291-5/+1
* Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,...Christian Heimes2008-02-293-2/+345
* As Guido saysChristian Heimes2008-02-281-2/+2
* Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,...Christian Heimes2008-02-281-5/+6
* iter() doesn't use __getattr__ to find an __iter__ method. I'm not sure if th...Christian Heimes2008-02-281-0/+4
* Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,...Christian Heimes2008-02-283-22/+51
* Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,...Christian Heimes2008-02-285-173/+140
* Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,...Christian Heimes2008-02-284-70/+137
* Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61064,...Christian Heimes2008-02-265-13/+37
* Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61058-61061 ...Christian Heimes2008-02-251-1/+1
* Merged revisions 61038,61042-61045,61047,61049-61053,61055-61057 via svnmerge...Christian Heimes2008-02-2519-62/+110
* Merged revisions 61034-61036,61038-61048 via svnmerge fromChristian Heimes2008-02-244-4/+75
* Merged revisions 61003-61033 via svnmerge fromChristian Heimes2008-02-247-161/+386
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-2396-182/+103
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-234-31/+71
* Patch from Georg Brandl: Fix co_lineno of decorated function and class object...Christian Heimes2008-02-231-1/+1
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-237-5/+48
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-225-11/+81