summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 61644,61646-61647,61649-61652,61656-61658,61663,61665,61667 ...Christian Heimes2008-03-204-33/+78
* crc32 always returns unsigned. cleanup the code a bit and revert r61648 withGregory P. Smith2008-03-201-2/+2
* Another missing file after merge from trunk.Amaury Forgeot d'Arc2008-03-201-0/+1
* Another 2.6-ism in test fileAmaury Forgeot d'Arc2008-03-201-1/+1
* - Revert a change that should have been blocked: py3k has no -3 flag!Amaury Forgeot d'Arc2008-03-201-8/+0
* Create a signed CRC32 hash. I'm not absolutely sure it's correct. At least it...Christian Heimes2008-03-191-1/+1
* Merged revisions 61538-61540,61556,61559-61560,61563,61565,61571,61575-61576,...Christian Heimes2008-03-198-37/+84
* Issue2297: Fix a stack overflow in Windows caused by -v and -vv. When python...Trent Nelson2008-03-191-2/+20
* Add the -n option back to getopt(); it was lost in r61521.Trent Nelson2008-03-191-1/+1
* Blocked 61577, implementation of print function.Eric Smith2008-03-181-5/+25
* - Issue #719888: Updated tokenize to use a bytes API. generate_tokens has beenTrent Nelson2008-03-185-46/+354
* Get this test to pass (UserList/UserDict no longer exist and caused a skip).Neal Norwitz2008-03-181-23/+16
* Get this test to work (it was skipped previously):Neal Norwitz2008-03-181-25/+26
* Fix 're' to work on bytes. It could do with a few more tests, though.Thomas Wouters2008-03-181-31/+19
* Revert r61508: it caused test_mailbox to fail on all platforms.Neal Norwitz2008-03-181-33/+5
* Merged revisions 61520,61523-61528,61532 via svnmerge fromChristian Heimes2008-03-182-62/+119
* Remove unnused vars that I missed in previous removal of output file generation.Neal Norwitz2008-03-181-2/+0
* Fix a bunch of problems from merges.Neal Norwitz2008-03-181-30/+11
* Added test_print.py. I want to have a test suite when the print function is ...Eric Smith2008-03-181-0/+102
* Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,...Christian Heimes2008-03-1816-856/+717
* In TextIOWrapper:Ka-Ping Yee2008-03-181-5/+33
* Make TextIOWrapper's seek/tell work properly with stateful decoders;Ka-Ping Yee2008-03-181-0/+171
* - A new pickle protocol (protocol 3) is added with explicit supportGuido van Rossum2008-03-173-13/+22
* Whoops, I missed a few more places that were using slicing from the operator ...Neal Norwitz2008-03-171-26/+0
* Bug #2301: Don't try decoding the source code into the originalMartin v. Löwis2008-03-171-0/+7
* Patch from jbalogh fixes issue #2282 (misnamed seekable() method).Ka-Ping Yee2008-03-171-0/+6
* 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
* 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-161-7/+0
* Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,...Christian Heimes2008-03-1619-1400/+1325
* 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-134-87/+85
* Rename ifilterfalse() to filterfalse() and izip_longest() to zip_longest().Raymond Hettinger2008-03-131-41/+41
* Issues 2186 and 2187. Move map() from itertools to builtins.Raymond Hettinger2008-03-134-6/+7
* Issue 2186 and 2187. Move filter from itertools to builtins.Raymond Hettinger2008-03-131-0/+1
* Also set LC_CTYPE, to allow localeconv string conversion.Martin v. Löwis2008-03-101-3/+7
* Skip tests if the file mapping file cannot be fetched.Martin v. Löwis2008-03-081-1/+4
* Merged revisions 61209-61214,61217-61222,61224-61226,61233-61237 via svnmerge...Christian Heimes2008-03-042-7/+113
* Merged revisions 61207 via svnmerge fromChristian Heimes2008-03-031-2/+2
* Merged revisions 61203-61204 via svnmerge fromChristian Heimes2008-03-032-4/+8
* 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-033-17/+18
* Actually have test_largefile execute. Call to test.test_support.run_unittest()Brett Cannon2008-03-031-0/+4
* 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
* Fix failing itertools test: since revision 61118,Mark Dickinson2008-03-011-1/+1