| Commit message (Expand) | Author | Age | Files | Lines |
* | reapplied darryl gallion's minimizing repeat fix. I'm still not 100% | Fredrik Lundh | 2001-07-02 | 2 | -1/+3 |
|
|
* | A clever union-find implementation from c.l.py, due to David Eppstein. | Tim Peters | 2001-07-02 | 1 | -0/+77 |
|
|
* | Derive an industrial-strength conjoin() via cross-recursion loop unrolling, | Tim Peters | 2001-06-30 | 1 | -9/+83 |
|
|
* | Added a simple but general backtracking generator (conjoin), and a couple | Tim Peters | 2001-06-29 | 1 | -1/+162 |
|
|
* | Another "if 0:" hack, this time to complain about otherwise invisible | Tim Peters | 2001-06-28 | 1 | -0/+33 |
|
|
* | This no longer leaks memory when run in an infinite loop. However, | Tim Peters | 2001-06-27 | 1 | -81/+58 |
|
|
* | Encode surrogates in UTF-8 even for a wide Py_UNICODE. | Martin v. Löwis | 2001-06-27 | 1 | -2/+2 |
|
|
* | gen_getattr: make the gi_running and gi_frame members discoverable (but | Tim Peters | 2001-06-26 | 1 | -2/+22 |
|
|
* | Add a bunch of tests for extended dict.update() where the argument is | Barry Warsaw | 2001-06-26 | 1 | -0/+70 |
|
|
* | SF bug #436207: "if 0: yield x" is ignored. | Tim Peters | 2001-06-26 | 1 | -7/+128 |
|
|
* | Teach the types module about generators. Thanks to James Althoff on the | Tim Peters | 2001-06-25 | 1 | -0/+20 |
|
|
* | Repair indentation in comment. | Tim Peters | 2001-06-25 | 1 | -2/+9 |
|
|
* | Added a "generate k-combinations of a list" example posted to c.l.py. | Tim Peters | 2001-06-24 | 1 | -1/+49 |
|
|
* | New tests to provoke SyntaxErrors unique to generators. Minor fiddling | Tim Peters | 2001-06-24 | 1 | -6/+85 |
|
|
* | Another variant of the 2-3-5 test, mixing generators with a LazyList class. | Tim Peters | 2001-06-24 | 1 | -0/+37 |
|
|
* | More tests. | Tim Peters | 2001-06-24 | 1 | -1/+68 |
|
|
* | Add a recursive Sieve of Eratosthenes prime generator. Not practical, | Tim Peters | 2001-06-23 | 1 | -1/+39 |
|
|
* | Add all the examples from PEP 255, and a few email examples. | Tim Peters | 2001-06-23 | 1 | -2/+183 |
|
|
* | New std test for generators, initially populated with doctests NeilS put | Tim Peters | 2001-06-23 | 1 | -0/+139 |
|
|
* | Teach the UNPACK_SEQUENCE opcode how to tease an iterable object into | Tim Peters | 2001-06-21 | 1 | -0/+53 |
|
|
* | Add a bunch of sample strings to test soft line breaks of varying end | Barry Warsaw | 2001-06-19 | 1 | -1/+28 |
|
|
* | The test used int(time.time()) to get a random number, but this doesn't work ... | Jack Jansen | 2001-06-19 | 1 | -1/+1 |
|
|
* | Test by Martin v. Loewis for the new UTF-16 codec handling of BOM | Marc-André Lemburg | 2001-06-19 | 1 | -0/+25 |
|
|
* | A unittest-based test for the quopri module. | Barry Warsaw | 2001-06-19 | 1 | -0/+112 |
|
|
* | Added "i" and "l" to the list of std-mode struct codes that don't range- | Tim Peters | 2001-06-18 | 1 | -1/+4 |
|
|
* | SF bug 434186: 0x80000000/2 != 0x80000000>>1 | Tim Peters | 2001-06-18 | 1 | -0/+7 |
|
|
* | Generalize the new qQ std-mode tests to all int codes (bBhHiIlLqQ). | Tim Peters | 2001-06-13 | 1 | -158/+202 |
|
|
* | The new {b,l}p_{u,}longlong() didn't check get_pylong()'s return for NULL. | Tim Peters | 2001-06-13 | 1 | -0/+6 |
|
|
* | Added q/Q standard (x-platform 8-byte ints) mode in struct module. | Tim Peters | 2001-06-12 | 1 | -6/+165 |
|
|
* | Renamed some stuff to tell the truth about what it does. | Tim Peters | 2001-06-10 | 1 | -4/+4 |
|
|
* | Initial support for 'q' and 'Q' struct format codes: for now, only in | Tim Peters | 2001-06-10 | 1 | -10/+47 |
|
|
* | Convert the parser module test to use PyUnit. | Fred Drake | 2001-06-04 | 2 | -300/+212 |
|
|
* | Implement testGetElementsByTagNameNS. | Martin v. Löwis | 2001-06-03 | 2 | -1/+9 |
|
|
* | lookdict: stop more insane core-dump mutating comparison cases. Should | Tim Peters | 2001-06-03 | 1 | -0/+68 |
|
|
* | Fix comment. | Tim Peters | 2001-06-02 | 1 | -1/+1 |
|
|
* | Coredumpers from Michael Hudson, mutating dicts while printing or | Tim Peters | 2001-06-02 | 1 | -1/+65 |
|
|
* | This division test was too stringent in its accuracy expectations for | Tim Peters | 2001-05-29 | 1 | -4/+4 |
|
|
* | BadDictKey test: The output file expected "raising error" to be printed | Tim Peters | 2001-05-29 | 1 | -1/+10 |
|
|
* | runtest(): When generating output, if the result is a single line with the | Fred Drake | 2001-05-29 | 1 | -1/+19 |
|
|
* | The one-line output files are no longer needed, so do not keep them. | Fred Drake | 2001-05-29 | 1 | -1/+0 |
|
|
* | Variety of test cases for call to builtin functions | Jeremy Hylton | 2001-05-29 | 2 | -0/+126 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-05-29 | 1 | -1/+0 |
|
|
* | Jack Jansen hit a bug in the new dict code, reported on python-dev. | Tim Peters | 2001-05-23 | 1 | -0/+15 |
|
|
* | When Tim untabified this file, his editor accidentally assumed 4-space | Guido van Rossum | 2001-05-23 | 1 | -4/+4 |
|
|
* | Remove test_doctest's expected-output file. | Tim Peters | 2001-05-23 | 4 | -330/+101 |
|
|
* | Update to reflect recent changes to regrtest and the new approaches to | Fred Drake | 2001-05-23 | 1 | -7/+55 |
|
|
* | Remove test_difflib's output file and change test_difflib to stop | Tim Peters | 2001-05-23 | 2 | -281/+1 |
|
|
* | Remove output files that are no longer needed since the corresponding | Fred Drake | 2001-05-22 | 2 | -11/+0 |
|
|
* | Move the sha tests to PyUnit. | Fred Drake | 2001-05-22 | 2 | -22/+20 |
|
|
* | Convert binhex regression test to PyUnit. We could use a better test | Fred Drake | 2001-05-22 | 1 | -40/+38 |
|
|