summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* - Finally fixed the bug in compile() and exec where a string endingGuido van Rossum2003-02-132-3/+13
* Removed unused cut'n'paste import.Tim Peters2003-02-131-1/+0
* We didn't have any tests making pickles with one of {pickle, cPickle},Tim Peters2003-02-132-0/+52
* Added a simple NEWOBJ test. This is in the pickle-only part of theTim Peters2003-02-131-0/+15
* Remove filecmpAndrew M. Kuchling2003-02-131-1/+0
* Port test_userlist to PyUnit and add a few tests to increase codeWalter Dörwald2003-02-131-197/+257
* SF patch #685738 by Michael Stone.Guido van Rossum2003-02-131-8/+8
* Re-enable compiling ossaudiodev now that it seems to work again.Guido van Rossum2003-02-131-1/+0
* Added a HIGHEST_PROTOCOL module attribute to pickle and cPickle.Tim Peters2003-02-131-2/+4
* SF patch #682432, add lookbehind testsNeal Norwitz2003-02-131-0/+7
* Fix typo.Walter Dörwald2003-02-121-1/+1
* Add test to ensure files (fds) don't leakNeal Norwitz2003-02-121-0/+6
* Cleanup from patch #683257:Neal Norwitz2003-02-121-0/+26
* Expect test_ossaudiodev to skip on Linux, too. (It's broken.Guido van Rossum2003-02-121-0/+1
* Systematic testing of hex/oct constants.Guido van Rossum2003-02-121-0/+81
* SF #660455 : patch by NNorwitz.Guido van Rossum2003-02-122-7/+12
* Implement another useful feature for proxies: in super(X, x), x mayGuido van Rossum2003-02-121-0/+39
* SF #532767: isinstance(x, X) should work when x is a proxy for an XGuido van Rossum2003-02-121-1/+29
* Implemented batching for dicts in cPickle. This is after two failedTim Peters2003-02-111-17/+17
* Implemented list batching in cPickle.Tim Peters2003-02-111-17/+17
* Put proper tests in classmethod_get(). Remove the type argument toGuido van Rossum2003-02-111-0/+40
* Added tests to ensure that list and dict "chunking" are actuallyTim Peters2003-02-111-1/+51
* Get rid of the "bozo" __getstate__ that was inserted when __slots__Guido van Rossum2003-02-101-18/+17
* Add a few tests to test_count() to increase coverage inWalter Dörwald2003-02-101-0/+6
* Fix copy&paste error: call title instead of countWalter Dörwald2003-02-101-1/+1
* Change filtertuple() to use tp_as_sequence->sq_itemWalter Dörwald2003-02-101-2/+1
* Change filterstring() and filterunicode(): If theWalter Dörwald2003-02-101-13/+27
* patch #683515: "Add unicode support to compile(), eval() and exec"Just van Rossum2003-02-101-0/+4
* Fix SF bug #683467, 'int' ability to generate longs not inheritedNeal Norwitz2003-02-101-0/+8
* Add tests and news entry about parser errors from bug #678518.Neal Norwitz2003-02-101-0/+17
* patch 680474 that fixes bug 679880: compile/eval/exec refused utf-8 bomJust van Rossum2003-02-091-0/+4
* C Code:Raymond Hettinger2003-02-091-3/+22
* The Python implementation of datetime was changed in ways that no longerTim Peters2003-02-081-31/+10
* Comparison for timedelta, time, date and datetime objects: __eq__ andTim Peters2003-02-071-18/+68
* Merge the test part of the below checkin to the sandbox and Zope3, soGuido van Rossum2003-02-071-0/+8
* Somehow, copy() of a classic class object was handledGuido van Rossum2003-02-071-1/+1
* Add support for copy_reg.dispatch_table.Guido van Rossum2003-02-071-0/+27
* Add __getnewargs__ method to classes that need it.Guido van Rossum2003-02-071-0/+4
* SF bug #681003: itertools issuesRaymond Hettinger2003-02-071-0/+3
* Fix a bug in the way __getnewargs__ was handled.Guido van Rossum2003-02-061-0/+18
* Support all the new stuff supported by the new pickle code:Guido van Rossum2003-02-061-2/+45
* Support __reduce__ returning a 4-tuple or 5-tuple.Guido van Rossum2003-02-061-0/+36
* A test suite for the copy module. This should provide full codeGuido van Rossum2003-02-061-0/+384
* Add test suite for filecmp.py, after some discussion on bug #680494.Andrew M. Kuchling2003-02-061-0/+128
* SF bug 680864: test_datetime fails for non-unix epochTim Peters2003-02-061-12/+11
* [680789] Debug with long array takes foreverTim Peters2003-02-051-0/+12
* Patch #551977: Regression exceptions for cygwinJason Tishler2003-02-051-0/+1
* Use os.path.realpath() in stead of abspath(), so the tests don't fail ifJack Jansen2003-02-052-4/+4
* Build pickler_choices list in a lazier way.Tim Peters2003-02-051-16/+5
* cPickle: exempt two_tuple from GC -- it's a speed hack, and doesn'tTim Peters2003-02-042-33/+55